Skip to content
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

[GraalVM 21.3.0.r17] PostGres Native Issue #988

Closed
Tracked by #21481
cescoffier opened this issue Nov 15, 2021 · 3 comments
Closed
Tracked by #21481

[GraalVM 21.3.0.r17] PostGres Native Issue #988

cescoffier opened this issue Nov 15, 2021 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@cescoffier
Copy link
Member

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:

  • context-propagation-quickstart
  • hibernate-orm-multi-tenancy-quickstart
  • hibernate-orm-panache-quickstart
  • hibernate-orm-quickstart
  • hibernate-search-orm-elasticsearch-quickstart
  • security-jdbc-quickstart
  • security-jpa-quickstart
  • spring-data-jpa-quickstart

To reproduce, take any of these quickstarts and install GraalVM 21.3.0.r17. Then just build the quickstart with: mvn verify -Pnative

@cescoffier cescoffier added the bug Something isn't working label Nov 15, 2021
@Sanne
Copy link
Member

Sanne commented Nov 18, 2021

The core issue is quarkusio/quarkus#21359

Just sent a PR to fix it.

@n1hility
Copy link
Member

@cescoffier can we close the fix was merged?

@cescoffier
Copy link
Member Author

Yes, everything got fixed. So we can close it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants