305
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 29, 2024 — Jun 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
General updates More... over 18 years ago
Handle null log4j logger param to constructor better than just causing NullPointerException. Thanks to Lilianne E. Blaze for the patch; see jira LOGGING-111. More... over 18 years ago
Improve diagnostics when underlying lib throws InvocationTargetException. Patch provided by Lilliane E. Blaze. See Jira issue LOGGING-111. More... over 18 years ago
Add note re how to run unit tests. More... over 18 years ago
Fix use of optional dependencies; optional is a separate flag, not a scope. Thanks to Wendy Smoak for pointing this out. More... over 18 years ago
Add comments about unusual dependency-handling approach. More... over 18 years ago
Trivial change; add newline after license. More... over 18 years ago
Hooking to the newly released v1 commons-parent pom More... over 18 years ago
Making sure all the pom.xmls have NOTICE/LICENSEs in - though haven't done VFS More... over 18 years ago
Point DOAP files to JIRA. More... over 18 years ago
Missing SVN properties, possibly some large diffs, no functional change. More... over 18 years ago
Points to the commons-parent now More... over 18 years ago
Fix thread-safety bug (SimpleDateFormat.format is not thread-safe). Thanks to Martin Wilson of bright-interactive for the bug report. More... over 18 years ago
Remove optional from both dependencies, it's not needed for scope test or plugins, as suggested by Carlos Sanchez. More... almost 19 years ago
Fix typos. More... almost 19 years ago
Add a pom for commons-logging-api that can be deployed to the Maven repository. Compared to the normal project.xml file all dependencies except junit has been removed. I also removed a few things related to testing in order to be able to build the jar with Maven after the dependencies were removed. This will help solve an issue reported on the user-list: http://mail-archives.apache.org/mod_mbox/jakarta-commons-user/200607.mbox/%[email protected]%3e More... almost 19 years ago
Make test compatible with maven2 surefire. More... almost 19 years ago
Have DefaultConfigTestCase explicitly set up its classpath. When run from ant, log4j is not on the classpath so using the default setup works; however when run from maven2 surefire, log4j is on the path. Explicitly controlling the test classpath works in both cases. More... almost 19 years ago
Manually force our custom java.util.logging.Handler class to be loaded via the system classloader. This means that the unit test can successfully run even when the class is not in the system classpath (as happens when running tests with maven2's surefire plugin for example). More... almost 19 years ago
Remove unused imports (fix compile warnings). More... almost 19 years ago
When multiple jars on classpath match logical lib name, use jar with shortest name. Also remove debug print statement. More... almost 19 years ago
Add javadoc only. More... almost 19 years ago
Minor test tidyups (including fixing incorrect comment due to copy-and-paste). More... almost 19 years ago
Copy resources into test jar. Also minor layout tidyups. More... almost 19 years ago
Change test to be compatible with maven2 surefire; when using surefire, junit is not loaded via the system classpath. More... almost 19 years ago
Change key of servlet api jar from "servletapi" to "servlet-api". The maven2 tests pull this jar from the maven2 repository, and in there the jarfile has a different name from the jarfile in the maven1 repo where ant pulls it from :-(. More... almost 19 years ago
Allow libs for test to be discovered via the classpath as well as via system properties. This has been implemented to suppprt running tests via the maven surefire plugin, but is a general-purpose mechanism. More... almost 19 years ago
Rework packaging phase. JCL now builds correctly with maven2 (though unit tests don't run). More... almost 19 years ago
Exclude LogFactoryImpl anonymous inner classes from adapter jar that shouldn't be included. More... almost 19 years ago
Add trailing slashes to URLs. Fix indentation. More... almost 19 years ago