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

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


    from 5f9e157192 Provide more information when a 
`ResourceInternationalString` cannot be deserialized.
     new ee25b55a3f Metadata proxy should implement `java.io.Serializable`. 
This is necessary for serializing some CRS objects.
     new 49a5bd39ee Workaround an `IllegalAccessException` caused by module 
boundaries. https://issues.apache.org/jira/browse/SIS-632
     new a6960cfd0e Resolve a `NullPointerException` during deserialization by 
avoiding to compute `wrapAroundChanges` too early.

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:
 .../resources/IndexedResourceCompiler.java         | 44 ++++++++++------
 .../org/apache/sis/cloud/aws/s3/Resources.java     | 14 +++++
 .../org/apache/sis/feature/internal/Resources.java | 14 +++++
 .../apache/sis/metadata/internal/Resources.java    | 14 +++++
 .../org/apache/sis/metadata/sql/Dispatcher.java    | 33 ++++++++++--
 .../org/apache/sis/metadata/sql/MetadataProxy.java | 13 ++++-
 .../apache/sis/metadata/sql/MetadataSource.java    | 22 ++++----
 .../org/apache/sis/metadata/sql/package-info.java  |  2 +-
 .../org/apache/sis/map/internal/Resources.java     | 14 +++++
 .../referencing/gazetteer/internal/Resources.java  | 14 +++++
 .../apache/sis/referencing/internal/Resources.java | 14 +++++
 .../operation/AbstractCoordinateOperation.java     | 60 ++++++----------------
 .../operation/AbstractSingleOperation.java         |  3 +-
 .../operation/DefaultPassThroughOperation.java     |  2 -
 .../test/org/apache/sis/referencing/CRSTest.java   | 32 ++++++++++++
 .../apache/sis/storage/geotiff/base/Resources.java | 14 +++++
 .../sis/storage/netcdf/internal/Resources.java     | 14 +++++
 .../apache/sis/storage/sql/feature/Resources.java  | 14 +++++
 .../org/apache/sis/storage/internal/Resources.java | 14 +++++
 .../main/org/apache/sis/util/resources/Errors.java | 14 +++++
 .../apache/sis/util/resources/KeyConstants.java    | 37 +++++++------
 .../org/apache/sis/util/resources/Messages.java    | 14 +++++
 .../org/apache/sis/util/resources/Vocabulary.java  | 14 +++++
 .../org/apache/sis/gui/internal/Resources.java     | 14 +++++
 .../org/apache/sis/storage/panama/Resources.java   | 14 +++++
 25 files changed, 365 insertions(+), 93 deletions(-)

Reply via email to