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 dda6e20  Add tests on H2 database. This is derived from Alexis's work 
on "fix/fast-envelope" branch.
     new f80bece  Fix a test failure caused by the upgrade of PostgreSQL JDBC 
driver version. The driver now reports ""public"."geometry"" (including inner 
quotes) as the object type instead of "geometry".
     new ed91d11  Upgrade UCAR netCDF dependency to latest version. That 
version was released for patching Log4J security issue. We think that Apache 
SIS was not impacted because it does not use Log4J at all and the UCAR netCDF 
library is an optional dependency. Even when the UCAR library is present, we 
use the bridge to standard `java.util.logging` framework. But we upgrade anyway 
as a safety.
     new d1b7ace  Spelling fixes.

The 3 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:
 .../main/java/org/apache/sis/console/Command.java  |  4 +--
 .../main/java/org/apache/sis/console/Option.java   |  4 +--
 .../org/apache/sis/gui/coverage/GridViewSkin.java  |  2 +-
 .../org/apache/sis/metadata/PropertyAccessor.java  |  4 +--
 .../apache/sis/metadata/iso/DefaultMetadata.java   |  2 +-
 .../metadata/iso/citation/DefaultTelephone.java    |  2 +-
 .../main/java/org/apache/sis/xml/Transformer.java  |  2 +-
 .../apache/sis/test/xml/DocumentComparator.java    |  4 +--
 .../test/java/org/apache/sis/xml/XLinkTest.java    |  4 +--
 .../org/apache/sis/geometry/GeneralEnvelope.java   |  2 +-
 .../referencing/provider/MillerCylindrical.java    |  2 +-
 .../sis/parameter/DefaultParameterDescriptor.java  |  2 +-
 .../org/apache/sis/parameter/TensorParameters.java |  2 +-
 .../operation/CoordinateOperationRegistry.java     |  2 +-
 .../operation/DefaultConcatenatedOperation.java    |  4 +--
 .../DefaultCoordinateOperationFactory.java         |  2 +-
 .../sis/referencing/operation/matrix/Matrices.java |  4 +--
 .../referencing/operation/matrix/MatrixSIS.java    |  2 +-
 .../operation/matrix/NonSquareMatrix.java          |  2 +-
 .../transform/CoordinateSystemTransform.java       |  4 +--
 .../operation/transform/PassThroughTransform.java  |  4 +--
 .../parameter/DefaultParameterValueGroupTest.java  |  2 +-
 .../apache/sis/internal/system/DataDirectory.java  |  2 +-
 .../sis/internal/system/DefaultFactories.java      |  2 +-
 .../java/org/apache/sis/math/DecimalFunctions.java |  2 +-
 .../src/main/java/org/apache/sis/util/Classes.java |  2 +-
 .../org/apache/sis/util/collection/CacheTest.java  |  2 +-
 .../apache/sis/util/collection/RangeSetTest.java   |  2 +-
 ide-project/NetBeans/nbproject/project.properties  |  2 +-
 pom.xml                                            |  2 +-
 .../sis/storage/geotiff/ImageFileDirectory.java    |  2 +-
 .../apache/sis/internal/sql/feature/Column.java    | 29 +++++++++++++++++++---
 .../sis/internal/sql/feature/QueryAnalyzer.java    |  3 ++-
 .../sis/internal/sql/feature/TableAnalyzer.java    |  3 ++-
 .../internal/storage/xml/GeographicEnvelope.java   |  2 +-
 .../sis/internal/storage/MetadataBuilderTest.java  |  2 +-
 36 files changed, 71 insertions(+), 48 deletions(-)

Reply via email to