Skip to content
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

Open
Endsmasher opened this issue Sep 12, 2023 · 5 comments
Open

Upgrading to Java 17 #26

Endsmasher opened this issue Sep 12, 2023 · 5 comments

Comments

@Endsmasher
Copy link

Hello, are there any plans to upgrade to Java 17 or higher?

@darkmanneke
Copy link
Contributor

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.

@Endsmasher
Copy link
Author

Endsmasher commented Nov 3, 2023

Sorry for the late answer, but are you certain about this? it still uses javax in DomainController
Bildschirmfoto 2023-11-03 um 12 44 46
image

@Endsmasher Endsmasher reopened this Nov 3, 2023
@darkmanneke
Copy link
Contributor

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.

@Endsmasher
Copy link
Author

Are there any plans to upgrade to Spring Framework 6?

@darkmanneke
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants