Skip to content
  1. Aug 31, 2013
  2. Aug 29, 2013
    • Carl Harris's avatar
      fix for LOGBACK-743 · 9da0eb95
      Carl Harris authored
      Wrapped the call to System.getProperty in a try/catch to anticipate
      the SecurityException that can result from accessing system properties
      in the presence of a SecurityManager (e.g. in an applet sandbox).
      9da0eb95
  3. Jul 03, 2013
  4. Jul 02, 2013
  5. Jun 20, 2013
  6. Jun 14, 2013
  7. Jun 13, 2013
  8. Jun 11, 2013
  9. Jun 03, 2013
  10. May 30, 2013
  11. May 27, 2013
  12. May 26, 2013
    • Thomas Hallgren's avatar
      Removes redundant and forever dangling connection · 9300fe3c
      Thomas Hallgren authored
      The DataSourceConnectionSource.start() method opens a new connection
      only to determine whether or not the discoverConnectionProperties()
      should be called. This is unnecessary since that method will perform
      the same check and issue a very similar warning. A more serious
      problem is that the connection is never closed.
      
      This commit removes the use of this extra connection completely. I
      think this is the last issue in need of a fix before LOGBACK-376 can
      be closed.
      9300fe3c
  13. May 14, 2013
  14. May 11, 2013
  15. May 10, 2013
  16. May 08, 2013
  17. May 07, 2013
  18. May 06, 2013
  19. May 05, 2013