We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
All the quickstarts using the JDBC PostgreSQL driver do not work with the Java 17 support of GraalVM 21.3.0:
Error: com.oracle.graal.pointsto.constraints.UnresolvedElementException: Discovered unresolved type during parsing: sun.security.krb5.Credentials.
Impacted quickstarts:
To reproduce, take any of these quickstarts and install GraalVM 21.3.0.r17. Then just build the quickstart with: mvn verify -Pnative
mvn verify -Pnative
The text was updated successfully, but these errors were encountered:
The core issue is quarkusio/quarkus#21359
Just sent a PR to fix it.
Sorry, something went wrong.
@cescoffier can we close the fix was merged?
Yes, everything got fixed. So we can close it.
Sanne
No branches or pull requests
All the quickstarts using the JDBC PostgreSQL driver do not work with the Java 17 support of GraalVM 21.3.0:
Impacted quickstarts:
To reproduce, take any of these quickstarts and install GraalVM 21.3.0.r17. Then just build the quickstart with:
mvn verify -Pnative
The text was updated successfully, but these errors were encountered: