Stefan Ziegler

Results 4 comments of Stefan Ziegler

I stumbled across the same problem. Find attached a gradle project. `./gradlew clean nativeCompile` should reproduce it. Perhaps it can help, though you're not able to run the agent since...

I removed jackson-databind from my project: ``` configurations { implementation { exclude(group: 'com.fasterxml.jackson.core', module: 'jackson-databind') } } ``` Now I end up with: ``` Fatal error: com.oracle.svm.core.util.VMError$HostedError: com.oracle.svm.core.util.VMError$HostedError: Registering type...

@davidoesch was genau prüfen?

Sorry... I need a some form where I can enter my credentials since the url is always the same: geo.so.ch/wms. The response will be different if I send basic auth...