-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
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
Upgrading to Java 17 #26
Comments
Hello, The project has been upgraded to Java 17 in version 3.0.0. There's currently one later release: 3.0.1 that contains upgrades of the dependencies used in the project. |
The rdap library uses javax.servlet because it is using Spring Framework 5.x and the Spring 5.x interfaces use javax.servlet When the rdap library is upgraded to Spring Framework 6.x all references to javax.servlet need to be changed in jakarta.servlet. |
Are there any plans to upgrade to Spring Framework 6? |
The upgrade to Spring Framework 6 is done in version 4.0.0 of the rdap library. The code is in the github repo, the jars will be available in maven central soon. |
Hello, are there any plans to upgrade to Java 17 or higher?
The text was updated successfully, but these errors were encountered: