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 50721b3016 Upgrade UCAR dependency.
     new 4bc9a2c93f Avoid spurious errors with XML configuration. This commit 
does not resolve the problems, it only hides them for now.
     new 89be530257 Add a `CheckedContainer.getMutability()` method.

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:
 .../sis/feature/internal/shared/InstantList.java   | 10 +++
 .../main/org/apache/sis/index/tree/PointTree.java  | 12 +++-
 .../apache/sis/metadata/PropertyInformation.java   | 16 +++--
 .../iso/quality/DefaultEvaluationMethod.java       | 14 +++-
 .../sis/xml/internal/shared/InputFactory.java      | 22 ++++--
 .../sis/xml/internal/shared/InputFactoryTest.java  |  3 +
 .../org/apache/sis/parameter/MatrixParameters.java | 13 +++-
 .../org/apache/sis/parameter/package-info.java     |  2 +-
 .../referencing/factory/IdentifiedObjectSet.java   | 13 +++-
 .../sis/referencing/factory/package-info.java      |  2 +-
 .../org/apache/sis/io/stream/UpdatableWrite.java   | 12 +++-
 .../main/org/apache/sis/math/ArrayVector.java      | 10 +++
 .../main/org/apache/sis/math/package-info.java     |  2 +-
 .../main/org/apache/sis/measure/Range.java         | 13 +++-
 .../main/org/apache/sis/measure/package-info.java  |  2 +-
 .../sis/util/collection/CheckedContainer.java      | 84 +++++++++++++++++++++-
 .../apache/sis/util/collection/CodeListSet.java    | 13 +++-
 .../org/apache/sis/util/collection/DerivedSet.java | 11 +++
 .../org/apache/sis/util/collection/RangeSet.java   | 13 +++-
 .../apache/sis/util/collection/TableColumn.java    | 13 ++++
 .../apache/sis/util/collection/TreeNodeList.java   | 10 +++
 .../apache/sis/util/collection/WeakHashSet.java    | 11 +++
 .../sis/util/internal/shared/CheckedArrayList.java | 10 +++
 .../sis/util/internal/shared/CheckedHashSet.java   | 10 +++
 .../internal/shared/UnmodifiableArrayList.java     | 12 +++-
 .../test/org/apache/sis/setup/OptionKeyTest.java   |  4 ++
 26 files changed, 311 insertions(+), 26 deletions(-)

Reply via email to