[lang] Use foreach loop for arrays (closes #245)

2017-02-24 Thread pascalschumacher
Repository: commons-lang Updated Branches: refs/heads/master 36b00f803 -> 44516f77e Use foreach loop for arrays (closes #245) Since the project no longer supports Java versions older than 6, it's safe to use the enhanced for loop syntax introduced in Java 5. This patch employs this syntax

svn commit: r1784313 - /commons/proper/jcs/trunk/commons-jcs-jcache/src/main/java/org/apache/commons/jcs/jcache/cdi/CDIJCacheHelper.java

2017-02-24 Thread rmannibucau
Author: rmannibucau Date: Fri Feb 24 18:35:17 2017 New Revision: 1784313 URL: http://svn.apache.org/viewvc?rev=1784313=rev Log: JCS-173 support of java.lang.reflect.Proxy for cdi integration Modified:

[lang] Fix JsonToStringStyleTest.NestingPerson javadoc (closes #243)

2017-02-24 Thread pascalschumacher
Repository: commons-lang Updated Branches: refs/heads/master 914844e1b -> 36b00f803 Fix JsonToStringStyleTest.NestingPerson javadoc (closes #243) A {@link} javadoc can only reference a resolvable class name. The {@link} tag in NestingPerson's javadoc is thus broken, as it directly references

[Math] Change on branch "master": Commons Math MasterBranch - Build # 22 - Still Unstable

2017-02-24 Thread Apache Jenkins Server
The Apache Jenkins build system has built Commons Math MasterBranch (build #22) Status: Still Unstable Check console output at https://builds.apache.org/job/Commons%20Math%20MasterBranch/22/ to view the results.

[1/2] [math] Make tolerance more stringent for trivial case (unit test).

2017-02-24 Thread erans
Repository: commons-math Updated Branches: refs/heads/master 656327570 -> 843267df5 Make tolerance more stringent for trivial case (unit test). Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/e9e76131 Tree:

[2/2] [math] Add unit test.

2017-02-24 Thread erans
Add unit test. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/843267df Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/843267df Diff: