[GIT] Logback: the generic, reliable, fast and flexible logging framework. branch master updated. v_0.9.30-53-g2b3022a

This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Logback: the generic, reliable, fast and flexible logging framework.". The branch, master has been updated via 2b3022ad0b3ec7263667465201ac6670ed093340 (commit) from 49180202f04f4e216fc18a276f41e57dbd947f81 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- http://git.qos.ch/gitweb/?p=logback.git;a=commit;h=2b3022ad0b3ec726366746520... http://github.com/ceki/logback/commit/2b3022ad0b3ec7263667465201ac6670ed0933... commit 2b3022ad0b3ec7263667465201ac6670ed093340 Author: Ceki Gulcu <ceki@qos.ch> Date: Wed Oct 26 15:59:52 2011 +0200 remove fragile Perf tests diff --git a/logback-classic/pom.xml b/logback-classic/pom.xml index 5dc62fb..7a34642 100644 --- a/logback-classic/pom.xml +++ b/logback-classic/pom.xml @@ -349,7 +349,12 @@ <exclude>**/TestConstants.java</exclude> <exclude>**/test_osgi/BundleTest.java</exclude> <exclude>**/ch/qos/logback/classic/util/InitializationIntegrationTest.java</exclude> + <!-- next test requires a running simple server --> <exclude>**/SerializationPerfTest.java</exclude> + <!-- next test is fragile and anyhow will run as part of PackageTest --> + <exclude>**/LoggerPerfTest.java</exclude> + <!-- next test is fragile and anyhow will run as part of PackageTest --> + <exclude>**/LoggingEventSerializationPerfTest.java</exclude> </excludes> </configuration> </plugin> ----------------------------------------------------------------------- Summary of changes: logback-classic/pom.xml | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) hooks/post-receive -- Logback: the generic, reliable, fast and flexible logging framework.
participants (1)
-
git-noreply@pixie.qos.ch