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?
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