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 0516f0ba6f Rename a method for avoiding confusion between two methods
which may receive similar lambda functions.
new 694c74c72d Removal of unnecessary
@SuppressWarnings("UnnecessaryBoxing") and cleaning of related documentation.
new 3725429e48 Abandon NilObject support of primitive wrappers, except for
the types supporting NaN values. This feature depended on primitive wrapper
constructors that are deprecated for removal.
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:
...peProperties.java => FinalClassExtensions.java} | 72 ++++---
.../apache/sis/internal/jaxb/gco/GO_Boolean.java | 2 +-
.../apache/sis/internal/jaxb/gco/GO_Integer.java | 2 +-
.../apache/sis/internal/jaxb/gco/GO_Integer64.java | 2 +-
.../apache/sis/internal/jaxb/gco/PropertyType.java | 7 +-
.../DefaultFeatureCatalogueDescription.java | 5 +-
.../iso/content/DefaultImageDescription.java | 5 +-
.../iso/extent/AbstractGeographicExtent.java | 6 +-
.../iso/extent/DefaultGeographicBoundingBox.java | 21 +-
.../main/java/org/apache/sis/xml/NilReason.java | 223 ++++++++++++++-------
.../apache/sis/xml/NilReasonMarshallingTest.java | 67 +------
.../java/org/apache/sis/xml/NilReasonTest.java | 109 ++--------
.../org/apache/sis/geometry/CoordinateFormat.java | 2 +-
.../factory/ConcurrentAuthorityFactory.java | 4 +-
.../main/java/org/apache/sis/util/Disposable.java | 4 +-
.../sis/internal/converter/AngleConverterTest.java | 1 -
.../org/apache/sis/internal/util/NumericsTest.java | 1 -
.../org/apache/sis/util/collection/CacheTest.java | 15 +-
.../sis/util/collection/WeakHashSetTest.java | 1 -
.../sis/util/collection/WeakValueHashMapTest.java | 2 -
20 files changed, 240 insertions(+), 311 deletions(-)
rename
core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/{PrimitiveTypeProperties.java
=> FinalClassExtensions.java} (53%)