-
Notifications
You must be signed in to change notification settings - Fork 296
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
Updates to important End of Life components (Tomcat, Java, Spring) #1500
Conversation
…o componentUpgrade
…bal-2 into componentUpgrade
796f297
to
f4db4b0
Compare
👋 Hi, @CalebSLane, This message is automatically generated by prince-chrismc/label-merge-conflicts-action so don't hesitate to report issues/improvements there. |
👋 Hi, @CalebSLane, This message is automatically generated by prince-chrismc/label-merge-conflicts-action so don't hesitate to report issues/improvements there. |
👋 Hi, @CalebSLane, This message is automatically generated by prince-chrismc/label-merge-conflicts-action so don't hesitate to report issues/improvements there. |
@mozzy11 @CalebSLane not an important update but CRA (Create React App) which our frontend is initialized is also deprecated check here! We can still use it without any changes but we should keep this thing is back of head might need to move later on. official blog here Thank You 🙂 |
👋 Hi, @CalebSLane, This message is automatically generated by prince-chrismc/label-merge-conflicts-action so don't hesitate to report issues/improvements there. |
Thanks @adityadeshlahre for that info. |
Summary
Updated Main Components:
Java 11 -> 21
Tomcat 8.5 -> 10
Spring 5 -> spring 6
This means that we have largely moved away from the javax namespace in favour of the updated jakarta namespace.
Many other libraries updated. Check pom.xml for list of all updated versions.
Ideally this should get migrated into the next major release and may involve additional testing since the updates are potentially very far reaching.