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
You need to make sure that ${grpc.version} matches with the one included by the Java Dapr SDK.
@artursouza can you give me some background about why we need the shaded version? Do you have anything against using the non-shaded version when integrating with Spring Boot?
Release Note
RELEASE NOTE:
The text was updated successfully, but these errors were encountered:
Expected Behavior
Users should be able to use native compilation (with GraalVM) for applications using the Dapr Java Spring Boot integration.
Actual Behavior
The netty-shaded library doesn't work with native compilation.
Steps to Reproduce the Problem
Create a Spring Boot application, add the Spring Boot Dapr integration and try to compile a native image:
Workaround
You need to make sure that
${grpc.version}
matches with the one included by the Java Dapr SDK.@artursouza can you give me some background about why we need the shaded version? Do you have anything against using the non-shaded version when integrating with Spring Boot?
Release Note
RELEASE NOTE:
The text was updated successfully, but these errors were encountered: