openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Apache Commons Logging
Settings
|
Report Duplicate
305
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Jun 29, 2024 — Jun 29, 2025
Showing page 42 of 63
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
General updates
Simon Kitching
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.
Simon Kitching
More...
over 18 years ago
Improve diagnostics when underlying lib throws InvocationTargetException. Patch provided by Lilliane E. Blaze. See Jira issue LOGGING-111.
Simon Kitching
More...
over 18 years ago
Add note re how to run unit tests.
Simon Kitching
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.
Simon Kitching
More...
over 18 years ago
Add comments about unusual dependency-handling approach.
Simon Kitching
More...
over 18 years ago
Trivial change; add newline after license.
Simon Kitching
More...
over 18 years ago
Hooking to the newly released v1 commons-parent pom
Henri Yandell
More...
over 18 years ago
Making sure all the pom.xmls have NOTICE/LICENSEs in - though haven't done VFS
Henri Yandell
More...
over 18 years ago
Point DOAP files to JIRA.
Rahul Akolkar
More...
over 18 years ago
Missing SVN properties, possibly some large diffs, no functional change.
Rahul Akolkar
More...
over 18 years ago
Points to the commons-parent now
Henri Yandell
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.
Simon Kitching
More...
over 18 years ago
Remove optional from both dependencies, it's not needed for scope test or plugins, as suggested by Carlos Sanchez.
Dennis Lundberg
More...
almost 19 years ago
Fix typos.
Dennis Lundberg
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
Dennis Lundberg
More...
almost 19 years ago
Make test compatible with maven2 surefire.
Simon Kitching
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.
Simon Kitching
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).
Simon Kitching
More...
almost 19 years ago
Remove unused imports (fix compile warnings).
Simon Kitching
More...
almost 19 years ago
When multiple jars on classpath match logical lib name, use jar with shortest name. Also remove debug print statement.
Simon Kitching
More...
almost 19 years ago
Add javadoc only.
Simon Kitching
More...
almost 19 years ago
Minor test tidyups (including fixing incorrect comment due to copy-and-paste).
Simon Kitching
More...
almost 19 years ago
Copy resources into test jar. Also minor layout tidyups.
Simon Kitching
More...
almost 19 years ago
Change test to be compatible with maven2 surefire; when using surefire, junit is not loaded via the system classpath.
Simon Kitching
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 :-(.
Simon Kitching
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.
Simon Kitching
More...
almost 19 years ago
Rework packaging phase. JCL now builds correctly with maven2 (though unit tests don't run).
Simon Kitching
More...
almost 19 years ago
Exclude LogFactoryImpl anonymous inner classes from adapter jar that shouldn't be included.
Simon Kitching
More...
almost 19 years ago
Add trailing slashes to URLs. Fix indentation.
Dennis Lundberg
More...
almost 19 years ago
←
1
2
…
38
39
40
41
42
43
44
45
46
…
62
63
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree