Skip to content
  1. Apr 02, 2015
  2. Mar 26, 2015
  3. Mar 25, 2015
  4. Mar 24, 2015
  5. Mar 07, 2015
    • Tony Trinh's avatar
      Add XML support to en/disable stacktrace package detail · 7c538436
      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
      7c538436
  6. Mar 05, 2015
  7. Mar 01, 2015
  8. Feb 28, 2015
  9. Feb 25, 2015
  10. Feb 09, 2015
    • Jeremy Landis's avatar
      add .factorypath to gitignore · c088c9ea
      Jeremy Landis authored
      for users using eclipse with annotation scanning turned on.
      c088c9ea
    • Jeremy Landis's avatar
      update dependencies · 546ff6bf
      Jeremy Landis authored
      janino to 2.7.8
      groovy to 2.4.0
      tomcat to 7.0.59
      546ff6bf
    • Jeremy Landis's avatar
      update maven plugins · d8456f20
      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.
      d8456f20
    • Jeremy Landis's avatar
      Remove maven-eclipse-plugin · 51e2d0ff
      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.
      51e2d0ff
    • Jeremy Landis's avatar
      [logback-access] add missing overrides. · 5a85af99
      Jeremy Landis authored
      5a85af99
  11. Jan 28, 2015
  12. Jan 25, 2015
  13. Jan 24, 2015
    • Dmitry Andrianov's avatar
      Make AccessEvent.prepareForDeferredProcessing() to create a copy of the... · b444c3ff
      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.
      b444c3ff
  14. Jan 18, 2015