Adding classpath entries to built Quarkus application during startup #44579
Unanswered
GavinRay97
asked this question in
Q&A
Replies: 1 comment 1 reply
-
(Moved to a discussion) That's definitely not the ideal situation for Quarkus. I think the only option will be reaugmentation. You can't initialize provide the information to the driver programmatically? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
I have a Quarkus app which uses the Apache Phoenix JDBC driver.
This driver wants certain config resources on the application classpath.
Unfortunately, these config resources must be provided by end-users of the application, so they are not available at build-time.
Is there any way I can include more entries in the Quarkus application classpath when starting my application?
Thank you =)
Implementation ideas
No response
Beta Was this translation helpful? Give feedback.
All reactions