Skip to content
  1. Feb 28, 2015
  2. Feb 25, 2015
  3. 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
  4. Jan 28, 2015
  5. Jan 25, 2015
  6. 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
  7. Jan 18, 2015
  8. Jan 12, 2015
  9. Jan 11, 2015
  10. Jan 10, 2015
  11. Jan 07, 2015
  12. Dec 31, 2014
  13. Dec 29, 2014
  14. Dec 28, 2014
  15. Dec 27, 2014
    • jkuperus's avatar
      Fix for LOGBACK-1023 · 3c5f1463
      jkuperus authored
      Make sure TeeHttpServletResponse uses the response character encoding
      when contructing a new writer.
      3c5f1463