svn commit: r1188525 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/platform/linux/ControlGroups.java native/Makefile.unx.in native/configure native/os/linux/cgroup.c

2011-10-25 Thread mturk
Author: mturk Date: Tue Oct 25 06:16:13 2011 New Revision: 1188525 URL: http://svn.apache.org/viewvc?rev=1188525view=rev Log: Add initial stub for Linux ControlGroups Added: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/platform/linux/ControlGroups.java (with

svn commit: r1188536 - in /commons/sandbox/runtime/trunk/src/main/native: Makefile.unx.in configure include/acr/lxc.h modules/lxc/ modules/lxc/api.c modules/lxc/init.c

2011-10-25 Thread mturk
Author: mturk Date: Tue Oct 25 06:51:03 2011 New Revision: 1188536 URL: http://svn.apache.org/viewvc?rev=1188536view=rev Log: Add initial stub for Linux Containers Added: commons/sandbox/runtime/trunk/src/main/native/include/acr/lxc.h (with props)

svn commit: r1188538 - in /commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/platform/linux: Local.java LocalStrings.properties

2011-10-25 Thread mturk
Author: mturk Date: Tue Oct 25 06:56:55 2011 New Revision: 1188538 URL: http://svn.apache.org/viewvc?rev=1188538view=rev Log: Add initial stub for Linux Containers Added: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/platform/linux/Local.java (with props)

svn commit: r1188540 - /commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/platform/linux/LXC.java

2011-10-25 Thread mturk
Author: mturk Date: Tue Oct 25 06:57:17 2011 New Revision: 1188540 URL: http://svn.apache.org/viewvc?rev=1188540view=rev Log: Add initial stub for Linux Containers Added: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/platform/linux/LXC.java (with props) Added:

svn commit: r1188549 - in /commons/proper/math/trunk: pom.xml src/main/java/org/apache/commons/math/linear/SymmLQ.java

2011-10-25 Thread celestin
Author: celestin Date: Tue Oct 25 07:37:08 2011 New Revision: 1188549 URL: http://svn.apache.org/viewvc?rev=1188549view=rev Log: 1. Minor changes to Javadoc of SYMMLQ implementation, following Pr. M. A. Saunders review. 2. Added Michael Saunders as a contributor in the POM. Modified:

svn commit: r1188560 - /commons/proper/ognl/trunk/pom.xml

2011-10-25 Thread simonetripodi
Author: simonetripodi Date: Tue Oct 25 08:26:35 2011 New Revision: 1188560 URL: http://svn.apache.org/viewvc?rev=1188560view=rev Log: just write the benchmarks log directly in the target dir (it's just one XML file) Modified: commons/proper/ognl/trunk/pom.xml Modified:

svn commit: r1188561 - /commons/proper/ognl/trunk/pom.xml

2011-10-25 Thread simonetripodi
Author: simonetripodi Date: Tue Oct 25 08:29:18 2011 New Revision: 1188561 URL: http://svn.apache.org/viewvc?rev=1188561view=rev Log: bechmarks active by default, they can be skipped using -DskipBenchmarks=true Modified: commons/proper/ognl/trunk/pom.xml Modified:

svn commit: r1188562 - in /commons/sandbox/runtime/trunk/src/main/native: include/acr/ssl.h modules/openssl/api.c modules/openssl/netio.c

2011-10-25 Thread mturk
Author: mturk Date: Tue Oct 25 08:29:47 2011 New Revision: 1188562 URL: http://svn.apache.org/viewvc?rev=1188562view=rev Log: Implement SSL shutdown and add required API Modified: commons/sandbox/runtime/trunk/src/main/native/include/acr/ssl.h

svn commit: r1188573 - in /commons/proper/ognl/trunk: pom.xml src/site/site.xml

2011-10-25 Thread simonetripodi
Author: simonetripodi Date: Tue Oct 25 08:54:44 2011 New Revision: 1188573 URL: http://svn.apache.org/viewvc?rev=1188573view=rev Log: benchmark graphs generated to the site dir and linked in the main menu Modified: commons/proper/ognl/trunk/pom.xml

svn commit: r1188601 - in /commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/utils: CountingInputStream.java CountingOutputStream.java

2011-10-25 Thread bodewig
Author: bodewig Date: Tue Oct 25 10:59:19 2011 New Revision: 1188601 URL: http://svn.apache.org/viewvc?rev=1188601view=rev Log: Having a thread-safe count in an otherwise not-thread-safe stream doesn't make much sense Modified:

svn commit: r1188602 - in /commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/utils: CountingInputStream.java CountingOutputStream.java

2011-10-25 Thread bodewig
Author: bodewig Date: Tue Oct 25 11:00:07 2011 New Revision: 1188602 URL: http://svn.apache.org/viewvc?rev=1188602view=rev Log: Unused imports Modified: commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/utils/CountingInputStream.java

svn commit: r1188614 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math/optimization/direct/BOBYQAOptimizer.java

2011-10-25 Thread erans
Author: erans Date: Tue Oct 25 11:31:39 2011 New Revision: 1188614 URL: http://svn.apache.org/viewvc?rev=1188614view=rev Log: MATH-621 Javadoc. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/optimization/direct/BOBYQAOptimizer.java Modified:

svn commit: r1188616 - in /commons/sandbox/runtime/trunk/src/main/native/modules/openssl: ctx.c server.c

2011-10-25 Thread mturk
Author: mturk Date: Tue Oct 25 11:35:50 2011 New Revision: 1188616 URL: http://svn.apache.org/viewvc?rev=1188616view=rev Log: Set store flags Modified: commons/sandbox/runtime/trunk/src/main/native/modules/openssl/ctx.c

svn commit: r1188632 - in /commons/proper/compress/trunk: pom.xml src/site/xdoc/index.xml

2011-10-25 Thread bodewig
Author: bodewig Date: Tue Oct 25 12:36:42 2011 New Revision: 1188632 URL: http://svn.apache.org/viewvc?rev=1188632view=rev Log: Tweaks to docs pre-release Modified: commons/proper/compress/trunk/pom.xml commons/proper/compress/trunk/src/site/xdoc/index.xml Modified:

svn commit: r1188659 - /commons/proper/ognl/trunk/pom.xml

2011-10-25 Thread simonetripodi
Author: simonetripodi Date: Tue Oct 25 13:54:05 2011 New Revision: 1188659 URL: http://svn.apache.org/viewvc?rev=1188659view=rev Log: updated checkstyle plugin version Modified: commons/proper/ognl/trunk/pom.xml Modified: commons/proper/ognl/trunk/pom.xml URL:

svn commit: r1188675 - /commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/ASTMap.java

2011-10-25 Thread mcucchiara
Author: mcucchiara Date: Tue Oct 25 14:37:46 2011 New Revision: 1188675 URL: http://svn.apache.org/viewvc?rev=1188675view=rev Log: Fixed checkstyle warning Modified: commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/ASTMap.java Modified:

svn commit: r1188676 - /commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/ASTMethod.java

2011-10-25 Thread mcucchiara
Author: mcucchiara Date: Tue Oct 25 14:41:23 2011 New Revision: 1188676 URL: http://svn.apache.org/viewvc?rev=1188676view=rev Log: Removed useless initializations Modified: commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/ASTMethod.java Modified:

svn commit: r1188680 - /commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/DefaultClassResolver.java

2011-10-25 Thread mcucchiara
Author: mcucchiara Date: Tue Oct 25 14:50:55 2011 New Revision: 1188680 URL: http://svn.apache.org/viewvc?rev=1188680view=rev Log: Added missing space between parenthesis Modified: commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/DefaultClassResolver.java Modified:

svn commit: r1188682 - /commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/IntHashMap.java

2011-10-25 Thread mcucchiara
Author: mcucchiara Date: Tue Oct 25 14:53:43 2011 New Revision: 1188682 URL: http://svn.apache.org/viewvc?rev=1188682view=rev Log: Fixed checkstyle warning (added magic numbers) Modified: commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/IntHashMap.java Modified:

svn commit: r1188683 - /commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/DefaultMemberAccess.java

2011-10-25 Thread mcucchiara
Author: mcucchiara Date: Tue Oct 25 14:55:15 2011 New Revision: 1188683 URL: http://svn.apache.org/viewvc?rev=1188683view=rev Log: Downgraded useless public scope Modified: commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/DefaultMemberAccess.java Modified:

svn commit: r1188685 - /commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/ListPropertyAccessor.java

2011-10-25 Thread mcucchiara
Author: mcucchiara Date: Tue Oct 25 14:58:13 2011 New Revision: 1188685 URL: http://svn.apache.org/viewvc?rev=1188685view=rev Log: Fixed checkstyle warning (added missing spaces, missing default case, etc.) Modified:

svn commit: r1188688 - /commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/MethodAccessor.java

2011-10-25 Thread mcucchiara
Author: mcucchiara Date: Tue Oct 25 15:00:39 2011 New Revision: 1188688 URL: http://svn.apache.org/viewvc?rev=1188688view=rev Log: Change exception docs Modified: commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/MethodAccessor.java Modified:

svn commit: r1188693 - /commons/proper/digester/trunk/src/site/resources/images/logo.png

2011-10-25 Thread simonetripodi
Author: simonetripodi Date: Tue Oct 25 15:07:22 2011 New Revision: 1188693 URL: http://svn.apache.org/viewvc?rev=1188693view=rev Log: updated logo whith the missing TM Modified: commons/proper/digester/trunk/src/site/resources/images/logo.png Modified:

svn commit: r1188697 - /commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/NodeVisitor.java

2011-10-25 Thread mcucchiara
Author: mcucchiara Date: Tue Oct 25 15:09:55 2011 New Revision: 1188697 URL: http://svn.apache.org/viewvc?rev=1188697view=rev Log: Fixed checkstyle warning (removed public keyword from interface) Modified: commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/NodeVisitor.java

svn commit: r1188700 - /commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/NumberElementsAccessor.java

2011-10-25 Thread mcucchiara
Author: mcucchiara Date: Tue Oct 25 15:12:31 2011 New Revision: 1188700 URL: http://svn.apache.org/viewvc?rev=1188700view=rev Log: Fixed checkstyle warning (added missing parenthesis) Modified: commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/NumberElementsAccessor.java

svn commit: r1188701 - /commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/NumericExpression.java

2011-10-25 Thread mcucchiara
Author: mcucchiara Date: Tue Oct 25 15:14:04 2011 New Revision: 1188701 URL: http://svn.apache.org/viewvc?rev=1188701view=rev Log: Fixed checkstyle warning (added missing parenthesis) Modified: commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/NumericExpression.java Modified:

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

2011-10-25 Thread simonetripodi
Author: simonetripodi Date: Tue Oct 25 15:27:50 2011 New Revision: 1188708 URL: http://svn.apache.org/viewvc?rev=1188708view=rev Log: increased RC number Modified: commons/proper/digester/trunk/pom.xml Modified: commons/proper/digester/trunk/pom.xml URL:

svn commit: r1188710 - /commons/proper/ognl/trunk/pom.xml

2011-10-25 Thread mcucchiara
Author: mcucchiara Date: Tue Oct 25 15:29:43 2011 New Revision: 1188710 URL: http://svn.apache.org/viewvc?rev=1188710view=rev Log: OgnlTestCase case is an abstract class now Modified: commons/proper/ognl/trunk/pom.xml Modified: commons/proper/ognl/trunk/pom.xml URL:

svn commit: r1188750 - /commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/IntHashMap.java

2011-10-25 Thread mcucchiara
Author: mcucchiara Date: Tue Oct 25 16:00:58 2011 New Revision: 1188750 URL: http://svn.apache.org/viewvc?rev=1188750view=rev Log: Mask is a magic number Modified: commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/IntHashMap.java Modified:

svn commit: r1188751 - /commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/IntHashMap.java

2011-10-25 Thread mcucchiara
Author: mcucchiara Date: Tue Oct 25 16:01:59 2011 New Revision: 1188751 URL: http://svn.apache.org/viewvc?rev=1188751view=rev Log: replaced for with for each Modified: commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/IntHashMap.java Modified:

svn commit: r1188752 - /commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/IntHashMap.java

2011-10-25 Thread mcucchiara
Author: mcucchiara Date: Tue Oct 25 16:02:25 2011 New Revision: 1188752 URL: http://svn.apache.org/viewvc?rev=1188752view=rev Log: removed redundant cast Modified: commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/IntHashMap.java Modified:

svn commit: r1188783 - /commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/IntHashMap.java

2011-10-25 Thread mcucchiara
Author: mcucchiara Date: Tue Oct 25 16:49:57 2011 New Revision: 1188783 URL: http://svn.apache.org/viewvc?rev=1188783view=rev Log: removed useless old cache (see http://s.apache.org/OvY) Removed: commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/IntHashMap.java

svn commit: r1188790 - /commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/ObjectPropertyAccessor.java

2011-10-25 Thread mcucchiara
Author: mcucchiara Date: Tue Oct 25 16:59:54 2011 New Revision: 1188790 URL: http://svn.apache.org/viewvc?rev=1188790view=rev Log: Use non-depecrated version of the method Modified: commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/ObjectPropertyAccessor.java Modified:

svn commit: r1188791 - /commons/proper/ognl/trunk/src/test/java/org/apache/commons/ognl/test/objects/Bean2.java

2011-10-25 Thread mcucchiara
Author: mcucchiara Date: Tue Oct 25 17:03:22 2011 New Revision: 1188791 URL: http://svn.apache.org/viewvc?rev=1188791view=rev Log: Small simplification Modified: commons/proper/ognl/trunk/src/test/java/org/apache/commons/ognl/test/objects/Bean2.java Modified:

svn commit: r1188792 - /commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/internal/entry/DeclaredMethodCacheEntry.java

2011-10-25 Thread mcucchiara
Author: mcucchiara Date: Tue Oct 25 17:04:15 2011 New Revision: 1188792 URL: http://svn.apache.org/viewvc?rev=1188792view=rev Log: If statement can be simplified Modified: commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/internal/entry/DeclaredMethodCacheEntry.java Modified:

svn commit: r1188793 - /commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/internal/entry/GenericMethodParameterTypeCacheEntry.java

2011-10-25 Thread mcucchiara
Author: mcucchiara Date: Tue Oct 25 17:04:57 2011 New Revision: 1188793 URL: http://svn.apache.org/viewvc?rev=1188793view=rev Log: If statement can be simplified Modified:

svn commit: r1188795 - /commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/internal/entry/MethodCacheEntry.java

2011-10-25 Thread mcucchiara
Author: mcucchiara Date: Tue Oct 25 17:06:54 2011 New Revision: 1188795 URL: http://svn.apache.org/viewvc?rev=1188795view=rev Log: If statement can be simplified Modified: commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/internal/entry/MethodCacheEntry.java Modified:

svn commit: r1188797 - /commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/OgnlRuntime.java

2011-10-25 Thread mcucchiara
Author: mcucchiara Date: Tue Oct 25 17:08:55 2011 New Revision: 1188797 URL: http://svn.apache.org/viewvc?rev=1188797view=rev Log: If statement can be simplified Modified: commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/OgnlRuntime.java Modified:

svn commit: r1188798 - /commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/internal/entry/PermissionCacheEntry.java

2011-10-25 Thread mcucchiara
Author: mcucchiara Date: Tue Oct 25 17:09:13 2011 New Revision: 1188798 URL: http://svn.apache.org/viewvc?rev=1188798view=rev Log: If statement can be simplified Modified: commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/internal/entry/PermissionCacheEntry.java Modified:

svn commit: r1188799 - /commons/proper/ognl/trunk/src/test/java/org/apache/commons/ognl/test/StaticsAndConstructorsTest.java

2011-10-25 Thread mcucchiara
Author: mcucchiara Date: Tue Oct 25 17:09:32 2011 New Revision: 1188799 URL: http://svn.apache.org/viewvc?rev=1188799view=rev Log: If statement can be simplified Modified: commons/proper/ognl/trunk/src/test/java/org/apache/commons/ognl/test/StaticsAndConstructorsTest.java Modified:

svn commit: r1188808 - /commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/Ognl.java

2011-10-25 Thread mcucchiara
Author: mcucchiara Date: Tue Oct 25 17:17:55 2011 New Revision: 1188808 URL: http://svn.apache.org/viewvc?rev=1188808view=rev Log: Updated docs Modified: commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/Ognl.java Modified:

svn commit: r1188812 - /commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/ASTOr.java

2011-10-25 Thread mcucchiara
Author: mcucchiara Date: Tue Oct 25 17:21:56 2011 New Revision: 1188812 URL: http://svn.apache.org/viewvc?rev=1188812view=rev Log: Small simplification Modified: commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/ASTOr.java Modified:

svn commit: r1188813 - /commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/ASTTest.java

2011-10-25 Thread mcucchiara
Author: mcucchiara Date: Tue Oct 25 17:22:34 2011 New Revision: 1188813 URL: http://svn.apache.org/viewvc?rev=1188813view=rev Log: Small simplification Modified: commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/ASTTest.java Modified:

svn commit: r1188815 - /commons/proper/ognl/trunk/src/test/java/org/apache/commons/ognl/test/Performance.java

2011-10-25 Thread mcucchiara
Author: mcucchiara Date: Tue Oct 25 17:31:01 2011 New Revision: 1188815 URL: http://svn.apache.org/viewvc?rev=1188815view=rev Log: Small simplification Modified: commons/proper/ognl/trunk/src/test/java/org/apache/commons/ognl/test/Performance.java Modified:

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

2011-10-25 Thread simonetripodi
Author: simonetripodi Date: Tue Oct 25 19:05:20 2011 New Revision: 1188857 URL: http://svn.apache.org/viewvc?rev=1188857view=rev Log: live site moved in the release profile, like in commons-dbutils Modified: commons/proper/digester/trunk/pom.xml Modified:

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

2011-10-25 Thread simonetripodi
Author: simonetripodi Date: Tue Oct 25 19:09:44 2011 New Revision: 1188860 URL: http://svn.apache.org/viewvc?rev=1188860view=rev Log: previous release is 3.0 Modified: commons/proper/digester/trunk/RELEASE-NOTES.txt Modified: commons/proper/digester/trunk/RELEASE-NOTES.txt URL:

svn commit: r1188861 - /commons/proper/digester/trunk/doap_digester.rdf

2011-10-25 Thread simonetripodi
Author: simonetripodi Date: Tue Oct 25 19:12:20 2011 New Revision: 1188861 URL: http://svn.apache.org/viewvc?rev=1188861view=rev Log: added missing release 3.0 Modified: commons/proper/digester/trunk/doap_digester.rdf Modified: commons/proper/digester/trunk/doap_digester.rdf URL:

svn commit: r1188864 - /commons/proper/digester/trunk/src/examples/pom.xml

2011-10-25 Thread simonetripodi
Author: simonetripodi Date: Tue Oct 25 19:16:38 2011 New Revision: 1188864 URL: http://svn.apache.org/viewvc?rev=1188864view=rev Log: samples will use next release Modified: commons/proper/digester/trunk/src/examples/pom.xml Modified: commons/proper/digester/trunk/src/examples/pom.xml URL:

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

2011-10-25 Thread simonetripodi
Author: simonetripodi Date: Tue Oct 25 19:26:57 2011 New Revision: 1188872 URL: http://svn.apache.org/viewvc?rev=1188872view=rev Log: [maven-release-plugin] prepare release DIGESTER3_3_1_RC2 Modified: commons/proper/digester/trunk/pom.xml Modified: commons/proper/digester/trunk/pom.xml URL:

svn commit: r1188874 - /commons/proper/digester/tags/DIGESTER3_3_1_RC2/

2011-10-25 Thread simonetripodi
Author: simonetripodi Date: Tue Oct 25 19:27:08 2011 New Revision: 1188874 URL: http://svn.apache.org/viewvc?rev=1188874view=rev Log: [maven-release-plugin] copy for tag DIGESTER3_3_1_RC2 Added: commons/proper/digester/tags/DIGESTER3_3_1_RC2/ - copied from r1188872,

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

2011-10-25 Thread simonetripodi
Author: simonetripodi Date: Tue Oct 25 19:27:20 2011 New Revision: 1188875 URL: http://svn.apache.org/viewvc?rev=1188875view=rev Log: [maven-release-plugin] prepare for next development iteration Modified: commons/proper/digester/trunk/pom.xml Modified: commons/proper/digester/trunk/pom.xml

Nexus: Staging Completed.

2011-10-25 Thread Nexus Repository Manager
Description:ready for voteDetails:The following artifacts have been staged to the org.apache.commons-098 (u:simonetripodi, a:84.220.150.169)

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

2011-10-25 Thread simonetripodi
Author: simonetripodi Date: Tue Oct 25 20:11:59 2011 New Revision: 115 URL: http://svn.apache.org/viewvc?rev=115view=rev Log: 3.1 not released yet Modified: commons/proper/digester/trunk/pom.xml Modified: commons/proper/digester/trunk/pom.xml URL:

svn commit: r1188891 - in /commons/proper/functor/trunk/src: changes/changes.xml main/java/org/apache/commons/functor/core/Limit.java

2011-10-25 Thread simonetripodi
Author: simonetripodi Date: Tue Oct 25 20:27:28 2011 New Revision: 1188891 URL: http://svn.apache.org/viewvc?rev=1188891view=rev Log: [FUNCTOR-5] Complete the javadoc description of Limit (Contributed by Bruno P. Kinoshita) Modified: commons/proper/functor/trunk/src/changes/changes.xml

svn commit: r1188915 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math/util/ test/java/org/apache/commons/math/util/

2011-10-25 Thread erans
Author: erans Date: Tue Oct 25 21:16:46 2011 New Revision: 1188915 URL: http://svn.apache.org/viewvc?rev=1188915view=rev Log: MATH-689 Moved round methods over to class Precision. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/util/MathUtils.java

svn commit: r1188941 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math/linear/AbstractRealMatrix.java site/xdoc/changes.xml

2011-10-25 Thread erans
Author: erans Date: Tue Oct 25 21:57:15 2011 New Revision: 1188941 URL: http://svn.apache.org/viewvc?rev=1188941view=rev Log: MATH-696 Default implementation for addToEntry and multiplyEntry. Modified:

svn commit: r1188949 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math/util/ test/java/org/apache/commons/math/util/

2011-10-25 Thread erans
Author: erans Date: Tue Oct 25 22:26:59 2011 New Revision: 1188949 URL: http://svn.apache.org/viewvc?rev=1188949view=rev Log: MATH-689 Method log(double base, double x) moved from MathUtils to FastMath. Modified:

svn commit: r1188958 - in /commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl: ASTAdd.java NodeVisitor.java

2011-10-25 Thread mcucchiara
Author: mcucchiara Date: Tue Oct 25 22:57:18 2011 New Revision: 1188958 URL: http://svn.apache.org/viewvc?rev=1188958view=rev Log: OGNL-28 - Visitor pattern needs way to propagate exceptions (recovered after the merge) Modified:

svn commit: r1189015 - in /commons/proper/compress/trunk: RELEASE-NOTES.txt pom.xml src/site/xdoc/download_compress.xml

2011-10-25 Thread bodewig
Author: bodewig Date: Wed Oct 26 03:50:11 2011 New Revision: 1189015 URL: http://svn.apache.org/viewvc?rev=1189015view=rev Log: prepare for 1.3RC1 Modified: commons/proper/compress/trunk/RELEASE-NOTES.txt commons/proper/compress/trunk/pom.xml

svn commit: r1189016 - /commons/proper/compress/tags/COMPRESS_1.3_RC1/

2011-10-25 Thread bodewig
Author: bodewig Date: Wed Oct 26 03:52:23 2011 New Revision: 1189016 URL: http://svn.apache.org/viewvc?rev=1189016view=rev Log: tagging Compress 1.3 RC1 Added: commons/proper/compress/tags/COMPRESS_1.3_RC1/ (props changed) - copied from r1189015, commons/proper/compress/trunk/

Nexus: Staging Completed.

2011-10-25 Thread Nexus Repository Manager
Description:RC1 of Commons Compress 1.3Details:The following artifacts have been staged to the org.apache.commons-101 (u:bodewig, a:93.201.62.251)