- Aug 31, 2013
-
-
Tony Trinh authored
Fixed MySQL setup script to use lower-case table name to match the references in the file. This had caused an error on systems where case sensitivity matters.
-
Tony Trinh authored
Removes redundant and forever dangling connection
-
- Aug 29, 2013
-
-
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).
-
- Jul 03, 2013
-
-
Ceki Gulcu authored
-
Jörn Huxhorn authored
Avoid NPE when getting CodeSource
-
- Jul 02, 2013
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
- Jun 20, 2013
-
-
Ceki Gulcu authored
-
- Jun 14, 2013
-
-
Ceki Gulcu authored
-
- Jun 13, 2013
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
- Jun 11, 2013
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
- Jun 03, 2013
-
-
Mikhail Mazursky authored
CodeSource can be null - add a check to avoid NPE
-
- May 30, 2013
-
-
Gianpaulo authored
-
Ceki Gulcu authored
-
- May 27, 2013
-
-
Ceki Gulcu authored
-
- May 26, 2013
-
-
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.
-
- May 14, 2013
- May 11, 2013
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
- May 10, 2013
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
- May 08, 2013
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
- May 07, 2013
-
-
Ceki Gulcu authored
-
- May 06, 2013
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-