305
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 10 hours ago.
Jul 23, 2024 — Jul 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Specify a version for maven-failsafe-plugin because one is not specified in commons-parent. This makes sure the build is reproducible and removes a warning when building with Maven 3. Use surefire version 2.12, same as in the latest commons-parent. More... almost 13 years ago
Remove the exclusion of the failing test class. The Maven build now runs all the tests that the Ant build does and with the same result. A total of 105 tests, with one failure because of LOGGING-119. More... almost 13 years ago
Use maven-failsafe-plugin to run the tests, as this plugin is bound to the "integration-test" phase which comes after the "package" phase. This is what commons-logging needs for most of its tests. More... almost 13 years ago
Add missing property definitions for integration tests More... about 13 years ago
Allow test cases to run OK under Maven/Surefire [does not seem to be needed for Ant testing] More... about 13 years ago
Fix version More... about 13 years ago
LOGGING-148 - LogFactory.diagnosticPrefix and diagnosticsStream could be final More... about 13 years ago
LOGGING-147 - SimpleLog.log - unsafe update of shortLogName More... about 13 years ago
Spelling More... about 13 years ago
Make immutable private fields final More... about 13 years ago
LOGGING-128 - Static analysis suggests a number of potential improvements More... about 13 years ago
Remove obsolete comment; this class is only intended for use with log4j 1.2.x More... about 13 years ago
Log4JLogger uses deprecated static members of Priority such as INFO More... about 13 years ago
LOGGING-145 - LogFactoryImpl.setAttribute - possible NPE More... about 13 years ago
Replace deprecated field references More... about 13 years ago
LOGGING-130 - Potential missing privileged block for class loader More... about 13 years ago
Unnecessary cast More... about 13 years ago
Test cases don't need main() methods More... about 13 years ago
Unnecessary casts More... about 13 years ago
Redundant null check More... about 13 years ago
Redundant null check: have already checked for null in enclosing conditional More... about 13 years ago
Redundant semi-colons More... about 13 years ago
Organize imports (don't use wildcards) More... about 13 years ago
Increase number of loops to try again to cause Continuum to fail More... about 13 years ago
Double number of loops to try and Continuum to fail More... about 13 years ago
Quieten Avalon tests More... about 13 years ago
LOGGING-119 deadlock on re-registration of logger Added test case showing the problem More... about 13 years ago
Need more recent Surefire version to support systemPropertyVariables More... over 13 years ago
Replace deprecated systemProperties with systemPropertyVariables More... almost 14 years ago
Ignore eclipse project files. More... over 14 years ago