This is an automated email from the ASF dual-hosted git repository.
desruisseaux pushed a change to branch geoapi-4.0
in repository https://gitbox.apache.org/repos/asf/sis.git
from b0791bfff2 Drop support of the `$SIS_DATA/Databases/ExternalSources`
directory. This feature was used mostly for testing purposes, so this change
has probably no incidence on users. In the unlikely case where this feature was
used by someone in production, it would probably be broken anyway because this
feature had an implicit execution of scripts that are impacted by the EPSG
upgrade.
new 9703e401f8 Fix the generation of embedded Derby database containing
EPSG data. If the instruction documented in `.../epsg/README.md` are followed,
then a build with tests enabled will automatically create the full spatial
metadata database ready to deploy.
new b0f406a181 Add "World Mercator" and "Pseudo-Mercator" in the set of
CRS that are always present. There is a high demand for them, and they are
needed for passing some tests anyway.
The 2 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:
.../apache/sis/referencing/AuthorityFactories.java | 29 ++---
.../main/org/apache/sis/referencing/CRS.java | 2 +
.../main/org/apache/sis/referencing/CommonCRS.java | 14 +--
.../sis/referencing/EPSGFactoryFallback.java | 41 ++++++--
.../sis/referencing/StandardDefinitions.java | 70 +++++++++---
.../operation/provider/Mercator1SP.java | 7 +-
.../operation/provider/PolarStereographicA.java | 2 +-
.../operation/provider/PseudoMercator.java | 7 +-
.../operation/provider/TransverseMercator.java | 2 +-
.../test/org/apache/sis/referencing/CRSTest.java | 4 +-
.../sis/referencing/EPSGFactoryFallbackTest.java | 2 +-
.../sis/referencing/StandardDefinitionsTest.java | 29 +++++
optional/build.gradle.kts | 18 ++--
.../sis/resources/embedded/EmbeddedResources.java | 14 +--
.../sis/resources/embedded/package-info.java | 12 +--
.../resources/embedded/EmbeddedResourcesTest.java | 40 ++++---
.../apache/sis/resources/embedded/Generator.java | 117 +++++++++++----------
.../sis/referencing/factory/sql/epsg/README.md | 13 +--
.../factory/sql/epsg/ScriptProviderTest.java | 4 +-
19 files changed, 268 insertions(+), 159 deletions(-)