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 9b45753  Make the GPX tests more robust to coexistance of ESRI and JTS 
librairies on the classpath.
     new 1cca8c3  Add credits for https://issues.apache.org/jira/browse/SIS-532
     new c560a14  Add a safety check against `NullPointerException` if a 
concatenated operation contains a defining operation.
     new 97524f8  Make exception messages more informative for some errors 
happening at netCDF reading time. It requires some code for making possible to 
transfer information, but this is for error handling only.
     new 69fdbb4  Remove the `QuietLogRecord` package-private class, replaced 
by the use of a `java.util.logging.Filter`. It allows us to get the same 
functionality from other packages (in this commit, netCDF).
     new 45fcb32  Use the localization provided by `CompoundFormat` for 
formatting values in the metadata tree. This is a cleaner solution than 
previous code for solving a problem of geographic extent not property formatted.

The 5 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:
 .../org/apache/sis/gui/metadata/MetadataTree.java  |   4 +-
 .../sis/internal/gui/PropertyValueFormatter.java   |  16 +--
 .../org/apache/sis/internal/gui/PropertyView.java  | 114 +++++-------------
 .../org/apache/sis/internal/gui/TextFormats.java   | 132 +++++++++++++++++++++
 .../apache/sis/internal/referencing/Resources.java |  14 ++-
 .../sis/internal/referencing/Resources.properties  |   4 +-
 .../internal/referencing/Resources_fr.properties   |   4 +-
 .../referencing/factory/FactoryDataException.java  |  13 +-
 .../sis/referencing/factory/package-info.java      |   2 +-
 .../operation/DefaultConcatenatedOperation.java    |  12 +-
 .../operation/builder/LinearTransformBuilder.java  |  11 +-
 .../operation/builder/LocalizationGridBuilder.java |   2 +-
 .../builder/LocalizationGridException.java         | 114 ++++++++++++++++++
 .../operation/projection/ObliqueMercator.java      |   1 +
 .../operation/projection/ObliqueMercatorTest.java  |   1 +
 .../apache/sis/internal/util/PropertyFormat.java   |   4 +-
 .../main/java/org/apache/sis/util/Exceptions.java  |   5 +-
 .../apache/sis/util/resources/KeyConstants.java    |   2 +-
 .../java/org/apache/sis/internal/netcdf/Axis.java  |  16 +++
 .../org/apache/sis/internal/netcdf/Dimension.java  |  16 ++-
 .../java/org/apache/sis/internal/netcdf/Grid.java  |  12 +-
 .../org/apache/sis/internal/netcdf/Linearizer.java |  46 +++++--
 .../apache/sis/internal/netcdf/NamedElement.java   |   6 +-
 .../org/apache/sis/internal/netcdf/Variable.java   |  24 ++--
 .../sis/internal/netcdf/ucar/DimensionWrapper.java |  13 +-
 .../sis/internal/storage/AbstractResource.java     |  19 +++
 .../apache/sis/storage/event/QuietLogRecord.java   |  70 -----------
 .../apache/sis/storage/event/StoreListeners.java   |  59 +++++----
 .../org/apache/sis/storage/event/package-info.java |   3 +-
 29 files changed, 511 insertions(+), 228 deletions(-)
 create mode 100644 
application/sis-javafx/src/main/java/org/apache/sis/internal/gui/TextFormats.java
 create mode 100644 
core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/builder/LocalizationGridException.java
 delete mode 100644 
storage/sis-storage/src/main/java/org/apache/sis/storage/event/QuietLogRecord.java

Reply via email to