- Apr 08, 2015
-
-
Tony Trinh authored
The following unit tests were failing because they were expecting the logger context to have package data enabled by default, but the default had been changed to false in 8141f88e. * ExtendedThrowableProxyConverterTest.integration * RootCauseFirstThrowableProxyConverterTest.integration This patch explicitly enables packaging data for the test's logger context.
-
- Apr 06, 2015
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
Add japanese translation for logback manuals.
-
Ceki Gulcu authored
-
- Apr 02, 2015
-
-
Tony Trinh authored
Add XML support to en/disable stacktrace package detail
-
- Mar 26, 2015
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
- Mar 25, 2015
-
-
Ceki Gulcu authored
This prevents developers from attempting to modify event's mdc map. For example by invoking event.getMDCPropertyMap().put("k", "v"); This fixes LOGBACK-1063 by ricochet.
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
- Mar 24, 2015
-
-
Ceki Gulcu authored
with the latest version the release process fails
-
Ceki Gulcu authored
-
- Mar 07, 2015
-
-
Tony Trinh authored
Changed the default enable status of packaging info in stacktraces to be disabled to avoid the expensive lookup unless requested. Added an XML attribute "packageTrace" to <configuration> in order to allow enabling or disabling the packaging info in stacktraces. When the attribute is omitted, the default setting is assumed (disabled). To enable package detail in logback.xml: <configuration packageTrace="true"> ... </configuration> LOGBACK-730 LOGBACK-966
-
- Mar 05, 2015
-
-
Ceki Gulcu authored
-
Yuji Okazawa authored
-
Ceki Gulcu authored
-
- Mar 01, 2015
-
-
Tony Trinh authored
-
Tony Trinh authored
LOGBACK-1046 fix suggestion
-
Tony Trinh authored
Documentation: Fix <h3> tag issue
-
Tony Trinh authored
-
Tony Trinh authored
[LOGBACK-540] Filtering out selected stack trace frames
-
Eric Dahl authored
-
- Feb 28, 2015
-
-
Tomasz Nurkiewicz authored
-
- Feb 25, 2015
-
-
Nadav Wexler authored
-
Tony Trinh authored
Plugin and dependency updates plus add missing overrides in logback-access
-
- Feb 09, 2015
-
-
Jeremy Landis authored
for users using eclipse with annotation scanning turned on.
-
Jeremy Landis authored
janino to 2.7.8 groovy to 2.4.0 tomcat to 7.0.59
-
Jeremy Landis authored
maven-gpg-plugin to 1.6 maven-javadoc-plugin to 2.10.1 maven-jxr-plugin to 2.5 maven-bundle-plugin to 2.5.3 findbugs-maven-plugin to 3.0.0 maven-source-plugin to 2.4 maven-release-plugin to 2.5.1 maven-dependency-plugin to 2.10 maven-jar-plugin to 2.5 maven-surefire-plugin to 2.18.1 maven-site-plugin to 3.4 maven-install-plugin to 2.5.2 maven-deploy-plugin to 2.8.2 maven-compiler-plugin to 3.2 maven-clean-plugin to 2.6.1 wagon-ssh to 2.8 Add comment about maven-resources-plugin 2.7 as it errors currently if upgraded.
-
Jeremy Landis authored
This plugin is likely to be soon removed from maven and preference is to use m2e for such items. This is not needed for any modern eclipse version.
-
Jeremy Landis authored
-
- Jan 28, 2015
-
-
Tony Trinh authored
-