Messages by Date
-
2023/08/22
[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.
desruisseaux
-
2023/08/22
[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.
desruisseaux
-
2023/08/22
[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.
desruisseaux
-
2023/08/22
[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.
desruisseaux
-
2023/08/22
[sis] 02/23: Remove zero-width spaces in source code.
desruisseaux
-
2023/08/22
[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.
desruisseaux
-
2023/08/22
[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.
desruisseaux
-
2023/08/19
[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.
desruisseaux
-
2023/08/19
[sis] 01/01: Merge branch 'geoapi-3.1' (NetBeans project configuration).
desruisseaux
-
2023/08/19
[sis] branch main updated (d7ebbea200 -> 35bab47d62)
desruisseaux
-
2023/08/19
[sis] 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1. This is for NetBeans project configuration.
desruisseaux
-
2023/08/19
[sis] branch geoapi-3.1 updated (8474e339bc -> b099abbec0)
desruisseaux
-
2023/08/18
[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.
desruisseaux
-
2023/08/18
[sis] branch geoapi-submodule updated (d3a8a5d2f4 -> 3211e0c7a9)
desruisseaux
-
2023/08/18
[sis] branch master deleted (was 3cd1226c3b)
humbedooh
-
2023/08/18
[sis] branch main created (now 3cd1226c3b)
humbedooh
-
2023/08/18
[sis] 01/01: Last merge of branch 'geoapi-3.1' before project restructuring (JPMS and Gradle).
humbedooh
-
2023/08/18
[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.
desruisseaux
-
2023/08/18
[sis] branch geoapi-4.0 updated (b2f314b580 -> a4b030f6f5)
desruisseaux
-
2023/08/18
[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.
desruisseaux
-
2023/08/18
[sis] 02/03: Re-commit `LicenseHeader.txt` as a convenience for IDE.
desruisseaux
-
2023/08/15
[sis] branch geoapi-submodule created (now d3a8a5d2f4)
desruisseaux
-
2023/08/15
[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.
desruisseaux
-
2023/08/15
[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:
desruisseaux
-
2023/08/15
[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.
desruisseaux
-
2023/08/15
[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:
desruisseaux
-
2023/08/15
[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).
desruisseaux
-
2023/08/14
[sis] 01/01: Last merge of branch 'geoapi-3.1' before project restructuring (JPMS and Gradle).
desruisseaux
-
2023/08/14
[sis] branch master updated (2297254f1e -> 3cd1226c3b)
desruisseaux
-
2023/08/14
[sis] 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1.
desruisseaux
-
2023/08/14
[sis] branch geoapi-3.1 updated (f64017ade8 -> e46d2afe80)
desruisseaux
-
2023/08/04
[sis] branch geoapi-4.0 updated: Typo fixes in documentation.
desruisseaux
-
2023/08/04
[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.
desruisseaux
-
2023/08/04
[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.
desruisseaux
-
2023/08/04
[sis] branch master updated (50e75f0247 -> 2297254f1e)
desruisseaux
-
2023/08/04
[sis] 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1.
desruisseaux
-
2023/08/04
[sis] branch geoapi-3.1 updated (41cf5d3399 -> f64017ade8)
desruisseaux
-
2023/08/03
[sis] branch geoapi-4.0 updated: Filter `Argument` class replaced by `ParameterDescriptor` for parameter harmonization.
desruisseaux
-
2023/08/03
[sis] branch geoapi-4.0 updated: Make filter functions available in `FilterCapabilities`.
desruisseaux
-
2023/08/03
[sis] 01/01: Merge branch 'geoapi-4.0' into feat/coverage-json
jsorel
-
2023/08/03
[sis] branch feat/coverage-json updated (c4a8655649 -> aba6d81675)
jsorel
-
2023/08/02
[sis] branch geoapi-4.0 updated (bae011b798 -> 968260ebad)
desruisseaux
-
2023/08/02
[sis] 02/03: Add a `GeometryType.getTypeName(Geometries)` method. The Java class associated to the `TypeName` depends on the geometry library.
desruisseaux
-
2023/08/02
[sis] 01/03: Rename `GeometryType` enumeration values for matching WKT names.
desruisseaux
-
2023/08/02
[sis] 03/03: Add a `FunctionRegister.describe(String)` method.
desruisseaux
-
2023/07/31
[sis] branch geoapi-4.0 updated: Minor editions to previous commit: - Report the reason why metadata was missing. - Use the same punctuation than other resources/comments.
desruisseaux
-
2023/07/31
[sis] branch geoapi-4.0 updated: refactor(Storage): rework SQL metadata analysis to improve byte/tinyint signing determination
amanin
-
2023/07/28
[sis] 02/02: Move a service provider declared in the wrong module. Remove an unnecessary cast.
desruisseaux
-
2023/07/28
[sis] 01/02: Complete the list of developers and contributors in the root `pom.xml` file. This is in anticipation for the removal of those lists in sub-modules.
desruisseaux
-
2023/07/28
[sis] branch geoapi-4.0 updated (8f18768388 -> 0e267fe584)
desruisseaux
-
2023/07/21
[sis] branch geoapi-4.0 updated: Upgrade Apache parent POM. Fix some Javadoc warnings.
desruisseaux
-
2023/07/19
[sis] branch dependabot/maven/com.h2database-h2-2.2.220 deleted (was 30d17b6d5b)
github-bot
-
2023/07/19
[sis] 01/02: Merge branch 'geoapi-3.1'. The main changes are compiler warning resolutions.
desruisseaux
-
2023/07/19
[sis] branch master updated (3c78638b96 -> 50e75f0247)
desruisseaux
-
2023/07/19
[sis] 02/02: Add more @SuppressWarnings(…) specific to the master branch. In particular, we do not document the classes that are only placeholders for a future GeoAPI version.
desruisseaux
-
2023/07/18
[sis] branch geoapi-3.1 updated (230b6bceb6 -> 41cf5d3399)
desruisseaux
-
2023/07/18
[sis] 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1. This merge is mostly about compiler warning resolutions.
desruisseaux
-
2023/07/18
[sis] 02/02: Abandon NilObject support of primitive wrappers, except for the types supporting NaN values. This feature depended on primitive wrapper constructors that are deprecated for removal.
desruisseaux
-
2023/07/18
[sis] 01/02: Removal of unnecessary @SuppressWarnings("UnnecessaryBoxing") and cleaning of related documentation.
desruisseaux
-
2023/07/18
[sis] branch geoapi-4.0 updated (0516f0ba6f -> 3725429e48)
desruisseaux
-
2023/07/17
[sis] 03/04: In GeoTIFf internal implementation, rename the `readXXX(…)` methods as `readAsXXX(…)` for making clear that those methods perform conversions.
desruisseaux
-
2023/07/17
[sis] branch geoapi-4.0 updated (874c7d7056 -> 0516f0ba6f)
desruisseaux
-
2023/07/17
[sis] 01/04: Fix a few more compilation warnings (other than deprecation): unchecked types, varargs, lossy implicit conversion, serial, etc.
desruisseaux
-
2023/07/17
[sis] 04/04: Rename a method for avoiding confusion between two methods which may receive similar lambda functions.
desruisseaux
-
2023/07/16
[sis] branch geoapi-4.0 updated: Fix a few deprecation warnings.
desruisseaux
-
2023/07/15
[sis] 01/01: Merge branch 'geoapi-3.1'. This merge completes the preparation for JPMS (Jigsaw) and prepares the upgrade from JUnit 4 to JUnit 5.
desruisseaux
-
2023/07/15
[sis] branch master updated (f1ea236300 -> 3c78638b96)
desruisseaux
-
2023/07/15
[sis] 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1. This merge contains more preparation for JPMS (Jigsaw) modularisation, mostly in ensuring that resources are loaded inside the boundaries of the module that contains them.
desruisseaux
-
2023/07/15
[sis] branch geoapi-3.1 updated (4afa8fd56a -> 230b6bceb6)
desruisseaux
-
2023/07/15
[sis] branch geoapi-4.0 updated: Avoid dependency toward `org.apache.sis.test` in modules that are still in incubating phase. Those modules were always excluded from Apache SIS releases. For making future releases easier, the incubated modules may move in a separated group of modules, for example an "incubator" group.
desruisseaux
-
2023/07/14
[sis] 01/02: Opens two more classes to reflection by JAXB in JPMS context.
desruisseaux
-
2023/07/14
[sis] branch geoapi-4.0 updated (c25bbe6e9c -> f5390fda93)
desruisseaux
-
2023/07/14
[sis] 02/02: Upgrade JavaEE (now JakartaEE) and OSGi dependencies. They are used in incubated modules only, not released. JakartaEE is narrowed to the servlet API part only.
desruisseaux
-
2023/07/13
[sis] branch geoapi-4.0 updated: Ensure that `InputStream` marks are supported in a test that need them. This is not always the case in a JPMS context.
desruisseaux
-
2023/07/12
[sis] 01/02: Update NetBeans project configuration for compatibility with recent changes. Note that we may delete this configuration in favor of pure Maven or Gradle project in the future, so the NetBeans project files may be temporary.
desruisseaux
-
2023/07/12
[sis] branch geoapi-4.0 updated (61e182e593 -> 18e2964bf2)
desruisseaux
-
2023/07/12
[sis] 02/02: `ScriptRunner.run(…)` shall receive an `InputStream` supplied by the caller instead of invoking `Class.getResourceAsStream(String)` as a convenience. This is necessary in JPMS (Jigsaw) context.
desruisseaux
-
2023/07/10
[sis] branch geoapi-4.0 updated: Remove the geotoolkit repository. It was used for GeoAPI snapshots, but we do not deploy them anymore for more than 2 years. Developers should stay on the `master` branch, or if they really want to build the `geoapi-4.0` or `geoapi-3.1` branch then they need to build GeoAPI locally from the sources at the same date. This is very unconvenient, but we will try to provide a better solution with a more flexibile build system (possibly by migrating from Maven to Gradle).
desruisseaux
-
2023/07/10
[sis] branch geoapi-4.0 updated: Upgrade dependencies.
desruisseaux
-
2023/07/08
[sis] 03/03: Upgrade dependency from JUnit 4 to JUnit 5 vintage. The tests themselves are not yet modified.
desruisseaux
-
2023/07/08
[sis] 01/03: Avoid using `ServiceLoader` directly in the test, because it will not run in a JPMS context. Opportunistic warning resolution.
desruisseaux
-
2023/07/08
[sis] 02/03: Remove @RunWith(TestRunner.class) annotation. They are no longer necessary since their removal in GeoAPI 4.0 development branch.
desruisseaux
-
2023/07/08
[sis] branch geoapi-4.0 updated (0cd54bd9de -> 7834870b72)
desruisseaux
-
2023/07/07
[sis] branch dependabot/maven/com.h2database-h2-2.2.220 created (now 30d17b6d5b)
github-bot
-
2023/07/06
[sis-site] branch main updated: Add a link to ASF privacy policy.
desruisseaux
-
2023/07/06
[sis] 03/05: All tests shall open resource files from the module containing the resources. This is necessary for making possible to execute those tests in JPMS context.
desruisseaux
-
2023/07/06
[sis] 01/05: Replace reflection by `ServiceLoader` uses in the `OptionalDependency` class. This is needed because reflection no longer works after module encapsulation.
desruisseaux
-
2023/07/06
[sis] 02/05: Give public access to JAXB adapters in internal API. It reduces the needs for `opens` statements in `module-info.java`.
desruisseaux
-
2023/07/06
[sis] 04/05: Relax a check from `assertSame(…) to `assertEquals(…)` for test that may depend on execution order. With Maven, we used some custom annotation for controlling JUnit execution order. After JPMS migration, we will have (at least temporarily) less control on that.
desruisseaux
-
2023/07/06
[sis] 05/05: `ResourceInternationalString` needs to let subclasses invoke `ResourceBundle.getBundle(…)` themselves. This is necessary in a JPMS context, because this class is not allowed to load resources of another module.
desruisseaux
-
2023/07/06
[sis] branch geoapi-4.0 updated (85aeeb0626 -> 0cd54bd9de)
desruisseaux
-
2023/07/03
[sis] branch geoapi-4.0 updated (0d157264f6 -> 85aeeb0626)
desruisseaux
-
2023/07/03
[sis] 01/05: Post-merge cleanup.
desruisseaux
-
2023/07/03
[sis] 05/05: Remove `Numerics.CACHE` in anticipation for "Value object" in future Java version. We note also that the standard autoboxing method is flagged as @IntrinsicCandidate.
desruisseaux
-
2023/07/03
[sis] 02/05: Complete the list of files to handle as text or binary files.
desruisseaux
-
2023/07/03
[sis] 03/05: Make `SampleDimension.Builder` more robust to cases where the given range is empty.
desruisseaux
-
2023/07/03
[sis] 01/01: Merge branch 'geoapi-3.1'. This merge prepares Apache SIS to JPMS (Jigsaw) modularisation.
desruisseaux
-
2023/07/03
[sis] branch master updated (2f048bc7a0 -> f1ea236300)
desruisseaux
-
2023/07/03
[sis] 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1. They are the commits from pull request #34.
desruisseaux
-
2023/07/03
[sis] branch geoapi-3.1 updated (27cab0a6de -> 4afa8fd56a)
desruisseaux
-
2023/07/02
[sis] 01/02: Add a `CloneAccess` internal interface as a workaround for accessing the `clone()` method in internal classes of other modules.
desruisseaux
-
2023/07/02
[sis] 02/02: Remove `FinalFieldSetter` (an helper class for clone and deserialization) because the reflection methods used by that class are caller-sensitive. They do not work anymore when invoked from a different module.
desruisseaux
-
2023/07/02
[sis] branch geoapi-4.0 updated (5e334c44a4 -> 0d157264f6)
desruisseaux
-
2023/07/02
[sis] branch visual-test updated (2213df437c -> e230c88533)
desruisseaux
-
2023/07/02
[sis] 02/02: Update for an API change in `org.apache.sis.resources.IndexResourceBundle`.
desruisseaux
-
2023/07/02
[sis] 04/04: Remove usage of `ResourceBundle.Control` because it is not supported in the context of named modules. Move calls to `ResourceBundle.getBundle(…)` in the modules that provide the resources because `getBundle(…)` become caller-sensitive in JPMS context.
desruisseaux
-
2023/07/02
[sis] 02/04: Delegate the loading of GeoAPI resources to GeoAPI itself. This is necessary in the context of named Jigsaw modules.
desruisseaux
-
2023/07/02
[sis] 03/04: Replace `TypeRegistration.hasRenameFile(…)` by a mechanism in which the `TypeRegistration` subclass fetches itself the resource. This is necessary in a context of Java module, because the resource can not be opened from `org.apache.sis.xml.Transformer`.
desruisseaux
-
2023/07/02
[sis] 01/02: Documentation and warning fixes.
desruisseaux
-
2023/07/02
[sis] 01/04: Remove the use of internal `LazySet` as a workaround for JDK 8 bug in `java.util.ServiceLoader` since this workaround is no longer necessary. Remove usage of `ServiceLoader` in `LazySet` since it does not work anymore in JPMS context. Services shall be loaded in the caller class.
desruisseaux
-
2023/07/02
[sis] branch geoapi-4.0 updated (5b94a0a6e4 -> 5e334c44a4)
desruisseaux
-
2023/07/02
[sis] 01/02: Move `TemporalUtilities` to the metadata modules since it is not needed by the utility modules. This change has an impact on the services that the module declares to use.
desruisseaux
-
2023/07/02
[sis] branch geoapi-4.0 updated (b561bf2d1c -> 5b94a0a6e4)
desruisseaux
-
2023/07/01
[sis] branch geoapi-4.0 updated: Remove the `DefaultFactories` class because it does not work in the context of JPMS. Instead, callers need to invoke `java.util.ServiceLoader.load(…)` themselves, because JPMS uses the caller for checking authorizations.
desruisseaux
-
2023/07/01
[sis] branch geoapi-4.0 updated (5ee494c8e8 -> 01102b16ed)
desruisseaux
-
2023/07/01
[sis] 02/03: Reduce the visibility of `SymbologyVisitor` to package-private. Compatibility with previous version is broken by SIS-583 and will probably breaks again in future versions, because this class also needs review. This is an internal class, so it should not be used outside SIS.
desruisseaux
-
2023/07/01
[sis] 01/03: Fix typos in documentation. No code change.
desruisseaux
-
2023/07/01
[sis] branch master updated (d59f279d23 -> 2f048bc7a0)
desruisseaux
-
2023/07/01
[sis] 01/01: Merge the style classes from branch 'geoapi-4.0' into geoapi-3.1.
desruisseaux
-
2023/07/01
[sis] branch geoapi-3.1 updated (0987be2363 -> 27cab0a6de)
desruisseaux
-
2023/07/01
[sis] branch geoapi-4.0 updated: Remove last links to GeoAPI-pending `org.opengis.style` package. Add a `Style` interface as a placeholder for future style API (to be determined according the result of OGC/ISO works).
desruisseaux
-
2023/07/01
[sis] branch geoapi-4.0 updated (9992bd5235 -> 1dacb571d6)
desruisseaux
-
2023/07/01
[sis] 03/04: Add a placeholder for a JAXB adapter for expressions, then verifies that current JAXB annotations are valid.
desruisseaux
-
2023/07/01
[sis] 02/04: Rename `org.apache.sis.internal.style` package as `org.apache.sis.style.se1`. By moving the package outside `internal` namespace, we are making it public. However we still target SIS 1.5, not SIS 1.4, for release.
desruisseaux
-
2023/06/20
[sis] branch geoapi-4.0 updated (7a755eb9a4 -> 9992bd5235)
desruisseaux
-
2023/06/10
[sis] branch feat/style deleted (was 9992bd5235)
desruisseaux
-
2023/06/08
[sis] branch geoapi-4.0 updated (b8ec6bbb3c -> 9992bd5235)
desruisseaux
-
2023/06/08
[sis-site] 01/01: Merge branch 'asf-staging' into asf-site.
desruisseaux
-
2023/06/08
[sis-site] branch asf-site updated (ee77ffc3 -> 3a836900)
desruisseaux
-
2023/06/08
[sis-site] branch asf-staging updated: Regenerate the static pages after typo fixes (publication date, etc).
desruisseaux
-
2023/06/08
[sis-site] branch main updated: Fix typos (publication date, etc).
desruisseaux
-
2023/06/07
[sis] branch feat/style updated (68f3e44a72 -> 9992bd5235)
jsorel
-
2023/06/07
[sis] branch feat/style updated: chore(Style): update headers
jsorel
-
2023/06/07
[sis] branch feat/style updated: fix(Style): fix filter api update
jsorel
-
2023/06/05
[sis] branch master updated (fc71c638d0 -> d59f279d23)
desruisseaux
-
2023/06/05
[sis] 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1.
desruisseaux
-
2023/06/05
[sis] branch geoapi-3.1 updated (4a2e1aefb5 -> 0987be2363)
desruisseaux
-
2023/06/05
[sis] branch chore/jakarta deleted (was 1c58517024)
desruisseaux
-
2023/06/05
[sis] 01/01: Merge branch 'geoapi-3.1'.
desruisseaux
-
2023/06/05
[sis] branch master updated (7cb56fed2e -> fc71c638d0)
desruisseaux
-
2023/06/05
[sis] branch geoapi-3.1 updated (4b35a0fd74 -> 4a2e1aefb5)
desruisseaux
-
2023/06/05
[sis] 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1.
desruisseaux
-
2023/06/01
[sis] branch geoapi-4.0 updated: In case of failure to transform the envelope in metadata, report as a warning instead of a failure to read the file.
desruisseaux
-
2023/05/31
[sis] branch geoapi-4.0 updated: Move a test class for avoiding package collision between two modules.
desruisseaux
-
2023/05/26
[sis] 01/02: For GeoTIFF image, force (E,N) axis order on projected CRS in addition of geographic CRS.
desruisseaux
-
2023/05/26
[sis] 02/02: When the GeoTIFF image is of floating point type, replace fill values by NaN at reading time. This is the same policy than with our netCDF reader.
desruisseaux
-
2023/05/26
[sis] branch geoapi-4.0 updated (3110d38dba -> 77cdb0047c)
desruisseaux
-
2023/05/25
[sis] 01/01: Merge branch 'geoapi-4.0' into feat/coverage-json
jsorel
-
2023/05/25
[sis] branch feat/coverage-json updated (c2d1330e80 -> c4a8655649)
jsorel
-
2023/05/25
[sis] branch feat/coverage-json updated: fix(CoverageJson): use CRS URN if it exist
jsorel
-
2023/05/25
[sis] 01/03: Add support for two-dimensional `SphericalCS` as submitted in ISO 19111 amendment 2.
desruisseaux
-
2023/05/25
[sis] 03/03: Add an `AbstractEnvelope.isFinite()` convenience method.
desruisseaux
-
2023/05/25
[sis] 02/03: Add clarification about the use of conformal radius. This is a change in documentation and symbols only.
desruisseaux
-
2023/05/25
[sis] branch geoapi-4.0 updated (756a5e0ea3 -> 3110d38dba)
desruisseaux
-
2023/05/22
[sis] branch feat/coverage-json updated: feat(CoverageJSON): improve gridgeometry and sample categories mapping
jsorel
-
2023/05/19
[sis] branch feat/coverage-json updated: feat(CoverageJson): add basic support for coverage json writing
jsorel
-
2023/05/16
[sis] branch geoapi-4.0 updated (1c58517024 -> 756a5e0ea3)
desruisseaux
-
2023/05/16
[sis] branch chore/jakarta created (now 1c58517024)
desruisseaux
-
2023/05/15
[sis] branch feat/coverage-json updated: chore(CoverageJSON): update test suite, fix checkstyle violations
jsorel
-
2023/05/14
[sis] branch feat/coverage-json updated (48c170932f -> 2412497587)
jsorel
-
2023/05/14
[sis] 01/01: Merge branch 'geoapi-4.0' into feat/coverage-json
jsorel
-
2023/05/12
[sis] branch feat/coverage-json created (now 48c170932f)
jsorel
-
2023/05/08
[sis] branch geoapi-4.0 updated: Avoid start imports of `org.opengis.test.Assert` static methods. This is in anticipation for a fix equivalent to SIS-579 in GeoAPI.
desruisseaux
-
2023/05/08
[sis] branch master updated (b98a31fa9b -> 7cb56fed2e)
desruisseaux
-
2023/05/08
[sis] 01/01: Merge branch 'geoapi-3.1'.
desruisseaux
-
2023/05/08
[sis] branch geoapi-3.1 updated (b486f990bc -> 4b35a0fd74)
desruisseaux
-
2023/05/08
[sis] 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1.
desruisseaux
-
2023/05/08
[sis] 01/02: Remove test suites, replaced by classical JUnit execution. https://issues.apache.org/jira/browse/SIS-580
desruisseaux
-
2023/05/08
[sis] branch geoapi-4.0 updated (6ad64f5ffa -> 0277839ccb)
desruisseaux
-
2023/05/06
[sis] 01/01: Merge branch 'geoapi-3.1'.
desruisseaux
-
2023/05/06
[sis] branch master updated (410b3a1f6a -> b98a31fa9b)
desruisseaux
-
2023/05/06
[sis] branch geoapi-3.1 updated (7d712579ff -> b486f990bc)
desruisseaux
-
2023/05/06
[sis] 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1.
desruisseaux
-
2023/05/06
[sis] branch geoapi-4.0 updated: Use the information about volatile function in order to determine whether to apply an optimization.
desruisseaux
-
2023/05/06
[sis] branch geoapi-4.0 updated: Clarify whether to inherit the intrinsic properties of a function or to inherit only the transitive properties.
desruisseaux
-
2023/05/04
[sis] 01/02: More conservative handling of nested operations in `GroupAsPolylineOperation`.
desruisseaux
-
2023/05/04
[sis] 02/02: Provide a way to tell whether an expression is a volatile function. This is internal API for now; we have not yet determined where would be a public API.
desruisseaux
-
2023/05/04
[sis] branch geoapi-4.0 updated (31126879d2 -> d6577877ca)
desruisseaux
-
2023/05/03
[sis] branch geoapi-4.0 updated (d8bbaf214a -> 31126879d2)
desruisseaux
-
2023/05/03
[sis] 02/02: Retrofit `GroupAsPolylineOperation` together with all other feature operations. It required a generalization for working on attributes as well as associations.
desruisseaux
-
2023/05/03
[sis] 01/02: Rename `ProjectionType.COMPLETING` ad `COMPUTING`.
desruisseaux
-
2023/05/02
[sis] branch geoapi-4.0 updated: Clarify which `Feature` instance is used for the different projection types. Other opportunistic clarifications as we tried to verify the behavior. Replace `ExpressionOperation` by `LinkOperation` when applicable.
desruisseaux
-
2023/05/01
[sis] branch geoapi-4.0 updated: Restore contravariance on `FeatureQuery` class. This is a much smaller scope than the previous contravariance on `Filter` interface. Furthermore the addition of `getResourceClass()` in previous commit allows some type checks if needed.
desruisseaux
-
2023/05/01
[sis] branch master updated (ff2beab7ba -> 410b3a1f6a)
desruisseaux
-
2023/05/01
[sis] branch geoapi-3.1 updated (8d1d6522c4 -> 7d712579ff)
desruisseaux
-
2023/05/01
[sis] 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1. Contains parameterized type change in Filter and Expression for more type safety.
desruisseaux
-
2023/05/01
[sis] 02/02: Remove the `FilterNode` class, replaced by default implementation of `Optimization.OnFilter` methods.
desruisseaux
-
2023/05/01
[sis] branch geoapi-4.0 updated (92777dd94e -> cb0796b495)
desruisseaux
-
2023/05/01
[sis] 01/02: Implement the `getResourceClass()` method added in `Filter` and `Expression` interfaces. That method make possible to determine whether some optimizations are allowed or not.
desruisseaux
-
2023/04/30
[sis] branch geoapi-4.0 updated: Bug fix in the computation of image bounds by `ImageCombiner`. Workaround for `BufferedImage.setData(…)` bug, which does not handle float and double types correctly.
desruisseaux
-
2023/04/29
[sis] 01/01: Merge branch 'geoapi-3.1'.
desruisseaux
-
2023/04/29
[sis] branch master updated (62c8552cf8 -> ff2beab7ba)
desruisseaux
-
2023/04/29
[sis] branch geoapi-3.1 updated (8f68fc28fa -> 8d1d6522c4)
desruisseaux
-
2023/04/29
[sis] 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1.
desruisseaux
-
2023/04/29
[sis] 01/02: Upgrade dependencies.
desruisseaux
-
2023/04/29
[sis] branch geoapi-4.0 updated (511ec7b89f -> eef1a6a166)
desruisseaux
-
2023/04/28
[sis] branch feat/computed-fields deleted (was 3704683e32)
desruisseaux
-
2023/04/28
[sis] 01/01: Merge remote-tracking branch 'origin/feat/computed-fields' into geoapi-4.0.
desruisseaux
-
2023/04/28
[sis] branch geoapi-4.0 updated (f6509802be -> 511ec7b89f)
desruisseaux
-
2023/04/24
[sis] branch geoapi-4.0 updated: `MathTransforms.linear(MathTransform, DirectPosition)` and `tangent(…)` where duplicating functionality. Deprecate the former in favor of the latter.
desruisseaux