Re: [logging] Logging related problem with HttpClient

2006-06-24 Thread Simon Kitching
Hi Neelesh/Ortwin, While the library being used is HttpClient, the problem does seem to really be a commons-logging(JCL)issue, and therefore belongs on this list. I've changed the subject of this email to indicate this. The httpclient 3.0.1 dependencies do specify commons-logging 1.0.3, but the

svn commit: r416901 - /jakarta/commons/proper/httpclient/trunk/release_notes.txt

2006-06-24 Thread olegk
Author: olegk Date: Sat Jun 24 04:03:32 2006 New Revision: 416901 URL: http://svn.apache.org/viewvc?rev=416901view=rev Log: Preparing 3.1-ALPHA1 release * Added a list of new features * Added a list of API changes since 3.0 Modified: jakarta/commons/proper/httpclient/trunk/release_notes.txt

svn commit: r416903 - in /jakarta/commons/proper/httpclient/trunk: build.xml project.xml src/java/org/apache/commons/httpclient/params/DefaultHttpParamsFactory.java

2006-06-24 Thread olegk
Author: olegk Date: Sat Jun 24 04:18:22 2006 New Revision: 416903 URL: http://svn.apache.org/viewvc?rev=416903view=rev Log: Updates for 3.1-alpha1 release Modified: jakarta/commons/proper/httpclient/trunk/build.xml jakarta/commons/proper/httpclient/trunk/project.xml

svn commit: r416912 - in /jakarta/commons/proper/httpclient/trunk/xdocs: downloads.xml news.xml status.xml

2006-06-24 Thread olegk
Author: olegk Date: Sat Jun 24 06:19:56 2006 New Revision: 416912 URL: http://svn.apache.org/viewvc?rev=416912view=rev Log: Updates for the 3.1-alpha1 release Modified: jakarta/commons/proper/httpclient/trunk/xdocs/downloads.xml jakarta/commons/proper/httpclient/trunk/xdocs/news.xml

[jira] Created: (CHAIN-32) Improve instantiation performance of ContextBase subclasses

2006-06-24 Thread Joshua Graham (JIRA)
Improve instantiation performance of ContextBase subclasses --- Key: CHAIN-32 URL: http://issues.apache.org/jira/browse/CHAIN-32 Project: Commons Chain Type: Improvement Versions: 1.0 Release

[configuration][all] Maven 2 repository

2006-06-24 Thread Oliver Heger
Hi all, the following bug report came in for [configuration] (http://issues.apache.org/jira/browse/CONFIGURATION-217): cite As described by ASF bug #33476 Commons Configurations shall depend on Servlet-API 2.4. The current Maven2 POM of Commons Configuration 1.2 shows a dependency on

[jira] Resolved: (CONFIGURATION-212) [configuration] The subset configuration returned by HierarchicalConfiguration is not life

2006-06-24 Thread Oliver Heger (JIRA)
[ http://issues.apache.org/jira/browse/CONFIGURATION-212?page=all ] Oliver Heger resolved CONFIGURATION-212: Resolution: Won't Fix With SubnodeConfiguration and the new method configurationAt() of HierarchicalConfiguration there is now a

Re: [configuration][all] Maven 2 repository

2006-06-24 Thread Brett Porter
On 25/06/2006 1:21 AM, Oliver Heger wrote: Unfortunately I am no maven 2 expert. I assume the maven 2 POM is automatically generated from the maven 1 POM, is it? What can be done to fix this problem? Yes, you can fix it in the next release in the Maven 1 POM (we don't encourage changing

Re: [configuration][all] Maven 2 repository

2006-06-24 Thread Dennis Lundberg
Oliver Heger wrote: Hi all, the following bug report came in for [configuration] (http://issues.apache.org/jira/browse/CONFIGURATION-217): cite As described by ASF bug #33476 Commons Configurations shall depend on Servlet-API 2.4. The current Maven2 POM of Commons Configuration 1.2 shows a

[jira] Commented: (CONFIGURATION-3) [configuration] Drop 1st class dependency on commons-logging

2006-06-24 Thread Oliver Heger (JIRA)
[ http://issues.apache.org/jira/browse/CONFIGURATION-3?page=comments#action_12417640 ] Oliver Heger commented on CONFIGURATION-3: -- What's the status of this issue? Is there still a desire to drop the commons logging dependency? I had a look at

commons-chain project.xml improvement

2006-06-24 Thread Carlos Sanchez
Can anyone please add the properties section of the following dependencies to commons-chain project.xml? dependency groupIdjavax.servlet/groupId artifactIdservlet-api/artifactId version2.3/version properties scopeprovided/scope /properties /dependency

svn commit: r416937 - /jakarta/commons/proper/chain/trunk/project.xml

2006-06-24 Thread niallp
Author: niallp Date: Sat Jun 24 09:53:50 2006 New Revision: 416937 URL: http://svn.apache.org/viewvc?rev=416937view=rev Log: Add the properties section to the JUnit and Servlet API dependencies in project.xml - as requested by Carlos Sanchez. Modified:

Re: commons-chain project.xml improvement

2006-06-24 Thread Niall Pemberton
Done: http://svn.apache.org/viewvc?view=revrevision=416937 Niall On 6/24/06, Carlos Sanchez [EMAIL PROTECTED] wrote: Can anyone please add the properties section of the following dependencies to commons-chain project.xml? dependency groupIdjavax.servlet/groupId

Re: [configuration][all] Maven 2 repository

2006-06-24 Thread Oliver.Heger
Thank you, experts. That a once released POM should not be changed was pretty much what I had expected. Well, I hope that the next release of [configuration] is not too far away. We can then update the dependency to Servlet-API 2.4 and thus solve the problem. Thanks again! Oliver Dennis

svn commit: r416980 - in /jakarta/commons/proper/chain/trunk: src/java/org/apache/commons/chain/impl/ContextBase.java xdocs/changes.xml

2006-06-24 Thread niallp
Author: niallp Date: Sat Jun 24 20:13:17 2006 New Revision: 416980 URL: http://svn.apache.org/viewvc?rev=416980view=rev Log: CHAIN-32 Improve instantiation performance of ContextBase subclasses. Thanks to Joshua Graham. Modified:

[jira] Resolved: (CHAIN-32) Improve instantiation performance of ContextBase subclasses

2006-06-24 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/CHAIN-32?page=all ] Niall Pemberton resolved CHAIN-32: -- Fix Version: 1.2 Resolution: Fixed Assign To: Niall Pemberton Thanks for the patch - I applied a slight variation on what you suggested since

svn commit: r416984 - in /jakarta/commons/proper/chain/trunk/src/java/org/apache/commons/chain: config/ConfigDefineRule.java impl/CatalogFactoryBase.java

2006-06-24 Thread niallp
Author: niallp Date: Sat Jun 24 21:48:56 2006 New Revision: 416984 URL: http://svn.apache.org/viewvc?rev=416984view=rev Log: Minor Javadoc corrections Modified: jakarta/commons/proper/chain/trunk/src/java/org/apache/commons/chain/config/ConfigDefineRule.java