svn commit: r1698247 - /commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/generic/InstructionComparator.java

2015-08-27 Thread sebb
Author: sebb Date: Thu Aug 27 23:47:10 2015 New Revision: 1698247 URL: http://svn.apache.org/r1698247 Log: TODO Modified: commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/generic/InstructionComparator.java Modified: commons/proper/bcel/trunk/src/main/java/org/apache/commons

svn commit: r1698244 - /commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/generic/InstructionComparator.java

2015-08-27 Thread sebb
Author: sebb Date: Thu Aug 27 23:14:46 2015 New Revision: 1698244 URL: http://svn.apache.org/r1698244 Log: BCEL-195 addition of hashCode() to generic/Instruction.java breaks Targeters. Never make BranchInstructions compare equal Revert short-cut equality check because that would allow a single BI

svn commit: r1698243 - in /commons/proper/bcel/trunk/src: changes/changes.xml main/java/org/apache/commons/bcel6/generic/InstructionComparator.java test/java/org/apache/commons/bcel6/generic/Instructi

2015-08-27 Thread sebb
Author: sebb Date: Thu Aug 27 23:08:28 2015 New Revision: 1698243 URL: http://svn.apache.org/r1698243 Log: BCEL-195 addition of hashCode() to generic/Instruction.java breaks Targeters. Never make distinct BranchInstructions compare equal Modified: commons/proper/bcel/trunk/src/changes/change

svn commit: r1698238 - in /commons/proper/bcel/trunk/src: changes/changes.xml main/java/org/apache/commons/bcel6/generic/Select.java

2015-08-27 Thread sebb
Author: sebb Date: Thu Aug 27 22:55:48 2015 New Revision: 1698238 URL: http://svn.apache.org/r1698238 Log: BCEL-261 Select constructor allows partially constructed instance to escape. Re-ordered code to delay the escape Modified: commons/proper/bcel/trunk/src/changes/changes.xml commons

svn commit: r1698236 - /commons/proper/bcel/trunk/src/changes/changes.xml

2015-08-27 Thread sebb
Author: sebb Date: Thu Aug 27 22:53:39 2015 New Revision: 1698236 URL: http://svn.apache.org/r1698236 Log: BCEL-259 Minor doc error in BranchInstruction.java Typo in changes.xml Modified: commons/proper/bcel/trunk/src/changes/changes.xml Modified: commons/proper/bcel/trunk/src/changes/change

svn commit: r1698234 - in /commons/proper/bcel/trunk/src: changes/changes.xml main/java/org/apache/commons/bcel6/generic/BranchInstruction.java

2015-08-27 Thread sebb
Author: sebb Date: Thu Aug 27 22:30:04 2015 New Revision: 1698234 URL: http://svn.apache.org/r1698234 Log: BCEL-259 Minor doc error in BranchInstruction.java Modified: commons/proper/bcel/trunk/src/changes/changes.xml commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/gener

svn commit: r1698233 - in /commons/proper/bcel/trunk/src: changes/changes.xml examples/ClassDumper.java

2015-08-27 Thread sebb
Author: sebb Date: Thu Aug 27 22:27:01 2015 New Revision: 1698233 URL: http://svn.apache.org/r1698233 Log: BCEL-260 ClassDumper example duplicates field attribute types Modified: commons/proper/bcel/trunk/src/changes/changes.xml commons/proper/bcel/trunk/src/examples/ClassDumper.java Mod

svn commit: r1698225 - in /commons/proper/jexl/trunk/src: main/java/org/apache/commons/jexl3/ main/java/org/apache/commons/jexl3/internal/introspection/ main/java/org/apache/commons/jexl3/introspectio

2015-08-27 Thread henrib
Author: henrib Date: Thu Aug 27 20:10:39 2015 New Revision: 1698225 URL: http://svn.apache.org/r1698225 Log: JEXL: Fix for tryInvoke that could fail on some cases (overload + cache + switching argument types); Other modifications and tests for JEXL-17{1,3,4,7,8}; Update to doc (package.html,synta

svn commit: r1698224 - in /commons/proper/jexl/trunk/src: main/java/org/apache/commons/jexl3/ main/java/org/apache/commons/jexl3/internal/ test/java/org/apache/commons/jexl3/

2015-08-27 Thread henrib
Author: henrib Date: Thu Aug 27 20:06:53 2015 New Revision: 1698224 URL: http://svn.apache.org/r1698224 Log: JEXL: Fix JEXL-171: revisited resolution strategies, use operator to resolve, allow custom resolver implementation and usage Fix JEXL-174: related to above, arithmetic can define method to

svn commit: r1698223 - in /commons/proper/jexl/trunk/src: main/java/org/apache/commons/jexl3/internal/ test/java/org/apache/commons/jexl3/

2015-08-27 Thread henrib
Author: henrib Date: Thu Aug 27 20:00:20 2015 New Revision: 1698223 URL: http://svn.apache.org/r1698223 Log: JEXL: Refactored template code into multiple files Added: commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl3/internal/TemplateDebugger.java (with props) commons/

svn commit: r1698222 - in /commons/proper/jexl/trunk/src/test/java/org/apache/commons/jexl3: IssuesTest.java JXLTTest.java

2015-08-27 Thread henrib
Author: henrib Date: Thu Aug 27 19:58:15 2015 New Revision: 1698222 URL: http://svn.apache.org/r1698222 Log: JEXL: Implemented JEXL-177; multiline formats use backquote (`) as delimiter and interpolate ${...} expressions; Modified: commons/proper/jexl/trunk/src/test/java/org/apache/commons/

svn commit: r1698221 - in /commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl3: internal/Debugger.java internal/Engine.java internal/Scope.java parser/ASTJxltLiteral.java parser/Parser.jj

2015-08-27 Thread henrib
Author: henrib Date: Thu Aug 27 19:57:16 2015 New Revision: 1698221 URL: http://svn.apache.org/r1698221 Log: JEXL: Implemented JEXL-177; multiline formats use backquote (`) as delimiter and interpolate ${...} expressions Added: commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl

svn commit: r1698218 - in /commons: _moved_to_git/compress/trunk/ proper/compress/trunk/

2015-08-27 Thread bodewig
Author: bodewig Date: Thu Aug 27 19:37:21 2015 New Revision: 1698218 URL: http://svn.apache.org/r1698218 Log: archive compress Added: commons/_moved_to_git/compress/trunk/ (props changed) - copied from r1698217, commons/proper/compress/trunk/ Removed: commons/proper/compress/trunk

svn commit: r1698217 - in /commons: _moved_to_git/compress/tags/ proper/compress/tags/

2015-08-27 Thread bodewig
Author: bodewig Date: Thu Aug 27 19:35:51 2015 New Revision: 1698217 URL: http://svn.apache.org/r1698217 Log: archive Compress Added: commons/_moved_to_git/compress/tags/ - copied from r1698216, commons/proper/compress/tags/ Removed: commons/proper/compress/tags/

svn commit: r1698216 - in /commons: _moved_to_git/compress/branches/ proper/compress/branches/

2015-08-27 Thread bodewig
Author: bodewig Date: Thu Aug 27 19:34:38 2015 New Revision: 1698216 URL: http://svn.apache.org/r1698216 Log: archive compress Added: commons/_moved_to_git/compress/branches/ - copied from r1698215, commons/proper/compress/branches/ Removed: commons/proper/compress/branches/

svn commit: r1698214 - /commons/_moved_to_git/compress/

2015-08-27 Thread bodewig
Author: bodewig Date: Thu Aug 27 19:33:03 2015 New Revision: 1698214 URL: http://svn.apache.org/r1698214 Log: new home for compress svn tree Added: commons/_moved_to_git/compress/

commons-compress git commit: fix SCM coordinates

2015-08-27 Thread bodewig
Repository: commons-compress Updated Branches: refs/heads/master e6e247663 -> d85561d90 fix SCM coordinates Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/d85561d9 Tree: http://git-wip-us.apache.org/

svn commit: r1698210 - /commons/proper/compress/CompressNowUsesGit.txt

2015-08-27 Thread bodewig
Author: bodewig Date: Thu Aug 27 19:10:04 2015 New Revision: 1698210 URL: http://svn.apache.org/r1698210 Log: pointer to git repo Added: commons/proper/compress/CompressNowUsesGit.txt (with props) Added: commons/proper/compress/CompressNowUsesGit.txt URL: http://svn.apache.org/viewvc/comm

Nexus: Staging Completed

2015-08-27 Thread Nexus Repository Manager
Message from: https://repository.apache.orgDescription:Apache Commons Parent 39 RC1Deployer properties:"userAgent" = "Apache-Maven/3.2.5 (Java 1.8.0_40; Windows 7 6.1), Apache-Maven/3.2.5 (Java 1.8.0_40; Windows 7 6.1)""userId" = "ecki""ip" = "109.193.70.85"Details:The following artifacts have been

svn commit: r1698146 - in /commons/proper/commons-parent/tags/commons-parent-39-RC1: ./ pom.xml

2015-08-27 Thread ecki
Author: ecki Date: Thu Aug 27 13:12:19 2015 New Revision: 1698146 URL: http://svn.apache.org/r1698146 Log: Create commons-parent 39 RC1 tag Added: commons/proper/commons-parent/tags/commons-parent-39-RC1/ - copied from r1698140, commons/proper/commons-parent/trunk/ Modified: commons

svn commit: r1698139 - in /commons/proper/commons-parent/trunk: RELEASE-NOTES.txt pom.xml src/changes/changes.xml

2015-08-27 Thread ecki
Author: ecki Date: Thu Aug 27 12:46:17 2015 New Revision: 1698139 URL: http://svn.apache.org/r1698139 Log: update plugin versions, prepare release notes Modified: commons/proper/commons-parent/trunk/RELEASE-NOTES.txt commons/proper/commons-parent/trunk/pom.xml commons/proper/commons-p

svn commit: r1698095 - in /commons/proper/commons-parent/trunk: RELEASE-NOTES.txt pom.xml src/changes/changes.xml

2015-08-27 Thread sebb
Author: sebb Date: Thu Aug 27 08:57:59 2015 New Revision: 1698095 URL: http://svn.apache.org/r1698095 Log: Drop the trunks-proper profile Modified: commons/proper/commons-parent/trunk/RELEASE-NOTES.txt commons/proper/commons-parent/trunk/pom.xml commons/proper/commons-parent/trunk/src

svn commit: r1698088 - /commons/proper/compress/branches/COMPRESS-294/

2015-08-27 Thread bodewig
Author: bodewig Date: Thu Aug 27 08:20:19 2015 New Revision: 1698088 URL: http://svn.apache.org/r1698088 Log: unused branch Removed: commons/proper/compress/branches/COMPRESS-294/