- Mar 25, 2015
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
- Mar 24, 2015
-
-
Ceki Gulcu authored
with the latest version the release process fails
-
Ceki Gulcu authored
-
- Mar 05, 2015
-
-
Ceki Gulcu 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
-
Tony Trinh authored
Make AccessEvent.prepareForDeferredProcessing() to create a copy of the ...
-
Tony Trinh authored
-
- Jan 25, 2015
-
-
Dmitry Andrianov authored
It was a mistake to use original httpRequest as long as it is available because web containers may recycle it and populate with the fields from another request. So make sure that when prepareForDeferredProcessing() is called, we will be only using copied data.
-
- Jan 24, 2015
-
-
Dmitry Andrianov authored
Make AccessEvent.prepareForDeferredProcessing() to create a copy of the request attributes map so attributes are available later even if processing is done in a background thread. Only Serializable attributes are copied to be on a safe side. Also, do not copy attributes set by Logback's TeeFilter as the very same information is already serialised as request/response content.
-
- Jan 18, 2015
-
-
Tony Trinh authored
LOGBACK-929: daemonized threads created by logback executor service.
-
- Jan 12, 2015
-
-
Eyal Farago authored
LOGBACK-929: fix spacing per Tony's request.
-
- Jan 11, 2015
-
-
Eyal Farago authored
-
- Jan 10, 2015
-
-
Tony Trinh authored
fixed typo in the paragraph relating to ExecutionServiceUtil changes (PR #187)
-
Tony Trinh authored
-
Tony Trinh authored
Fix for LOGBACK-894 cleanByPeriodOffset add time check
-
- Jan 07, 2015
-
-
Pascal Schumacher authored
-
Ceki Gulcu authored
- Properly close <p> tags in order to be XML well-formed - minor edits in the paragraph relating to ExecutionServiceUtil changes (PR #187)
-
- Dec 31, 2014
-
-
Tony Trinh authored
Escape XML &,",' in XMLLayout (LOGBACK-728)
-
Gabriel Corona authored
Fix LOGBACK-728 and LOGBACK-440. Add unit test for XMLLayout: validate against log4j.dtd found in log4j (added as a test dependency). As log4j-over-slf4j is a test dependency as well we must take care to have log4j-over-slf4j first in the classpath so that it can take precedence over log4j.
-
- Dec 29, 2014
-
-
Tony Trinh authored
fixed flaky mocking in AbstractSocketAppenderTest due to multi-threading issues
-
wuwen authored
-
Sebastian Gröbler authored
-
- Dec 28, 2014
-
-
Tony Trinh authored
-
Tony Trinh authored
-