You are viewing a plain text version of this content. The canonical link for it is here.
- [sis] branch geoapi-4.0 updated (bae011b798 -> 968260ebad) - posted by de...@apache.org on 2023/08/02 20:05:44 UTC, 0 replies.
- [sis] 01/03: Rename `GeometryType` enumeration values for matching WKT names. - posted by de...@apache.org on 2023/08/02 20:05:45 UTC, 0 replies.
- [sis] 02/03: Add a `GeometryType.getTypeName(Geometries)` method. The Java class associated to the `TypeName` depends on the geometry library. - posted by de...@apache.org on 2023/08/02 20:05:46 UTC, 0 replies.
- [sis] 03/03: Add a `FunctionRegister.describe(String)` method. - posted by de...@apache.org on 2023/08/02 20:05:47 UTC, 0 replies.
- [sis] branch feat/coverage-json updated (c4a8655649 -> aba6d81675) - posted by js...@apache.org on 2023/08/03 14:59:50 UTC, 0 replies.
- [sis] 01/01: Merge branch 'geoapi-4.0' into feat/coverage-json - posted by js...@apache.org on 2023/08/03 14:59:51 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Make filter functions available in `FilterCapabilities`. - posted by de...@apache.org on 2023/08/03 17:55:31 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Filter `Argument` class replaced by `ParameterDescriptor` for parameter harmonization. - posted by de...@apache.org on 2023/08/03 23:18:06 UTC, 0 replies.
- [sis] branch geoapi-3.1 updated (41cf5d3399 -> f64017ade8) - posted by de...@apache.org on 2023/08/04 09:38:52 UTC, 0 replies.
- [sis] 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1. - posted by de...@apache.org on 2023/08/04 09:38:53 UTC, 1 replies.
- [sis] branch master updated (50e75f0247 -> 2297254f1e) - posted by de...@apache.org on 2023/08/04 10:04:04 UTC, 0 replies.
- [sis] 01/01: Merge branch 'geoapi-3.1'. This merge upgrades and completes the parent POM, makes identification of unsigned types in SQLStore a little bit more robust, and makes information provided by `GeometryType` a little bit more accurate. - posted by de...@apache.org on 2023/08/04 10:04:05 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Do no log a warning when the `TINYINT` type is not defined at all, because it means that the type is not supported by the database. - posted by de...@apache.org on 2023/08/04 14:00:22 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Typo fixes in documentation. - posted by de...@apache.org on 2023/08/04 16:30:07 UTC, 0 replies.
- [sis] branch geoapi-3.1 updated (f64017ade8 -> e46d2afe80) - posted by de...@apache.org on 2023/08/14 16:21:21 UTC, 0 replies.
- [sis] branch master updated (2297254f1e -> 3cd1226c3b) - posted by de...@apache.org on 2023/08/14 16:25:46 UTC, 0 replies.
- [sis] 01/01: Last merge of branch 'geoapi-3.1' before project restructuring (JPMS and Gradle). - posted by de...@apache.org on 2023/08/14 16:25:47 UTC, 1 replies.
- [sis] branch geoapi-4.0 updated (3a6befffbd -> b2f314b580) - posted by de...@apache.org on 2023/08/15 09:32:30 UTC, 0 replies.
- [sis] 01/08: Remove the NetBeans Ant project, replaced (for now) by Maven. This is necessary before introduction of `module-info.java` files. - posted by de...@apache.org on 2023/08/15 09:32:31 UTC, 0 replies.
- [sis] 02/08: Remove the activation of `sis-javafx` module by the `PATH_TO_FX` property and remove all dependencies of type "test-jar" because those two features are not compatible with Jigsaw modularization in the context of a Maven project. As a consequence, tests do not compile anymore and Maven must be executed as below: - posted by de...@apache.org on 2023/08/15 09:32:32 UTC, 0 replies.
- [sis] 03/08: Add `module-info.java` files and migrate the declarations of service providers. Keep the old `META-INF/services/` declarations for compatibility with frameworks such as Maven 3.8.6 or Gradle 8.2.1 wich put the modularized dependencies on the class-path rather than the module-path. More info about this Maven/Gradle bug: - posted by de...@apache.org on 2023/08/15 09:32:33 UTC, 0 replies.
- [sis] 04/08: Remove all Maven project files and documentation files which will become obsolete, except the root `pom.xml` file which is kept for general project description. Save the checkstype configuration in a separated file. - posted by de...@apache.org on 2023/08/15 09:32:34 UTC, 0 replies.
- [sis] 05/08: Move directories of all source codes. The new directories are the module names, as required by Java compiler when building a modularized project. - posted by de...@apache.org on 2023/08/15 09:32:35 UTC, 0 replies.
- [sis] 06/08: Post-move cleanup: - Reduce `pom.xml` file. - Adapt launch scripts for JPMS. - Ignore a test that we can not execute anymore (for now). - posted by de...@apache.org on 2023/08/15 09:32:36 UTC, 0 replies.
- [sis] 07/08: Add Gradle build scripts. Port Maven MOJO to Gradle plugin. - posted by de...@apache.org on 2023/08/15 09:32:37 UTC, 0 replies.
- [sis] 08/08: Documentation updates: - Replace "sis-foo" module names by "org.apache.sis.foo" in Javadoc and in NOTICE file. - Replace "classpath" by "module path" in Javadoc, except in `About` class. - Replace `META-INF/services` by `module-info.java` in explanation texts. - posted by de...@apache.org on 2023/08/15 09:32:38 UTC, 0 replies.
- [sis] branch geoapi-submodule created (now d3a8a5d2f4) - posted by de...@apache.org on 2023/08/15 10:42:09 UTC, 0 replies.
- [sis] 01/01: Add GeoAPI-SNAPSHOT as a submodule linking to OGC repository. Add Gradle configuration for building that GeoAPI with Maven. It shall be used only for SIS "geoapi-4.0" and "geoapi-3.1" development branches. The master branch of SIS shall use the official GeoAPI release from Maven Central. - posted by de...@apache.org on 2023/08/15 10:42:10 UTC, 1 replies.
- [sis] branch geoapi-3.1 updated (e46d2afe80 -> 8474e339bc) - posted by de...@apache.org on 2023/08/18 14:44:16 UTC, 0 replies.
- [sis] 01/03: Rename the `org.apache.sis.test` modules with an `endorsed`, `incubator` or `optional` suffix. This is for avoiding confusion between modules of same name in different Gradle sub-projects. We previously relied on the fact that those modules where not reused for avoiding confusion (i.e. they exist only in a scope local to the sub-project), but it does not seem sufficient. - posted by de...@apache.org on 2023/08/18 14:44:17 UTC, 0 replies.
- [sis] 02/03: Re-commit `LicenseHeader.txt` as a convenience for IDE. - posted by de...@apache.org on 2023/08/18 14:44:18 UTC, 0 replies.
- [sis] 03/03: Merge branch 'geoapi-4.0' into geoapi-3.1. This merge modularizes the Apache SIS project (JPMS) and migrates the build system from Maven to Gradle. - posted by de...@apache.org on 2023/08/18 14:44:19 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (b2f314b580 -> a4b030f6f5) - posted by de...@apache.org on 2023/08/18 14:45:46 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Add NetBeans project configuration files as Ant Modular projects. This is for development in NetBeans, because NetBeans 18 does not yet understand well a Gradle project with Module Source Hierarchy. - posted by de...@apache.org on 2023/08/18 15:04:13 UTC, 0 replies.
- [sis] branch main created (now 3cd1226c3b) - posted by hu...@apache.org on 2023/08/18 15:29:49 UTC, 0 replies.
- [sis] branch master deleted (was 3cd1226c3b) - posted by hu...@apache.org on 2023/08/18 15:30:00 UTC, 0 replies.
- [sis] branch geoapi-submodule updated (d3a8a5d2f4 -> 3211e0c7a9) - posted by de...@apache.org on 2023/08/18 15:39:31 UTC, 0 replies.
- [sis] branch geoapi-3.1 updated (8474e339bc -> b099abbec0) - posted by de...@apache.org on 2023/08/19 09:07:10 UTC, 0 replies.
- [sis] 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1. This is for NetBeans project configuration. - posted by de...@apache.org on 2023/08/19 09:07:11 UTC, 0 replies.
- [sis] branch main updated (3cd1226c3b -> d7ebbea200) - posted by de...@apache.org on 2023/08/19 09:11:00 UTC, 0 replies.
- [sis] 01/01: Merge branch 'geoapi-3.1'. - posted by de...@apache.org on 2023/08/19 09:11:01 UTC, 0 replies.
- [sis] branch main updated (d7ebbea200 -> 35bab47d62) - posted by de...@apache.org on 2023/08/19 09:23:05 UTC, 0 replies.
- [sis] 01/01: Merge branch 'geoapi-3.1' (NetBeans project configuration). - posted by de...@apache.org on 2023/08/19 09:23:06 UTC, 0 replies.
- [sis-site] branch main updated: Replace "master" by "main" branch and "Maven" by "Gradle" build tools, except in release manager guides which will need much more work. This commit contains also minor typo fixes. - posted by de...@apache.org on 2023/08/19 14:30:49 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (08f37c2d72 -> 46a89286b2) - posted by de...@apache.org on 2023/08/22 16:29:07 UTC, 0 replies.
- [sis] 01/23: Documentation updates related to recent restructuring: - Replace "master" by "main" branch name. - Update copyright year. - Update reference to header. - Convert README to markdown. - Minor typo fixes and cleanups. - posted by de...@apache.org on 2023/08/22 16:29:08 UTC, 0 replies.
- [sis] 02/23: Remove zero-width spaces in source code. - posted by de...@apache.org on 2023/08/22 16:29:09 UTC, 0 replies.
- [sis] 03/23: Rename the internal packages of the `org.apache.sis.cql` module. Since they are not exported, the `internal` name convention is not needed anymore. - posted by de...@apache.org on 2023/08/22 16:29:10 UTC, 0 replies.
- [sis] 04/23: Rename the internal packages of the `org.apache.sis.storage.shapefile` module. Since they are not exported, the `internal` name convention is not needed anymore. - posted by de...@apache.org on 2023/08/22 16:29:11 UTC, 0 replies.
- [sis] 05/23: Rename the internal packages of the `org.apache.sis.profile.france` module. Since they are not exported, the `internal` name convention is not needed anymore. - posted by de...@apache.org on 2023/08/22 16:29:12 UTC, 0 replies.
- [sis] 06/23: Rename the internal packages of the `org.apache.sis.profile.japan` module. Since they are not exported, the `internal` name convention is not needed anymore. - posted by de...@apache.org on 2023/08/22 16:29:13 UTC, 0 replies.
- [sis] 07/23: Rename the internal packages of the `org.apache.sis.referencing.gazetteer` module. Since they are not exported, the `internal` name convention is not needed anymore. - posted by de...@apache.org on 2023/08/22 16:29:14 UTC, 0 replies.
- [sis] 08/23: Rename the internal packages of the `org.apache.sis.gui` module. Since they are not exported, the `internal` name convention is not needed anymore. - posted by de...@apache.org on 2023/08/22 16:29:15 UTC, 0 replies.
- [sis] 09/23: Rename the internal packages of the `org.apache.sis.storage.sql` module. Since they are not exported, the `internal` name convention is not needed anymore. - posted by de...@apache.org on 2023/08/22 16:29:16 UTC, 0 replies.
- [sis] 10/23: Rename the internal packages of the `org.apache.sis.storage.xml` module. Since they are not exported, the `internal` name convention is not needed anymore. - posted by de...@apache.org on 2023/08/22 16:29:17 UTC, 0 replies.
- [sis] 11/23: Rename the internal packages of the `org.apache.sis.storage.netcdf` module. The `internal` name is kept only for packages that should never be exported. - posted by de...@apache.org on 2023/08/22 16:29:18 UTC, 0 replies.
- [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. - posted by de...@apache.org on 2023/08/22 16:29:19 UTC, 0 replies.
- [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. - posted by de...@apache.org on 2023/08/22 16:29:20 UTC, 0 replies.
- [sis] 14/23: Rename `org.apache.sis.internal.storage.io` as `org.apache.sis.io.stream`. This package is not exported, so it still not visible to users. But it is widely used in various Apache SIS modules. - posted by de...@apache.org on 2023/08/22 16:29:21 UTC, 0 replies.
- [sis] 15/23: Rename the internal packages of the `org.apache.sis.storage` module. The `internal` name is kept only for packages that should never be exported. - posted by de...@apache.org on 2023/08/22 16:29:22 UTC, 0 replies.
- [sis] 16/23: Rename the internal packages of the `org.apache.sis.feature` module. The `internal` name is kept for packages that should not be exported (but some exceptions still exist). - posted by de...@apache.org on 2023/08/22 16:29:23 UTC, 0 replies.
- [sis] 17/23: Rename the `org.apache.sis.internal.referencing.provider` package. - posted by de...@apache.org on 2023/08/22 16:29:24 UTC, 0 replies.
- [sis] 18/23: Rename the `org.apache.sis.internal.jaxb.referencing` package. - posted by de...@apache.org on 2023/08/22 16:29:25 UTC, 0 replies.
- [sis] 19/23: Rename the `org.apache.sis.internal.referencing*` packages. A separation is applied between classes used by other modules and classes that are really internal to the referencing module. - posted by de...@apache.org on 2023/08/22 16:29:26 UTC, 0 replies.
- [sis] 20/23: Rename the `org.apache.sis.internal.jaxb` packages in metadata module. - posted by de...@apache.org on 2023/08/22 16:29:27 UTC, 0 replies.
- [sis] 21/23: Rename the other `org.opengis.internal.metadata` packages. - posted by de...@apache.org on 2023/08/22 16:29:28 UTC, 0 replies.
- [sis] 22/23: Rename the `org.apache.sis.internal` packages in utilities module. - posted by de...@apache.org on 2023/08/22 16:29:29 UTC, 0 replies.
- [sis] 23/23: Rename the internal packages of the `org.apache.sis.portrayal` module. Since they are not exported, the `internal` name convention is not needed anymore. - posted by de...@apache.org on 2023/08/22 16:29:30 UTC, 0 replies.
- [sis] branch geoapi-3.1 updated (b099abbec0 -> 408f69aa9a) - posted by de...@apache.org on 2023/08/22 16:31:40 UTC, 0 replies.
- [sis] 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1: add a git submodule for GeoAPI 3.1-SNAPSHOT. - posted by de...@apache.org on 2023/08/22 16:31:41 UTC, 0 replies.
- [sis] branch geoapi-3.1 updated (408f69aa9a -> 11f3507408) - posted by de...@apache.org on 2023/08/22 17:11:45 UTC, 0 replies.
- [sis] 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1 This is the renaming of internal packages. - posted by de...@apache.org on 2023/08/22 17:11:46 UTC, 0 replies.
- [sis] branch geoapi-submodule deleted (was 3211e0c7a9) - posted by de...@apache.org on 2023/08/22 17:13:45 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Upgrade GeoAPI snapshot. This upgrade deprecates some methods to be replaced by ISO 19111:2019 `ObjectDomain`. - posted by de...@apache.org on 2023/08/22 17:24:30 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Remove the recommendation for shallow clone. It does not work well when changing SHA1. - posted by de...@apache.org on 2023/08/22 17:31:40 UTC, 0 replies.
- [sis] branch main updated (35bab47d62 -> bbf98adbb8) - posted by de...@apache.org on 2023/08/23 10:04:21 UTC, 0 replies.
- [sis] 01/02: Merge norhing from branch 'geoapi-3.1'. This is for skipping the git submodule introduced in other branches. - posted by de...@apache.org on 2023/08/23 10:04:22 UTC, 0 replies.
- [sis] 02/02: Merge branch 'geoapi-3.1'. This is minor cleanup. - posted by de...@apache.org on 2023/08/23 10:04:23 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (777b32e6d8 -> 290bab04b9) - posted by de...@apache.org on 2023/08/23 12:34:10 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (290bab04b9 -> 777b32e6d8) - posted by de...@apache.org on 2023/08/23 12:36:48 UTC, 0 replies.
- [sis] 01/02: Upgrade GeoAPI snapshot. This upgrade deprecates some methods to be replaced by ISO 19111:2019 `ObjectDomain`. - posted by de...@apache.org on 2023/08/23 12:36:49 UTC, 1 replies.
- [sis] 02/02: Remove the recommendation for shallow clone. It does not work well when changing SHA1. - posted by de...@apache.org on 2023/08/23 12:36:50 UTC, 1 replies.
- [sis] branch main updated (bbf98adbb8 -> ab129eb77c) - posted by de...@apache.org on 2023/08/24 12:31:22 UTC, 0 replies.
- [sis] 01/01: Merge branch 'geoapi-3.1': renaming of internal packages. Despite being a large set of changes, it should not contains significant code change other than internal package renaming. - posted by de...@apache.org on 2023/08/24 12:31:23 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Reorder import statements using an automatic script. The goal is to separate in different groups the imports that are differents between the branches. Each group is identified by a label such as "// Specific to geoapi-3.1 and geoapi-4.0 branches:". This script also opportunistically brings together the imports of the same packages. Except for the above, import order is not modified: no alphabetical order enforced. - posted by de...@apache.org on 2023/08/25 13:46:27 UTC, 0 replies.
- [sis] branch geoapi-3.1 updated (11f3507408 -> efcd672a67) - posted by de...@apache.org on 2023/08/25 13:46:29 UTC, 0 replies.
- [sis] 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1: reorder of import statements. - posted by de...@apache.org on 2023/08/25 13:46:30 UTC, 0 replies.
- [sis] branch main updated (ab129eb77c -> 96e3d6adfc) - posted by de...@apache.org on 2023/08/25 13:46:39 UTC, 0 replies.
- [sis] 01/01: Merge branch 'geoapi-3.1': reorder of import statements. There is no significant code change in this merge. - posted by de...@apache.org on 2023/08/25 13:46:40 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (c349928302 -> cbff3dd11d) - posted by de...@apache.org on 2023/08/25 16:08:09 UTC, 0 replies.
- [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. - posted by de...@apache.org on 2023/08/25 16:08:10 UTC, 0 replies.
- [sis] 02/03: Add comment on the left side of UCAR imports. The previous comment on top of them is lost during import reorganization. - posted by de...@apache.org on 2023/08/25 16:08:11 UTC, 0 replies.
- [sis] 03/03: Minor documentation updates. - posted by de...@apache.org on 2023/08/25 16:08:12 UTC, 0 replies.
- [sis] branch geoapi-3.1 updated (efcd672a67 -> b0713f3f6e) - posted by de...@apache.org on 2023/08/26 17:13:26 UTC, 0 replies.
- [sis] branch main updated (96e3d6adfc -> 2b68043fb0) - posted by de...@apache.org on 2023/08/26 17:13:46 UTC, 0 replies.
- [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. - posted by de...@apache.org on 2023/08/26 17:13:47 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (cbff3dd11d -> dd3ddafcb2) - posted by de...@apache.org on 2023/08/28 14:16:45 UTC, 0 replies.
- [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`. - posted by de...@apache.org on 2023/08/28 14:16:46 UTC, 0 replies.
- [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. - posted by de...@apache.org on 2023/08/28 14:16:47 UTC, 0 replies.
- [sis] branch geoapi-3.1 updated (b0713f3f6e -> 4b753152a6) - posted by de...@apache.org on 2023/08/28 14:17:15 UTC, 0 replies.
- [sis] 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1 - posted by de...@apache.org on 2023/08/28 14:17:16 UTC, 0 replies.
- [sis] branch main updated (2b68043fb0 -> 30ee87be88) - posted by de...@apache.org on 2023/08/28 14:30:44 UTC, 0 replies.
- [sis] 01/01: Merge branch 'geoapi-3.1' - posted by de...@apache.org on 2023/08/28 14:30:45 UTC, 0 replies.
- [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. - posted by de...@apache.org on 2023/08/28 16:24:49 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (c92fa5ad66 -> 350b496160) - posted by de...@apache.org on 2023/08/29 17:47:51 UTC, 0 replies.
- [sis] 01/02: Skip the Ivy task if the "dependencies" directory is already present. - posted by de...@apache.org on 2023/08/29 17:47:52 UTC, 0 replies.
- [sis] 02/02: Partial upgrade to ISO 19111:2019: replace some (not yet all) usages of deprecated `getScope()` and `getDomainOfValidity()` methods by `getDomains()`. - posted by de...@apache.org on 2023/08/29 17:47:53 UTC, 0 replies.