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?