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/14 12:48:09 UTC

[commons-geometry] 01/02: merging changes from master

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 1b9fa4947b21597ad83f66b09869fde4f01676ea
Merge: 61ea662 2639cc7
Author: Matt Juntunen <ma...@apache.org>
AuthorDate: Sat Aug 14 08:28:52 2021 -0400

    merging changes from master

 .gitignore                                         |   2 +-
 NOTICE.txt                                         |   2 +-
 commons-geometry-core/NOTICE.txt                   |   2 +-
 commons-geometry-euclidean/NOTICE.txt              |   2 +-
 .../euclidean/twod/EmbeddedTreeLineSubsetTest.java |  63 +++++++
 .../geometry/euclidean/twod/path/LinePathTest.java |   2 +-
 commons-geometry-examples/NOTICE.txt               |   2 +-
 commons-geometry-examples/examples-jmh/NOTICE.txt  |   2 +-
 .../examples-tutorials/NOTICE.txt                  |   2 +-
 commons-geometry-io-core/NOTICE.txt                |   2 +-
 commons-geometry-io-euclidean/LICENSE.txt          | 201 +++++++++++++++++++++
 .../NOTICE.txt                                     |   2 +-
 commons-geometry-spherical/NOTICE.txt              |   2 +-
 .../twod/AbstractGreatArcPathConnectorTest.java    |  41 +++++
 .../twod/EmbeddedTreeSubGreatCircleTest.java       |  53 +++++-
 .../geometry/spherical/twod/GreatArcTest.java      |  22 +++
 pom.xml                                            | 101 +++++++++--
 src/main/resources/pmd/pmd-ruleset.xml             |   1 +
 18 files changed, 475 insertions(+), 29 deletions(-)