[slf4j-dev] [qos-ch/slf4j] a0454e: Remove JDK1.4 legacy check and use more Java5 feat...
Matt Bishop
matt at thebishops.org
Wed Jun 3 19:18:02 CEST 2015
Branch: refs/heads/master
Home: https://github.com/qos-ch/slf4j
Commit: a0454e35356ade7ec1ff681711db1b7557efb028
https://github.com/qos-ch/slf4j/commit/a0454e35356ade7ec1ff681711db1b7557efb028
Author: Sven Bunge <sven.bunge at holisticon.de>
Date: 2015-06-02 (Tue, 02 Jun 2015)
Changed paths:
M slf4j-api/src/main/java/org/slf4j/LoggerFactory.java
M slf4j-api/src/main/java/org/slf4j/MDC.java
M slf4j-api/src/main/java/org/slf4j/helpers/BasicMDCAdapter.java
M slf4j-api/src/main/java/org/slf4j/helpers/BasicMarker.java
Log Message:
-----------
Remove JDK1.4 legacy check and use more Java5 features (for-each, String#contains, typed collections doesn't need casts)
Commit: 3b369ef6cfc6395ad4786438b57fb9e42f04ac6c
https://github.com/qos-ch/slf4j/commit/3b369ef6cfc6395ad4786438b57fb9e42f04ac6c
Author: Matt Bishop <matt at thebishops.org>
Date: 2015-06-03 (Wed, 03 Jun 2015)
Changed paths:
M slf4j-api/src/main/java/org/slf4j/LoggerFactory.java
M slf4j-api/src/main/java/org/slf4j/MDC.java
M slf4j-api/src/main/java/org/slf4j/helpers/BasicMDCAdapter.java
M slf4j-api/src/main/java/org/slf4j/helpers/BasicMarker.java
Log Message:
-----------
Merge pull request #119 from SvenBunge/removeLegacyJava
Use Java5 features and remove legacy code
Compare: https://github.com/qos-ch/slf4j/compare/d8139b0ecf7d...3b369ef6cfc6
More information about the slf4j-dev
mailing list