[libslf4j-java] branch master updated (ec1e7de -> b1522c1)
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Mar 31 07:50:42 UTC 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a change to branch master
in repository libslf4j-java.
from ec1e7de Refreshed the patch
adds 132b2cd Imported Upstream version 1.7.20
new 1795124 Merge tag 'upstream/1.7.20'
new b1522c1 New upstream release (1.7.20)
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
debian/changelog | 6 ++
integration/pom.xml | 2 +-
jcl-over-slf4j/pom.xml | 2 +-
jul-to-slf4j/pom.xml | 2 +-
log4j-over-slf4j/pom.xml | 2 +-
osgi-over-slf4j/pom.xml | 2 +-
pom.xml | 2 +-
slf4j-android/pom.xml | 2 +-
slf4j-api/pom.xml | 2 +-
.../src/main/java/org/slf4j/LoggerFactory.java | 2 +-
.../test/java/org/slf4j/LoggerAccessingThread.java | 53 ++++++------
slf4j-ext/pom.xml | 2 +-
slf4j-jcl/pom.xml | 2 +-
slf4j-jdk14/pom.xml | 2 +-
.../java/org/slf4j/impl/JDK14LoggerFactory.java | 5 +-
...{RecordingHandler.java => CountingHandler.java} | 12 ++-
...a => JDK14MultithreadedInitializationTest.java} | 96 ++++++++--------------
slf4j-log4j12/pom.xml | 10 ++-
...=> Log4j12MultithreadedInitializationTest.java} | 61 +++++---------
slf4j-migrator/pom.xml | 2 +-
slf4j-nop/pom.xml | 2 +-
slf4j-simple/pom.xml | 10 ++-
...mpleLoggerMultithreadedInitializationTest.java} | 92 +++++++++------------
slf4j-site/pom.xml | 2 +-
24 files changed, 165 insertions(+), 210 deletions(-)
copy slf4j-ext/src/main/java/org/slf4j/NDC.java => slf4j-api/src/test/java/org/slf4j/LoggerAccessingThread.java (55%)
rename slf4j-jdk14/src/test/java/org/slf4j/impl/{RecordingHandler.java => CountingHandler.java} (50%)
rename slf4j-jdk14/src/test/java/org/slf4j/impl/{MultithreadedInitializationTest.java => JDK14MultithreadedInitializationTest.java} (51%)
rename slf4j-log4j12/src/test/java/org/slf4j/impl/{MultithreadedInitializationTest.java => Log4j12MultithreadedInitializationTest.java} (62%)
rename slf4j-simple/src/test/java/org/slf4j/impl/{MultithreadedInitializationTest.java => SimpleLoggerMultithreadedInitializationTest.java} (59%)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libslf4j-java.git
More information about the pkg-java-commits
mailing list