commons-numbers git commit: Javadoc.

2017-04-21 Thread erans
Repository: commons-numbers Updated Branches: refs/heads/master 193b4f93d -> 1e4947b72 Javadoc. Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/1e4947b7 Tree:

commons-numbers git commit: NUMBERS-23: add --allow-script-in-comments and fix logo URL

2017-04-21 Thread kinow
Repository: commons-numbers Updated Branches: refs/heads/master 48c9522d8 -> 193b4f93d NUMBERS-23: add --allow-script-in-comments and fix logo URL Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit:

svn commit: r1792230 - in /commons/proper/net/trunk: ./ src/assembly/ src/changes/ src/main/java/examples/ src/main/java/org/apache/commons/net/examples/ src/main/java/org/apache/commons/net/examples/

2017-04-21 Thread sebb
Author: sebb Date: Fri Apr 21 16:30:03 2017 New Revision: 1792230 URL: http://svn.apache.org/viewvc?rev=1792230=rev Log: NET-636 examples should be in org.apache.commons.net subpackage Added: commons/proper/net/trunk/src/main/java/org/apache/commons/net/examples/ - copied from

svn commit: r1792221 - in /commons/proper/net/trunk/src/assembly: bin.xml src.xml

2017-04-21 Thread sebb
Author: sebb Date: Fri Apr 21 14:55:49 2017 New Revision: 1792221 URL: http://svn.apache.org/viewvc?rev=1792221=rev Log: Align with listings Modified: commons/proper/net/trunk/src/assembly/bin.xml commons/proper/net/trunk/src/assembly/src.xml Modified:

[lang] LANG-1317: Add MethodUtils#findAnnotation and extend MethodUtils#getMethodsWithAnnotation for non-public, super-class and interface methods

2017-04-21 Thread pascalschumacher
Repository: commons-lang Updated Branches: refs/heads/master 314b6b56b -> 8cafd87c8 LANG-1317: Add MethodUtils#findAnnotation and extend MethodUtils#getMethodsWithAnnotation for non-public, super-class and interface methods fix bug introduced by last commit Project:

[2/2] [lang] LANG-1317: Add MethodUtils#findAnnotation and extend MethodUtils#getMethodsWithAnnotation for non-public, super-class and interface methods

2017-04-21 Thread pascalschumacher
LANG-1317: Add MethodUtils#findAnnotation and extend MethodUtils#getMethodsWithAnnotation for non-public, super-class and interface methods Add changes.xml entry and minimal clean-up. Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit:

[1/2] [lang] LANG-1317: Adds MethodUtils#findAnnotation and extend MethodUtils#getMethodsWithAnnotation for non-public, super-class and interface methods (closes #261)

2017-04-21 Thread pascalschumacher
Repository: commons-lang Updated Branches: refs/heads/master 859224ffa -> 314b6b56b LANG-1317: Adds MethodUtils#findAnnotation and extend MethodUtils#getMethodsWithAnnotation for non-public, super-class and interface methods (closes #261) Project: