[jboss-logmanager] branch master updated (82ad4f6 -> 1d282d7)
Markus Koschany
apo at moszumanska.debian.org
Thu Aug 31 02:01:16 UTC 2017
This is an automated email from the git hooks/post-receive script.
apo pushed a change to branch master
in repository jboss-logmanager.
from 82ad4f6 debian/watch: User version=4.
adds d13b65e New upstream version 2.0.7
new 540d489 Updated version 2.0.7 from 'upstream/2.0.7'
new 7e2e825 Switch to compat level 10.
new 2260471 Declare compliance with Debian Policy 4.1.0.
new 824d420 Use https for Format field.
new 1d282d7 Update changelog
The 5 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 | 9 +
debian/compat | 2 +-
debian/control | 4 +-
debian/copyright | 4 +-
debian/rules | 2 +-
pom.xml | 2 +-
src/main/java/org/jboss/logmanager/ExtHandler.java | 39 ++-
.../jboss/logmanager/formatters/Formatters.java | 297 +----------------
.../logmanager/formatters/StackTraceFormatter.java | 362 +++++++++++++++++++++
.../handlers/PeriodicRotatingFileHandler.java | 3 +-
.../jboss/logmanager/handlers/SyslogHandler.java | 2 +-
.../logmanager/formatters/FormattersTests.java | 12 +-
.../formatters/PatternFormatterTests.java | 7 +-
.../formatters/StackTraceFormatterTests.java | 199 +++++++++++
.../org/jboss/logmanager/handlers/HandlerTest.java | 83 +++++
15 files changed, 710 insertions(+), 317 deletions(-)
create mode 100644 src/main/java/org/jboss/logmanager/formatters/StackTraceFormatter.java
create mode 100644 src/test/java/org/jboss/logmanager/formatters/StackTraceFormatterTests.java
create mode 100644 src/test/java/org/jboss/logmanager/handlers/HandlerTest.java
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jboss-logmanager.git
More information about the pkg-java-commits
mailing list