This is an automated email from the ASF dual-hosted git repository. aherbert pushed a change to branch dependabot/github_actions/actions/upload-artifact-c24449f33cd45d4826c6702db7e49f7cdb9b551d in repository https://gitbox.apache.org/repos/asf/commons-geometry.git
from c368f5c1 Bump actions/upload-artifact add 21765da4 Update MathJax URL add 934c1470 Bump actions/cache from 3.2.2 to 4.2.1 add 8a3269fc Merge pull request #236 from apache/dependabot/github_actions/actions/cache-4.2.1 add 48e947e1 Bump ossf/scorecard-action from 2.2.0 to 2.4.1 add 29543e6e Merge pull request #239 from apache/dependabot/github_actions/ossf/scorecard-action-2.4.1 add d9fdcb1d Bump actions/cache from 4.2.1 to 4.2.2 add a343bf47 Merge pull request #237 from apache/dependabot/github_actions/actions/cache-4.2.2 add 398d9c8f Comment: Remove unnecessary Latin acronym add b04644cd Bump CP 59 to 81 add cfd405a2 Update changes schema for maven changes plugin to validate add c2408e8f Use char for single character String append add be89d829 Exclude Spotbugs false positive add f36febc1 SpotBugs: Prevent Finalizer attack using validated constructor arguments add 3332c92e Use final add 7b64d409 Add default constructor (to avoid javadoc warnings failing the build) add 5fa62675 Lower jacoco tolerances from commons parent add 0dd34a73 Remove deprecated PMD rule exclusions add 9e19b9bf Exclude false positive Spotbugs errors add bc0a18ee SpotBugs: Prevent Finalizer attack using validated constructor arguments add 6f3ddb5f Remove unnecessary parentheses add 1354bd20 Use final add d74e10e1 Lower jacoco tolerances from commons parent add d7b72b1a Add default constructor (to avoid javadoc warnings failing the build) add fd1d6d68 Lower jacoco tolerances from commons parent add b9c7670a SpotBugs: Prevent Finalizer attack using validated constructor arguments add 634046e1 Removed unused clirr file add 5fb8e06d SpotBugs: Prevent Finalizer attack using validated constructor arguments add d69f7913 Lower jacoco tolerances from commons parent add 3729a5cd Ensure 100% method coverage add 8d106a18 Exclude false positive Spotbugs error add 75018a80 Relocate build resources out of the site distribution add 3a180da2 Lower jacoco tolerances from commons parent add 31d72d39 Update scorecards analysis add 2e39e9ab Add javadoc comment add 672c7a4c Update CodeQL action v2 to v3 (use explicit version hashes) add 452bc7b5 Ignore javadoc false positive warnings on JDK 21 add f32db2e9 Add default constructor (to avoid javadoc warnings failing the build) add c1df5805 Do not fail build with javadoc warnings in JMH examples add eea4e3db Add JDK 21 to the build matrix add 42fc56e9 Update GH actions add d06d720f Bump Commons RNG 1.5 to 1.6 add 3c353fd7 Bump Commons Numbers 1.1 to 1.2 add 52a43df8 Bump JMH 1.32 to 1.37 add aa192a28 Merge branch 'master' into dependabot/github_actions/actions/upload-artifact-c24449f33cd45d4826c6702db7e49f7cdb9b551d No new revisions were added by this update. Summary of changes: .github/workflows/codeql-analysis.yml | 12 ++--- .github/workflows/maven.yml | 6 +-- .github/workflows/scorecards-analysis.yml | 40 +++++---------- commons-geometry-core/pom.xml | 5 ++ .../geometry/core/internal/SimpleTupleFormat.java | 2 +- .../core/partitioning/bsp/AbstractBSPTree.java | 5 ++ .../bsp/AbstractBSPTreeMergeOperator.java | 5 ++ .../bsp/AbstractPartitionedRegionBuilder.java | 32 ++++++++++-- commons-geometry-core/src/site/site.xml | 2 +- .../core/internal/SimpleTupleFormatTest.java | 6 +-- .../bsp/AbstractBSPTreeMergeOperatorTest.java | 3 +- commons-geometry-enclosing/pom.xml | 5 ++ .../enclosing/euclidean/twod/DiskGenerator.java | 5 ++ commons-geometry-enclosing/src/site/site.xml | 2 +- commons-geometry-euclidean/pom.xml | 21 ++++++++ .../euclidean/AbstractAffineTransformMatrix.java | 5 ++ .../geometry/euclidean/AbstractNSphere.java | 50 +++++++++++++++++-- .../geometry/euclidean/EuclideanVector.java | 5 ++ .../geometry/euclidean/EuclideanVectorSum.java | 5 ++ .../euclidean/MultiDimensionalEuclideanVector.java | 5 ++ .../euclidean/internal/AbstractPathConnector.java | 10 ++++ .../twod/path/AbstractLinePathConnector.java | 6 +++ .../twod/path/InteriorAngleLinePathConnector.java | 15 ++++++ .../geometry/euclidean/twod/shape/Circle.java | 23 ++++++--- commons-geometry-euclidean/src/site/site.xml | 2 +- .../euclidean/threed/RegionBSPTree3DTest.java | 2 +- .../twod/path/AbstractLinePathConnectorTest.java | 2 +- commons-geometry-examples/examples-jmh/pom.xml | 14 +++++- .../euclidean/pointmap/VariableSplitOctree.java | 5 ++ .../geometry/io/core/BoundaryIOManager.java | 5 ++ .../geometry/io/core/internal/CharReadBuffer.java | 58 +++++++++++++++++++--- commons-geometry-io-euclidean/pom.xml | 5 ++ .../threed/AbstractBoundaryReadHandler3D.java | 5 ++ .../threed/AbstractBoundaryWriteHandler3D.java | 5 ++ .../io/euclidean/threed/BoundaryIOManager3D.java | 5 ++ .../io/euclidean/threed/SimpleFacetDefinition.java | 27 ++++++++-- .../threed/obj/ObjBoundaryReadHandler3D.java | 5 ++ .../threed/obj/ObjBoundaryWriteHandler3D.java | 5 ++ .../threed/stl/StlBoundaryReadHandler3D.java | 5 ++ .../threed/stl/StlBoundaryWriteHandler3D.java | 5 ++ .../txt/AbstractTextBoundaryWriteHandler3D.java | 5 ++ .../threed/txt/CsvBoundaryReadHandler3D.java | 5 ++ .../threed/txt/CsvBoundaryWriteHandler3D.java | 5 ++ .../threed/txt/TextBoundaryReadHandler3D.java | 5 ++ .../threed/txt/TextBoundaryWriteHandler3D.java | 5 ++ .../threed/txt/TextFacetDefinitionReader.java | 36 ++++++++++---- .../threed/txt/TextFacetDefinitionReaderTest.java | 17 +++++-- commons-geometry-spherical/pom.xml | 5 ++ .../spherical/twod/AbstractGreatArcConnector.java | 6 +++ .../twod/InteriorAngleGreatArcConnector.java | 16 ++++++ commons-geometry-spherical/src/site/site.xml | 2 +- .../twod/AbstractGreatArcPathConnectorTest.java | 2 +- pom.xml | 28 +++++------ src/changes/changes.xml | 4 +- src/changes/release-notes.vm | 2 +- .../checkstyle/checkstyle-suppressions.xml | 0 .../resources => conf}/checkstyle/checkstyle.xml | 0 .../checkstyle/license-header.txt | 0 src/{main/resources => conf}/pmd/pmd-ruleset.xml | 6 +-- .../spotbugs/spotbugs-exclude-filter.xml | 19 +++++++ src/main/resources/clirr/clirr-ignored.xml | 21 -------- src/site/site.xml | 2 +- 62 files changed, 490 insertions(+), 131 deletions(-) rename src/{main/resources => conf}/checkstyle/checkstyle-suppressions.xml (100%) rename src/{main/resources => conf}/checkstyle/checkstyle.xml (100%) rename src/{main/resources => conf}/checkstyle/license-header.txt (100%) rename src/{main/resources => conf}/pmd/pmd-ruleset.xml (93%) rename src/{main/resources => conf}/spotbugs/spotbugs-exclude-filter.xml (84%) delete mode 100644 src/main/resources/clirr/clirr-ignored.xml