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 e55d695764 Merge branch 'geoapi-4.0' into geoapi-3.1 add ad045a37bf Revert the deletion of `AbstractGridCoverageResource.getEnvelope()`, but with redirection to the default method defined in the interface. add 516dfb985f Build configuration: remove `sis.library-conventions.gradle.kts` because it depends on `kotlin-dsl`, which is not compatible with Java 21. Even if Apache SIS targets Java 11, we want it to compile with newer Java versions. new 7f124c7bc5 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: buildSrc/build.gradle.kts | 1 - .../main/kotlin/sis.library-conventions.gradle.kts | 68 ---------------------- endorsed/build.gradle.kts | 15 ++++- .../sis/storage/AbstractGridCoverageResource.java | 15 +++++ gradle.properties | 13 +++++ incubator/build.gradle.kts | 16 ++++- optional/build.gradle.kts | 15 ++++- 7 files changed, 70 insertions(+), 73 deletions(-) delete mode 100644 buildSrc/src/main/kotlin/sis.library-conventions.gradle.kts create mode 100644 gradle.properties