svn commit: r1721778 - in /commons/proper/csv/trunk/src: main/java/org/apache/commons/csv/CSVRecord.java test/java/org/apache/commons/csv/JiraCsv167Test.java test/resources/csv-167/ test/resources/csv

2015-12-26 Thread ggregory
Author: ggregory Date: Sun Dec 27 00:02:30 2015 New Revision: 1721778 URL: http://svn.apache.org/viewvc?rev=1721778&view=rev Log: Unit test for [CSV-167] Comment line hides next record. Added: commons/proper/csv/trunk/src/test/java/org/apache/commons/csv/JiraCsv167Test.java commons/prope

svn commit: r1721775 - /commons/proper/csv/trunk/pom.xml

2015-12-26 Thread ggregory
Author: ggregory Date: Sat Dec 26 23:42:00 2015 New Revision: 1721775 URL: http://svn.apache.org/viewvc?rev=1721775&view=rev Log: Update javancss-maven-plugin 2.0 -> 2.1. Modified: commons/proper/csv/trunk/pom.xml Modified: commons/proper/csv/trunk/pom.xml URL: http://svn.apache.org/viewvc/

svn commit: r1721774 - /commons/proper/csv/trunk/pom.xml

2015-12-26 Thread ggregory
Author: ggregory Date: Sat Dec 26 23:38:54 2015 New Revision: 1721774 URL: http://svn.apache.org/viewvc?rev=1721774&view=rev Log: findbugs-maven-plugin 3.0.2 -> 3.0.3. Modified: commons/proper/csv/trunk/pom.xml Modified: commons/proper/csv/trunk/pom.xml URL: http://svn.apache.org/viewvc/com

[math] Randomize further the micro-benchmarking tool.

2015-12-26 Thread erans
Repository: commons-math Updated Branches: refs/heads/master 763dfdfe8 -> 9ce4e1a37 Randomize further the micro-benchmarking tool. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/9ce4e1a3 Tree: http://git-wip

[math] Javadoc.

2015-12-26 Thread erans
Repository: commons-math Updated Branches: refs/heads/master a7294ccd7 -> 763dfdfe8 Javadoc. Avoid HTML entities. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/763dfdfe Tree: http://git-wip-us.apache.org/r

svn commit: r1721770 - /commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/Lexer.java

2015-12-26 Thread ggregory
Author: ggregory Date: Sat Dec 26 22:44:01 2015 New Revision: 1721770 URL: http://svn.apache.org/viewvc?rev=1721770&view=rev Log: Fix PMDs: Unnecessary use of fully qualified name 'Constants.END_OF_STREAM' due to existing static import 'org.apache.commons.csv.Constants.END_OF_STREAM'. Modified:

svn commit: r1721768 - /commons/proper/csv/trunk/pom.xml

2015-12-26 Thread ggregory
Author: ggregory Date: Sat Dec 26 22:43:07 2015 New Revision: 1721768 URL: http://svn.apache.org/viewvc?rev=1721768&view=rev Log: Update maven-pmd-plugin 3.5 -> 3.6. Modified: commons/proper/csv/trunk/pom.xml Modified: commons/proper/csv/trunk/pom.xml URL: http://svn.apache.org/viewvc/commo

svn commit: r1721766 - /commons/proper/csv/trunk/pom.xml

2015-12-26 Thread ggregory
Author: ggregory Date: Sat Dec 26 22:38:17 2015 New Revision: 1721766 URL: http://svn.apache.org/viewvc?rev=1721766&view=rev Log: maven-checkstyle-plugin 2.16 -> 2.17. Modified: commons/proper/csv/trunk/pom.xml Modified: commons/proper/csv/trunk/pom.xml URL: http://svn.apache.org/viewvc/com

[math] Javadoc fixes.

2015-12-26 Thread psteitz
Repository: commons-math Updated Branches: refs/heads/MATH_3_X 971a77865 -> 2d0d2ff14 Javadoc fixes. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/2d0d2ff1 Tree: http://git-wip-us.apache.org/repos/asf/commo

svn commit: r1721755 - /commons/proper/io/trunk/pom.xml

2015-12-26 Thread krosenvold
Author: krosenvold Date: Sat Dec 26 20:35:35 2015 New Revision: 1721755 URL: http://svn.apache.org/viewvc?rev=1721755&view=rev Log: [maven-release-plugin] prepare for next development iteration Modified: commons/proper/io/trunk/pom.xml Modified: commons/proper/io/trunk/pom.xml URL: http://s

svn commit: r1721754 - /commons/proper/io/tags/commons-io-2.5-RC3/

2015-12-26 Thread krosenvold
Author: krosenvold Date: Sat Dec 26 20:35:32 2015 New Revision: 1721754 URL: http://svn.apache.org/viewvc?rev=1721754&view=rev Log: [maven-release-plugin] copy for tag commons-io-2.5-RC3 Added: commons/proper/io/tags/commons-io-2.5-RC3/ - copied from r1721753, commons/proper/io/trunk/

svn commit: r1721753 - /commons/proper/io/trunk/pom.xml

2015-12-26 Thread krosenvold
Author: krosenvold Date: Sat Dec 26 20:35:19 2015 New Revision: 1721753 URL: http://svn.apache.org/viewvc?rev=1721753&view=rev Log: [maven-release-plugin] prepare release commons-io-2.5-RC3 Modified: commons/proper/io/trunk/pom.xml Modified: commons/proper/io/trunk/pom.xml URL: http://svn.a

[2/3] [math] Added a RotationConvention enumerate.

2015-12-26 Thread luc
http://git-wip-us.apache.org/repos/asf/commons-math/blob/a7294ccd/src/main/java/org/apache/commons/math4/geometry/euclidean/threed/Rotation.java -- diff --git a/src/main/java/org/apache/commons/math4/geometry/euclidean/threed/Rota

[3/3] [math] Added a RotationConvention enumerate.

2015-12-26 Thread luc
Added a RotationConvention enumerate. This enumerate allows specifying the semantics or axis/angle for rotations. This enumerate has two values: VECTOR_OPERATOR and FRAME_TRANSFORM. JIRA: MATH-1302, MATH-1303 Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http

[1/3] [math] Added a RotationConvention enumerate.

2015-12-26 Thread luc
Repository: commons-math Updated Branches: refs/heads/master afa120227 -> a7294ccd7 http://git-wip-us.apache.org/repos/asf/commons-math/blob/a7294ccd/src/test/java/org/apache/commons/math4/geometry/euclidean/threed/FieldRotationDfpTest.java --

[3/3] [math] Added a RotationConvention enumerate.

2015-12-26 Thread luc
Added a RotationConvention enumerate. This enumerate allows specifying the semantics or axis/angle for rotations. This enumerate has two values: VECTOR_OPERATOR and FRAME_TRANSFORM. JIRA: MATH-1302, MATH-1303 Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wi

[2/3] [math] Added a RotationConvention enumerate.

2015-12-26 Thread luc
http://git-wip-us.apache.org/repos/asf/commons-math/blob/971a7786/src/main/java/org/apache/commons/math3/geometry/euclidean/threed/Rotation.java -- diff --git a/src/main/java/org/apache/commons/math3/geometry/euclidean/threed/Rota

[1/3] [math] Added a RotationConvention enumerate.

2015-12-26 Thread luc
Repository: commons-math Updated Branches: refs/heads/MATH_3_X cc893e499 -> 971a77865 http://git-wip-us.apache.org/repos/asf/commons-math/blob/971a7786/src/test/java/org/apache/commons/math3/geometry/euclidean/threed/FieldRotationDfpTest.java

svn commit: r1721750 - in /commons/proper/io/trunk: NOTICE.txt src/changes/changes.xml

2015-12-26 Thread krosenvold
Author: krosenvold Date: Sat Dec 26 20:10:05 2015 New Revision: 1721750 URL: http://svn.apache.org/viewvc?rev=1721750&view=rev Log: Updated year in notice.txt Modified: commons/proper/io/trunk/NOTICE.txt commons/proper/io/trunk/src/changes/changes.xml Modified: commons/proper/io/trunk/NO

[1/2] commons-scxml git commit: SCXML-242: Providing JSON base datamodel as replacement for XML/XPath See: https://issues.apache.org/jira/browse/SCXML-242 - adding FasterXML Jackson as (default) json

2015-12-26 Thread ate
Repository: commons-scxml Updated Branches: refs/heads/master 7b3a237b2 -> 6af929eb6 http://git-wip-us.apache.org/repos/asf/commons-scxml/blob/6af929eb/src/test/java/org/apache/commons/scxml2/env/jexl/datamodel-02.xml -- diff -

[2/2] commons-scxml git commit: SCXML-242: Providing JSON base datamodel as replacement for XML/XPath See: https://issues.apache.org/jira/browse/SCXML-242 - adding FasterXML Jackson as (default) json

2015-12-26 Thread ate
SCXML-242: Providing JSON base datamodel as replacement for XML/XPath See: https://issues.apache.org/jira/browse/SCXML-242 - adding FasterXML Jackson as (default) json parser - adding new ContentParser to encapsulate Data (content) parsing logic - adding new AbstractBaseEvaluator for common new clo

[math] Reverted unecessary escapes.

2015-12-26 Thread psteitz
Repository: commons-math Updated Branches: refs/heads/MATH_3_X 41642 -> cc893e499 Reverted unecessary escapes. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/cc893e49 Tree: http://git-wip-us.apache.org/r

[math] Javadoc fixes.

2015-12-26 Thread psteitz
Repository: commons-math Updated Branches: refs/heads/master ab7fd6c92 -> afa120227 Javadoc fixes. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/afa12022 Tree: http://git-wip-us.apache.org/repos/asf/commons

[math] Javadoc fixes.

2015-12-26 Thread psteitz
Repository: commons-math Updated Branches: refs/heads/MATH_3_X 523774aa8 -> 41642 Javadoc fixes. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/41642aaa Tree: http://git-wip-us.apache.org/repos/asf/commo