We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm getting a java.lang.ClassNotFoundException: java.rmi.server.UID when upgrading to the latest spring boot release 3.1.4
java.lang.ClassNotFoundException: java.rmi.server.UID
3.1.4
Caused by https://github.com/spring-projects/spring-data-relational/blob/52d316310be11f1e1b72ebc46a347306d3c69a68/spring-data-relational/src/main/java/org/springframework/data/relational/core/dialect/PostgresDialect.java#L54C68-L54C71
Why is there a dependency on RMI? I'm building a custom JRE and I don't want to include RMI for accessing a database.
The text was updated successfully, but these errors were encountered:
6887ca7
Replace java.rmi.server.UID with UUID.
b559bdf
Closes #1635
Thanks for finding this. It will be fixed in the next release.
Sorry, something went wrong.
No branches or pull requests
I'm getting a
java.lang.ClassNotFoundException: java.rmi.server.UID
when upgrading to the latest spring boot release3.1.4
Caused by https://github.com/spring-projects/spring-data-relational/blob/52d316310be11f1e1b72ebc46a347306d3c69a68/spring-data-relational/src/main/java/org/springframework/data/relational/core/dialect/PostgresDialect.java#L54C68-L54C71
Why is there a dependency on RMI? I'm building a custom JRE and I don't want to include RMI for accessing a database.
The text was updated successfully, but these errors were encountered: