Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Service bindings on native images #112

Open
gbaso opened this issue Sep 29, 2024 · 0 comments
Open

Service bindings on native images #112

gbaso opened this issue Sep 29, 2024 · 0 comments

Comments

@gbaso
Copy link

gbaso commented Sep 29, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant