Getting class build error while using aws sdk 1.1 with quarkus application version 3.8 #40177
Labels
area/native-image
kind/bug
Something isn't working
triage/needs-feedback
We are waiting for feedback.
Describe the bug
Error: Class initialization of com.amazonaws.services.lambda.AWSLambdaClient failed. This error is reported at image build time because class com.amazonaws.services.lambda.AWSLambdaClient is registered for linking at image build time by command line and command line. Use the option
Getting above error when building using
build -Dquarkus.package.type=native -Dquarkus.native.container-build=true --stacktrace
Expected behavior
No response
Actual behavior
No response
How to Reproduce?
No response
Output of
uname -a
orver
No response
Output of
java -version
java version "21.0.2"
Mandrel or GraalVM version (if different from Java)
No response
Quarkus version or git rev
3.8.2
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: