Skip to content
  1. 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
  2. May 14, 2013
  3. May 11, 2013
  4. May 10, 2013
  5. May 08, 2013
  6. May 07, 2013
  7. May 06, 2013
  8. May 05, 2013
  9. May 03, 2013
  10. May 02, 2013
  11. May 01, 2013