Skip to content
  1. Mar 18, 2015
    • s4nk's avatar
      Fixed a bug in TimeBasedFileNamingAndTriggeringPolicyBase causing the policy... · 077e45c8
      s4nk authored
      Fixed a bug in TimeBasedFileNamingAndTriggeringPolicyBase causing the policy to always rollover according to the local system time and ignore the time zone passed in the file name pattern. LOGBACK-611 introduced the possibility to specify time zone in the file name pattern and the file names are now correctly created according to the specified time zone. However, rollover is still based on the old behaviour, e.g., if the pattern is set to /wombat/foo.{%d, UTC}, rollover will happen at midnight of the local system time, instead of midnight in UTC. If for example the log is created at 00:59+01:00 02/01/2015 (local system time), the rollover will happen at 00:00+01:00 03/01/2015 instead of 01:00+01:00 02/01/2015 (i.e., 00:00Z 02/01/2015).
      077e45c8
  2. Mar 05, 2015
  3. Mar 01, 2015
  4. Feb 28, 2015
  5. Feb 25, 2015
  6. 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
  7. Jan 28, 2015
  8. Jan 25, 2015
  9. 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
  10. Jan 18, 2015
  11. Jan 12, 2015
  12. Jan 11, 2015
  13. Jan 10, 2015
  14. Jan 07, 2015
  15. Dec 31, 2014
  16. Dec 29, 2014
  17. Dec 28, 2014