revert REQUESTED_API_VERSION to 1.6.99

This commit is contained in:
Ceki Gulcu 2015-12-03 19:31:23 +01:00
parent c5ae991668
commit 96d32b3b66
7 changed files with 7 additions and 7 deletions

View File

@ -56,7 +56,7 @@ public class StaticLoggerBinder implements LoggerFactoryBinder {
* The value of this field is modified with each major release.
*/
// to avoid constant folding by the compiler, this field must *not* be final
public static String REQUESTED_API_VERSION = "1.7.x"; // !final
public static String REQUESTED_API_VERSION = "1.6.99"; // !final

View File

@ -57,7 +57,7 @@ public class StaticLoggerBinder {
* The value of this field is modified with each major release.
*/
// to avoid constant folding by the compiler, this field must *not* be final
public static String REQUESTED_API_VERSION = "1.7.x"; // !final
public static String REQUESTED_API_VERSION = "1.6.99"; // !final
private StaticLoggerBinder() {
throw new UnsupportedOperationException("This code should have never made it into slf4j-api.jar");

View File

@ -55,7 +55,7 @@ public class StaticLoggerBinder implements LoggerFactoryBinder {
* The value of this field is modified with each major release.
*/
// to avoid constant folding by the compiler, this field must *not* be final
public static String REQUESTED_API_VERSION = "1.7.x"; // !final
public static String REQUESTED_API_VERSION = "1.6.99"; // !final
// Binding specific code:

View File

@ -56,7 +56,7 @@ public class StaticLoggerBinder implements LoggerFactoryBinder {
* The value of this field is modified with each major release.
*/
// to avoid constant folding by the compiler, this field must *not* be final
public static String REQUESTED_API_VERSION = "1.7.x"; // !final
public static String REQUESTED_API_VERSION = "1.6.99"; // !final
private static final String loggerFactoryClassStr = org.slf4j.impl.JDK14LoggerFactory.class.getName();

View File

@ -58,7 +58,7 @@ public class StaticLoggerBinder implements LoggerFactoryBinder {
* The value of this field is modified with each major release.
*/
// to avoid constant folding by the compiler, this field must *not* be final
public static String REQUESTED_API_VERSION = "1.7.x"; // !final
public static String REQUESTED_API_VERSION = "1.6.99"; // !final
private static final String loggerFactoryClassStr = Log4jLoggerFactory.class.getName();

View File

@ -57,7 +57,7 @@ public class StaticLoggerBinder implements LoggerFactoryBinder {
* The value of this field is modified with each major release.
*/
// to avoid constant folding by the compiler, this field must *not* be final
public static String REQUESTED_API_VERSION = "1.7.x"; // !final
public static String REQUESTED_API_VERSION = "1.6.99"; // !final
private static final String loggerFactoryClassStr = NOPLoggerFactory.class.getName();

View File

@ -57,7 +57,7 @@ public class StaticLoggerBinder implements LoggerFactoryBinder {
* The value of this field is modified with each major release.
*/
// to avoid constant folding by the compiler, this field must *not* be final
public static String REQUESTED_API_VERSION = "1.7.x"; // !final
public static String REQUESTED_API_VERSION = "1.6.99"; // !final
private static final String loggerFactoryClassStr = SimpleLoggerFactory.class.getName();