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
@rochabr thanks a lot for raising this issue. I was wondering you could try a few things:
Install SDKMan - Dapr Java SDK relies on SDKMan for its development, to make sure we use the right version on JDK
Use SDKMan to setup local env - once you have SDKMan you can executed $ sdkman env to make sure the right version of JDK is installed and added to the PATH
Use Maven Wrapper - Dapr Java SDK repo uses Maven Wrapper. Could you try using $ ./mvnw clean install instead of $ mvn install.
If after all these steps you will still run into issues then we will have to dig deeper. If everything will work out, I will make sure to adjust the docs and add references to SDKMan and Maven Wrapper.
Expected Behavior
Tests should run and pass.
Actual Behavior
After running
mvn install
the following exceptions occur:Steps to Reproduce the Problem
1 - Follow the tutorial on https://github.com/dapr/java-sdk/tree/master/examples
2 - After running the
mvn install
step see the exceptionsRelease Note
Dapr CLI version: 1.14.1
Dapr Runtime version: 1.14.1
Java version: 22.0.2
Maven version: 3.9.8
The text was updated successfully, but these errors were encountered: