Skip to content
  1. May 03, 2014
    • Jeremy Landis's avatar
      moved remaining resources to src/main/resources · 99c67be2
      Jeremy Landis authored
      logback-access & logback-examples resource files moved from source
      packages to resources packages to comply with maven standards.
      99c67be2
    • Jeremy Landis's avatar
      moved db appender scripts to src/main/resources · da225098
      Jeremy Landis authored
      moved db appender scripts to src/main/resources (duplicate of #190 -
      cleaner)
      da225098
    • Tony Trinh's avatar
      Merge pull request #195 from hazendaz/master · b4a0454a
      Tony Trinh authored
      POM Modernization
      b4a0454a
    • Jeremy Landis's avatar
      POM Modernization · 2c8265b6
      Jeremy Landis authored
      - Corrected maven xsd
      - Removed duplication in child poms (url, license, version, groupId)
      - Removed commented out scala items
      - Removed commented out jetty servlet api
      - Removed excess spacing
      - Note JavaSE-1.6 & 1.6 oracle docs
      - Replaced examples use of antrun with maven-dependency-plugin
      - Updated plugin versions
      - Added plugins in parent pluginManagement
      - Updated mockito & log4j
      - Dropped old slf4j-api 1.5.10 - pom pulls latest
      - Moved modelVersion to correct location
      - Explicit groupId everywhere
      - Use maven properties for jdk version used for compiler plugin
      - Added generation of test source & javadoc jars
      - Added lifecycle mapping filter for gmaven for users without m2e configuration.
      - Moved maven bundle to plugin management
      2c8265b6
  2. May 02, 2014
  3. Apr 27, 2014
  4. Apr 26, 2014
  5. Apr 16, 2014
  6. Apr 09, 2014
  7. Apr 08, 2014
  8. Apr 07, 2014
    • Mike Reinhold's avatar
      Added configuration framework for having Logback automatically stop its · b65f366d
      Mike Reinhold authored
      context via a shutdown hook. Enabled via the shutdownHook configuration
      element (backed by the Joran ShutdownHookAction). 
      
      Basic implementation provided, DelayingShutdownHook, stops the Logback
      context after a specified delay (default is 0 for immediate shutdown).
      
      Updated news page under revision 1.1.3 and added details to the
      configuration manual page.
      b65f366d
  9. Apr 06, 2014
    • Mikhail Mazursky's avatar
      Set thread name · e329d455
      Mikhail Mazursky authored
      It is much easier to identify threads in thread dumps when they have meaningful names
      e329d455
  10. Apr 04, 2014
  11. Apr 02, 2014