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

Upgrade spring from 5 to 6 #528

Merged
merged 25 commits into from
Aug 23, 2024
Merged

Upgrade spring from 5 to 6 #528

merged 25 commits into from
Aug 23, 2024

Conversation

tdrwenski
Copy link
Member

This PR upgrades from Spring 5 to 6. In order to achieve this, the following other upgrades are needed:

  • Jakarta EE 9
  • Jakarta servlet 5
  • Hibernate 7
  • Gretty 4
  • Tomcat 10

Other notable changes:

  • Many EE libraries require namespace changes from Javax to Jakarta in Jakarta EE 9
  • Spring 6 no longer uses the ant path match by default, so several changes are made to applicationContext.xml to continue to use ant
  • Gretty 4 no longer allows gradle configurations for the tomcat logs, so an AdminDebug test that expects those logs is ignored
  • Use Jakarta servlet 6 for the spring mock tests (see here)
  • Update schemas
  • Update documentation to refer to Tomcat 10

Please see list of commits for all changes.

@tdrwenski tdrwenski marked this pull request as ready for review August 23, 2024 19:44
@tdrwenski tdrwenski merged commit e70aeb5 into Unidata:main Aug 23, 2024
5 checks passed
@tdrwenski tdrwenski deleted the upgrade-spring branch August 23, 2024 19:44
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

Successfully merging this pull request may close these issues.

3 participants