Matt Juntunen [Mon, 16 Aug 2021 13:58:47 +0000 (09:58 -0400)]
implementing changes from rc3 feedback
Matt Juntunen [Sat, 14 Aug 2021 23:12:03 +0000 (19:12 -0400)]
fixing assembly exclude expression
Matt Juntunen [Sat, 14 Aug 2021 23:02:35 +0000 (19:02 -0400)]
updating dist-archive and rat exclusions
Matt Juntunen [Sat, 14 Aug 2021 12:26:45 +0000 (08:26 -0400)]
excluding ConfusingTernary PMD rule
Matt Juntunen [Sat, 14 Aug 2021 12:26:24 +0000 (08:26 -0400)]
using RELEASE-NOTES.txt to test for child modules
Alex Herbert [Fri, 13 Aug 2021 13:22:32 +0000 (14:22 +0100)]
Ignore site-content.README
Alex Herbert [Fri, 13 Aug 2021 13:14:31 +0000 (14:14 +0100)]
Add missing site checkout property to parent
Matt Juntunen [Fri, 13 Aug 2021 12:17:41 +0000 (08:17 -0400)]
adding missing test cases
Alex Herbert [Fri, 13 Aug 2021 13:05:03 +0000 (14:05 +0100)]
Clean site-content.README file
Matt Juntunen [Fri, 13 Aug 2021 11:18:16 +0000 (07:18 -0400)]
updating NOTICE year; adding missing NOTICE and LICENSE files
Alex Herbert [Fri, 13 Aug 2021 08:17:31 +0000 (09:17 +0100)]
Avoid existing site checkout in all child modules
Matt Juntunen [Thu, 12 Aug 2021 02:44:21 +0000 (22:44 -0400)]
adding example module section to userguide
Matt Juntunen [Sun, 8 Aug 2021 14:36:01 +0000 (10:36 -0400)]
exclude example modules from deployment
Alex Herbert [Sat, 7 Aug 2021 12:34:51 +0000 (13:34 +0100)]
Add XML schema
Matt Juntunen [Fri, 6 Aug 2021 03:02:55 +0000 (23:02 -0400)]
adding io modules to dist-archive and removing example modules
Matt Juntunen [Sat, 31 Jul 2021 22:44:11 +0000 (18:44 -0400)]
GEOMETRY-139: abstracting GeometryInput and GeometryOutput commons fields into GeometryIOMetadata
Matt Juntunen [Sun, 1 Aug 2021 11:39:31 +0000 (07:39 -0400)]
update changes.xml
Matt Juntunen [Sat, 31 Jul 2021 11:44:49 +0000 (07:44 -0400)]
GEOMETRY-138: switching to unchecked exceptions in IO modules
Matt Juntunen [Sat, 24 Jul 2021 16:14:56 +0000 (12:14 -0400)]
removing redundant predicate
Matt Juntunen [Sat, 24 Jul 2021 11:12:19 +0000 (07:12 -0400)]
replacing lambda with method reference
Matt Juntunen [Sat, 24 Jul 2021 11:11:51 +0000 (07:11 -0400)]
fixing osgi symbolic names
Matt Juntunen [Sat, 24 Jul 2021 11:11:27 +0000 (07:11 -0400)]
adding changes to changes.xml
Matt Juntunen [Sat, 24 Jul 2021 02:10:58 +0000 (22:10 -0400)]
updating docs to discuss possible runtime exceptions in IO methods
Matt Juntunen [Sat, 24 Jul 2021 01:25:17 +0000 (21:25 -0400)]
GEOMETRY-137: making SimpleTextParser throw IOException when parsed string exceeds max length
Matt Juntunen [Sat, 24 Jul 2021 01:17:11 +0000 (21:17 -0400)]
minor sonarqube fixes
Matt Juntunen [Fri, 23 Jul 2021 02:12:54 +0000 (22:12 -0400)]
GEOMETRY-63: more minor SonarQube fixes
Alex Herbert [Tue, 20 Jul 2021 17:01:06 +0000 (18:01 +0100)]
Change PMD ruleset name from rng to geometry
Matthew Juntunen [Tue, 20 Jul 2021 02:13:05 +0000 (22:13 -0400)]
fixing spotbugs issues in examples
Matthew Juntunen [Tue, 20 Jul 2021 02:12:39 +0000 (22:12 -0400)]
GEOMETRY-136: removing DoubleFormats utility that has been moved to commons-text
Matt Juntunen [Mon, 19 Jul 2021 11:53:26 +0000 (07:53 -0400)]
ignoring spotbugs false positives
Matt Juntunen [Sun, 18 Jul 2021 15:53:44 +0000 (11:53 -0400)]
updating dependencies
Matt Juntunen [Mon, 21 Jun 2021 22:14:56 +0000 (18:14 -0400)]
GEOMETRY-126: replacing usage of commons-numbers LinearCombination with Sum; adding VectorXD.Sum classes
Matt Juntunen [Sat, 12 Jun 2021 12:04:51 +0000 (08:04 -0400)]
using commons-numbers Norm enum
Matt Juntunen [Sat, 12 Jun 2021 02:08:41 +0000 (22:08 -0400)]
improvements to DoubleFormats performance
Matt Juntunen [Wed, 9 Jun 2021 02:06:41 +0000 (22:06 -0400)]
GEOMETRY-13: using Norms from commons-numbers
Matt Juntunen [Sun, 6 Jun 2021 15:19:26 +0000 (11:19 -0400)]
removing dependabot config; updating build deps
Matt Juntunen [Sun, 6 Jun 2021 15:00:45 +0000 (11:00 -0400)]
GEOMETRY-123: replacing DoubleFormat with DoubleFunction<String>
Matt Juntunen [Sat, 5 Jun 2021 12:10:57 +0000 (08:10 -0400)]
GEOMETRY-122: using package-private visibility in tests to follow JUnit 5 recommendations
Matt Juntunen [Sat, 5 Jun 2021 11:47:36 +0000 (07:47 -0400)]
GEOMETRY-124: replacing DoublePrecisionContext with Precision.DoubleEquivalence from commons-numbers; using commons-numbers latest snapshot
Matt Juntunen [Wed, 21 Apr 2021 15:16:51 +0000 (11:16 -0400)]
GEOMETRY-63: fixing various PMD and SonarQube issues
Matt Juntunen [Wed, 21 Apr 2021 12:01:12 +0000 (08:01 -0400)]
GEOMETRY-121: adding EuclideanUtils class
Matt Juntunen [Wed, 21 Apr 2021 01:42:55 +0000 (21:42 -0400)]
GEOMETRY-118: adding component-specific transform methods to AffineTransformMatrixXD classes
dependabot[bot] [Mon, 19 Apr 2021 08:05:45 +0000 (08:05 +0000)]
Bump spotbugs-maven-plugin from 4.2.2 to 4.2.3
Bumps [spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.2.2 to 4.2.3.
- [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases)
- [Commits](https://github.com/spotbugs/spotbugs-maven-plugin/compare/4.2.2...spotbugs-maven-plugin-4.2.3)
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Fri, 16 Apr 2021 06:30:36 +0000 (06:30 +0000)]
Bump spotbugs from 4.2.2 to 4.2.3
Bumps [spotbugs](https://github.com/spotbugs/spotbugs) from 4.2.2 to 4.2.3.
- [Release notes](https://github.com/spotbugs/spotbugs/releases)
- [Changelog](https://github.com/spotbugs/spotbugs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/spotbugs/spotbugs/compare/4.2.2...4.2.3)
Signed-off-by: dependabot[bot] <support@github.com>
Matt Juntunen [Sun, 18 Apr 2021 18:49:22 +0000 (14:49 -0400)]
GEOMETRY-120: adding SimpleTriangleMesh.Builder.
addFace(int[]) method
Matt Juntunen [Sun, 18 Apr 2021 18:41:48 +0000 (14:41 -0400)]
GEOMETRY-95: adding solid geometry teapot tutorial
Matt Juntunen [Fri, 9 Apr 2021 03:28:10 +0000 (23:28 -0400)]
GEOMETRY-117: implementing AffineTransformMatrix2D shear methods
Matt Juntunen [Wed, 7 Apr 2021 12:03:35 +0000 (08:03 -0400)]
GEOMETRY-119: adding Vectors.normalizeOrNull() method; scaling vectors if needed during normalization
dependabot[bot] [Tue, 6 Apr 2021 17:25:21 +0000 (17:25 +0000)]
Bump geometry.pmd.dep.version from 6.31.0 to 6.33.0
Bumps `geometry.pmd.dep.version` from 6.31.0 to 6.33.0.
Updates `pmd-core` from 6.31.0 to 6.33.0
- [Release notes](https://github.com/pmd/pmd/releases)
- [Commits](https://github.com/pmd/pmd/compare/pmd_releases/6.31.0...pmd_releases/6.33.0)
Updates `pmd-java` from 6.31.0 to 6.33.0
- [Release notes](https://github.com/pmd/pmd/releases)
- [Commits](https://github.com/pmd/pmd/compare/pmd_releases/6.31.0...pmd_releases/6.33.0)
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Tue, 6 Apr 2021 17:25:18 +0000 (17:25 +0000)]
Bump jmh.version from 1.27 to 1.29
Bumps `jmh.version` from 1.27 to 1.29.
Updates `jmh-core` from 1.27 to 1.29
Updates `jmh-generator-annprocess` from 1.27 to 1.29
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Tue, 6 Apr 2021 17:25:08 +0000 (17:25 +0000)]
Bump spotbugs from 4.2.0 to 4.2.2
Bumps [spotbugs](https://github.com/spotbugs/spotbugs) from 4.2.0 to 4.2.2.
- [Release notes](https://github.com/spotbugs/spotbugs/releases)
- [Changelog](https://github.com/spotbugs/spotbugs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/spotbugs/spotbugs/compare/4.2.0...4.2.2)
Signed-off-by: dependabot[bot] <support@github.com>
Matt Juntunen [Tue, 6 Apr 2021 15:44:34 +0000 (11:44 -0400)]
dependabot: bumping checkstyle, spotbugs, junit, and pmd versions
Matt Juntunen [Sun, 28 Mar 2021 17:16:10 +0000 (13:16 -0400)]
GEOMETRY-115: adding initial IO modules
Matt Juntunen [Tue, 23 Mar 2021 02:07:23 +0000 (22:07 -0400)]
GEOMETRY-116: updating OSGi headers to export subpackages
Matt Juntunen [Sat, 16 Jan 2021 12:27:57 +0000 (07:27 -0500)]
Merge pull request #129 from arturobernalg/feature/minor_improvement
Minor Improvement:
Arturo Bernal [Fri, 15 Jan 2021 07:32:23 +0000 (08:32 +0100)]
Minor Improvement:
* Redundant Field Initializer
Arturo Bernal [Wed, 6 Jan 2021 11:59:27 +0000 (12:59 +0100)]
Minor Performance Improvement:
* avoid Add Empty String
* Redundant Field Initializer
* Append Character With Char
Baljit Singh [Fri, 18 Dec 2020 17:32:16 +0000 (12:32 -0500)]
Fix Checkstyle issues
Baljit Singh [Fri, 18 Dec 2020 16:59:57 +0000 (11:59 -0500)]
Use wildcards with Java types
Baljit Singh [Fri, 18 Dec 2020 16:29:17 +0000 (11:29 -0500)]
Simplify array initialization
Baljit Singh [Fri, 18 Dec 2020 15:58:37 +0000 (10:58 -0500)]
Make Test classes final
Baljit Singh [Fri, 18 Dec 2020 15:51:20 +0000 (10:51 -0500)]
Simplify exceptions
Baljit Singh [Fri, 18 Dec 2020 14:58:41 +0000 (09:58 -0500)]
Remove protected modifier in final classes
Matt Juntunen [Sat, 26 Dec 2020 13:02:13 +0000 (08:02 -0500)]
adding version bumps suggested by dependabot
Matt Juntunen [Tue, 22 Dec 2020 16:58:15 +0000 (11:58 -0500)]
GEOMETRY-109: renaming BoundarySourceXX.from() to BoundarySourceXX.of()
Arturo Bernal [Fri, 18 Dec 2020 17:16:39 +0000 (18:16 +0100)]
Minor Improvement
* 'for' loop replaceable with enhanced 'for' loop
* Unnecessary unboxing
* Explicit type can be replaced with <>
* Statement lambda can be replaced with expression lambda
* Call to 'Arrays.asList()' with too few arguments
Matt Juntunen [Tue, 15 Dec 2020 02:20:28 +0000 (21:20 -0500)]
GEOMETRY-108: adding BoundaryList classes
Matt Juntunen [Fri, 18 Dec 2020 12:46:17 +0000 (07:46 -0500)]
fixing test docs, formatting, and compile errors
Arturo Bernal [Fri, 18 Dec 2020 05:28:30 +0000 (06:28 +0100)]
Fix javadoc comment
remove extra line
Arturo Bernal [Wed, 16 Dec 2020 15:30:04 +0000 (16:30 +0100)]
GEOMETRY-105 - Replace the try-catch pattern with assertThrows()
Matt Juntunen [Thu, 10 Dec 2020 04:35:15 +0000 (23:35 -0500)]
bumping pmd and spotbugs versions; using managed antrun version
Matt Juntunen [Thu, 10 Dec 2020 03:51:13 +0000 (22:51 -0500)]
updating checkstyle plugin version to 3.1.1 and excluding generated jmh source files
Arturo Bernal [Tue, 8 Dec 2020 08:09:09 +0000 (09:09 +0100)]
GEOMETRY-106 - Refine Module
Matt Juntunen [Tue, 8 Dec 2020 04:37:01 +0000 (23:37 -0500)]
Merge pull request #110 from apache/dependabot/maven/jmh.version-1.26
Bump jmh.version from 1.22 to 1.26
Matt Juntunen [Tue, 8 Dec 2020 04:30:18 +0000 (23:30 -0500)]
fixing test and checkstyle failures in examples-io
dependabot[bot] [Sun, 6 Dec 2020 18:25:47 +0000 (18:25 +0000)]
Bump jmh.version from 1.22 to 1.26
Bumps `jmh.version` from 1.22 to 1.26.
Updates `jmh-core` from 1.22 to 1.26
Updates `jmh-generator-annprocess` from 1.22 to 1.26
Signed-off-by: dependabot[bot] <support@github.com>
Matt Juntunen [Sun, 6 Dec 2020 18:25:09 +0000 (13:25 -0500)]
Merge pull request #105 from arturobernalg/fetaure/GEOMETRY-104
[GEOMETRY-104] - Add Dependabot config file
Arturo Bernal [Sat, 5 Dec 2020 20:19:04 +0000 (21:19 +0100)]
GEOMETRY-104 - Add Dependabot config file
Arturo Bernal [Sat, 5 Dec 2020 12:32:37 +0000 (13:32 +0100)]
GEOMETRY-103 - Migrate to JUnit 5
Matt Juntunen [Sun, 15 Nov 2020 15:56:19 +0000 (10:56 -0500)]
GEOMETRY-102: disabling clirr during beta version development to prevent build failures
Gilles Sadowski [Thu, 5 Nov 2020 13:21:59 +0000 (14:21 +0100)]
Lower visibility level.
Alex Herbert [Sun, 11 Oct 2020 22:20:29 +0000 (23:20 +0100)]
Merge pull request #101 from nhojpatrick/junit-4.13.1
JUnit v4.13.1
John Patrick [Sun, 11 Oct 2020 18:13:54 +0000 (19:13 +0100)]
JUnit v4.13.1
Matt Juntunen [Wed, 12 Aug 2020 12:05:28 +0000 (08:05 -0400)]
GEOMETRY-63: adding equals() method test helper; using Double.valueOf
Matt Juntunen [Mon, 10 Aug 2020 11:50:54 +0000 (07:50 -0400)]
bumping commons-parent version to 52
Matt Juntunen [Mon, 10 Aug 2020 11:22:59 +0000 (07:22 -0400)]
GEOMETRY-63: method simplification and misc cleanup
Matt Juntunen [Sun, 9 Aug 2020 14:40:25 +0000 (10:40 -0400)]
GEOMETRY-63: reducing the complexity of several methods
Gilles Sadowski [Wed, 5 Aug 2020 17:03:46 +0000 (19:03 +0200)]
Add "lgtm" badge.
Matt Juntunen [Sun, 19 Jul 2020 15:11:43 +0000 (11:11 -0400)]
updating README files and pom after 1.0-beta1 release
Matt Juntunen [Sun, 19 Jul 2020 15:03:09 +0000 (11:03 -0400)]
updating release files after 1.0-beta1 release
Matt Juntunen [Sat, 11 Jul 2020 20:05:49 +0000 (16:05 -0400)]
GEOMETRY-100: adding special cases for centroid computations for very small areas
Matt Juntunen [Tue, 7 Jul 2020 01:49:25 +0000 (21:49 -0400)]
Reverting name change after discussion on dev ML.
This reverts commit
3c25e07d19e0d7c36073713c6a60d15adf4a5ecf.
Matt Juntunen [Sun, 5 Jul 2020 01:38:11 +0000 (21:38 -0400)]
fixing checkstyle suppression on windows; adjusting unit test value for more consistent result sorting
Matt Juntunen [Sat, 4 Jul 2020 20:29:59 +0000 (16:29 -0400)]
GEOMETRY-99: using Double.compare in equals and Double.hashCode in hashCode
Matt Juntunen [Sat, 4 Jul 2020 12:02:05 +0000 (08:02 -0400)]
using enhanced for loop when possible
XenoAmess [Sat, 4 Jul 2020 02:16:55 +0000 (10:16 +0800)]
change GeometryInternalError to GeometryInternalException to better reflect its actual type
XenoAmess [Sat, 4 Jul 2020 02:01:34 +0000 (10:01 +0800)]
simplify if
XenoAmess [Sat, 4 Jul 2020 01:54:25 +0000 (09:54 +0800)]
add break to a loop.
XenoAmess [Sat, 4 Jul 2020 01:47:06 +0000 (09:47 +0800)]
change a field to local variable, as I didn't see anywhere using it.
XenoAmess [Fri, 3 Jul 2020 20:11:31 +0000 (04:11 +0800)]
fix README.md in a sub-module.