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
about 6 hours
ago. based on code collected
about 6 hours
ago.
Jun 17, 2024 — Jun 17, 2025
Showing page 61 of 62
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Add the standard ( ? ) JDK1.3 'service provider' mechanism. It's usually better to use the standards ( if it makes sense ), and that's something that works well enough ( crimson, xerces, xalan, saxon, etc).
Costin Manolache
More...
over 23 years ago
Fix conditional compilation. The official distribution must include support for all loggers, for development it should be enough to have one.
Costin Manolache
More...
over 23 years ago
Added myself to the status.
Costin Manolache
More...
over 23 years ago
Fix the implementation in LogFactory and LogFactoryImpl so that it actually works as documented.
Craig R. McClanahan
More...
over 23 years ago
Improvements to the new LogFactory APIs, based on feedback from Costin and Jon plus some additional thought about using it in a multi-class-loader environment (like Tomcat):
Craig R. McClanahan
More...
over 23 years ago
Forgot to commit the new exception class.
Craig R. McClanahan
More...
over 23 years ago
Add a new factory base class (LogFactory) and corresponding implementation (LogFactoryImpl) that is based on the principles of the JAXP API's approach to discovering SAXParserFactory and DocumentBuilderFactory instances. It addresses the technical concerns that Costin brought up in response to the original Commons Logging 1.0 vote.
Craig R. McClanahan
More...
over 23 years ago
Update to reflect the move of the JDK14Logger class
Scott Sanders
More...
over 23 years ago
Removed impl classes as they have moved to impl now
Scott Sanders
More...
over 23 years ago
New import because of move
Scott Sanders
More...
over 23 years ago
Moved implementation classes to impl package, as per Costin M.
Scott Sanders
More...
over 23 years ago
Use Hashtable instead of HashMap, for JDK 1.1 compatibility, and to solve sync issues
Scott Sanders
More...
over 23 years ago
Update to add a trace() level to the Log interface. Currently uses debug() in Log4J and LogKit PR: Obtained from: Submitted by: Reviewed by:
Scott Sanders
More...
over 23 years ago
*** empty log message ***
Peter Donald
More...
over 23 years ago
Correct the author attributions on the JDK 1.4 logging package wrapper. The code that this was based on was posted by Paulo Gaspar with a Java package name of "krankikom.log.*" -- not exactly rousing evidence of the fact that it came from Avalon.
Craig R. McClanahan
More...
over 23 years ago
Updated JDK14Logger to use the FINE level instead of the FINEST level for debug. This way if commons-logging needs to define a lower level, it will be able to do so. I am thinking about this because JBoss has a TRACE level below debug. PR: Obtained from: Submitted by: Reviewed by:
Scott Sanders
More...
over 23 years ago
Release Notes for the release PR: Obtained from: Submitted by: Reviewed by:
Scott Sanders
More...
over 23 years ago
Updated the STATUS file to add myself as a comitter and to attribute Avalon and Log4J for the influence that they had on the interface impls. PR: Obtained from: Submitted by: Reviewed by:
Scott Sanders
More...
over 23 years ago
Update to remove unused try catch PR: Obtained from: Submitted by: Daniel Rall [
[email protected]
] Reviewed by:
Scott Sanders
More...
over 23 years ago
Improved java doc comments
Robert Burrell Donkin
More...
over 23 years ago
Improved java doc comments
Robert Burrell Donkin
More...
over 23 years ago
Updated documentation to reflect new Log interface
Robert Burrell Donkin
More...
over 23 years ago
Updated package documentation to reflect latest Log interface
Robert Burrell Donkin
More...
over 23 years ago
Add logkit.jar to "test.classpath" as well as "compile.classpath".
Craig R. McClanahan
More...
over 23 years ago
Add convenience "all" and "off" levels to SimpleLog.
Craig R. McClanahan
More...
over 23 years ago
Update hyperlinks in these two files.
Craig R. McClanahan
More...
over 23 years ago
Removed AbstractLog and associated test case, removed log level constants from Log interface, added renamed level constants to SimpleLog and fixed SimpleLog configuration bug
Robert Burrell Donkin
More...
over 23 years ago
Implement the agreed-upon API changes for the commons-logging package. If the changes are too radical, I tagged things with "before_clean_up" to make it easy to go back.
Craig R. McClanahan
More...
over 23 years ago
Make LogSource more applet-friendly by swallowing any security exception thrown when System.getProperty() is called.
Craig R. McClanahan
More...
over 23 years ago
A few more tweaks to the STATUS file, add the MANIFEST.MF file for the META-INF directory of the JAR file.
Craig R. McClanahan
More...
over 23 years ago
←
1
2
…
54
55
56
57
58
59
60
61
62
→
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