svn commit: r495842 - /jakarta/commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/XMLIntrospector.java

2007-01-12 Thread skitching
Author: skitching Date: Fri Jan 12 22:32:49 2007 New Revision: 495842 URL: http://svn.apache.org/viewvc?view=revrev=495842 Log: When useContextClassLoader is false, load classes using the classloader that loaded Betwixt, not the one that loaded Digester. Normally of course both libs

svn commit: r495843 - /jakarta/commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/IntrospectionConfiguration.java

2007-01-12 Thread skitching
Author: skitching Date: Fri Jan 12 22:33:44 2007 New Revision: 495843 URL: http://svn.apache.org/viewvc?view=revrev=495843 Log: Make useContextClassLoader the default, and improve documentation for this feature. Modified: jakarta/commons/proper/betwixt/trunk/src/java/org/apache/commons

svn commit: r491767 - /jakarta/commons/proper/logging/trunk/xdocs/index.xml

2007-01-02 Thread skitching
Author: skitching Date: Tue Jan 2 01:29:54 2007 New Revision: 491767 URL: http://svn.apache.org/viewvc?view=revrev=491767 Log: Add reference to nightly build info on the wiki. Modified: jakarta/commons/proper/logging/trunk/xdocs/index.xml Modified: jakarta/commons/proper/logging/trunk

svn commit: r491520 - /jakarta/commons/proper/logging/trunk/xdocs/index.xml

2006-12-31 Thread skitching
Author: skitching Date: Sun Dec 31 17:34:57 2006 New Revision: 491520 URL: http://svn.apache.org/viewvc?view=revrev=491520 Log: Add section on 1.1.1 release to index. Modified: jakarta/commons/proper/logging/trunk/xdocs/index.xml Modified: jakarta/commons/proper/logging/trunk/xdocs

svn commit: r491521 - in /jakarta/commons/proper/commons-nightly/trunk: nightly_proper_maven2_list.txt nightly_proper_maven_list.txt

2006-12-31 Thread skitching
Author: skitching Date: Sun Dec 31 18:04:23 2006 New Revision: 491521 URL: http://svn.apache.org/viewvc?view=revrev=491521 Log: Move logging from maven1 build to maven2 build. Modified: jakarta/commons/proper/commons-nightly/trunk/nightly_proper_maven2_list.txt jakarta/commons/proper

svn commit: r476770 - /jakarta/commons/proper/logging/trunk/pom.xml

2006-11-19 Thread skitching
Author: skitching Date: Sun Nov 19 00:36:36 2006 New Revision: 476770 URL: http://svn.apache.org/viewvc?view=revrev=476770 Log: Add note re how to run unit tests. Modified: jakarta/commons/proper/logging/trunk/pom.xml Modified: jakarta/commons/proper/logging/trunk/pom.xml URL: http

svn commit: r476772 - /jakarta/commons/proper/logging/trunk/src/java/org/apache/commons/logging/impl/LogFactoryImpl.java

2006-11-19 Thread skitching
Author: skitching Date: Sun Nov 19 00:50:31 2006 New Revision: 476772 URL: http://svn.apache.org/viewvc?view=revrev=476772 Log: Improve diagnostics when underlying lib throws InvocationTargetException. Patch provided by Lilliane E. Blaze. See Jira issue LOGGING-111. Modified: jakarta

svn commit: r476774 - /jakarta/commons/proper/logging/trunk/src/java/org/apache/commons/logging/impl/Log4JLogger.java

2006-11-19 Thread skitching
Author: skitching Date: Sun Nov 19 00:57:51 2006 New Revision: 476774 URL: http://svn.apache.org/viewvc?view=revrev=476774 Log: Handle null log4j logger param to constructor better than just causing NullPointerException. Thanks to Lilianne E. Blaze for the patch; see jira LOGGING-111. Modified

svn commit: r476777 - /jakarta/commons/proper/logging/trunk/RELEASE-NOTES.txt

2006-11-19 Thread skitching
Author: skitching Date: Sun Nov 19 01:17:43 2006 New Revision: 476777 URL: http://svn.apache.org/viewvc?view=revrev=476777 Log: General updates Modified: jakarta/commons/proper/logging/trunk/RELEASE-NOTES.txt Modified: jakarta/commons/proper/logging/trunk/RELEASE-NOTES.txt URL: http

svn commit: r476784 - /jakarta/commons/proper/logging/trunk/RELEASE-NOTES.txt

2006-11-19 Thread skitching
Author: skitching Date: Sun Nov 19 01:54:02 2006 New Revision: 476784 URL: http://svn.apache.org/viewvc?view=revrev=476784 Log: Add note about maven1 support. Modified: jakarta/commons/proper/logging/trunk/RELEASE-NOTES.txt Modified: jakarta/commons/proper/logging/trunk/RELEASE-NOTES.txt

svn commit: r476637 - /jakarta/commons/proper/logging/trunk/pom.xml

2006-11-18 Thread skitching
Author: skitching Date: Sat Nov 18 14:32:29 2006 New Revision: 476637 URL: http://svn.apache.org/viewvc?view=revrev=476637 Log: Fix use of optional dependencies; optional is a separate flag, not a scope. Thanks to Wendy Smoak for pointing this out. Modified: jakarta/commons/proper/logging

svn commit: r476370 - /jakarta/commons/proper/logging/trunk/pom.xml

2006-11-17 Thread skitching
Author: skitching Date: Fri Nov 17 15:42:48 2006 New Revision: 476370 URL: http://svn.apache.org/viewvc?view=revrev=476370 Log: Trivial change; add newline after license. Modified: jakarta/commons/proper/logging/trunk/pom.xml Modified: jakarta/commons/proper/logging/trunk/pom.xml URL: http

svn commit: r476429 - /jakarta/commons/proper/logging/trunk/pom.xml

2006-11-17 Thread skitching
Author: skitching Date: Fri Nov 17 19:41:32 2006 New Revision: 476429 URL: http://svn.apache.org/viewvc?view=revrev=476429 Log: Add comments about unusual dependency-handling approach. Modified: jakarta/commons/proper/logging/trunk/pom.xml Modified: jakarta/commons/proper/logging/trunk

svn commit: r475623 - /jakarta/commons/proper/digester/trunk/RELEASE-NOTES.txt

2006-11-16 Thread skitching
Author: skitching Date: Thu Nov 16 00:12:15 2006 New Revision: 475623 URL: http://svn.apache.org/viewvc?view=revrev=475623 Log: Add info re support for maven2. Modified: jakarta/commons/proper/digester/trunk/RELEASE-NOTES.txt Modified: jakarta/commons/proper/digester/trunk/RELEASE-NOTES.txt

svn commit: r472835 - /jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/NodeCreateRule.java

2006-11-09 Thread skitching
Author: skitching Date: Thu Nov 9 01:59:53 2006 New Revision: 472835 URL: http://svn.apache.org/viewvc?view=revrev=472835 Log: Remove unused variable (fix Eclipse warning) Modified: jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/NodeCreateRule.java Modified

svn commit: r472836 - /jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/SetNestedPropertiesRule.java

2006-11-09 Thread skitching
Author: skitching Date: Thu Nov 9 02:06:56 2006 New Revision: 472836 URL: http://svn.apache.org/viewvc?view=revrev=472836 Log: Minor code cleanup: * log is digester.log, so use shorter path. * cache isDebugEnabled state in local variable Modified: jakarta/commons/proper/digester/trunk/src

svn commit: r472837 - /jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/plugins/PluginDeclarationRule.java

2006-11-09 Thread skitching
Author: skitching Date: Thu Nov 9 02:07:51 2006 New Revision: 472837 URL: http://svn.apache.org/viewvc?view=revrev=472837 Log: Remove unused variable. Modified: jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/plugins/PluginDeclarationRule.java Modified: jakarta

svn commit: r472838 - in /jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester: plugins/ xmlrules/

2006-11-09 Thread skitching
Author: skitching Date: Thu Nov 9 02:08:34 2006 New Revision: 472838 URL: http://svn.apache.org/viewvc?view=revrev=472838 Log: Add getCause method to all exception classes Modified: jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/plugins

svn commit: r472840 - in /jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester: ./ plugins/ xmlrules/

2006-11-09 Thread skitching
Author: skitching Date: Thu Nov 9 02:18:34 2006 New Revision: 472840 URL: http://svn.apache.org/viewvc?view=revrev=472840 Log: Remove unused variables (fix Eclipse warnings) Modified: jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester

svn commit: r472841 - /jakarta/commons/proper/digester/trunk/build.xml

2006-11-09 Thread skitching
Author: skitching Date: Thu Nov 9 02:19:29 2006 New Revision: 472841 URL: http://svn.apache.org/viewvc?view=revrev=472841 Log: Add comments only. Modified: jakarta/commons/proper/digester/trunk/build.xml Modified: jakarta/commons/proper/digester/trunk/build.xml URL: http://svn.apache.org

svn commit: r472842 - /jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/plugins/strategies/LoaderFromClass.java

2006-11-09 Thread skitching
Author: skitching Date: Thu Nov 9 02:19:56 2006 New Revision: 472842 URL: http://svn.apache.org/viewvc?view=revrev=472842 Log: Remove unused variable Modified: jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/plugins/strategies/LoaderFromClass.java Modified

svn commit: r472843 - /jakarta/commons/proper/digester/trunk/pom.xml

2006-11-09 Thread skitching
Author: skitching Date: Thu Nov 9 02:20:28 2006 New Revision: 472843 URL: http://svn.apache.org/viewvc?view=revrev=472843 Log: Add maven2 build file for Digester. Added: jakarta/commons/proper/digester/trunk/pom.xml Added: jakarta/commons/proper/digester/trunk/pom.xml URL: http

svn commit: r468847 - /jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/Digester.java

2006-10-29 Thread skitching
Author: skitching Date: Sun Oct 29 01:56:44 2006 New Revision: 468847 URL: http://svn.apache.org/viewvc?view=revrev=468847 Log: Change @since from 1.7.1 to 1.8 as that's what the next release will now be labelled. Modified: jakarta/commons/proper/digester/trunk/src/java/org/apache/commons

svn commit: r468849 - /jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/StackAction.java

2006-10-29 Thread skitching
Author: skitching Date: Sun Oct 29 01:59:17 2006 New Revision: 468849 URL: http://svn.apache.org/viewvc?view=revrev=468849 Log: Change @since from 1.7.1 to 1.8 Modified: jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/StackAction.java Modified: jakarta/commons

svn commit: r468851 - /jakarta/commons/proper/digester/trunk/RELEASE-NOTES.txt

2006-10-29 Thread skitching
Author: skitching Date: Sun Oct 29 01:04:32 2006 New Revision: 468851 URL: http://svn.apache.org/viewvc?view=revrev=468851 Log: Update version number from 1.7.1 to 1.8; that will be the next release version. Modified: jakarta/commons/proper/digester/trunk/RELEASE-NOTES.txt Modified: jakarta

svn commit: r464108 - /jakarta/commons/proper/logging/trunk/src/java/org/apache/commons/logging/impl/SimpleLog.java

2006-10-14 Thread skitching
Author: skitching Date: Sat Oct 14 20:11:19 2006 New Revision: 464108 URL: http://svn.apache.org/viewvc?view=revrev=464108 Log: Fix thread-safety bug (SimpleDateFormat.format is not thread-safe). Thanks to Martin Wilson of bright-interactive for the bug report. Modified: jakarta/commons

svn commit: r427477 - /jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/PathableClassLoader.java

2006-08-01 Thread skitching
Author: skitching Date: Tue Aug 1 00:37:00 2006 New Revision: 427477 URL: http://svn.apache.org/viewvc?rev=427477view=rev Log: Add javadoc only. Modified: jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/PathableClassLoader.java Modified: jakarta/commons/proper

svn commit: r427797 - /jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/PathableClassLoader.java

2006-08-01 Thread skitching
Author: skitching Date: Tue Aug 1 16:45:58 2006 New Revision: 427797 URL: http://svn.apache.org/viewvc?rev=427797view=rev Log: When multiple jars on classpath match logical lib name, use jar with shortest name. Also remove debug print statement. Modified: jakarta/commons/proper/logging

svn commit: r427798 - /jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/logkit/StandardTestCase.java

2006-08-01 Thread skitching
Author: skitching Date: Tue Aug 1 16:46:32 2006 New Revision: 427798 URL: http://svn.apache.org/viewvc?rev=427798view=rev Log: Remove unused imports (fix compile warnings). Modified: jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/logkit/StandardTestCase.java

svn commit: r427800 - in /jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/jdk14: CustomConfigAPITestCase.java CustomConfigFullTestCase.java CustomConfigTestCase.java

2006-08-01 Thread skitching
Author: skitching Date: Tue Aug 1 16:48:14 2006 New Revision: 427800 URL: http://svn.apache.org/viewvc?rev=427800view=rev Log: 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

svn commit: r427808 - /jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/jdk14/DefaultConfigTestCase.java

2006-08-01 Thread skitching
Author: skitching Date: Tue Aug 1 17:08:20 2006 New Revision: 427808 URL: http://svn.apache.org/viewvc?rev=427808view=rev Log: 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

svn commit: r427814 - /jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/pathable/ParentFirstTestCase.java

2006-08-01 Thread skitching
Author: skitching Date: Tue Aug 1 17:18:56 2006 New Revision: 427814 URL: http://svn.apache.org/viewvc?rev=427814view=rev Log: Make test compatible with maven2 surefire. Modified: jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/pathable/ParentFirstTestCase.java

svn commit: r427394 - /jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/PathableClassLoader.java

2006-07-31 Thread skitching
Author: skitching Date: Mon Jul 31 18:13:11 2006 New Revision: 427394 URL: http://svn.apache.org/viewvc?rev=427394view=rev Log: 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

svn commit: r427396 - /jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/pathable/ChildFirstTestCase.java

2006-07-31 Thread skitching
Author: skitching Date: Mon Jul 31 18:16:02 2006 New Revision: 427396 URL: http://svn.apache.org/viewvc?rev=427396view=rev Log: Change test to be compatible with maven2 surefire; when using surefire, junit is not loaded via the system classpath. Modified: jakarta/commons/proper/logging

svn commit: r427417 - /jakarta/commons/proper/logging/trunk/pom.xml

2006-07-31 Thread skitching
Author: skitching Date: Mon Jul 31 20:08:15 2006 New Revision: 427417 URL: http://svn.apache.org/viewvc?rev=427417view=rev Log: Copy resources into test jar. Also minor layout tidyups. Modified: jakarta/commons/proper/logging/trunk/pom.xml Modified: jakarta/commons/proper/logging/trunk

svn commit: r427418 - /jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/config/FirstPriorityConfigTestCase.java

2006-07-31 Thread skitching
Author: skitching Date: Mon Jul 31 20:10:13 2006 New Revision: 427418 URL: http://svn.apache.org/viewvc?rev=427418view=rev Log: Minor test tidyups (including fixing incorrect comment due to copy-and-paste). Modified: jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging

svn commit: r426313 - /jakarta/commons/proper/logging/trunk/build.xml

2006-07-27 Thread skitching
Author: skitching Date: Thu Jul 27 16:05:22 2006 New Revision: 426313 URL: http://svn.apache.org/viewvc?rev=426313view=rev Log: Exclude LogFactoryImpl anonymous inner classes from adapter jar that shouldn't be included. Modified: jakarta/commons/proper/logging/trunk/build.xml Modified

svn commit: r426316 - /jakarta/commons/proper/logging/trunk/pom.xml

2006-07-27 Thread skitching
Author: skitching Date: Thu Jul 27 16:09:24 2006 New Revision: 426316 URL: http://svn.apache.org/viewvc?rev=426316view=rev Log: Rework packaging phase. JCL now builds correctly with maven2 (though unit tests don't run). Modified: jakarta/commons/proper/logging/trunk/pom.xml Modified

svn commit: r425247 - /jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/PathableClassLoader.java

2006-07-24 Thread skitching
Author: skitching Date: Mon Jul 24 18:26:37 2006 New Revision: 425247 URL: http://svn.apache.org/viewvc?rev=425247view=rev Log: Add javadoc about setExplicitLoader/addLogicalLib. Modified: jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/PathableClassLoader.java

svn commit: r425249 - in /jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging: config/ jdk14/ log4j/log4j12/ logkit/ security/ servlet/ simple/ tccl/ tccl/log/ tccl/logfactory/

2006-07-24 Thread skitching
Author: skitching Date: Mon Jul 24 18:30:16 2006 New Revision: 425249 URL: http://svn.apache.org/viewvc?rev=425249view=rev Log: Make unit tests compatible with maven2 Surefire plugin. Modified: jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/config

svn commit: r425250 - /jakarta/commons/proper/logging/trunk/project.xml

2006-07-24 Thread skitching
Author: skitching Date: Mon Jul 24 18:32:04 2006 New Revision: 425250 URL: http://svn.apache.org/viewvc?rev=425250view=rev Log: Replace confusing variable use with plain text. There's no need for flexibility here as the artifact id is really unlikely to change, and if it does we can just search

svn commit: r425252 - in /jakarta/commons/proper/logging/trunk: commons-logging-README.txt pom.xml

2006-07-24 Thread skitching
Author: skitching Date: Mon Jul 24 18:37:50 2006 New Revision: 425252 URL: http://svn.apache.org/viewvc?rev=425252view=rev Log: Initial attempt at building commons-logging using maven2; not fully functional yet. Added: jakarta/commons/proper/logging/trunk/commons-logging-README.txt

svn commit: r424063 - /jakarta/commons/proper/logging/trunk/src/java/org/apache/commons/logging/LogFactory.java

2006-07-20 Thread skitching
Author: skitching Date: Thu Jul 20 14:06:09 2006 New Revision: 424063 URL: http://svn.apache.org/viewvc?rev=424063view=rev Log: * INCOMPATIBLE CHANGE (minor): protected method getContextClassloader no longer uses an AccessController. This was a (minor) security flaw. Instead, behaviour

svn commit: r424066 - /jakarta/commons/proper/logging/trunk/src/java/org/apache/commons/logging/impl/LogFactoryImpl.java

2006-07-20 Thread skitching
Author: skitching Date: Thu Jul 20 14:08:49 2006 New Revision: 424066 URL: http://svn.apache.org/viewvc?rev=424066view=rev Log: * Add method getSystemProperty which fetches system properties using an AccessController, so they are accessable by a trusted JCL lib called from untrusted code. * Add

svn commit: r424078 - /jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/security/SecurityTestCaseAllowed.java

2006-07-20 Thread skitching
Author: skitching Date: Thu Jul 20 14:52:52 2006 New Revision: 424078 URL: http://svn.apache.org/viewvc?rev=424078view=rev Log: Only count security exceptions before a message is actually logged, as j.u.logging does (and should) generate security exceptions. Modified: jakarta/commons

svn commit: r424082 - in /jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/security: SecurityAllowedTestCase.java SecurityForbiddenTestCase.java SecurityTestCaseAllowed.java Se

2006-07-20 Thread skitching
Author: skitching Date: Thu Jul 20 14:59:50 2006 New Revision: 424082 URL: http://svn.apache.org/viewvc?rev=424082view=rev Log: Rename testcase files, as batch junit testing only detects classes ending in TestCase. Added: jakarta/commons/proper/logging/trunk/src/test/org/apache/commons

svn commit: r424107 - in /jakarta/commons/proper/logging/trunk/src/java: ./ org/apache/commons/logging/ org/apache/commons/logging/impl/

2006-07-20 Thread skitching
Author: skitching Date: Thu Jul 20 16:15:42 2006 New Revision: 424107 URL: http://svn.apache.org/viewvc?rev=424107view=rev Log: Update license info using script update-AL20.pl, as per http://www.apache.org/legal/src-headers.html Modified: jakarta/commons/proper/logging/trunk/src/java/org

svn commit: r424110 - in /jakarta/commons/proper/logging/trunk: ./ xdocs/

2006-07-20 Thread skitching
Author: skitching Date: Thu Jul 20 16:29:33 2006 New Revision: 424110 URL: http://svn.apache.org/viewvc?rev=424110view=rev Log: Update license info using script update-AL20.pl, as per http://www.apache.org/legal/src-headers.html Modified: jakarta/commons/proper/logging/trunk/PROPOSAL.html

svn commit: r424112 - /jakarta/commons/proper/logging/trunk/xdocs/tech.xml

2006-07-20 Thread skitching
Author: skitching Date: Thu Jul 20 16:32:01 2006 New Revision: 424112 URL: http://svn.apache.org/viewvc?rev=424112view=rev Log: Update license info using script update-AL20.pl, as per http://www.apache.org/legal/src-headers.html Modified: jakarta/commons/proper/logging/trunk/xdocs/tech.xml

svn commit: r424113 - /jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/StackAction.java

2006-07-20 Thread skitching
Author: skitching Date: Thu Jul 20 16:34:46 2006 New Revision: 424113 URL: http://svn.apache.org/viewvc?rev=424113view=rev Log: Add @since comment for new method. Modified: jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/StackAction.java Modified: jakarta

svn commit: r424114 - /jakarta/commons/proper/digester/trunk/RELEASE-NOTES.txt

2006-07-20 Thread skitching
Author: skitching Date: Thu Jul 20 16:35:25 2006 New Revision: 424114 URL: http://svn.apache.org/viewvc?rev=424114view=rev Log: Note that method addStackAction has been added to the Digester class. Modified: jakarta/commons/proper/digester/trunk/RELEASE-NOTES.txt Modified: jakarta/commons

svn commit: r424139 - /jakarta/commons/proper/logging/trunk/src/java/org/apache/commons/logging/impl/LogFactoryImpl.java

2006-07-20 Thread skitching
Author: skitching Date: Thu Jul 20 17:09:23 2006 New Revision: 424139 URL: http://svn.apache.org/viewvc?rev=424139view=rev Log: Fix for LOGGING-107. JCL failed when run under a security policy that prevented calling ClassLoader.getParent. We now catch SecurityException in this case, and also use

svn commit: r424144 - /jakarta/commons/proper/logging/trunk/RELEASE-NOTES.txt

2006-07-20 Thread skitching
Author: skitching Date: Thu Jul 20 17:12:48 2006 New Revision: 424144 URL: http://svn.apache.org/viewvc?rev=424144view=rev Log: Start release notes for 1.1.1 Modified: jakarta/commons/proper/logging/trunk/RELEASE-NOTES.txt Modified: jakarta/commons/proper/logging/trunk/RELEASE-NOTES.txt URL

svn commit: r423653 - in /jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/security: MockSecurityManager.java SecurityTestCase.java SecurityTestCaseAllowed.java SecurityTestCas

2006-07-19 Thread skitching
Author: skitching Date: Wed Jul 19 16:26:49 2006 New Revision: 423653 URL: http://svn.apache.org/viewvc?rev=423653view=rev Log: Add more unit tests for SecurityManager/AccessController issues Added: jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/security

svn commit: r423654 - /jakarta/commons/proper/logging/trunk/src/java/org/apache/commons/logging/LogFactory.java

2006-07-19 Thread skitching
Author: skitching Date: Wed Jul 19 16:31:00 2006 New Revision: 423654 URL: http://svn.apache.org/viewvc?rev=423654view=rev Log: Fix LOGGING-106 where JCL wouldn't start when run under a SecurityManager that refuses access to system properties. Also use an AccessController so that a signed JCL

svn commit: r420429 - /jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/impl/WeakHashtableTest.java

2006-07-10 Thread skitching
Author: skitching Date: Sun Jul 9 23:03:14 2006 New Revision: 420429 URL: http://svn.apache.org/viewvc?rev=420429view=rev Log: Remove weird unicode char in comments that causes compile warnings Modified: jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/impl

svn commit: r420478 - in /jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/security: ./ MockSecurityManager.java SecurityTestCase.java

2006-07-10 Thread skitching
Author: skitching Date: Mon Jul 10 03:25:49 2006 New Revision: 420478 URL: http://svn.apache.org/viewvc?rev=420478view=rev Log: Add unit tests to check behaviour when running in applet-like environments with restrictive security managers. Added: jakarta/commons/proper/logging/trunk/src/test

svn commit: r406292 - /jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/servlet/BasicServletTestCase.java

2006-05-14 Thread skitching
Author: skitching Date: Sun May 14 02:31:48 2006 New Revision: 406292 URL: http://svn.apache.org/viewcvs?rev=406292view=rev Log: Fix incorrect package name in unit test. The test was still being compiled and run ok; the generated .class was just ending up in an odd directory. Modified

svn commit: r406293 - /jakarta/commons/proper/logging/trunk/src/java/org/apache/commons/logging/impl/WeakHashtable.java

2006-05-14 Thread skitching
Author: skitching Date: Sun May 14 02:35:42 2006 New Revision: 406293 URL: http://svn.apache.org/viewcvs?rev=406293view=rev Log: Remove unused variable. Modified: jakarta/commons/proper/logging/trunk/src/java/org/apache/commons/logging/impl/WeakHashtable.java Modified: jakarta/commons

svn commit: r406303 - in /jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging: pathable/ tccl/log/ tccl/logfactory/

2006-05-14 Thread skitching
Author: skitching Date: Sun May 14 03:02:26 2006 New Revision: 406303 URL: http://svn.apache.org/viewcvs?rev=406303view=rev Log: Fix a few trivial compiler warnings. Modified: jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/pathable/ChildFirstTestCase.java

svn commit: r398293 - /jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/substitution/VariableAttributes.java

2006-04-30 Thread skitching
Author: skitching Date: Sun Apr 30 00:24:27 2006 New Revision: 398293 URL: http://svn.apache.org/viewcvs?rev=398293view=rev Log: Trivial javadoc fix Modified: jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/substitution/VariableAttributes.java Modified: jakarta

svn commit: r398305 - /jakarta/commons/proper/digester/trunk/RELEASE-NOTES.txt

2006-04-30 Thread skitching
Author: skitching Date: Sun Apr 30 03:17:16 2006 New Revision: 398305 URL: http://svn.apache.org/viewcvs?rev=398305view=rev Log: Note Digester works with recent Kaffe/GNU-classpath releases. Add note on (partially) resolved bug#37034 Modified: jakarta/commons/proper/digester/trunk/RELEASE

svn commit: r398306 - in /jakarta/commons/proper/digester/trunk/src: java/org/apache/commons/digester/ test/org/apache/commons/digester/

2006-04-30 Thread skitching
Author: skitching Date: Sun Apr 30 03:19:12 2006 New Revision: 398306 URL: http://svn.apache.org/viewcvs?rev=398306view=rev Log: Add new Digester.setStackAction feature; this allows user code to monitor the digester stacks. In particular it helps with tracking info on xml file source

svn commit: r398309 - /jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/Digester.java

2006-04-30 Thread skitching
Author: skitching Date: Sun Apr 30 03:28:11 2006 New Revision: 398309 URL: http://svn.apache.org/viewcvs?rev=398309view=rev Log: Add javadoc for new methods. Modified: jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/Digester.java Modified: jakarta/commons/proper

svn commit: r397513 - /jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/Rule.java

2006-04-27 Thread skitching
Author: skitching Date: Thu Apr 27 03:21:57 2006 New Revision: 397513 URL: http://svn.apache.org/viewcvs?rev=397513view=rev Log: Add javadoc to encourage writing of custom Rule classes, and giving basic guidance. Modified: jakarta/commons/proper/digester/trunk/src/java/org/apache/commons

svn commit: r397514 - /jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/Digester.java

2006-04-27 Thread skitching
Author: skitching Date: Thu Apr 27 03:30:09 2006 New Revision: 397514 URL: http://svn.apache.org/viewcvs?rev=397514view=rev Log: Remove mention of a specific contributor from javadoc. No offence is intended to James House; however this info clutters the method description and no other user

svn commit: r397515 - /jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/Digester.java

2006-04-27 Thread skitching
Author: skitching Date: Thu Apr 27 03:33:04 2006 New Revision: 397515 URL: http://svn.apache.org/viewcvs?rev=397515view=rev Log: Minor javadoc update on clear method. Modified: jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/Digester.java Modified: jakarta

svn commit: r395181 - /jakarta/commons/proper/logging/trunk/src/java/org/apache/commons/logging/impl/LogFactoryImpl.java

2006-04-19 Thread skitching
Author: skitching Date: Wed Apr 19 01:57:54 2006 New Revision: 395181 URL: http://svn.apache.org/viewcvs?rev=395181view=rev Log: Fix problem with suggested alternative for invalid log adapter class. Always trim whitespace from user-specified log adapter class name. Modified: jakarta/commons

svn commit: r395185 - /jakarta/commons/proper/logging/trunk/src/java/org/apache/commons/logging/package.html

2006-04-19 Thread skitching
Author: skitching Date: Wed Apr 19 02:33:50 2006 New Revision: 395185 URL: http://svn.apache.org/viewcvs?rev=395185view=rev Log: The use of static Log objects may or may not be safe depending on how that code is intended to be deployed. It's therefore better for the examples to show the safest

svn commit: r395196 - /jakarta/commons/proper/logging/trunk/xdocs/building.xml

2006-04-19 Thread skitching
Author: skitching Date: Wed Apr 19 03:14:01 2006 New Revision: 395196 URL: http://svn.apache.org/viewcvs?rev=395196view=rev Log: Note that building requires maven 1.x Modified: jakarta/commons/proper/logging/trunk/xdocs/building.xml Modified: jakarta/commons/proper/logging/trunk/xdocs

svn commit: r395202 - in /jakarta/commons/proper/logging/trunk: RELEASE-NOTES.txt xdocs/guide.xml xdocs/troubleshooting.xml

2006-04-19 Thread skitching
Author: skitching Date: Wed Apr 19 03:39:49 2006 New Revision: 395202 URL: http://svn.apache.org/viewcvs?rev=395202view=rev Log: Add information about some containers effectively forcing parentFirst=true for JCL classes. Modified: jakarta/commons/proper/logging/trunk/RELEASE-NOTES.txt

svn commit: r394649 - /jakarta/commons/proper/logging/trunk/src/java/org/apache/commons/logging/impl/LogFactoryImpl.java

2006-04-17 Thread skitching
Author: skitching Date: Mon Apr 17 02:16:28 2006 New Revision: 394649 URL: http://svn.apache.org/viewcvs?rev=394649view=rev Log: * Log the classloader that really loaded the adapter class, rather than the one we called loadClass on. * Remove some debug code accidentally committed recently

svn commit: r394457 - /jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/PathableClassLoader.java

2006-04-16 Thread skitching
Author: skitching Date: Sun Apr 16 04:27:11 2006 New Revision: 394457 URL: http://svn.apache.org/viewcvs?rev=394457view=rev Log: Fix error where getResources() would return parent items first, even when parentFirst attribute was set to false. Modified: jakarta/commons/proper/logging/trunk

svn commit: r394459 - /jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/config/PriorityConfigTestCase.java

2006-04-16 Thread skitching
Author: skitching Date: Sun Apr 16 04:34:33 2006 New Revision: 394459 URL: http://svn.apache.org/viewcvs?rev=394459view=rev Log: Update javadoc only Modified: jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/config/PriorityConfigTestCase.java Modified: jakarta

svn commit: r394460 - /jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/config/FirstPriorityConfigTestCase.java

2006-04-16 Thread skitching
Author: skitching Date: Sun Apr 16 04:35:22 2006 New Revision: 394460 URL: http://svn.apache.org/viewcvs?rev=394460view=rev Log: Add unit test to verify that priority of first-found config file is respected Added: jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging

svn commit: r394461 - /jakarta/commons/proper/logging/trunk/src/java/org/apache/commons/logging/LogFactory.java

2006-04-16 Thread skitching
Author: skitching Date: Sun Apr 16 04:36:37 2006 New Revision: 394461 URL: http://svn.apache.org/viewcvs?rev=394461view=rev Log: Fix bug where priority of first commons-logging.properties file found was ignored. Also improve diagnostics output. Modified: jakarta/commons/proper/logging

svn commit: r394462 - /jakarta/commons/proper/logging/trunk/src/java/org/apache/commons/logging/LogFactory.java

2006-04-16 Thread skitching
Author: skitching Date: Sun Apr 16 04:43:29 2006 New Revision: 394462 URL: http://svn.apache.org/viewcvs?rev=394462view=rev Log: Improve diagnostics Modified: jakarta/commons/proper/logging/trunk/src/java/org/apache/commons/logging/LogFactory.java Modified: jakarta/commons/proper/logging

svn commit: r394463 - /jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/PathableClassLoader.java

2006-04-16 Thread skitching
Author: skitching Date: Sun Apr 16 05:01:57 2006 New Revision: 394463 URL: http://svn.apache.org/viewcvs?rev=394463view=rev Log: Handle case of null parent classloader Modified: jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/PathableClassLoader.java Modified

svn commit: r394466 - /jakarta/commons/proper/logging/trunk/src/java/org/apache/commons/logging/LogFactory.java

2006-04-16 Thread skitching
Author: skitching Date: Sun Apr 16 05:11:05 2006 New Revision: 394466 URL: http://svn.apache.org/viewcvs?rev=394466view=rev Log: Improve diagnostic output Modified: jakarta/commons/proper/logging/trunk/src/java/org/apache/commons/logging/LogFactory.java Modified: jakarta/commons/proper

svn commit: r394467 - /jakarta/commons/proper/logging/trunk/src/java/org/apache/commons/logging/impl/LogFactoryImpl.java

2006-04-16 Thread skitching
Author: skitching Date: Sun Apr 16 05:15:30 2006 New Revision: 394467 URL: http://svn.apache.org/viewcvs?rev=394467view=rev Log: Improve diagnostics Modified: jakarta/commons/proper/logging/trunk/src/java/org/apache/commons/logging/impl/LogFactoryImpl.java Modified: jakarta/commons/proper

svn commit: r394560 - /jakarta/commons/proper/logging/trunk/src/java/org/apache/commons/logging/LogFactory.java

2006-04-16 Thread skitching
Author: skitching Date: Sun Apr 16 14:20:21 2006 New Revision: 394560 URL: http://svn.apache.org/viewcvs?rev=394560view=rev Log: Fix dumb double-test. Thanks to Dennis Lundberg for pointing this out. Modified: jakarta/commons/proper/logging/trunk/src/java/org/apache/commons/logging

svn commit: r394563 - /jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/PathableClassLoader.java

2006-04-16 Thread skitching
Author: skitching Date: Sun Apr 16 14:30:19 2006 New Revision: 394563 URL: http://svn.apache.org/viewcvs?rev=394563view=rev Log: Remove recently-added implementation of getResources. As javadoc already stated, this can't be implemented because in java 1.4 getResources is final :-(. Unit tests

svn commit: r394564 - /jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/config/PriorityConfigTestCase.java

2006-04-16 Thread skitching
Author: skitching Date: Sun Apr 16 14:30:57 2006 New Revision: 394564 URL: http://svn.apache.org/viewcvs?rev=394564view=rev Log: Add comment about getResources not respecting parentFirst Modified: jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/config

svn commit: r394603 - /jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/config/FirstPriorityConfigTestCase.java

2006-04-16 Thread skitching
Author: skitching Date: Sun Apr 16 20:30:38 2006 New Revision: 394603 URL: http://svn.apache.org/viewcvs?rev=394603view=rev Log: * Fix bug where unit tests weren't getting executed at all (wrong test class name) * Put both resources in child classloader rather than using parent, to avoid

svn commit: r385890 - /jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/ParserFeatureSetterFactory.java

2006-03-14 Thread skitching
Author: skitching Date: Tue Mar 14 13:09:22 2006 New Revision: 385890 URL: http://svn.apache.org/viewcvs?rev=385890view=rev Log: Fix compile error (oops). Modified: jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/ParserFeatureSetterFactory.java Modified: jakarta

svn commit: r385705 - /jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/Digester.java

2006-03-13 Thread skitching
Author: skitching Date: Mon Mar 13 17:35:05 2006 New Revision: 385705 URL: http://svn.apache.org/viewcvs?rev=385705view=rev Log: Fix for problem where SAXNotRecognisedException was being thrown when validation is enabled (Digester.setValidating(true)) and Xerces is in the classpath

svn commit: r385707 - /jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/ParserFeatureSetterFactory.java

2006-03-13 Thread skitching
Author: skitching Date: Mon Mar 13 17:49:09 2006 New Revision: 385707 URL: http://svn.apache.org/viewcvs?rev=385707view=rev Log: Fix incorrect detection of Xerces library. Checking the classpath is not enough, as multiple XML parsers may be present. Modified: jakarta/commons/proper/digester

svn commit: r385708 - /jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/Digester.java

2006-03-13 Thread skitching
Author: skitching Date: Mon Mar 13 17:50:30 2006 New Revision: 385708 URL: http://svn.apache.org/viewcvs?rev=385708view=rev Log: Document fact that ParserFeatureSetterFactory is broken and is unlikely to be fixed. Modified: jakarta/commons/proper/digester/trunk/src/java/org/apache/commons

svn commit: r385710 - /jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/parser/XercesParser.java

2006-03-13 Thread skitching
Author: skitching Date: Mon Mar 13 17:52:35 2006 New Revision: 385710 URL: http://svn.apache.org/viewcvs?rev=385710view=rev Log: Document fact that XercesParser is broken. Modified: jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/parser/XercesParser.java Modified

svn commit: r385714 - /jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/Digester.java

2006-03-13 Thread skitching
Author: skitching Date: Mon Mar 13 18:21:42 2006 New Revision: 385714 URL: http://svn.apache.org/viewcvs?rev=385714view=rev Log: Make createInputSourceFromURL public, so it can be called from other places in Digester (eg xmlrules module). Improve javadoc for the method. Minor varname changes

svn commit: r384387 - /jakarta/commons/proper/logging/contrib/simon/jcl2/pom.xml

2006-03-08 Thread skitching
Author: skitching Date: Wed Mar 8 16:29:48 2006 New Revision: 384387 URL: http://svn.apache.org/viewcvs?rev=384387view=rev Log: General tidyups. Add profile in attempt to allow building with alternate JDKs Modified: jakarta/commons/proper/logging/contrib/simon/jcl2/pom.xml Modified

svn commit: r384388 - /jakarta/commons/proper/logging/contrib/simon/jcl2/

2006-03-08 Thread skitching
Author: skitching Date: Wed Mar 8 16:34:28 2006 New Revision: 384388 URL: http://svn.apache.org/viewcvs?rev=384388view=rev Log: Add svn:ignore props Modified: jakarta/commons/proper/logging/contrib/simon/jcl2/ (props changed) Propchange: jakarta/commons/proper/logging/contrib/simon/jcl2

svn commit: r384400 - /jakarta/commons/proper/logging/contrib/simon/jcl2/core/java/org/apache/commons/logging/Utils.java

2006-03-08 Thread skitching
Author: skitching Date: Wed Mar 8 18:01:46 2006 New Revision: 384400 URL: http://svn.apache.org/viewcvs?rev=384400view=rev Log: Minor fix: allow blank lines in file Modified: jakarta/commons/proper/logging/contrib/simon/jcl2/core/java/org/apache/commons/logging/Utils.java Modified

svn commit: r384401 - in /jakarta/commons/proper/logging/contrib/simon/jcl2/core: ./ test/org/apache/commons/logging/ test/resources/ test/resources/META-INF/ test/resources/META-INF/services/

2006-03-08 Thread skitching
Author: skitching Date: Wed Mar 8 18:03:18 2006 New Revision: 384401 URL: http://svn.apache.org/viewcvs?rev=384401view=rev Log: Add unit tests for Utils class Added: jakarta/commons/proper/logging/contrib/simon/jcl2/core/test/org/apache/commons/logging/UtilsTestCase.java (with props

svn commit: r384408 - /jakarta/commons/proper/logging/contrib/simon/jcl2/core/test/resources/META-INF/services/org.apache.commons.logging.UtilsTestCase$Service2

2006-03-08 Thread skitching
Author: skitching Date: Wed Mar 8 18:57:57 2006 New Revision: 384408 URL: http://svn.apache.org/viewcvs?rev=384408view=rev Log: Test that within service files it is ok to have lines with just whitespace, and lines with comments not starting in column 0. Modified: jakarta/commons/proper

svn commit: r384409 - /jakarta/commons/proper/logging/contrib/simon/jcl2/core/java/org/apache/commons/logging/Utils.java

2006-03-08 Thread skitching
Author: skitching Date: Wed Mar 8 18:58:58 2006 New Revision: 384409 URL: http://svn.apache.org/viewcvs?rev=384409view=rev Log: Fix bug where lines with whitespace or comments not starting in column 0 were being treated as the classname. Thanks to Rahul Akolkar for spotting this. Modified

svn commit: r384410 - in /jakarta/commons/proper/logging/contrib/simon/jcl2/core/java/org/apache/commons/logging: LogFactory.java LogHandler.java

2006-03-08 Thread skitching
Author: skitching Date: Wed Mar 8 19:01:56 2006 New Revision: 384410 URL: http://svn.apache.org/viewcvs?rev=384410view=rev Log: Rename some stuff for clarity; no functional change. Modified: jakarta/commons/proper/logging/contrib/simon/jcl2/core/java/org/apache/commons/logging

svn commit: r384411 - in /jakarta/commons/proper/logging/contrib/simon/jcl2: core-dynamic/java/org/apache/commons/logging/ core-static/java/org/apache/commons/logging/ noop/java/org/apache/commons/log

2006-03-08 Thread skitching
Author: skitching Date: Wed Mar 8 19:03:49 2006 New Revision: 384411 URL: http://svn.apache.org/viewcvs?rev=384411view=rev Log: Method renames due to change in core; no functional changes. Modified: jakarta/commons/proper/logging/contrib/simon/jcl2/core-dynamic/java/org/apache/commons

svn commit: r384412 - /jakarta/commons/proper/logging/contrib/simon/jcl2/log4j/java/org/apache/commons/logging/log4j/Log4JLogHandler.java

2006-03-08 Thread skitching
Author: skitching Date: Wed Mar 8 19:05:37 2006 New Revision: 384412 URL: http://svn.apache.org/viewcvs?rev=384412view=rev Log: Update method names due to core changes; no functional change Modified: jakarta/commons/proper/logging/contrib/simon/jcl2/log4j/java/org/apache/commons/logging

svn commit: r384414 - in /jakarta/commons/proper/logging/contrib/simon/jcl2/testutils: ./ java/ java/org/ java/org/apache/ java/org/apache/commons/ java/org/apache/commons/logging/ test/ test/org/ tes

2006-03-08 Thread skitching
Author: skitching Date: Wed Mar 8 19:34:09 2006 New Revision: 384414 URL: http://svn.apache.org/viewcvs?rev=384414view=rev Log: Make unit-testing util classes into their own module, so these can be a test dependency of other modules that need them. Added: jakarta/commons/proper/logging

  1   2   3   4   5   6   7   >