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
With Spring Boot 3 we have conflicting namespaces with javax and jakarta imports. Is it possible to update to org.eclipse.jetty:jetty-server and org.eclipse.jetty: jetty-servlet to version 11.0.15?
I would like to create a PR if necessary
The text was updated successfully, but these errors were encountered:
We're usually happy to bump dependencies to newer versions. Creating a PR will certainly speed things up.
Since you've also mentioned a few words about your use case, I just wanted to let you know about the open source license this library uses. Hopefully, this won't cause any surprises.
Thanks @tobihagemann for your answer. After looking around this seems to be some bigger task as there is a dependency to webdav-nio-adapter-servlet, that has legacy javax servlet-apis as well.
Regarding the licence: we would use this library internally for integration tests. The library would not make it into the internal product. Is that fine with the licence?
You would need to migrate jackrabbit to jakarta first. This would be highly welcome, but there isn't much activity around jackrabbit and I doubt they would publish any API-breaking change soon. Maybe a fork is the way to go here.
If you don't ship this lib together with a non-GPL application, I don't think you violate the license. So in my opinion using it as a test dependency is fine.
With Spring Boot 3 we have conflicting namespaces with javax and jakarta imports. Is it possible to update to
org.eclipse.jetty:jetty-server
andorg.eclipse.jetty: jetty-servlet
to version11.0.15
?I would like to create a PR if necessary
The text was updated successfully, but these errors were encountered: