This is an automated email from the ASF dual-hosted git repository. aherbert pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-geometry.git
from 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 No new revisions were added by this update. Summary of changes: .github/workflows/maven.yml | 2 +- .../geometry/enclosing/euclidean/twod/DiskGenerator.java | 5 +++++ commons-geometry-euclidean/pom.xml | 16 ++++++++++++++++ commons-geometry-examples/examples-jmh/pom.xml | 12 ++++++++++++ .../commons/geometry/io/core/BoundaryIOManager.java | 5 +++++ .../euclidean/threed/AbstractBoundaryReadHandler3D.java | 5 +++++ .../euclidean/threed/AbstractBoundaryWriteHandler3D.java | 5 +++++ .../io/euclidean/threed/BoundaryIOManager3D.java | 5 +++++ .../euclidean/threed/obj/ObjBoundaryReadHandler3D.java | 5 +++++ .../euclidean/threed/obj/ObjBoundaryWriteHandler3D.java | 5 +++++ .../euclidean/threed/stl/StlBoundaryReadHandler3D.java | 5 +++++ .../euclidean/threed/stl/StlBoundaryWriteHandler3D.java | 5 +++++ .../threed/txt/AbstractTextBoundaryWriteHandler3D.java | 5 +++++ .../euclidean/threed/txt/CsvBoundaryReadHandler3D.java | 5 +++++ .../euclidean/threed/txt/CsvBoundaryWriteHandler3D.java | 5 +++++ .../euclidean/threed/txt/TextBoundaryReadHandler3D.java | 5 +++++ .../euclidean/threed/txt/TextBoundaryWriteHandler3D.java | 5 +++++ .../spherical/twod/AbstractGreatArcConnector.java | 6 ++++++ .../spherical/twod/InteriorAngleGreatArcConnector.java | 16 ++++++++++++++++ 19 files changed, 121 insertions(+), 1 deletion(-)