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

desruisseaux pushed a change to branch geoapi-3.1
in repository https://gitbox.apache.org/repos/asf/sis.git


    from 18a06d459c Merge branch 'geoapi-4.0' into geoapi-3.1
     add 41a79147f4 Add the tools used in previous commit for cleaning `@since` 
and `@version` javadoc tags.
     add 32d7c5d57a When the "gr3df97a.txt" datum shift grid file is not found, 
the exception should be `MissingFactoryResourceException` instead of 
`FactoryDataException`.
     add f81541ca43 Replace some Maven artifact names by JPMS names in 
documentation.
     add a95aaf3c96 Update the NOTICE file.
     add f75f7ee3a5 Add or edit `README.md` files.
     add 0a1d7bd6c3 Replace a NullPointerException by a more explicit message 
about the failure cause.
     add b91d66b6e9 Adjust dependency declarations.
     add 0a25115dc9 Set version number and the EPSG geodetic dataset URL to 
expected values after release. Fix erroneous SIS version number.
     new fba1ecf3f7 Merge branch 'geoapi-4.0' into geoapi-3.1

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 NOTICE                                             |  10 +-
 README.md                                          |   9 +
 .../buildtools/coding/VerifyVersionInJavadoc.java  | 293 +++++++++++++++++++++
 .../apache/sis/buildtools/gradle/BuildHelper.java  |   1 +
 .../apache/sis/buildtools/gradle/ZipWriter.java    |   7 +-
 endorsed/README.md                                 |  15 ++
 endorsed/build.gradle.kts                          |   2 +
 .../org.apache.sis.console/main/module-info.java   |  18 +-
 .../apache/sis/metadata/sql/MetadataSource.java    |   2 +-
 .../apache/sis/metadata/sql/util/Initializer.java  |   6 +-
 .../sis/metadata/sql/util/LocalDataSource.java     |   2 +-
 .../src/org.apache.sis.openoffice/bundle/README.md |   2 +-
 .../referencing/factory/FactoryDataException.java  |   5 +-
 .../factory/MissingFactoryResourceException.java   |   1 +
 .../sis/referencing/factory/sql/EPSGFactory.java   |   4 +-
 .../sis/referencing/factory/sql/EPSG_README.md     |   2 +-
 .../sis/referencing/factory/sql/package-info.java  |   2 +-
 .../operation/provider/DatumShiftGridLoader.java   |   3 +-
 .../sis/referencing/factory/sql/epsg/README.md     |   4 +-
 .../sis/referencing/report/HTMLGenerator.java      |   2 +-
 .../src/org.apache.sis.util/main/module-info.java  |   2 +-
 .../main/org/apache/sis/setup/Configuration.java   |   2 +-
 .../apache/sis/setup/InstallationResources.java    |   4 +-
 .../apache/sis/setup/OptionalInstallations.java    |   4 +-
 incubator/README.md                                |  10 +
 optional/README.md                                 |  29 ++
 optional/build.gradle.kts                          |   5 +
 optional/src/org.apache.sis.gui/bundle/README      |   7 +-
 optional/src/org.apache.sis.gui/bundle/lib/README  |   1 +
 .../src/org.apache.sis.gui/main/module-info.java   |  26 +-
 30 files changed, 433 insertions(+), 47 deletions(-)
 create mode 100644 
buildSrc/src/org.apache.sis.buildtools/main/org/apache/sis/buildtools/coding/VerifyVersionInJavadoc.java
 create mode 100644 endorsed/README.md
 create mode 100644 incubator/README.md
 create mode 100644 optional/README.md

Reply via email to