svn commit: r1170067 - in /commons/sandbox/runtime/trunk/src/main/native: Makefile.unx.in include/acr/ssl.h modules/openssl/api.c modules/openssl/bio.c modules/openssl/ctx.c

2011-09-13 Thread mturk
Author: mturk Date: Tue Sep 13 07:36:52 2011 New Revision: 1170067 URL: http://svn.apache.org/viewvc?rev=1170067view=rev Log: Add ssl BIO wrapper and missing api Added: commons/sandbox/runtime/trunk/src/main/native/modules/openssl/bio.c (with props) Modified:

Nexus: Promotion Completed.

2011-09-13 Thread Nexus Repository Manager
Description:Release Commons Daemon 1.0.6Details:The following artifacts have been promoted to the Releases

Nexus: Promotion Completed.

2011-09-13 Thread Nexus Repository Manager
Description:Release Commons Daemon 1.0.7Details:The following artifacts have been promoted to the Releases

svn commit: r1170197 - in /commons/proper/jexl/trunk/src: main/java/org/apache/commons/jexl2/ test/java/org/apache/commons/jexl2/

2011-09-13 Thread henrib
Author: henrib Date: Tue Sep 13 14:36:46 2011 New Revision: 1170197 URL: http://svn.apache.org/viewvc?rev=1170197view=rev Log: Moved bitwise operations to JexlArithmetic (so they can be overriden); Fixed small issue in Debugger that was not quoting identifiers that needed it; Fixed issue in

svn commit: r1170317 - /commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/core/algorithm/DoUntil.java

2011-09-13 Thread simonetripodi
Author: simonetripodi Date: Tue Sep 13 19:36:50 2011 New Revision: 1170317 URL: http://svn.apache.org/viewvc?rev=1170317view=rev Log: fixed checkstyle violation: Method 'run' is not designed for extension - needs to be abstract, final or empty. Modified:

svn commit: r1170319 - /commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/core/algorithm/DoWhile.java

2011-09-13 Thread simonetripodi
Author: simonetripodi Date: Tue Sep 13 19:39:33 2011 New Revision: 1170319 URL: http://svn.apache.org/viewvc?rev=1170319view=rev Log: fixed checkstyle violation: Method 'run' is not designed for extension - needs to be abstract, final or empty. Modified:

svn commit: r1170326 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/ssl/ native/include/acr/ native/modules/openssl/

2011-09-13 Thread mturk
Author: mturk Date: Tue Sep 13 19:59:36 2011 New Revision: 1170326 URL: http://svn.apache.org/viewvc?rev=1170326view=rev Log: Create almost complete ssl context Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/ssl/SSLContext.java

svn commit: r1170340 - /commons/proper/chain/trunk/src/main/java/org/apache/commons/chain/impl/ContextBase.java

2011-09-13 Thread simonetripodi
Author: simonetripodi Date: Tue Sep 13 20:42:09 2011 New Revision: 1170340 URL: http://svn.apache.org/viewvc?rev=1170340view=rev Log: ConcurrentHashMap#put(K, V) method doesn't allow neither the key nor the value be null, managed null values for retro-compatibility (old users would be maybe

svn commit: r1170351 - in /commons/proper/codec/trunk/src/java/org/apache/commons/codec: ./ binary/ language/ net/

2011-09-13 Thread ggregory
Author: ggregory Date: Tue Sep 13 21:09:09 2011 New Revision: 1170351 URL: http://svn.apache.org/viewvc?rev=1170351view=rev Log: Apply patch from [CODEC-128] Documentation spelling fixes. https://issues.apache.org/jira/secure/attachment/12494312/codec-spelling.patch Modified:

svn commit: r1170355 - /commons/proper/codec/trunk/src/changes/changes.xml

2011-09-13 Thread ggregory
Author: ggregory Date: Tue Sep 13 21:15:46 2011 New Revision: 1170355 URL: http://svn.apache.org/viewvc?rev=1170355view=rev Log: Add entry for [CODEC-128] Documentation spelling fixes. Modified: commons/proper/codec/trunk/src/changes/changes.xml Modified:

svn commit: r1170368 - /commons/proper/chain/trunk/pom.xml

2011-09-13 Thread sebb
Author: sebb Date: Tue Sep 13 22:23:06 2011 New Revision: 1170368 URL: http://svn.apache.org/viewvc?rev=1170368view=rev Log: Remove Java 1.5 profile. It was originally a profile to support Java 1.3, but 1.3 was accidentally changed to 1.5 in r1162332, as part of the move to Java 1.5 (global edit