- Sep 22, 2013
-
-
Mikhail Mazursky authored
-
Mikhail Mazursky authored
-
Mikhail Mazursky authored
-
- Sep 19, 2013
-
-
Tony Trinh authored
LOGBACK-832 - set parent classloader to avoid janino classes not being found
-
- Sep 14, 2013
-
-
Tony Trinh authored
Use new instance of RecoveryCoordinator in each test. Otherwise, the timestamp of the next call to isTooSoon() could happen well after the backoff threshold on slow machines (such as small nodes on Cloudbees Jenkins), causing false test failures. This also renames and refines the individual tests.
-
Tony Trinh authored
The slack factor for non-Sun JDK performance test in PackagingDataCalculatorTest was not lenient enough for the small virtual nodes on Cloudbees Jenkins. Some people were also reporting test failures here by a few percentage points (on their slow development machines). Bump slack factor from 10 to 15
-
leonardossz authored
fix for LOGBACK-842
-
- Sep 13, 2013
-
-
Tony Trinh authored
Modified the regex patterns in RootCauseFirstThrowableProxyTest and ExtendedThrowableProxyTest to find any packaging info in the throwable's stack trace, including inexact matches. On Cloudbees Jenkins, these tests were failing because they were looking for an exact match of the JUnit package but only found an inexact one.
-
- Sep 08, 2013
-
-
Tony Trinh authored
debug improvements to Gaffer (cherry picked from commit bd88d3ed580a4f60dc54c3293eb42aee5ea73148)
-
- Sep 07, 2013
-
-
Chetan Mehrotra authored
Fix exception for logger name with '.' and '$'
-
Chetan Mehrotra authored
LOGBACK-384 - Mixing periods and dollar signs in a logger name causes IllegalArgumentException from LoggerFactory.getLogger Fixing the logic to treat '$' and '.' at same level as per comment [1]. Also adding a testcase [1] http://jira.qos.ch/browse/LOGBACK-384?focusedCommentId=13105&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13105
-
rkapsi authored
Use append instead of concatenate
-
marko authored
Avoid NPE during JNDI lookup
-
jon-ruckwood authored
-
jon-ruckwood authored
Fixed an issue where an extra line of the stack trace was being printed by the ThrowableProxyConverter when specifying a length option.
-
kovacevicm authored
-
Gianpaulo authored
-
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.
-
- Sep 02, 2013
- Aug 31, 2013
-
-
Tony Trinh authored
LBCORE-179: Fix regarding incorrect stack trace depth when specifying %throwable with argument
-
Tony Trinh authored
Fixed JNDI lookup of non-String entries
-
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 24, 2013
-
-
kovacevicm authored
-
- 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
-