This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a change to branch geoapi-3.1 in repository https://gitbox.apache.org/repos/asf/sis.git.
from 9812159 Merge branch 'geoapi-4.0' into geoapi-3.1 for fixing a test failure. add e981c4d Minor documentation clarification about parameter group order. add 1a5dc6f Fix a `NullPointerException`. add bf22b75 Fix a `MetadataVisitorException` when coyping the `Metadata.getLocaleAndCharsets()` property. It was caused by ClassCastException: Map.Entry. add 2225df5 refactor(Core): Make Banded coverage envelope optional. add 959ff5b chore(Build): upgrade H2 database to latest release (patch update) add 515340f Propagate the dependency upgrade to NetBeans project configuration. Minor reformating for consistency with code base. add 281a020 Add a `MapValue.putIfAbsent` method for efficiency. It is used in various places. new eb9ad08 Merge branch 'geoapi-4.0' into geoapi-3.1. The 1 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/coverage/BandedCoverage.java | 22 ++++++++++++++++-- .../org/apache/sis/coverage/grid/GridCoverage.java | 9 +++++--- .../org/apache/sis/metadata/MetadataCopier.java | 19 ++++++++------- .../java/org/apache/sis/metadata/ValueMap.java | 20 +++++++++++++++- .../java/org/apache/sis/metadata/package-info.java | 2 +- .../apache/sis/metadata/MetadataCopierTest.java | 27 +++++++++++++++++++++- .../java/org/apache/sis/metadata/ValueMapTest.java | 15 +++++++++++- .../sis/parameter/DefaultParameterValueGroup.java | 11 +++++---- ide-project/NetBeans/nbproject/project.properties | 2 +- pom.xml | 2 +- .../sis/storage/geotiff/MultiResolutionImage.java | 11 +++++++-- 11 files changed, 114 insertions(+), 26 deletions(-)