mirror of https://github.com/qos-ch/slf4j
- Preparing release 1.5.9-RC0
This commit is contained in:
parent
e69cd9fa61
commit
30b9ee08d3
|
|
@ -6,7 +6,7 @@
|
|||
<parent>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-parent</artifactId>
|
||||
<version>1.5.9-SNAPSHOT</version>
|
||||
<version>1.5.9-RC0</version>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
<parent>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-parent</artifactId>
|
||||
<version>1.5.9-SNAPSHOT</version>
|
||||
<version>1.5.9-RC0</version>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
<parent>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-parent</artifactId>
|
||||
<version>1.5.9-SNAPSHOT</version>
|
||||
<version>1.5.9-RC0</version>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<parent>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-parent</artifactId>
|
||||
<version>1.5.9-SNAPSHOT</version>
|
||||
<version>1.5.9-RC0</version>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-parent</artifactId>
|
||||
<version>1.5.9-SNAPSHOT</version>
|
||||
<version>1.5.9-RC0</version>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
<parent>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-parent</artifactId>
|
||||
<version>1.5.9-SNAPSHOT</version>
|
||||
<version>1.5.9-RC0</version>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
|
|
|||
2
pom.xml
2
pom.xml
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-parent</artifactId>
|
||||
<version>1.5.9-SNAPSHOT</version>
|
||||
<version>1.5.9-RC0</version>
|
||||
|
||||
<packaging>pom</packaging>
|
||||
<name>SLF4J</name>
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-parent</artifactId>
|
||||
<version>1.5.9-SNAPSHOT</version>
|
||||
<version>1.5.9-RC0</version>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@ public class StaticLoggerBinder {
|
|||
* The value of this field is usually modified with each release.
|
||||
*/
|
||||
// to avoid constant folding by the compiler, this field must *not* be final
|
||||
public static String REQUESTED_API_VERSION = "1.5.9"; // !final
|
||||
public static String REQUESTED_API_VERSION = "1.5.9-RC0"; // !final
|
||||
|
||||
private StaticLoggerBinder() {
|
||||
throw new UnsupportedOperationException("This code should have never made it into the jar");
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-parent</artifactId>
|
||||
<version>1.5.9-SNAPSHOT</version>
|
||||
<version>1.5.9-RC0</version>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
<parent>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-parent</artifactId>
|
||||
<version>1.5.9-SNAPSHOT</version>
|
||||
<version>1.5.9-RC0</version>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@ public class StaticLoggerBinder implements LoggerFactoryBinder {
|
|||
*/
|
||||
|
||||
//to avoid constant folding by the compiler, this field must *not* be final
|
||||
public static String REQUESTED_API_VERSION = "1.5.9";
|
||||
public static String REQUESTED_API_VERSION = "1.5.9-RC0";
|
||||
|
||||
// Binding specific code:
|
||||
private static final String loggerFactoryClassStr = JCLLoggerFactory.class
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<parent>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-parent</artifactId>
|
||||
<version>1.5.9-SNAPSHOT</version>
|
||||
<version>1.5.9-RC0</version>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@ public class StaticLoggerBinder implements LoggerFactoryBinder {
|
|||
* The value of this field is usually modified with each release.
|
||||
*/
|
||||
// to avoid constant folding by the compiler, this field must *not* be final
|
||||
public static String REQUESTED_API_VERSION = "1.5.9"; // !final
|
||||
public static String REQUESTED_API_VERSION = "1.5.9-RC0"; // !final
|
||||
|
||||
|
||||
private static final String loggerFactoryClassStr = org.slf4j.impl.JDK14LoggerFactory.class.getName();
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<parent>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-parent</artifactId>
|
||||
<version>1.5.9-SNAPSHOT</version>
|
||||
<version>1.5.9-RC0</version>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@ public class StaticLoggerBinder implements LoggerFactoryBinder {
|
|||
* against. The value of this field is usually modified with each release.
|
||||
*/
|
||||
// to avoid constant folding by the compiler, this field must *not* be final
|
||||
public static String REQUESTED_API_VERSION = "1.5.9"; // !final
|
||||
public static String REQUESTED_API_VERSION = "1.5.9-RC0"; // !final
|
||||
|
||||
private static final String loggerFactoryClassStr = Log4jLoggerFactory.class
|
||||
.getName();
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
<parent>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-parent</artifactId>
|
||||
<version>1.5.9-SNAPSHOT</version>
|
||||
<version>1.5.9-RC0</version>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<parent>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-parent</artifactId>
|
||||
<version>1.5.9-SNAPSHOT</version>
|
||||
<version>1.5.9-RC0</version>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@ public class StaticLoggerBinder implements LoggerFactoryBinder {
|
|||
* The value of this field is usually modified with each release.
|
||||
*/
|
||||
// to avoid constant folding by the compiler, this field must *not* be final
|
||||
public static String REQUESTED_API_VERSION = "1.5.9"; // !final
|
||||
public static String REQUESTED_API_VERSION = "1.5.9-RC0"; // !final
|
||||
|
||||
private static final String loggerFactoryClassStr = NOPLoggerFactory.class.getName();
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<parent>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-parent</artifactId>
|
||||
<version>1.5.9-SNAPSHOT</version>
|
||||
<version>1.5.9-RC0</version>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<parent>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-parent</artifactId>
|
||||
<version>1.5.9-SNAPSHOT</version>
|
||||
<version>1.5.9-RC0</version>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
<parent>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-parent</artifactId>
|
||||
<version>1.5.9-SNAPSHOT</version>
|
||||
<version>1.5.9-RC0</version>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@ public class StaticLoggerBinder implements LoggerFactoryBinder {
|
|||
* against. The value of this field is usually modified with each release.
|
||||
*/
|
||||
// to avoid constant folding by the compiler, this field must *not* be final
|
||||
public static String REQUESTED_API_VERSION = "1.5.9"; // !final
|
||||
public static String REQUESTED_API_VERSION = "1.5.9-RC0"; // !final
|
||||
|
||||
private static final String loggerFactoryClassStr = SimpleLoggerFactory.class.getName();
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-parent</artifactId>
|
||||
<version>1.5.9-SNAPSHOT</version>
|
||||
<version>1.5.9-RC0</version>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
<hr noshade="noshade" size="1"/>
|
||||
|
||||
<h3>XX, 2009 - Release of SLF4J 1.5.9-RC0</h3>
|
||||
<h3>4th of September, 2009 - Release of SLF4J 1.5.9-RC0</h3>
|
||||
|
||||
<p>SLF4J version 1.5.9 consist of bug fixes and minor
|
||||
enhancements. It is totally backward compatible with SLF4J version
|
||||
|
|
@ -37,11 +37,6 @@
|
|||
support as a thin layer built upon the <a
|
||||
href="http://cal10n.qos.ch">CAL10N API</a>.</p>
|
||||
|
||||
|
||||
<p>Added <a href="localization.html">localized/internationalized
|
||||
logging</a> support as a thin layer built upon the <a
|
||||
href="http://cal10n.qos.ch">CAL10N API</a>.</p>
|
||||
|
||||
<p>In log4j-over-slf4j, added missing log(...) methods. These were
|
||||
requested by Zoltan Szel in <a
|
||||
href="http://bugzilla.slf4j.org/show_bug.cgi?id=139">bug report
|
||||
|
|
|
|||
Loading…
Reference in New Issue