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 61e182e593 Remove the geotoolkit repository. It was used for GeoAPI
snapshots, but we do not deploy them anymore for more than 2 years. Developers
should stay on the `master` branch, or if they really want to build the
`geoapi-4.0` or `geoapi-3.1` branch then they need to build GeoAPI locally from
the sources at the same date. This is very unconvenient, but we will try to
provide a better solution with a more flexibile build system (possibly by
migrating from Maven to Gradle).
new 27912b1368 Update NetBeans project configuration for compatibility
with recent changes. Note that we may delete this configuration in favor of
pure Maven or Gradle project in the future, so the NetBeans project files may
be temporary.
new 18e2964bf2 `ScriptRunner.run(…)` shall receive an `InputStream`
supplied by the caller instead of invoking `Class.getResourceAsStream(String)`
as a convenience. This is necessary in JPMS (Jigsaw) context.
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:
.../sis/internal/metadata/sql/ScriptRunner.java | 35 +++++++++++++++++-----
.../org/apache/sis/metadata/sql/Installer.java | 15 ++++++----
.../java/org/apache/sis/test/sql/TestDatabase.java | 29 +++++++++---------
ide-project/NetBeans/build.xml | 14 +++++++++
.../sql/feature/SelectionClauseWriterTest.java | 5 ++--
.../sis/internal/sql/postgis/PostgresTest.java | 28 +++++++++++++++--
.../org/apache/sis/storage/sql/SQLStoreTest.java | 29 +++++++++++++-----
7 files changed, 115 insertions(+), 40 deletions(-)