You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ok, I don't use any spring or spring-boot, but instead jakarta ee / cdi. Perhaps I should look for another solution that follows ee stack instead of spring stack?
We can release a major update of this library and simply not update this dependency in the spring related projects. That way it could already be used. Any contributions to implement this would be appreciated.
In the meantime jakarta ee 10 is out, containing servet 6.0.
Please consider support for newer jakarta servlet specs so we can phase out the old.
The migration should be fairly straightforward, renaming javax to jakarta.
You can for example provide
<classifier>jakarta</classifier>
in pom.xml.The text was updated successfully, but these errors were encountered: