[ https://issues.apache.org/jira/browse/MNG-7670?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17708338#comment-17708338 ]
Michael Osipov edited comment on MNG-7670 at 4/5/23 9:23 AM: ------------------------------------------------------------- Yes, this I understand, but this should not have happened in a minor version. Personally, I'd expect to solve it differently: One Logback version, SPI (mailing and servlet) and the impls against javax and jakarta NS. I don't see a huge problem people to add a JAR per namespace as a SPI impl. Then you'd have reduced the duplication to a minimum. We will remain on SLF4J 1.7.x and configurewise Logback 1.3 for now. At the end Logback is totally independent of Java EE/Jakarta EE, it just plugins into Servlet API or MailSession API. That's it. For many not relevant at all, I guess. was (Author: michael-o): Yes, this I understand, but this should not have happened in a minor version. Personally, I'd expect to solve it differently: One Logback version, SPI (mailing and servlet) and the impls against javax and jakarta NS. I don't see a huge problem people to add a JAR per namespace as a SPI impl. Then you'd have reduced the duplication to a minimum. We will remain on SLF4J 1.7.x and configurewise Logback 1.3 for now. > Upgrade misc dependencies > ------------------------- > > Key: MNG-7670 > URL: https://issues.apache.org/jira/browse/MNG-7670 > Project: Maven > Issue Type: Dependency upgrade > Components: Dependencies > Reporter: Sylwester Lachiewicz > Priority: Minor > Fix For: 3.9.2 > > > [INFO] The following dependencies in Dependency Management have newer > versions: > [INFO] com.google.guava:guava .......................... 30.1-jre -> > 31.1-jre > [INFO] org.apache.commons:commons-lang3 ..................... 3.8.1 -> > 3.12.0 > [INFO] org.codehaus.plexus:plexus-classworlds ................ 2.6.0 -> > 2.7.0 > [INFO] org.codehaus.plexus:plexus-component-annotations ...... 2.1.0 -> > 2.1.1 > [INFO] org.codehaus.plexus:plexus-utils ...................... 3.4.2 -> > 3.5.0 > [INFO] org.hamcrest:hamcrest-core ................................ 1.3 -> > 2.2 > [INFO] org.hamcrest:hamcrest-library ............................. 1.3 -> > 2.2 > [INFO] org.mockito:mockito-core ............................ 2.21.0 -> > 4.11.0 > [INFO] org.powermock:powermock-reflect ....................... 1.7.4 -> > 2.0.9 > [INFO] org.xmlunit:xmlunit-core .............................. 2.2.1 -> > 2.9.1 > [INFO] org.xmlunit:xmlunit-matchers .......................... 2.2.1 -> > 2.9.1 > Logback 1.3.x depends on SLF4J 2.x, Logback 1.4.x requires Java 11 -- This message was sent by Atlassian Jira (v8.20.10#820010)