
[ https://jira.qos.ch/browse/SLF4J-383?page=com.atlassian.jira.plugin.system.i... ] Ceki Gülcü resolved SLF4J-383. ------------------------------ Resolution: Fixed Fixed i n commit [f3dc4dd8a|https://github.com/qos-ch/slf4j/commit/f3dc4dd8a3274]
Support for JCL 1.2 -------------------
Key: SLF4J-383 URL: https://jira.qos.ch/browse/SLF4J-383 Project: SLF4J Issue Type: Bug Components: jcl-over-slf4j Affects Versions: 1.7.21 Environment: OSGI Reporter: Florian Kolbe Assignee: Ceki Gülcü Fix For: 1.7.24
Similar to SLF4J-298, support for JCL 1.2 (which exists since 2014) See https://commons.apache.org/proper/commons-logging/changes-report.html#a1.2 As an example, commons-vfs2 2.1 imports commons-logging 1.2 see http://repo1.maven.org/maven2/org/apache/commons/commons-vfs2/2.1/commons-vf... Example for a failing tycho build {noformat} [ERROR] Internal error: java.lang.RuntimeException: No solution found because the problem is unsatisfiable.: [Unable to satisfy dependency from org.apache.commons.vfs 2.1.0 to package org.apache.commons.logging [1.2.0,2.0.0).; No solution found because the problem is unsatisfiable.] -> [Help 1] org.apache.maven.InternalErrorException: Internal error: java.lang.RuntimeException: No solution found because the problem is unsatisfiable.: [Unable to satisfy dependency from org.apache.commons.vfs 2.1.0 to package org.apache.commons.logging [1.2.0,2.0.0).; No solution found because the problem is unsatisfiable.] {noformat}
-- This message was sent by Atlassian JIRA (v7.3.1#73012)