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 b3b97511aa Move to `...storage.internal` two classes that are not 
intended to be exported, even by qualified export. The "internal" packages are 
intended to be truly internal to the module that contains it. For now, this 
policy is applied only to `org.apache.sis.storage` module. Other modules will 
follow in the future.
     new 224af42b97 Move a localized resource which was declared in the wrong 
bundle.
     new 62a5f70d5a Documentation update about how to define custum operation 
method.
     new 99563ce460 Better error message when the components of a CompoundCRS 
cannot be obtained because they are nil.
     new 6fa4234444 Partial port of a few tests to JUnit 5.
     new 409c3a3234 Add a `Strings.isNullOrEmpty(String)` convenience method, 
for internal purposes only.

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/feature/FeatureOperations.java  |  3 +-
 .../apache/sis/metadata/internal/Identifiers.java  | 27 ++++++
 .../apache/sis/metadata/internal/Resources.java    |  7 +-
 .../sis/metadata/internal/Resources.properties     |  1 -
 .../sis/metadata/internal/Resources_fr.properties  |  1 -
 .../apache/sis/xml/bind/IdentifierMapAdapter.java  |  2 +-
 .../sis/xml/bind/ModifiableIdentifierMap.java      |  2 +-
 .../sis/xml/bind/NonMarshalledAuthority.java       |  2 +-
 .../sis/xml/CharSequenceSubstitutionTest.java      | 19 ++---
 .../test/org/apache/sis/xml/LegacyCodesTest.java   | 98 ++++++++++++----------
 .../org/apache/sis/xml/MarshallerPoolTest.java     |  2 +-
 .../test/org/apache/sis/xml/NamespacesTest.java    | 15 ++--
 .../apache/sis/xml/NilReasonMarshallingTest.java   | 41 +++++----
 .../test/org/apache/sis/xml/TransformerTest.java   | 28 +++----
 .../apache/sis/xml/TransformingNamespacesTest.java |  4 +-
 .../org/apache/sis/xml/UUIDMarshallingTest.java    | 35 ++++----
 .../org/apache/sis/xml/ValueConverterTest.java     |  2 +-
 .../org/apache/sis/xml/XLinkMarshallingTest.java   |  9 +-
 .../test/org/apache/sis/xml/XLinkTest.java         | 96 ++++++++++-----------
 .../test/org/apache/sis/xml/XPointerTest.java      |  2 +-
 .../main/org/apache/sis/io/wkt/Formatter.java      |  2 +-
 .../main/org/apache/sis/io/wkt/WKTDictionary.java  |  2 +-
 .../apache/sis/referencing/IdentifiedObjects.java  |  4 +-
 .../sis/referencing/ImmutableIdentifier.java       |  2 +-
 .../sis/referencing/crs/DefaultCompoundCRS.java    |  4 +
 .../referencing/factory/CommonAuthorityCode.java   |  3 +-
 .../referencing/factory/sql/EPSGDataAccess.java    |  2 +-
 .../sis/referencing/factory/sql/SQLTranslator.java | 14 +---
 .../apache/sis/referencing/internal/Resources.java |  5 ++
 .../sis/referencing/internal/Resources.properties  |  1 +
 .../referencing/internal/Resources_fr.properties   |  1 +
 .../operation/transform/MathTransformProvider.java | 35 ++++----
 .../sis/referencing/util/ReferencingUtilities.java | 18 +++-
 .../sis/storage/netcdf/base/RasterResource.java    |  2 +-
 .../org/apache/sis/storage/DataStoreRegistry.java  |  3 +-
 .../org/apache/sis/io/IdentifiedObjectFormat.java  |  3 +-
 .../main/org/apache/sis/measure/AbstractUnit.java  |  3 +-
 .../main/org/apache/sis/measure/UnitFormat.java    | 16 ++--
 .../main/org/apache/sis/measure/UnitRegistry.java  |  3 +-
 .../main/org/apache/sis/system/DataDirectory.java  |  3 +-
 .../main/org/apache/sis/util/internal/Strings.java | 11 +++
 .../main/org/apache/sis/util/resources/Errors.java |  5 ++
 .../apache/sis/util/resources/Errors.properties    |  1 +
 .../apache/sis/util/resources/Errors_fr.properties |  1 +
 .../sis/util/resources/IndexedResourceBundle.java  |  2 +-
 45 files changed, 308 insertions(+), 234 deletions(-)

Reply via email to