Skip to content
  1. Dec 07, 2014
  2. Aug 30, 2014
  3. Aug 12, 2014
    • Joe Jensen's avatar
      Fix for LOGBACK-875 · c63a656b
      Joe Jensen authored
      Prevent logging on an interrupted thread from shutting down prudent file
      appenders due to a FileLockInterruptedException
      c63a656b
  4. Jul 13, 2014
  5. Jun 21, 2014
    • Tony Trinh's avatar
      Fix AsyncAppender/SocketAppender unit tests · 16883611
      Tony Trinh authored
      AsyncAppenderBaseTest: The appender was not allowed enough time to
      flush the appender on #stop(), causing the empty-check of the appender's
      queue to fail. The test appender's max-flush time is now extended from
      30ms to >1000ms.
      
      AbstractSocketAppenderIntegrationTest: A unit test expected
      deque.takeFirst() to be called only once after a log-event is appended,
      but the call actually occurs twice in a while-loop, where the second
      call is intended to block, waiting for the next log-event.
      
      AbstractSocketAppenderTest: A unit test that verified appender
      behavior when its deque was at capacity neglected to fill the deque
      before testing for errors.
      16883611
  6. Jun 15, 2014
  7. Jun 10, 2014
  8. Jun 08, 2014
  9. Jun 04, 2014
  10. Jun 03, 2014
  11. May 27, 2014
    • Tony Trinh's avatar
      Fix exception when threads write files to same dir · 0637d22c
      Tony Trinh authored
      When Multiple FileAppenders attempt to write files to the same
      nonexistent directory, concurrent threads could attempt to create
      the directory at the same time, where only one succeeds, while
      the others hit an IllegalStateException. This patch modifies
      FileUtil.createMissingParentDirectories() to gracefully handle
      existing directories (no exceptions thrown).
      
      This patch also removes FileUtil.isParentDirectoryCreationRequired()
      as this allows for race conditions between the existence-check and
      the directory creation. Note that File.mkdirs() already performs
      an existence-check.
      
      Fixes LOGBACK-128
      0637d22c
  12. May 17, 2014
  13. May 16, 2014
  14. May 10, 2014
  15. May 07, 2014
  16. 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
    • Tony Trinh's avatar
      Update release notes for 1.1.3 · d698a307
      Tony Trinh authored
      Added note for the move of the SQL scripts to src/main/resources
      from Jeremy Landis (PR #197) (LOGBACK-948)
      d698a307
    • Tony Trinh's avatar
      Merge pull request #197 from hazendaz/master · 2d2bdb5c
      Tony Trinh authored
      moved db appender scripts to src/main/resources
      2d2bdb5c
    • 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
  17. May 02, 2014
  18. Apr 27, 2014
  19. Apr 26, 2014