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
From my own testing, service bindings are not loaded when the application is compiled as a native image. Example repository: https://github.com/gbaso/ca-tester
I assume the library must be included during compile time due to the closed-world assumption, but adding the dependency to the pom does not seem to be enough.
What's the proper way to use service bindings in native images?
The text was updated successfully, but these errors were encountered:
From my own testing, service bindings are not loaded when the application is compiled as a native image. Example repository: https://github.com/gbaso/ca-tester
I assume the library must be included during compile time due to the closed-world assumption, but adding the dependency to the pom does not seem to be enough.
What's the proper way to use service bindings in native images?
The text was updated successfully, but these errors were encountered: