svn commit: r1186624 - /commons/sandbox/runtime/trunk/src/main/native/include/acr/error.h

2011-10-20 Thread mturk
Author: mturk Date: Thu Oct 20 06:14:31 2011 New Revision: 1186624 URL: http://svn.apache.org/viewvc?rev=1186624view=rev Log: Fix duplicate error entry Modified: commons/sandbox/runtime/trunk/src/main/native/include/acr/error.h Modified:

svn commit: r1186657 - /commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl2/introspection/UberspectImpl.java

2011-10-20 Thread henrib
Author: henrib Date: Thu Oct 20 08:10:56 2011 New Revision: 1186657 URL: http://svn.apache.org/viewvc?rev=1186657view=rev Log: JEXL-119: * Stricter checks / defensive coding for indexed properties resolution Modified:

svn commit: r1186708 - /commons/proper/dbutils/trunk/RELEASE-NOTES.txt

2011-10-20 Thread simonetripodi
Author: simonetripodi Date: Thu Oct 20 10:12:26 2011 New Revision: 1186708 URL: http://svn.apache.org/viewvc?rev=1186708view=rev Log: spellcheck Modified: commons/proper/dbutils/trunk/RELEASE-NOTES.txt Modified: commons/proper/dbutils/trunk/RELEASE-NOTES.txt URL:

svn commit: r1186837 - in /commons/proper/digester/trunk/src/test/resources/org/apache/commons/digester3: Test10.xml xmlrules/test-node-create-rules-input.xml xmlrules/test-node-create-rules.xml

2011-10-20 Thread simonetripodi
Author: simonetripodi Date: Thu Oct 20 14:36:27 2011 New Revision: 1186837 URL: http://svn.apache.org/viewvc?rev=1186837view=rev Log: added missing eol-style svn property Modified: commons/proper/digester/trunk/src/test/resources/org/apache/commons/digester3/Test10.xml (props changed)

svn commit: r1186838 - /commons/proper/digester/trunk/src/site/xdoc/index.xml

2011-10-20 Thread simonetripodi
Author: simonetripodi Date: Thu Oct 20 14:38:32 2011 New Revision: 1186838 URL: http://svn.apache.org/viewvc?rev=1186838view=rev Log: added missing link text Modified: commons/proper/digester/trunk/src/site/xdoc/index.xml Modified: commons/proper/digester/trunk/src/site/xdoc/index.xml URL:

svn commit: r1186849 - /commons/proper/ognl/branches/new-cache-approach/src/main/java/org/apache/commons/ognl/internal/CacheFactory.java

2011-10-20 Thread mcucchiara
Author: mcucchiara Date: Thu Oct 20 15:29:54 2011 New Revision: 1186849 URL: http://svn.apache.org/viewvc?rev=1186849view=rev Log: Removed useless castes Added: commons/proper/ognl/branches/new-cache-approach/src/main/java/org/apache/commons/ognl/internal/CacheFactory.java Added:

svn commit: r1186850 - in /commons/proper/ognl/branches/new-cache-approach/src/main/java/org/apache/commons/ognl: OgnlRuntime.java internal/entry/PropertyDescriptorCacheEntryFactory.java

2011-10-20 Thread mcucchiara
Author: mcucchiara Date: Thu Oct 20 15:31:10 2011 New Revision: 1186850 URL: http://svn.apache.org/viewvc?rev=1186850view=rev Log: Use cacheFactory Modified: commons/proper/ognl/branches/new-cache-approach/src/main/java/org/apache/commons/ognl/OgnlRuntime.java

svn commit: r1186855 - /commons/proper/ognl/branches/new-cache-approach/src/main/java/org/apache/commons/ognl/internal/HashMapCache.java

2011-10-20 Thread mcucchiara
Author: mcucchiara Date: Thu Oct 20 15:36:22 2011 New Revision: 1186855 URL: http://svn.apache.org/viewvc?rev=1186855view=rev Log: New HashMap Cache Added: commons/proper/ognl/branches/new-cache-approach/src/main/java/org/apache/commons/ognl/internal/HashMapCache.java - copied,

svn commit: r1186856 - /commons/proper/ognl/branches/new-cache-approach/src/main/java/org/apache/commons/ognl/internal/HashMapClassCache.java

2011-10-20 Thread mcucchiara
Author: mcucchiara Date: Thu Oct 20 15:36:48 2011 New Revision: 1186856 URL: http://svn.apache.org/viewvc?rev=1186856view=rev Log: New HashMap Class Cache Added: commons/proper/ognl/branches/new-cache-approach/src/main/java/org/apache/commons/ognl/internal/HashMapClassCache.java Added:

svn commit: r1186861 - in /commons/proper/ognl/branches/new-cache-approach/src/main/java/org/apache/commons/ognl/internal: ConcurrentClassCache.java ConcurrentHashMapClassCache.java

2011-10-20 Thread mcucchiara
Author: mcucchiara Date: Thu Oct 20 15:44:41 2011 New Revision: 1186861 URL: http://svn.apache.org/viewvc?rev=1186861view=rev Log: make uniform the name convention of the cache Added:

svn commit: r1186862 - /commons/proper/ognl/branches/new-cache-approach/src/main/java/org/apache/commons/ognl/internal/CacheFactory.java

2011-10-20 Thread mcucchiara
Author: mcucchiara Date: Thu Oct 20 15:48:55 2011 New Revision: 1186862 URL: http://svn.apache.org/viewvc?rev=1186862view=rev Log: make uniform the name convention of the cache Modified:

svn commit: r1186869 - in /commons/proper/ognl/branches/new-cache-approach/src/main/java/org/apache/commons/ognl/internal: ReentrantReadWriteLockCache.java ReentrantReadWriteLockClassCache.java

2011-10-20 Thread mcucchiara
Author: mcucchiara Date: Thu Oct 20 15:54:40 2011 New Revision: 1186869 URL: http://svn.apache.org/viewvc?rev=1186869view=rev Log: New ReentrantReadWriteLock Cache Added:

svn commit: r1186878 - in /commons/proper/ognl/branches/new-cache-approach/src/main/java/org/apache/commons/ognl/internal: ./ entry/

2011-10-20 Thread mcucchiara
Author: mcucchiara Date: Thu Oct 20 16:09:20 2011 New Revision: 1186878 URL: http://svn.apache.org/viewvc?rev=1186878view=rev Log: Update svn property and license header Modified: commons/proper/ognl/branches/new-cache-approach/src/main/java/org/apache/commons/ognl/internal/Cache.java

svn commit: r1186893 - /commons/proper/functor/trunk/pom.xml

2011-10-20 Thread simonetripodi
Author: simonetripodi Date: Thu Oct 20 16:31:12 2011 New Revision: 1186893 URL: http://svn.apache.org/viewvc?rev=1186893view=rev Log: added commons-functor JIRA pid Modified: commons/proper/functor/trunk/pom.xml Modified: commons/proper/functor/trunk/pom.xml URL:

svn commit: r1186924 - /commons/proper/functor/trunk/src/site/xdoc/index.xml

2011-10-20 Thread simonetripodi
Author: simonetripodi Date: Thu Oct 20 17:07:52 2011 New Revision: 1186924 URL: http://svn.apache.org/viewvc?rev=1186924view=rev Log: added first release in HP Modified: commons/proper/functor/trunk/src/site/xdoc/index.xml Modified: commons/proper/functor/trunk/src/site/xdoc/index.xml URL:

svn commit: r1186925 - /commons/proper/functor/trunk/pom.xml

2011-10-20 Thread simonetripodi
Author: simonetripodi Date: Thu Oct 20 17:09:36 2011 New Revision: 1186925 URL: http://svn.apache.org/viewvc?rev=1186925view=rev Log: added the PMD plugin Modified: commons/proper/functor/trunk/pom.xml Modified: commons/proper/functor/trunk/pom.xml URL:

svn commit: r1186936 - in /commons/proper/functor/trunk/src/test/resources/org/apache/commons/functor/example/kata/four: soccer.txt weather.txt

2011-10-20 Thread simonetripodi
Author: simonetripodi Date: Thu Oct 20 17:16:55 2011 New Revision: 1186936 URL: http://svn.apache.org/viewvc?rev=1186936view=rev Log: added missing license header Modified: commons/proper/functor/trunk/src/test/resources/org/apache/commons/functor/example/kata/four/soccer.txt

svn commit: r1186937 - /commons/proper/functor/trunk/pom.xml

2011-10-20 Thread simonetripodi
Author: simonetripodi Date: Thu Oct 20 17:19:06 2011 New Revision: 1186937 URL: http://svn.apache.org/viewvc?rev=1186937view=rev Log: [maven-release-plugin] prepare release FUNCTOR_1_0_RC1 Modified: commons/proper/functor/trunk/pom.xml Modified: commons/proper/functor/trunk/pom.xml URL:

svn commit: r1186938 - /commons/proper/functor/tags/FUNCTOR_1_0_RC1/

2011-10-20 Thread simonetripodi
Author: simonetripodi Date: Thu Oct 20 17:20:12 2011 New Revision: 1186938 URL: http://svn.apache.org/viewvc?rev=1186938view=rev Log: preparing 1.0 RC1 release Added: commons/proper/functor/tags/FUNCTOR_1_0_RC1/ - copied from r1186937, commons/proper/functor/trunk/

svn commit: r1186940 - /commons/proper/functor/trunk/pom.xml

2011-10-20 Thread simonetripodi
Author: simonetripodi Date: Thu Oct 20 17:21:38 2011 New Revision: 1186940 URL: http://svn.apache.org/viewvc?rev=1186940view=rev Log: functor trunk back to SNAPSHOT Modified: commons/proper/functor/trunk/pom.xml Modified: commons/proper/functor/trunk/pom.xml URL:

Nexus: Staging Completed.

2011-10-20 Thread Nexus Repository Manager
Description:ready for VOTEDetails:The following artifacts have been staged to the org.apache.commons-086 (u:simonetripodi, a:62.123.237.218)

svn commit: r1186964 - in /commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/connectedcomponents: ./ CheriyanMehlhornGabow.java KosarajuSharir.java Tarjan.java package-info.java

2011-10-20 Thread simonetripodi
Author: simonetripodi Date: Thu Oct 20 17:55:47 2011 New Revision: 1186964 URL: http://svn.apache.org/viewvc?rev=1186964view=rev Log: first checkin of Strongly connected component algorithms package Added:

svn commit: r1187037 - in /commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/flow: ./ FordFulkerson.java package-info.java

2011-10-20 Thread simonetripodi
Author: simonetripodi Date: Thu Oct 20 20:29:17 2011 New Revision: 1187037 URL: http://svn.apache.org/viewvc?rev=1187037view=rev Log: just created the flow algorithms package Added: commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/flow/

svn commit: r1187047 - /commons/proper/daemon/trunk/src/native/unix/Makedefs.in

2011-10-20 Thread mturk
Author: mturk Date: Thu Oct 20 20:55:59 2011 New Revision: 1187047 URL: http://svn.apache.org/viewvc?rev=1187047view=rev Log: Actually use CPPFLAGS. Well configure says it should be used, so ... Modified: commons/proper/daemon/trunk/src/native/unix/Makedefs.in Modified: