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

Fix native image building with datastax driver dependency #598

Merged
merged 5 commits into from
Oct 31, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,7 @@ quarkus:
# adapt path of the open api definitions
smallrye-openapi:
path: /api/json/openapi
native:
# Adding com.datastax.oss.driver.internal.core.metadata.MetadataManager to the list of classes that are initialized
# at run time while building the native image. This is for the issue https://github.com/stargate/jsonapi/issues/597
additional-build-args: --initialize-at-run-time=com.datastax.oss.driver.internal.core.metadata.MetadataManager