quarkusio / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
13.84k stars 2.7k forks source link

Adding classpath entries to built Quarkus application during startup #44578

Closed GavinRay97 closed 5 days ago

GavinRay97 commented 5 days ago

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