You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spring Boot v3.5.0
AWS SDK V2 v2.31.54
GraalVM 24.0.1
Native image gets built successfully, however runtime fails with NoClassDefFoundError for DefaultSqsAsyncClientBuiler. Have tried adding reflect-config.json, metadata with tracingAgent, nothing helped.
DefaultSqsAsyncClientBuiler is a package-private class.
Regression Issue
Select this option if this issue appears to be a regression.
Expected Behavior
Native Application should run successfully
Current Behavior
Native Application fails to run with NoClassDefFoundError for DefaultSqsAsyncClientBuiler