-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
DB2-/Oracle-Databae driver causes issue in native compilation #30269
Comments
This might be a stupid question... but how can I test this locally without building quarkus completely? Is there a way to do this? |
Unfortunately not. |
@turing85 building Quarkus is not that hard. Just follow the steps here https://github.com/quarkusio/quarkus/blob/main/CONTRIBUTING.md#building-main except you should build the pull request instead of the main branch. |
Note: after building Quarkus you will also need to update the quarkus version to |
Yes it's described in the link I provided. You also need to make sure you use |
This might get complicated. The application I am using uses camel. As for the compatibility matrix of camel, only Camel |
This issue seems to be resolved. |
Describe the bug
In one of my service,s I observe the following error when compiling natively:
Digging deeper and tracing the initialization of the
oracle.jdbc.driver.OracleDriver
reveals the following trace:Expected behavior
Application should compile
Actual behavior
Application produces error, see above
How to Reproduce?
No response
Output of
uname -a
orver
N/A
Output of
java -version
17.0.5
GraalVM version (if different from Java)
mandrel-22.3.0.1
Quarkus version or git rev
2.13.2.Final
Build tool (ie. output of
mvnw --version
orgradlew --version
)3.8.4 (9b656c72d54e5bacbed989b64718c159fe39b537)
Additional information
No response
The text was updated successfully, but these errors were encountered: