You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ma...@apache.org on 2021/08/17 01:33:18 UTC

[commons-geometry] branch 1.0-release updated (aad4aa0 -> 5326851)

This is an automated email from the ASF dual-hosted git repository.

mattjuntunen pushed a change to branch 1.0-release
in repository https://gitbox.apache.org/repos/asf/commons-geometry.git.


    from aad4aa0  preparing 1.0-rc3
     add 5efb17c  implementing changes from rc3 feedback
     new d25ce69  Merge branch 'master' into 1.0-release
     new 3c1eeeb  update README versions
     new 5326851  preparing 1.0-rc4

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README.md                                            |  2 +-
 commons-geometry-core/README.md                      |  2 +-
 .../core/partitioning/bsp/AbstractRegionBSPTree.java |  2 +-
 .../core/partitioning/bsp/BSPTreeVisitor.java        |  4 ++--
 .../core/partitioning/bsp/AbstractBSPTreeTest.java   | 20 ++++++++++++++++++++
 commons-geometry-euclidean/README.md                 |  2 +-
 .../geometry/euclidean/internal/EuclideanUtils.java  | 11 +++++++----
 .../geometry/euclidean/oned/RegionBSPTree1D.java     |  2 +-
 .../commons/geometry/euclidean/oned/Vector1D.java    |  2 --
 .../euclidean/threed/AbstractConvexPolygon3D.java    |  2 +-
 .../commons/geometry/euclidean/threed/Planes.java    | 18 +++++++++---------
 .../commons/geometry/euclidean/threed/Vector3D.java  |  2 --
 .../euclidean/threed/VertexListConvexPolygon3D.java  |  6 ++++--
 .../euclidean/threed/mesh/SimpleTriangleMesh.java    |  6 ++++--
 .../threed/rotation/QuaternionRotation.java          |  2 +-
 .../geometry/euclidean/twod/RegionBSPTree2D.java     |  4 ++--
 .../commons/geometry/euclidean/twod/Vector2D.java    |  2 --
 commons-geometry-examples/README.md                  | 10 ----------
 commons-geometry-examples/examples-jmh/README.md     | 10 ----------
 .../examples-tutorials/README.md                     | 10 ----------
 .../commons/geometry/io/core/BoundaryIOManager.java  |  3 ++-
 .../geometry/io/core/internal/CharReadBuffer.java    |  2 +-
 .../geometry/io/core/internal/SimpleTextParser.java  |  3 +--
 .../io/euclidean/threed/SimpleFacetDefinition.java   |  7 ++++---
 .../threed/obj/AbstractObjPolygonReader.java         |  6 +++---
 .../geometry/io/euclidean/threed/obj/ObjWriter.java  |  6 ++++--
 .../io/euclidean/threed/obj/PolygonObjParser.java    |  8 +++++---
 .../threed/txt/TextFacetDefinitionWriter.java        |  8 +++++---
 .../threed/obj/ObjFacetDefinitionReaderTest.java     |  2 +-
 .../threed/obj/ObjTriangleMeshReaderTest.java        |  2 +-
 .../euclidean/threed/obj/PolygonObjParserTest.java   |  2 +-
 commons-geometry-spherical/README.md                 |  2 +-
 .../commons/geometry/spherical/oned/Point1S.java     |  2 --
 .../geometry/spherical/twod/GreatCircles.java        |  2 +-
 .../commons/geometry/spherical/twod/Point2S.java     |  2 --
 pom.xml                                              | 10 +++++++++-
 .../resources/checkstyle/checkstyle-suppressions.xml |  1 +
 src/main/resources/checkstyle/checkstyle.xml         |  8 ++++----
 src/main/resources/pmd/pmd-ruleset.xml               |  4 +++-
 src/site/xdoc/userguide/index.xml                    |  4 ++--
 40 files changed, 104 insertions(+), 99 deletions(-)

[commons-geometry] 01/03: Merge branch 'master' into 1.0-release

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mattjuntunen pushed a commit to branch 1.0-release
in repository https://gitbox.apache.org/repos/asf/commons-geometry.git

commit d25ce692a15c9e709ea53da4944210339962d0e5
Merge: aad4aa0 5efb17c
Author: Matt Juntunen <ma...@apache.org>
AuthorDate: Mon Aug 16 12:39:12 2021 -0400

    Merge branch 'master' into 1.0-release

 .../core/partitioning/bsp/AbstractRegionBSPTree.java |  2 +-
 .../core/partitioning/bsp/BSPTreeVisitor.java        |  4 ++--
 .../core/partitioning/bsp/AbstractBSPTreeTest.java   | 20 ++++++++++++++++++++
 .../geometry/euclidean/internal/EuclideanUtils.java  | 11 +++++++----
 .../geometry/euclidean/oned/RegionBSPTree1D.java     |  2 +-
 .../commons/geometry/euclidean/oned/Vector1D.java    |  2 --
 .../euclidean/threed/AbstractConvexPolygon3D.java    |  2 +-
 .../commons/geometry/euclidean/threed/Planes.java    | 18 +++++++++---------
 .../commons/geometry/euclidean/threed/Vector3D.java  |  2 --
 .../euclidean/threed/VertexListConvexPolygon3D.java  |  6 ++++--
 .../euclidean/threed/mesh/SimpleTriangleMesh.java    |  6 ++++--
 .../threed/rotation/QuaternionRotation.java          |  2 +-
 .../geometry/euclidean/twod/RegionBSPTree2D.java     |  4 ++--
 .../commons/geometry/euclidean/twod/Vector2D.java    |  2 --
 .../commons/geometry/io/core/BoundaryIOManager.java  |  3 ++-
 .../geometry/io/core/internal/CharReadBuffer.java    |  2 +-
 .../geometry/io/core/internal/SimpleTextParser.java  |  3 +--
 .../io/euclidean/threed/SimpleFacetDefinition.java   |  7 ++++---
 .../threed/obj/AbstractObjPolygonReader.java         |  6 +++---
 .../geometry/io/euclidean/threed/obj/ObjWriter.java  |  6 ++++--
 .../io/euclidean/threed/obj/PolygonObjParser.java    |  8 +++++---
 .../threed/txt/TextFacetDefinitionWriter.java        |  8 +++++---
 .../threed/obj/ObjFacetDefinitionReaderTest.java     |  2 +-
 .../threed/obj/ObjTriangleMeshReaderTest.java        |  2 +-
 .../euclidean/threed/obj/PolygonObjParserTest.java   |  2 +-
 .../commons/geometry/spherical/oned/Point1S.java     |  2 --
 .../geometry/spherical/twod/GreatCircles.java        |  2 +-
 .../commons/geometry/spherical/twod/Point2S.java     |  2 --
 pom.xml                                              |  8 ++++++++
 .../resources/checkstyle/checkstyle-suppressions.xml |  1 +
 src/main/resources/checkstyle/checkstyle.xml         |  8 ++++----
 src/main/resources/pmd/pmd-ruleset.xml               |  4 +++-
 src/site/xdoc/userguide/index.xml                    |  4 ++--
 33 files changed, 99 insertions(+), 64 deletions(-)


[commons-geometry] 02/03: update README versions

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mattjuntunen pushed a commit to branch 1.0-release
in repository https://gitbox.apache.org/repos/asf/commons-geometry.git

commit 3c1eeeb13325cb0d352f8a64a202bf7f58634dad
Author: Matt Juntunen <ma...@apache.org>
AuthorDate: Mon Aug 16 21:18:58 2021 -0400

    update README versions
---
 README.md                                              |  2 +-
 commons-geometry-core/README.md                        |  2 +-
 commons-geometry-euclidean/README.md                   |  2 +-
 commons-geometry-examples/README.md                    | 10 ----------
 commons-geometry-examples/examples-jmh/README.md       | 10 ----------
 commons-geometry-examples/examples-tutorials/README.md | 10 ----------
 commons-geometry-spherical/README.md                   |  2 +-
 7 files changed, 4 insertions(+), 34 deletions(-)

diff --git a/README.md b/README.md
index 1b0f6e5..09eb673 100644
--- a/README.md
+++ b/README.md
@@ -75,7 +75,7 @@ Alternatively you can pull it from the central Maven repositories:
 <dependency>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-geometry</artifactId>
-  <version>1.0-beta1</version>
+  <version>1.0</version>
 </dependency>
 ```
 
diff --git a/commons-geometry-core/README.md b/commons-geometry-core/README.md
index 9a2cb46..c9c3edf 100644
--- a/commons-geometry-core/README.md
+++ b/commons-geometry-core/README.md
@@ -67,7 +67,7 @@ Alternatively you can pull it from the central Maven repositories:
 <dependency>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-geometry-core</artifactId>
-  <version>1.0-beta1</version>
+  <version>1.0</version>
 </dependency>
 ```
 
diff --git a/commons-geometry-euclidean/README.md b/commons-geometry-euclidean/README.md
index 5576c7e..658cd4f 100644
--- a/commons-geometry-euclidean/README.md
+++ b/commons-geometry-euclidean/README.md
@@ -67,7 +67,7 @@ Alternatively you can pull it from the central Maven repositories:
 <dependency>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-geometry-euclidean</artifactId>
-  <version>1.0-beta1</version>
+  <version>1.0</version>
 </dependency>
 ```
 
diff --git a/commons-geometry-examples/README.md b/commons-geometry-examples/README.md
index 858cfb1..42aa5c2 100644
--- a/commons-geometry-examples/README.md
+++ b/commons-geometry-examples/README.md
@@ -64,16 +64,6 @@ Where can I get the latest release?
 -----------------------------------
 You can download source and binaries from our [download page](https://commons.apache.org/proper/commons-geometry/download_geometry.cgi).
 
-Alternatively you can pull it from the central Maven repositories:
-
-```xml
-<dependency>
-  <groupId>org.apache.commons</groupId>
-  <artifactId>commons-geometry-examples</artifactId>
-  <version>1.0-beta1</version>
-</dependency>
-```
-
 Contributing
 ------------
 
diff --git a/commons-geometry-examples/examples-jmh/README.md b/commons-geometry-examples/examples-jmh/README.md
index 4cf7f65..6d57e30 100644
--- a/commons-geometry-examples/examples-jmh/README.md
+++ b/commons-geometry-examples/examples-jmh/README.md
@@ -62,16 +62,6 @@ Where can I get the latest release?
 -----------------------------------
 You can download source and binaries from our [download page](https://commons.apache.org/proper/commons-geometry/download_geometry.cgi).
 
-Alternatively you can pull it from the central Maven repositories:
-
-```xml
-<dependency>
-  <groupId>org.apache.commons</groupId>
-  <artifactId>commons-geometry-examples-jmh</artifactId>
-  <version>1.0-beta1</version>
-</dependency>
-```
-
 Contributing
 ------------
 
diff --git a/commons-geometry-examples/examples-tutorials/README.md b/commons-geometry-examples/examples-tutorials/README.md
index aa08b45..3a9e7cc 100644
--- a/commons-geometry-examples/examples-tutorials/README.md
+++ b/commons-geometry-examples/examples-tutorials/README.md
@@ -61,16 +61,6 @@ Where can I get the latest release?
 -----------------------------------
 You can download source and binaries from our [download page](https://commons.apache.org/proper/commons-geometry/download_geometry.cgi).
 
-Alternatively you can pull it from the central Maven repositories:
-
-```xml
-<dependency>
-  <groupId>org.apache.commons</groupId>
-  <artifactId>commons-geometry-examples-tutorials</artifactId>
-  <version>1.0-beta1</version>
-</dependency>
-```
-
 Contributing
 ------------
 
diff --git a/commons-geometry-spherical/README.md b/commons-geometry-spherical/README.md
index 496fa66..3543917 100644
--- a/commons-geometry-spherical/README.md
+++ b/commons-geometry-spherical/README.md
@@ -67,7 +67,7 @@ Alternatively you can pull it from the central Maven repositories:
 <dependency>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-geometry-spherical</artifactId>
-  <version>1.0-beta1</version>
+  <version>1.0</version>
 </dependency>
 ```
 

[commons-geometry] 03/03: preparing 1.0-rc4

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mattjuntunen pushed a commit to branch 1.0-release
in repository https://gitbox.apache.org/repos/asf/commons-geometry.git

commit 5326851864f93a486409562628afaaa485b6d99f
Author: Matt Juntunen <ma...@apache.org>
AuthorDate: Mon Aug 16 21:19:43 2021 -0400

    preparing 1.0-rc4
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index fe41fce..f3292f9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,7 +44,7 @@
     <!-- do not use snapshot suffix here -->
     <commons.release.version>1.0</commons.release.version>
     <commons.release.desc>(requires Java 8+)</commons.release.desc>
-    <commons.rc.version>RC3</commons.rc.version>
+    <commons.rc.version>RC4</commons.rc.version>
     <commons.binary.suffix>-bin</commons.binary.suffix>
 
     <commons.jira.id>GEOMETRY</commons.jira.id>