Re: Upgrade to Spring 7
Lukasz Lenart <[email protected]> Sun, 14 Dec 2025 20:12:36 +0100
| Newsgroups | gmane.comp.jakarta.struts.devel |
|---|---|
| Message-ID | <CAMopvkNvirkgK85JWqH9=0GnDuYjZL7c_sGPxz6J=PGeiw_vOQ@mail.gmail.com> |
niedz., 14 gru 2025 o 01:39 Kusal Kithul-Godage <[email protected]> napisał(a): > > I already added Spring 7 support in > https://github.com/apache/struts/pull/1233 - but as a separate Maven > profile, which runs as a separate job in our builds. > > This ensures we maintain backwards compatibility with Jakarta EE 10 / > Spring 6 whilst also supporting Jakarta EE 11 / Spring 7 (we are still > missing Tomcat 11 support though). We should however bump the version > properties in that Maven profile as it's still using older milestones. > > The idea here was, that when we decide to officially drop support for > Jakarta EE 10 / Spring 6 (Struts 8.0?) we can merge that Maven profile > into the default POM configuration. But until then, we should have > build coverage for both. Great, thanks for the explanation, I missed Spring config there. I already updated the property in the profile. Cheers Łukasz