Hello, all! Wondered if I could get some help with...
# http4k
j
Hello, all! Wondered if I could get some help with a GraalVM related issue? As seen

here

the GraalVM version (of the same code) - the only difference is the build target - seems to add a prefix to the URL, making it not work, whereas the shadowJar version (seen

here

) works as per expectiations. Any help or input is dearly appreciated! 🙂
The project is a simple project using the project wizard and the SunServer
j
Hiya. It looks like the problem is happening in the client side.. you are using fuel not http4k for that.
You can see this as the call goes from String.httpGet (as fuel extension method), .. and seems to not get as far as actually making an http request.
Not trying to "blame", but just don't know anything about that library.. have you tried using http4k for client as well? Did it work differently?
j
I'll make sure to make a try! Thanks for the input!
👍 1
... With core client it works as intended, however (for some reason) I had to update to jdk23 to make it compile - so now I will try fuel on jdk23, too - compiling as we speak!
Nope, same bug