Skip to content

Commit

Permalink
fix SLF4J-383
Browse files Browse the repository at this point in the history
  • Loading branch information
ceki committed Feb 23, 2017
1 parent e0120c1 commit f3dc4dd
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 6 deletions.
4 changes: 2 additions & 2 deletions jcl-over-slf4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

<artifactId>jcl-over-slf4j</artifactId>
<packaging>jar</packaging>
<name>JCL 1.1.1 implemented over SLF4J</name>
<description>JCL 1.1.1 implemented over SLF4J</description>
<name>JCL 1.2 implemented over SLF4J</name>
<description>JCL 1.2 implemented over SLF4J</description>
<url>http://www.slf4j.org</url>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions jcl-over-slf4j/src/main/resources/META-INF/MANIFEST.MF
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ Bundle-SymbolicName: jcl.over.slf4j
Bundle-Name: jcl-over-slf4j
Bundle-Vendor: SLF4J.ORG
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.apache.commons.logging;version=1.1.1,
org.apache.commons.logging.impl;version=1.1.1
Export-Package: org.apache.commons.logging;version=1.2,
org.apache.commons.logging.impl;version=1.2
Import-Package: org.slf4j;version=${parsedVersion.osgiVersion}, org.slf4j.spi;version=${parsedVersion.osgiVersion}
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,11 @@

<modules>
<module>slf4j-api</module>
<!--<module>slf4j-scala-api</module>-->
<module>slf4j-simple</module>
<module>slf4j-nop</module>
<module>slf4j-jdk14</module>
<module>slf4j-log4j12</module>
<module>slf4j-jcl</module>
<module>slf4j-jcl</module>
<module>slf4j-android</module>
<module>slf4j-ext</module>
<module>jcl-over-slf4j</module>
Expand Down
12 changes: 12 additions & 0 deletions slf4j-site/src/site/pages/news.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,18 @@ <h1>SLF4J News</h1>

<hr noshade="noshade" size="1"/>

<h3>February , 2017 - Release of SLF4J 1.7.24</h3>

<p>In its MANIFEST.MF file, the jcl-over-slf4j module now declares
exporting <code>org.apache.commons.logging</code> version "1.2"
instead of version "1.1.1". Otherwise, no java code has
changed. The change was requested in <a
href="https://jira.qos.ch/browse/SLF4J-383">SLF4J-383</a> reported
by Florian Kolbe and only affects OSGi environments.
</p>

<hr noshade="noshade" size="1"/>

<h3>February 15th, 2017 - Release of SLF4J 1.7.23</h3>

<p class="highlight">Update to SLF4J version 1.7.23 to enable
Expand Down

0 comments on commit f3dc4dd

Please sign in to comment.