You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 23, 2023. It is now read-only.
Another Windows issue comes from Netty and its default AddressResolverGroup against DNS from JNDI.
See more info here: spring-projects/spring-framework#27749.
When that one is fixed in the next Spring Framework version, the end-user still needs to add this bean into his/her project:
That's for now.
Probably better to have a fix for DSN resolution in native images on Windows in Netty by itself.
Or even GraalVM should do something with the DSN and JNDI for Windows since everything works out-of-the-box on regular JVM or other OSs.
I hit a same issue when I tried native builds on github actions as it makes it easy to build on windows. I suppose @artembilan workaround changes call path as I looked windows sources and NPE comes because some jdk windows native code doesn't initialise variable:
pom.xml
or do we just document that inHELP.md
The text was updated successfully, but these errors were encountered: