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

github-bot pushed a change to branch 
dependabot/github_actions/actions/setup-java-4.7.0
in repository https://gitbox.apache.org/repos/asf/commons-geometry.git


 discard a8d99628 Bump actions/setup-java from 3.13.0 to 4.7.0
     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 c352fc77 Bump actions/setup-java from 3.13.0 to 4.7.0

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (a8d99628)
            \
             N -- N -- N   
refs/heads/dependabot/github_actions/actions/setup-java-4.7.0 (c352fc77)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/codeql-analysis.yml              | 12 ++---
 .github/workflows/maven.yml                        |  4 +-
 .github/workflows/scorecards-analysis.yml          | 38 +++++---------
 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 ++++++++++--
 .../core/internal/SimpleTupleFormatTest.java       |  6 +--
 .../bsp/AbstractBSPTreeMergeOperatorTest.java      |  3 +-
 commons-geometry-enclosing/pom.xml                 |  5 ++
 .../enclosing/euclidean/twod/DiskGenerator.java    |  5 ++
 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 ++++++---
 .../euclidean/threed/RegionBSPTree3DTest.java      |  2 +-
 .../twod/path/AbstractLinePathConnectorTest.java   |  2 +-
 commons-geometry-examples/examples-jmh/pom.xml     | 12 +++++
 .../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 ++++++
 .../twod/AbstractGreatArcPathConnectorTest.java    |  2 +-
 pom.xml                                            | 26 +++++-----
 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 --------
 57 files changed, 481 insertions(+), 122 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

Reply via email to