Messages by Date
-
2023/10/26
[sis] branch feat/coveragejson deleted (was 26f3416a32)
jsorel
-
2023/10/25
[sis-site] branch asf-site updated (275fc8aa -> bdf55413)
desruisseaux
-
2023/10/25
[sis-site] 01/01: Merge branch 'asf-staging' into asf-site
desruisseaux
-
2023/10/25
[sis-site] branch asf-staging updated: Regenerate the "supported formats" page.
desruisseaux
-
2023/10/25
[sis-site] branch main updated: Add a column saying which module provides each data format.
desruisseaux
-
2023/10/25
[sis] branch feat/coveragejson updated: feat(CoverageJSON): replace junit 4 Assert by Junit 5 Assertions
jsorel
-
2023/10/25
[sis] branch geoapi-4.0 updated: Bug fixes when an channel data input yield to the output, or conversely.
desruisseaux
-
2023/10/25
[sis] branch feat/coveragejson updated: chore(CoverageJSON): fix missing license informations and some documentation
jsorel
-
2023/10/25
[sis] branch feat/coverage-json deleted (was aba6d81675)
jsorel
-
2023/10/25
[sis] branch feat/coveragejson created (now 8b31fcd69a)
jsorel
-
2023/10/24
[sis] 01/03: Redesign the way that readers and writers co-exist in `DataStore` implementations: - `isWritable(…)` needs to distinguish between opening an existing file or creating a new one. - `setStreamPosition(long)` removed. It was misused in most places, causing probable bugs. - Allow creation of `ChannelDataOutput` from a `ChannelDataInput`, sharing same internal. - Add `synchronize(…)` for making input `ChannelData` consistent with output, or conversely.
desruisseaux
-
2023/10/24
[sis] branch geoapi-4.0 updated (a93258c0ba -> 4c94f8269e)
desruisseaux
-
2023/10/24
[sis] 02/03: Refactor `ChannelImageOutputStream` as an implementation of `ImageOutputStream`. It allows us to test `ChannelData.yield(ChannelData)`.
desruisseaux
-
2023/10/24
[sis] 03/03: First draft of GeoTIFF writer accessible from public API. For now we do that with a `GeoTiffStore.appen(…)` method.
desruisseaux
-
2023/10/18
[sis-site] 01/01: Merge branch 'asf-staging' into asf-site.
desruisseaux
-
2023/10/18
[sis-site] branch asf-site updated (905533d0 -> 275fc8aa)
desruisseaux
-
2023/10/18
[sis-site] branch asf-staging updated: Update web site with COG added in the list of supported standards.
desruisseaux
-
2023/10/18
[sis-site] branch main updated: Add the newly released http://www.opengis.net/doc/is/COG/1.0 in the list of standards supported by SIS.
desruisseaux
-
2023/10/16
[sis] 01/05: First version of a TIFF writer (work initiated by Erwan Roussel). This initial version works, but with a limited amount of color models and sample models.
desruisseaux
-
2023/10/16
[sis] 03/05: Initial GeoKeys support.
desruisseaux
-
2023/10/16
[sis] 04/05: Fix spurious warnings during the verification of map projection parameters.
desruisseaux
-
2023/10/16
[sis] branch geoapi-4.0 updated (defbef6e4a -> a93258c0ba)
desruisseaux
-
2023/10/16
[sis] 05/05: Give more informative names to some parameters.
desruisseaux
-
2023/10/16
[sis] 02/05: Rename GeoKeys from GeoTIFF 1.0 to GeoTIFF 1.1 names. The keys related to units of measure are now handled in a separated class.
desruisseaux
-
2023/10/14
svn commit: r1912969 - /sis/data/non-free/sis-embedded-data/pom.xml
desruisseaux
-
2023/10/12
[sis-site] branch main updated: Fix an error in the version of Glassfish dependency. Also fix more minor errors in release management guide.
desruisseaux
-
2023/10/12
[sis-site] 01/01: Merge branch 'asf-staging' into asf-site
desruisseaux
-
2023/10/12
[sis-site] branch asf-site updated (cf66df92 -> 905533d0)
desruisseaux
-
2023/10/12
[sis-site] branch asf-staging updated: Fix erroneous version number of Glassfish dependency.
desruisseaux
-
2023/10/12
[sis-site] 01/01: Merge branch 'asf-staging' into asf-site.
desruisseaux
-
2023/10/12
[sis-site] branch asf-site updated (3a836900 -> cf66df92)
desruisseaux
-
2023/10/12
[sis] branch main updated: Set version number to 1.5 for next release cycle.
desruisseaux
-
2023/10/12
[sis] tag 1.4-RC1 deleted (was 6f5b664363)
desruisseaux
-
2023/10/12
[sis] tag 1.4 created (now 6f5b664363)
desruisseaux
-
2023/10/12
svn commit: r64502 - /dev/sis/1.4/
desruisseaux
-
2023/10/12
svn commit: r64501 - /dev/sis/1.4/RC1/ /release/sis/1.4/
desruisseaux
-
2023/10/12
svn commit: r1912922 - /sis/release-test/integration/
desruisseaux
-
2023/10/07
[sis] branch geoapi-4.0 updated (a2820288ee -> defbef6e4a)
desruisseaux
-
2023/10/07
[sis] 06/06: Tune test utilities in preparation for the addition of GeoTIFF writer.
desruisseaux
-
2023/10/07
[sis] 02/06: `ChannelDataInput` implements `DataInput` for allowing `instanceof` checks against a public interface.
desruisseaux
-
2023/10/07
[sis] 01/06: Documentation and code updates in I/O in preparation for GeoTIFF writer.
desruisseaux
-
2023/10/07
[sis] 04/06: Add `HyperRectangleWriter` as an helper class for multi-dimensional grid coverage writers.
desruisseaux
-
2023/10/07
[sis] 05/06: Add `UpdatableWrite` as an helper class for data store writers which need to update values after they have been written.
desruisseaux
-
2023/10/07
[sis] 03/06: `ChannelDataOutput` implements `DataOutput` for allowing `instanceof` checks against a public interface.
desruisseaux
-
2023/10/07
[sis] 02/02: Set the version number to 1.4.
desruisseaux
-
2023/10/07
[sis] tag 1.4-RC1 created (now 6f5b664363)
desruisseaux
-
2023/10/07
[sis-site] 01/02: Update the "test release candidate" section of release management page.
desruisseaux
-
2023/10/07
[sis-site] 02/02: Prepare documentation for the 1.4 release.
desruisseaux
-
2023/10/07
[sis-site] branch main updated (78d55766 -> 0f8f3e93)
desruisseaux
-
2023/10/07
svn commit: r64391 - in /dev/sis/1.4: ./ RC1/
desruisseaux
-
2023/10/07
svn commit: r1912784 - in /sis/release-test/maven: pom.xml src/main/java/org/apache/sis/test/referencing/CoordinateOperationComparator.java src/test/java/org/apache/sis/test/SelfConsistencyTest.java
desruisseaux
-
2023/10/06
[sis] branch geoapi-4.0 updated (a24a7b212f -> a2820288ee)
desruisseaux
-
2023/10/06
[sis] branch geoapi-3.1 updated (d4fc457a24 -> 6008e5e18d)
desruisseaux
-
2023/10/06
[sis] 03/03: Merge branch 'geoapi-3.1'
desruisseaux
-
2023/10/06
[sis] 02/03: Merge branch 'geoapi-4.0' into geoapi-3.1
desruisseaux
-
2023/10/06
[sis] 01/03: Modify the structure of the binary bundle for avoiding to have undesired applications on the module-path.
desruisseaux
-
2023/10/06
[sis] branch main updated (2596723a0b -> 27a4ac4fed)
desruisseaux
-
2023/10/06
svn commit: r1912778 - /sis/data/non-free/sis-embedded-data/pom.xml
desruisseaux
-
2023/10/06
svn commit: r1912767 - in /sis/data/non-free/sis-embedded-data/src: main/java/ main/java/org/apache/sis/resources/embedded/ test/java/org/apache/sis/resources/embedded/
desruisseaux
-
2023/10/05
[sis-site] branch main updated: Add instruction about Maven deployment (for the parent POM).
desruisseaux
-
2023/10/05
[sis] branch main updated (2ce512f85a -> 2596723a0b)
desruisseaux
-
2023/10/05
[sis] 01/01: Merge branch 'geoapi-3.1'
desruisseaux
-
2023/10/05
[sis] 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1
desruisseaux
-
2023/10/05
[sis] branch geoapi-3.1 updated (2730c89d63 -> d4fc457a24)
desruisseaux
-
2023/10/05
[sis] branch geoapi-4.0 updated: Add qualified exports needed by the "non-free" optional modules for EPSG data.
desruisseaux
-
2023/10/05
svn commit: r1912761 - in /sis/data/non-free: sis-embedded-data/ sis-embedded-data/src/main/java/ sis-embedded-data/src/main/java/org/apache/sis/resources/embedded/ sis-embedded-data/src/test/java/org/apache/sis/resources/embedded/ sis-epsg/ sis-epsg/s...
desruisseaux
-
2023/10/05
[sis] branch geoapi-4.0 updated (24b12731b9 -> 0c022f2f1f)
desruisseaux
-
2023/10/05
[sis] 01/02: Fixes to the build plugin based on release experience.
desruisseaux
-
2023/10/05
[sis] 02/02: Define Maven repositories for snapshots and release deployments.
desruisseaux
-
2023/10/05
svn commit: r1912760 - in /sis/data/non-free: ./ sis-embedded-data/ sis-embedded-data/src/main/java/org/apache/sis/resources/embedded/ sis-embedded-data/src/test/java/org/apache/sis/resources/embedded/ sis-epsg/ sis-epsg/src/main/java/org/apache/sis/re...
desruisseaux
-
2023/10/05
[sis-site] branch main updated: Partial update of release management notes, with more instruction about publishing.
desruisseaux
-
2023/10/05
[sis] 03/03: Fix more Javadoc errors.
desruisseaux
-
2023/10/05
[sis] 01/03: Fix some Javadoc warnings specific to the main branch.
desruisseaux
-
2023/10/05
[sis] 02/03: Merge branch 'geoapi-3.1'
desruisseaux
-
2023/10/05
[sis] branch main updated (00e6806277 -> 2ce512f85a)
desruisseaux
-
2023/10/05
[sis] 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1
desruisseaux
-
2023/10/05
[sis] branch geoapi-3.1 updated (fba1ecf3f7 -> 2730c89d63)
desruisseaux
-
2023/10/05
[sis] branch geoapi-4.0 updated: Add GPG signing for endorsed and optional modules. Incubator modules are not signed because not intended to be released.
desruisseaux
-
2023/10/04
[sis] branch geoapi-4.0 updated: Generate sources JAR and Javadoc JAR together with the Maven artifacts.
desruisseaux
-
2023/10/03
[sis] branch geoapi-4.0 updated: Fix some Javadoc warnings.
desruisseaux
-
2023/10/03
[sis] 01/02: Merge branch 'geoapi-3.1'
desruisseaux
-
2023/10/03
[sis] 02/02: Replace a link to GeoAPI-snapshot by a link to GeoAPI 3.0.
desruisseaux
-
2023/10/03
[sis] branch main updated (0c2f9effc0 -> 00e6806277)
desruisseaux
-
2023/10/03
[sis] 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1
desruisseaux
-
2023/10/03
[sis] branch geoapi-3.1 updated (18a06d459c -> fba1ecf3f7)
desruisseaux
-
2023/10/03
[sis] 01/02: Adjust dependency declarations.
desruisseaux
-
2023/10/03
[sis] 02/02: Set version number and the EPSG geodetic dataset URL to expected values after release. Fix erroneous SIS version number.
desruisseaux
-
2023/10/03
[sis] branch geoapi-4.0 updated (0a1d7bd6c3 -> 0a25115dc9)
desruisseaux
-
2023/10/03
[sis-site] branch main updated: Partial upgrade of release instruction to the new gradle build system.
desruisseaux
-
2023/10/02
[sis-site] branch main updated: Release notes for Apache SIS 1.4.
desruisseaux
-
2023/10/02
[sis-site] 02/03: Add notes about Java modules in SIS 1.4 and later.
desruisseaux
-
2023/10/02
[sis-site] 03/03: Merge the "build" page with the "sources" and "downloads" pages.
desruisseaux
-
2023/10/02
[sis-site] branch main updated (1a23a244 -> be694f71)
desruisseaux
-
2023/10/02
[sis-site] 01/03: Update setup instructions, in particular the ones about PostgreSQL.
desruisseaux
-
2023/10/01
[sis] branch geoapi-4.0 updated: Replace a NullPointerException by a more explicit message about the failure cause.
desruisseaux
-
2023/10/01
[sis-site] branch main updated: Update the list CRS and operation methods supported by Apache SIS 1.4. Update the release management guide following Gradle and modularisation.
desruisseaux
-
2023/10/01
[sis] branch geoapi-4.0 updated: Add or edit `README.md` files.
desruisseaux
-
2023/09/30
[sis-site] 01/02: Remove duplicated section.
desruisseaux
-
2023/09/30
[sis] branch main updated (9a6f339273 -> 0c2f9effc0)
desruisseaux
-
2023/09/30
[sis-site] 02/02: Set GeoAPI version number to 3.0.2.
desruisseaux
-
2023/09/30
[sis-site] branch main updated (ca77ed5d -> ee9ecef6)
desruisseaux
-
2023/09/30
[sis] branch geoapi-3.1 updated (a1f4b15161 -> 18a06d459c)
desruisseaux
-
2023/09/30
[sis] 05/05: Update the NOTICE file.
desruisseaux
-
2023/09/30
[sis] branch geoapi-4.0 updated (66ca33f853 -> a95aaf3c96)
desruisseaux
-
2023/09/30
[sis] 04/05: Replace some Maven artifact names by JPMS names in documentation.
desruisseaux
-
2023/09/30
[sis] 03/05: When the "gr3df97a.txt" datum shift grid file is not found, the exception should be `MissingFactoryResourceException` instead of `FactoryDataException`.
desruisseaux
-
2023/09/30
[sis] 02/05: Add the tools used in previous commit for cleaning `@since` and `@version` javadoc tags.
desruisseaux
-
2023/09/30
[sis-site] branch main updated: Merge "release-management-setup.md" content into "release-management.md".
desruisseaux
-
2023/09/30
[sis-site] 02/02: Document new policy about `@since` and `@version` javadoc tags.
desruisseaux
-
2023/09/30
[sis-site] 01/02: Update the version, Java requirement and the "How to" examples.
desruisseaux
-
2023/09/30
[sis-site] branch main updated (78041c67 -> be146d28)
desruisseaux
-
2023/09/29
[sis] 01/01: Merge branch 'geoapi-3.1'
desruisseaux
-
2023/09/29
[sis] branch main updated (01f8dc22a9 -> 9a6f339273)
desruisseaux
-
2023/09/29
[sis] branch geoapi-3.1 updated (80a27652f1 -> a1f4b15161)
desruisseaux
-
2023/09/29
[sis] 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1
desruisseaux
-
2023/09/29
[sis] 01/02: Modification of the fix about the property name of a link. The check for instance of `ValueReference` should be merged with the existing check done 20 lines below.
desruisseaux
-
2023/09/29
[sis] 02/02: Move some tests closer to the place where they are used.
desruisseaux
-
2023/09/29
[sis] branch geoapi-4.0 updated (f07143ab6b -> 66ca33f853)
desruisseaux
-
2023/09/29
[sis] branch geoapi-4.0 updated: fix(FeatureQuery): fix a case where query projection returned the wrong property name
jsorel
-
2023/09/28
[sis] branch main updated (6affdaa155 -> 01f8dc22a9)
desruisseaux
-
2023/09/28
[sis] 01/01: Merge branch 'geoapi-3.1'.
desruisseaux
-
2023/09/28
[sis] branch geoapi-3.1 updated (611ffb816d -> 80a27652f1)
desruisseaux
-
2023/09/28
[sis] 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1 (imports reordering).
desruisseaux
-
2023/09/28
[sis] branch geoapi-4.0 updated (4ad7739f09 -> 2f6a07007c)
desruisseaux
-
2023/09/28
[sis] 02/04: Tune the rule for ordering import statements. Those changes were used in the previous commit.
desruisseaux
-
2023/09/28
[sis] 04/04: Convert text files and HTML files to Markdown format when those files were not used for tests. The intend is to have a less formats for documentation (Javadoc, Markdown, MathML), so all `*.txt` files can be considered as used in tests.
desruisseaux
-
2023/09/28
[sis] 03/04: Avoid using a method which has been deprecated in Gradle 8.3.
desruisseaux
-
2023/09/28
[sis] 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1. This is minor adjustments in preparation for a release proposal.
desruisseaux
-
2023/09/28
[sis] 01/04: Do not export the `org.apache.sis.referencing.operation.projection` package. It does not need to be used directly, and its design is non-trivial.
desruisseaux
-
2023/09/28
[sis] 04/04: Corrections in the README.md about GeoAPI snapshot used in "geoapi-xxx" branches.
desruisseaux
-
2023/09/28
[sis] branch geoapi-4.0 updated (2c76440e28 -> 4ad7739f09)
desruisseaux
-
2023/09/28
[sis] 03/04: Upgrade dependencies
desruisseaux
-
2023/09/28
[sis] 02/04: After removing the export of projection packages, the `getClass() == Foo.class` verifications are no longer necessary.
desruisseaux
-
2023/09/28
[sis] 01/01: Merge branch 'geoapi-3.1'.
desruisseaux
-
2023/09/28
[sis] branch main updated (6eac04b166 -> 6affdaa155)
desruisseaux
-
2023/09/28
[sis] branch geoapi-3.1 updated (c2bcdb964f -> 611ffb816d)
desruisseaux
-
2023/09/27
[sis] 02/02: Add radioactivity units of measurement (becquerel and curie).
desruisseaux
-
2023/09/27
[sis] 01/02: Add missing `createParametric[CRS|CS|Datum](String)` methods
desruisseaux
-
2023/09/27
[sis] branch geoapi-4.0 updated (1dc6f94da8 -> 2c76440e28)
desruisseaux
-
2023/09/26
[sis] branch geoapi-4.0 updated: Resolve a new Gradle warning which appears with Gradle 8.3. Edit the RExADME.md file.
desruisseaux
-
2023/09/26
[sis] branch geoapi-4.0 updated: Use existing contants for TIFF tag types. Opportunistic documentation fixes.
desruisseaux
-
2023/09/26
[sis] 01/02: Combine `DataStoreFilter` with user-supplied filter.
desruisseaux
-
2023/09/26
[sis] 02/02: Avoid a direct dependencies of metadata `Extents` class toward referencing interfaces.
desruisseaux
-
2023/09/26
[sis] branch geoapi-4.0 updated (b03b235825 -> aa81075711)
desruisseaux
-
2023/09/26
[sis] branch main updated (2d716eab6d -> 6eac04b166)
desruisseaux
-
2023/09/25
[sis] 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1. Contains the beginning of a migration to JUnit 5, the beginning of an ISO 19111 upgrade, documentation fixes and some deprecations in preparation for SIS 1.4 release proposal.
desruisseaux
-
2023/09/25
[sis] branch geoapi-3.1 updated (4b753152a6 -> c2bcdb964f)
desruisseaux
-
2023/09/25
[sis] branch geoapi-4.0 updated: Add a `DataStores.openWritable(…)` method.
desruisseaux
-
2023/09/24
[sis] 02/03: Deprecate for removal `NullArgumentException`.
desruisseaux
-
2023/09/24
[sis] 03/03: Remove the boolean return value in WritableFeatureSet.removeIf(Predicate)
desruisseaux
-
2023/09/24
[sis] 01/03: Spelling and documentation fixes.
desruisseaux
-
2023/09/24
[sis] branch geoapi-4.0 updated (7c107c57ee -> 6f65c2bacd)
desruisseaux
-
2023/09/15
[sis] branch main-with-gradle-wrapper updated (cd6f6b44b1 -> fff3ae5e86)
desruisseaux
-
2023/09/15
[sis] branch main updated: Remove references to the `org.apache.sis.cql` incubating module. This module is present on other branches but not on main because for avoiding the need to manage geoapi-pending dependencies.
desruisseaux
-
2023/09/15
[sis] 01/02: Add Gradle wrapper for allowing execution on ASF Jenkins server. This is maybe a temporary branch, the project has not decided if gradlew should be officially added. This branch may also be removed if https://issues.apache.org/jira/browse/INFRA-24992 is fixed.
desruisseaux
-
2023/09/15
[sis] 02/02: Define Maven repositories for snapshots and release deployments.
desruisseaux
-
2023/09/15
[sis] branch main-with-gradle-wrapper updated: Move repository declaration to the right location for enabling publication.
desruisseaux
-
2023/09/15
[sis] branch main-with-gradle-wrapper created (now 3e66417a09)
desruisseaux
-
2023/09/15
[sis] 02/03: Remove references to `org.apache.sis.cql` module.
desruisseaux
-
2023/09/15
[sis] 01/03: Add Gradle wrapper for allowing execution on ASF Jenkins server. This is maybe a temporary branch, the project has not decided if gradlew should be officially added. This branch may also be removed if https://issues.apache.org/jira/browse/INFRA-24992 is fixed.
desruisseaux
-
2023/09/15
[sis] 03/03: Defines a Maven repository for snapshots.
desruisseaux
-
2023/09/07
[sis] branch geoapi-4.0 updated (193b493363 -> 7c107c57ee)
desruisseaux
-
2023/09/07
[sis] 02/03: Rename `DefaultEllipsoid.getRadius(double)` as `getGeocentricRadius(double)`.
desruisseaux
-
2023/09/07
[sis] 01/03: Minor formatting of table HTML for consistency with same change applied elsewhere. It makes the code a little bit easier to read by reducing the amount of scrolling. Contains also opportunistic javadoc typo fixes.
desruisseaux
-
2023/09/07
[sis] 03/03: Move the check for perpendicular axes in the parent class. This is in anticipation for the addition of experimental coordinate systems such as `MinkowskiCS` in other branches.
desruisseaux
-
2023/09/02
[sis] branch geoapi-4.0 updated: Improve `DefaultObjectDomain` with the use of `NilObject` for telling when the value is missing.
desruisseaux
-
2023/08/29
[sis] branch geoapi-4.0 updated (c92fa5ad66 -> 350b496160)
desruisseaux
-
2023/08/29
[sis] 01/02: Skip the Ivy task if the "dependencies" directory is already present.
desruisseaux
-
2023/08/28
[sis] branch geoapi-4.0 updated: Add JUnit 5 in test dependencies for progressive migration. Opportunistically upgrade `ArgumentChecks` to JUnit 5, after its change for testing negative zeros.
desruisseaux
-
2023/08/28
[sis] 01/01: Merge branch 'geoapi-3.1'
desruisseaux
-
2023/08/28
[sis] branch main updated (2b68043fb0 -> 30ee87be88)
desruisseaux
-
2023/08/28
[sis] branch geoapi-3.1 updated (b0713f3f6e -> 4b753152a6)
desruisseaux
-
2023/08/28
[sis] 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1
desruisseaux
-
2023/08/28
[sis] branch geoapi-4.0 updated (cbff3dd11d -> dd3ddafcb2)
desruisseaux
-
2023/08/28
[sis] 01/02: Simplify a little bit the NetBeans project configuration: - Remove the NetBeans-specific "uncommitted" module. - Use symbolic link for geoapi-pending dependency. - Add missing entries in `project.properties`.
desruisseaux
-
2023/08/28
[sis] 02/02: Use deterministic dimension order for user-specified units. This commit fixes a random test failure where the order depended on which tests were executed first, because the dimension order of the first cached unit was the order used for other compatible units.
desruisseaux
-
2023/08/26
[sis] 01/01: Merge branch 'geoapi-3.1', skipping all changes. The changes were a partial upgrade of ISO 19111. Such upgrades cannot be applied of GeoAPI 3.0.x.
desruisseaux
-
2023/08/26
[sis] branch main updated (96e3d6adfc -> 2b68043fb0)
desruisseaux
-
2023/08/26
[sis] 02/02: Remove the recommendation for shallow clone. It does not work well when changing SHA1.
desruisseaux
-
2023/08/26
[sis] branch geoapi-3.1 updated (efcd672a67 -> b0713f3f6e)
desruisseaux
-
2023/08/26
[sis] 01/02: Upgrade GeoAPI snapshot. This upgrade deprecates some methods to be replaced by ISO 19111:2019 `ObjectDomain`.
desruisseaux
-
2023/08/25
[sis] 02/03: Add comment on the left side of UCAR imports. The previous comment on top of them is lost during import reorganization.
desruisseaux
-
2023/08/25
[sis] 01/03: Add the tool used for reordering the import statements (for project maintainers only). This tool is not executed automatically, it must be invoked on the command-line when desired.
desruisseaux
-
2023/08/25
[sis] branch geoapi-4.0 updated (c349928302 -> cbff3dd11d)
desruisseaux
-
2023/08/25
[sis] 03/03: Minor documentation updates.
desruisseaux
-
2023/08/25
[sis] branch main updated (ab129eb77c -> 96e3d6adfc)
desruisseaux
-
2023/08/25
[sis] branch geoapi-3.1 updated (11f3507408 -> efcd672a67)
desruisseaux
-
2023/08/23
[sis] 02/02: Remove the recommendation for shallow clone. It does not work well when changing SHA1.
desruisseaux
-
2023/08/23
[sis] 01/02: Upgrade GeoAPI snapshot. This upgrade deprecates some methods to be replaced by ISO 19111:2019 `ObjectDomain`.
desruisseaux
-
2023/08/23
[sis] 02/02: Merge branch 'geoapi-3.1'. This is minor cleanup.
desruisseaux
-
2023/08/23
[sis] 01/02: Merge norhing from branch 'geoapi-3.1'. This is for skipping the git submodule introduced in other branches.
desruisseaux
-
2023/08/23
[sis] branch main updated (35bab47d62 -> bbf98adbb8)
desruisseaux
-
2023/08/22
[sis] branch geoapi-4.0 updated: Remove the recommendation for shallow clone. It does not work well when changing SHA1.
desruisseaux
-
2023/08/22
[sis] branch geoapi-4.0 updated: Upgrade GeoAPI snapshot. This upgrade deprecates some methods to be replaced by ISO 19111:2019 `ObjectDomain`.
desruisseaux
-
2023/08/22
[sis] branch geoapi-submodule deleted (was 3211e0c7a9)
desruisseaux
-
2023/08/22
[sis] branch geoapi-3.1 updated (b099abbec0 -> 408f69aa9a)
desruisseaux
-
2023/08/22
[sis] 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1: add a git submodule for GeoAPI 3.1-SNAPSHOT.
desruisseaux
-
2023/08/22
[sis] 12/23: Rename the internal packages of the `org.apache.sis.storage.geotiff` module. The `internal` name is kept only for packages that should never be exported.
desruisseaux
-
2023/08/22
[sis] 13/23: Rename the internal packages of the `org.apache.sis.storage` module (stores only). Since they are not exported, the `internal` name convention is not needed anymore.
desruisseaux
-
2023/08/22
[sis] 18/23: Rename the `org.apache.sis.internal.jaxb.referencing` package.
desruisseaux