-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
Third PartyIssues with third party libraries or projectsIssues with third party libraries or projectsdependenciesPull requests that update a dependency filePull requests that update a dependency file
Description
Jetty version(s)
10.0.12
Description
I just wanted to upgrade vom Jetty 10.0.11 to Jetty 10.0.12 and noticed that Logback has been upgraded to version 1.4.0. However that version is meant to be used with Jakarta namespace. For example Logback itself depends on jakarta.servlet 5.0.
Logback 1.4.0 Jakarta dependencies
https://github.com/qos-ch/logback/blob/v_1.4.0/pom.xml#L172
Logback news page stating 1.3.x is javax.* and 1.4.x is jakarta.*:
https://logback.qos.ch/news.html
I guess Jetty 10.x should stay on 1.3.x. Latest versions would be 1.3.5 and SLF4J 2.0.5 (however logback 1.3.5 only depends on SLF4J 2.0.4).
Metadata
Metadata
Assignees
Labels
Third PartyIssues with third party libraries or projectsIssues with third party libraries or projectsdependenciesPull requests that update a dependency filePull requests that update a dependency file