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

Jakarta/Javax Servlet Migration #5429

Merged
merged 117 commits into from
Dec 3, 2023
Merged

Conversation

jamesagnew
Copy link
Collaborator

Fixes #2082

This is a huuuuge PR. The number of changes that cascaded down from upgrading servlets was a way bigger effort than I anticipated. This PR upgrades Spring, Hibernate, Jetty, and a number of other chained dependencies.

Copy link

codecov bot commented Dec 2, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (2f5ffe7) 81.32% compared to head (d867c75) 83.24%.
Report is 375 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #5429      +/-   ##
============================================
+ Coverage     81.32%   83.24%   +1.91%     
- Complexity    23650    26618    +2968     
============================================
  Files          1425     1653     +228     
  Lines         86399   103054   +16655     
  Branches      11677    13118    +1441     
============================================
+ Hits          70265    85787   +15522     
- Misses        10947    11618     +671     
- Partials       5187     5649     +462     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jamesagnew jamesagnew merged commit 6d58df0 into master Dec 3, 2023
64 of 66 checks passed
@jamesagnew jamesagnew deleted the ja_20230610_servlet_migration branch December 3, 2023 16:15
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.

Migrate javax.servlet to jakarta.servlet and upgrade to Spring 6 and Boot 3
2 participants