Upgrade to Spring 7.0.8#2222
Conversation
Spring 6.2.x is now EOL so this upgrades to Spring 7.0.x going forward. Spring 7 requires JakartaEE 11, which was upgraded in apache#1734
|
@cshannon we would need the spring features in Karaf. In the meantime, I will implement a workaround. By the way, we have a dependabot PR about this update already (I commented on it while ago). |
Yes I am aware of the dependabot, I commented on the same PR. I opened this PR because I'm assuming there is more work to do here than a simple simple version change with the major version update |
|
@cshannon no worries, I will add commits in this one. |
|
I realized we could just push to the dependabot branch if we need to make more changes, which I wasn't think about. I can close this and we can use that one instead which his #2102 |
Spring 6.2.x is now EOL so this upgrades to Spring 7.0.x going forward. Spring 7 requires JakartaEE 11, which was upgraded in #1734
I looked this over and I think the only thing that needs to be done is updating the version and version range (which is used for OSGi). I ran through some of the spring tests and things seem to work without any issue but the full test suite needs to run.