-
Notifications
You must be signed in to change notification settings - Fork 51
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
Native Build with Quarkus 3.6.0 not working - java.lang.TypeNotPresentException: Type Lsoftware/amazon/awssdk/http/auth/aws/crt/internal/signer/DefaultAwsCrtV4aHttpSigner; #1025
Comments
Noticed this after upgrading quarkus-amazon-services-bom from 2.5.2 to 2.5.3 |
Given the log, I would say you are using an old version of GraalVM. Could you give a bit more information on the GraalVM you use ? Recent version usually give their version in the Initializing phase like
See #857 (comment) for tips to keep your ci/cd jobs up to date. |
Yes exactly, it is also my impression it happened after the version bump. My Graal VM is this: java 21.0.1 2023-10-17 |
I'm a bit clueless. I tried building our integration tests with GraalVM instead of Mandrel and it passed. mvn clean package -Dquarkus.package.type=native -Dquarkus.native.container-build=true -DskipTests -Dquarkus.native.builder-image=graalvm
Could you build your project with the same command line ? If you can share a small reproducer or pom.xml |
Ok, thank you for testing @scrocquesel. I digged deeper in our Maven Dependency tree and found an issue with the versions which I could solve. |
Hi
when I do a native build with Quarkus 3.6.0 following exception appears:
java.lang.TypeNotPresentException: Type Lsoftware/amazon/awssdk/http/auth/aws/crt/internal/signer/DefaultAwsCrtV4aHttpSigner; not present
There seems to be something wrong since there exists a Delete_DefaultAwsCrtV4aHttpSigner.
The text was updated successfully, but these errors were encountered: