Messages by Date
-
2024/04/13
(sis) 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1.
desruisseaux
-
2024/04/12
(sis) 01/02: As a consequence of the change in previous commit, remove the SIS-specific "dim" parameter in Geographic/Geocentric conversions. That parameter was not part of OGC standard neither in EPSG database. It was a hack needed by SIS as a way to specify the desired number of dimensions, but this hack is no longer needed now.
desruisseaux
-
2024/04/12
(sis) branch geoapi-4.0 updated (b362b47c1f -> 184ea54db1)
desruisseaux
-
2024/04/12
(sis) 02/02: Minor cleaning for a method which is no longer worth to define.
desruisseaux
-
2024/04/09
(sis) branch main updated (65771ca1ee -> d98b7a3e07)
desruisseaux
-
2024/04/09
(sis) 01/01: Merge branch 'geoapi-3.1'.
desruisseaux
-
2024/04/09
(sis) 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1.
desruisseaux
-
2024/04/09
(sis) branch geoapi-3.1 updated (e111cc6c47 -> 9696bd8bfe)
desruisseaux
-
2024/04/09
(sis) branch geoapi-4.0 updated: Add a safety for parsing a CRS code as an HTTP URL when using the fallback factory. It seems necessary for the tests on the Jenkins server. The reason why the code doesn't go through `MultiAuthoritiesFactory` on the Jenkins server is unknown (we cannot reproduce this test failure locally).
desruisseaux
-
2024/04/09
(sis) branch geoapi-4.0 updated: Post-merge cleanup: edit documentation, remove unnecessary `@SuppressWarnings`.
desruisseaux
-
2024/04/09
(sis) 01/01: Merge branch 'geoapi-3.1': automatic post-merge import reorganization.
desruisseaux
-
2024/04/09
(sis) branch main updated (3403855d45 -> 65771ca1ee)
desruisseaux
-
2024/04/09
(sis) 01/01: Post-merge automatic import reorganization.
desruisseaux
-
2024/04/09
(sis) branch geoapi-3.1 updated (abe39d4ffc -> e111cc6c47)
desruisseaux
-
2024/04/09
(sis) branch geoapi-4.0 updated: Post-merge automatic import reorganization.
desruisseaux
-
2024/04/09
(sis) branch main updated (129054c2fa -> 3403855d45)
desruisseaux
-
2024/04/09
(sis) 01/01: Merge branch 'geoapi-3.1'.
desruisseaux
-
2024/04/09
(sis) branch geoapi-3.1 updated (72bf4148b1 -> abe39d4ffc)
desruisseaux
-
2024/04/09
(sis) 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1. This merge avoid deprecated `getScope()` and `getDomainOfValidity()` methods. Those methods are replaced by `getDomains()`.
desruisseaux
-
2024/04/08
(sis) branch geoapi-4.0 updated: Avoid usage of `getScope()` and `getDomainOfValidity()` methods, which are deprecated in GeoAPI 3.1 and removed in GeoAPI 4.0. They are replaced by `ObjectDomain`.
desruisseaux
-
2024/04/05
(sis) branch geoapi-4.0 updated: Fix an import order.
desruisseaux
-
2024/04/05
(sis) 01/01: Merge automatic import reorganization (for isolating the difference between branches).
desruisseaux
-
2024/04/05
(sis) branch main updated (a5db7e3106 -> 129054c2fa)
desruisseaux
-
2024/04/05
(sis) 01/01: Merge automatic import reorganization.
desruisseaux
-
2024/04/05
(sis) branch geoapi-3.1 updated (f173cc01f5 -> 72bf4148b1)
desruisseaux
-
2024/04/05
(sis) branch geoapi-4.0 updated: Post-merge automatic import reorganization.
desruisseaux
-
2024/04/05
(sis) branch main updated (b35ebd489f -> a5db7e3106)
desruisseaux
-
2024/04/05
(sis) 01/01: Merge branch 'geoapi-3.1'.
desruisseaux
-
2024/04/05
(sis) branch geoapi-3.1 updated (b86dbe8b92 -> f173cc01f5)
desruisseaux
-
2024/04/05
(sis) 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1, but without the removal of deprecated interfaces and methods.
desruisseaux
-
2024/04/05
(sis) 02/02: Update for the removal of deprecated ImageDatum, ImageCRS and UserDefinedCS interfaces. Those interfaces were defined in ISO 19111:2007 but removed in ISO 19111:2019.
desruisseaux
-
2024/04/05
(sis) branch geoapi-4.0 updated (4ec3a9b103 -> c39f9ef256)
desruisseaux
-
2024/04/05
(sis) 01/02: Post-merge cleanup. The `DefaultGeocentricCRS` class and its factory methods are marked as deprecated since 2.0 instead of 1.5 because we will not deprecate that class in the branch that depends on GeoAPI 3.0, because there is no replacement. The replacements will need to wait for GeoAPI 3.1.
desruisseaux
-
2024/04/05
(sis) branch main updated (eaa46cbfba -> b35ebd489f)
desruisseaux
-
2024/04/05
(sis) 01/01: Merge branch 'geoapi-3.1'. This is the beginning of an upgrade to ISO 19111:2019.
desruisseaux
-
2024/04/04
(sis) branch geoapi-3.1 updated (9ca908d78d -> b86dbe8b92)
desruisseaux
-
2024/04/04
(sis) 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1: First round of upgrade to ISO 19111:2019.
desruisseaux
-
2024/04/04
(sis) 02/02: Resolve a few warnings (not all) about the deprecated `VerticalDatumType` code list.
desruisseaux
-
2024/04/04
(sis) 01/02: Resolve deprecation warnings about `AuthorityFactory.getDescriptionText(String)`.
desruisseaux
-
2024/04/04
(sis) branch geoapi-4.0 updated (57c421ab99 -> 4ec3a9b103)
desruisseaux
-
2024/04/02
(sis) 01/01: Merge branch 'geoapi-3.1'.
desruisseaux
-
2024/04/02
(sis) branch main updated (3990491cc6 -> eaa46cbfba)
desruisseaux
-
2024/04/02
(sis) 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1: cleanup before work on ISO 19111:2019.
desruisseaux
-
2024/04/02
(sis) branch geoapi-3.1 updated (969036a87b -> 9ca908d78d)
desruisseaux
-
2024/03/15
(sis) 03/03: Remove a few methods that can be provided as default GeoAPI methods.
desruisseaux
-
2024/03/15
(sis) 02/03: Avoid unnecessary message for aborted tests.
desruisseaux
-
2024/03/15
(sis) 01/03: Add a notice about Font-GIS licence: SIL Open Font License (OFL) version 1.1
desruisseaux
-
2024/03/15
(sis) branch geoapi-4.0 updated (46ab59a6e5 -> 0580fecf48)
desruisseaux
-
2024/03/14
(sis) branch geoapi-4.0 updated: Complete the renaming from `getOrdinate(int)` to `getCoordinate(int)` in a few missing places. Fix documentation and code formatting in some places that we forgot to update.
desruisseaux
-
2024/03/14
(sis) 01/01: Merge branch 'geoapi-3.1': - Documentation fixes. - Rename "ordinate" as "coordinate" where possible.
desruisseaux
-
2024/03/14
(sis) branch main updated (2466fc7ddf -> 3990491cc6)
desruisseaux
-
2024/03/14
(sis) 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1.
desruisseaux
-
2024/03/14
(sis) branch geoapi-3.1 updated (9b511f4d6a -> 969036a87b)
desruisseaux
-
2024/03/14
(sis) branch feat/fontgis deleted (was b8b606d18b)
desruisseaux
-
2024/03/14
(sis) 01/02: English grammar fix: "split" is an irregular verb. Replace also a closed bug report by JEP 447.
desruisseaux
-
2024/03/14
(sis) branch geoapi-4.0 updated (03ea47e94c -> 145b4a415a)
desruisseaux
-
2024/03/14
(sis) 02/02: Add javafx Glyph and FontGIS dependency (work by Johann Sorel).
desruisseaux
-
2024/03/14
(sis) branch feat/fontgis updated: fix fontgis applied on Labeled nodes
jsorel
-
2024/03/13
(sis) 01/01: Add javafx Glyph and FontGIS dependency (work by Johann Sorel).
desruisseaux
-
2024/03/13
(sis) branch feat/fontgis updated (8bf404bdf1 -> 466d5dccad)
desruisseaux
-
2024/03/13
(sis) branch feat/fontgis updated (6a6dba10fe -> 8bf404bdf1)
desruisseaux
-
2024/03/13
(sis) 01/01: Add javafx Glyph and FontGIS dependency (work by Johann Sorel).
desruisseaux
-
2024/03/13
(sis) 01/01: Add javafx Glyph and FontGIS dependency. Author: Johann Sorel
desruisseaux
-
2024/03/13
(sis) branch feat/fontgis updated (c179ca9d39 -> 6a6dba10fe)
desruisseaux
-
2024/03/13
(sis) 01/01: Add javafx Glyph and FontGIS dependency.
desruisseaux
-
2024/03/13
(sis) branch feat/fontgis updated (e85ba72967 -> c179ca9d39)
desruisseaux
-
2024/03/12
(sis) 01/01: Merge branch 'geoapi-3.1'
desruisseaux
-
2024/03/12
(sis) branch main updated (f636f75504 -> 2466fc7ddf)
desruisseaux
-
2024/03/12
(sis) 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1.
desruisseaux
-
2024/03/12
(sis) branch geoapi-3.1 updated (b8b49e9bc2 -> 9b511f4d6a)
desruisseaux
-
2024/03/12
(sis) branch geoapi-4.0 updated: Post-merge automatic import reorder.
desruisseaux
-
2024/03/12
(sis) 01/01: Merge branch 'geoapi-3.1'.
desruisseaux
-
2024/03/12
(sis) branch main updated (2b40ccfdc4 -> f636f75504)
desruisseaux
-
2024/03/12
(sis) branch geoapi-3.1 updated (9048ae55d3 -> b8b49e9bc2)
desruisseaux
-
2024/03/12
(sis) 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1.
desruisseaux
-
2024/03/12
(sis) branch geoapi-4.0 updated: Update for a change in the way that CodeList are constructed in GeoAPI. https://github.com/opengeospatial/geoapi/issues/91
desruisseaux
-
2024/03/11
(sis) branch geoapi-4.0 updated: Remove final from RenderingException, subclassing should be allowed
jsorel
-
2024/03/08
(sis) branch geoapi-4.0 updated: Add stateful present method on GraphicsPortrayer
jsorel
-
2024/03/08
(sis) 01/01: Add javafx Glyph and FontGIS dependency
jsorel
-
2024/03/08
(sis) branch feat/fontgis created (now e85ba72967)
jsorel
-
2024/03/08
(sis) branch geoapi-4.0 updated: Add javadoc on Scene2D and StylePainter
jsorel
-
2024/03/08
(sis) branch geoapi-4.0 updated: Add DPI parameter on GraphicsPortrayer
jsorel
-
2024/03/07
svn commit: r1916166 - 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
-
2024/03/07
(sis) branch main updated (4150341710 -> 2b40ccfdc4)
desruisseaux
-
2024/03/07
(sis) 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1. https://issues.apache.org/jira/browse/SIS-596
desruisseaux
-
2024/03/07
(sis) branch geoapi-3.1 updated (6cbd4e47c3 -> 9048ae55d3)
desruisseaux
-
2024/03/07
(sis) branch geoapi-4.0 updated (a5633e743a -> 069553e76c)
desruisseaux
-
2024/03/07
(sis) branch main updated (6eba4a5b2d -> 4150341710)
desruisseaux
-
2024/03/07
(sis) 01/01: Merge branch 'geoapi-3.1'
desruisseaux
-
2024/03/07
(sis) 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1
desruisseaux
-
2024/03/07
(sis) branch geoapi-3.1 updated (445620db52 -> 6cbd4e47c3)
desruisseaux
-
2024/03/06
(sis-site) branch main updated: Add an "How to" about building a 4-dimensional CRS.
desruisseaux
-
2024/03/06
(sis) 02/02: Give more information to `SchemaModifier` for modifying a `GridCoverage` read from a GeoTIFF file. By default, add a "no data" category if such value is provided in the GeoTIFF tag.
desruisseaux
-
2024/03/06
(sis) 01/02: Remove a few unnecessary qualified exports.
desruisseaux
-
2024/03/06
(sis) branch geoapi-4.0 updated (f118aac5b8 -> a5633e743a)
desruisseaux
-
2024/02/29
(sis) branch geoapi-4.0 updated: Change the way to import the CSS in the XHTML pages for IP review. This is reflecting the change done in commit 1916044 of https://svn.apache.org/repos/asf/sis/ip-review
desruisseaux
-
2024/02/28
svn commit: r1916044 [11/12] - in /sis/ip-review: ./ rev/00486/ rev/01082/ rev/01091/ rev/01094/ rev/01096/ rev/01097/ rev/01188/ rev/03062/ rev/04948/ rev/05052/ rev/05125/ rev/05895/ rev/05897/ rev/05900/ rev/05901/ rev/05908/ rev/05909/ rev/05922/ r...
desruisseaux
-
2024/02/28
svn commit: r1916044 [5/12] - in /sis/ip-review: ./ rev/00486/ rev/01082/ rev/01091/ rev/01094/ rev/01096/ rev/01097/ rev/01188/ rev/03062/ rev/04948/ rev/05052/ rev/05125/ rev/05895/ rev/05897/ rev/05900/ rev/05901/ rev/05908/ rev/05909/ rev/05922/ re...
desruisseaux
-
2024/02/28
svn commit: r1916044 [9/12] - in /sis/ip-review: ./ rev/00486/ rev/01082/ rev/01091/ rev/01094/ rev/01096/ rev/01097/ rev/01188/ rev/03062/ rev/04948/ rev/05052/ rev/05125/ rev/05895/ rev/05897/ rev/05900/ rev/05901/ rev/05908/ rev/05909/ rev/05922/ re...
desruisseaux
-
2024/02/28
svn commit: r1916044 [8/12] - in /sis/ip-review: ./ rev/00486/ rev/01082/ rev/01091/ rev/01094/ rev/01096/ rev/01097/ rev/01188/ rev/03062/ rev/04948/ rev/05052/ rev/05125/ rev/05895/ rev/05897/ rev/05900/ rev/05901/ rev/05908/ rev/05909/ rev/05922/ re...
desruisseaux
-
2024/02/28
svn commit: r1916044 [1/12] - in /sis/ip-review: ./ rev/00486/ rev/01082/ rev/01091/ rev/01094/ rev/01096/ rev/01097/ rev/01188/ rev/03062/ rev/04948/ rev/05052/ rev/05125/ rev/05895/ rev/05897/ rev/05900/ rev/05901/ rev/05908/ rev/05909/ rev/05922/ re...
desruisseaux
-
2024/02/28
svn commit: r1916044 [6/12] - in /sis/ip-review: ./ rev/00486/ rev/01082/ rev/01091/ rev/01094/ rev/01096/ rev/01097/ rev/01188/ rev/03062/ rev/04948/ rev/05052/ rev/05125/ rev/05895/ rev/05897/ rev/05900/ rev/05901/ rev/05908/ rev/05909/ rev/05922/ re...
desruisseaux
-
2024/02/28
svn commit: r1916044 [2/12] - in /sis/ip-review: ./ rev/00486/ rev/01082/ rev/01091/ rev/01094/ rev/01096/ rev/01097/ rev/01188/ rev/03062/ rev/04948/ rev/05052/ rev/05125/ rev/05895/ rev/05897/ rev/05900/ rev/05901/ rev/05908/ rev/05909/ rev/05922/ re...
desruisseaux
-
2024/02/28
svn commit: r1916044 [12/12] - in /sis/ip-review: ./ rev/00486/ rev/01082/ rev/01091/ rev/01094/ rev/01096/ rev/01097/ rev/01188/ rev/03062/ rev/04948/ rev/05052/ rev/05125/ rev/05895/ rev/05897/ rev/05900/ rev/05901/ rev/05908/ rev/05909/ rev/05922/ r...
desruisseaux
-
2024/02/28
svn commit: r1916044 [3/12] - in /sis/ip-review: ./ rev/00486/ rev/01082/ rev/01091/ rev/01094/ rev/01096/ rev/01097/ rev/01188/ rev/03062/ rev/04948/ rev/05052/ rev/05125/ rev/05895/ rev/05897/ rev/05900/ rev/05901/ rev/05908/ rev/05909/ rev/05922/ re...
desruisseaux
-
2024/02/28
svn commit: r1916044 [10/12] - in /sis/ip-review: ./ rev/00486/ rev/01082/ rev/01091/ rev/01094/ rev/01096/ rev/01097/ rev/01188/ rev/03062/ rev/04948/ rev/05052/ rev/05125/ rev/05895/ rev/05897/ rev/05900/ rev/05901/ rev/05908/ rev/05909/ rev/05922/ r...
desruisseaux
-
2024/02/28
svn commit: r1916044 [4/12] - in /sis/ip-review: ./ rev/00486/ rev/01082/ rev/01091/ rev/01094/ rev/01096/ rev/01097/ rev/01188/ rev/03062/ rev/04948/ rev/05052/ rev/05125/ rev/05895/ rev/05897/ rev/05900/ rev/05901/ rev/05908/ rev/05909/ rev/05922/ re...
desruisseaux
-
2024/02/28
svn commit: r1916044 [7/12] - in /sis/ip-review: ./ rev/00486/ rev/01082/ rev/01091/ rev/01094/ rev/01096/ rev/01097/ rev/01188/ rev/03062/ rev/04948/ rev/05052/ rev/05125/ rev/05895/ rev/05897/ rev/05900/ rev/05901/ rev/05908/ rev/05909/ rev/05922/ re...
desruisseaux
-
2024/02/28
(sis) branch geoapi-4.0 updated (54f785e8f6 -> 1e3b96aaa1)
desruisseaux
-
2024/02/28
(sis) 02/02: Documentation fixes and formatting.
desruisseaux
-
2024/02/28
(sis) 01/02: Publish the `sis-coveragejson` to Maven local repository. Remove the `sis-shapefile` exclusion from resources compiler.
desruisseaux
-
2024/02/24
(sis) branch geoapi-4.0 updated: Tune the log messages: more appropriate logger in `AbstractProvider`, fix the locale used by WKT store, catch more logs during the tests. Opportunistically add a link to metadata in Landsat Javadoc.
desruisseaux
-
2024/02/21
(sis) branch geoapi-4.0 updated: Modification of the heuritic rules for sorting the import statements used for tests.
desruisseaux
-
2024/02/21
(sis) 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1: post-merge imports organization.
desruisseaux
-
2024/02/21
(sis) branch geoapi-4.0 updated: Automatic post-merge reorganization of import statements.
desruisseaux
-
2024/02/21
(sis) 01/01: Merge branch 'geoapi-3.1': post-merge organization of imports.
desruisseaux
-
2024/02/21
(sis) branch main updated (15c3081113 -> 6eba4a5b2d)
desruisseaux
-
2024/02/21
(sis) branch geoapi-3.1 updated (05dc18652a -> 445620db52)
desruisseaux
-
2024/02/21
(sis) branch main updated (b87b99f314 -> 15c3081113)
desruisseaux
-
2024/02/21
(sis) 01/01: Merge branch 'geoapi-3.1'. Contains a fix needed by the CI.
desruisseaux
-
2024/02/21
(sis) branch geoapi-3.1 updated (f4bb5471ef -> 05dc18652a)
desruisseaux
-
2024/02/21
(sis) 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1
desruisseaux
-
2024/02/21
(sis) branch geoapi-4.0 updated (ee6e4b795c -> 7812f5c6af)
desruisseaux
-
2024/02/21
(sis) 02/02: Add units of measurement for knot and tonne.
desruisseaux
-
2024/02/21
(sis) 01/02: Make the code more robust to absence of EPSG database.
desruisseaux
-
2024/02/21
(sis) branch geoapi-4.0 updated: Use a separated option for enabling tests on the PostgreSQL database.
desruisseaux
-
2024/02/21
(sis-site) branch main updated: Update build instruction with the use of environment variable.
desruisseaux
-
2024/02/21
(sis) 01/01: Merge branch 'geoapi-3.1': last JUnit5 tuning. https://issues.apache.org/jira/browse/SIS-457
desruisseaux
-
2024/02/21
(sis) branch main updated (55d09a63e0 -> b87b99f314)
desruisseaux
-
2024/02/21
(sis) 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1: Last cleanups (for now) about migration to JUnit 5.
desruisseaux
-
2024/02/21
(sis) 02/05: Documentation updates.
desruisseaux
-
2024/02/21
(sis) 01/05: Let JUnit manage temporary directories.
desruisseaux
-
2024/02/21
(sis) branch geoapi-3.1 updated (6879e93e0e -> f4bb5471ef)
desruisseaux
-
2024/02/21
(sis) 05/05: Allow to enable extensive tests using environment variable instead of system properties. It appears that system properties were not propagated to the tests when running with Gradle. Fixed another "JUnit 4 to JUnit 5" migration mistake which appeared with extensive tests.
desruisseaux
-
2024/02/21
(sis) branch geoapi-4.0 updated (caf0bb3727 -> d3da88c0dd)
desruisseaux
-
2024/02/21
(sis) 03/05: JTS envelope may be empty, for example when created from a multi-polygon containing 0 polygon.
desruisseaux
-
2024/02/21
(sis) 04/05: Fix an exception when the amount of bytes to read from S3 or HTTP file exceed the buffer capacity.
desruisseaux
-
2024/02/20
(sis) 03/03: Cleanup the identification of slow tests.
desruisseaux
-
2024/02/20
(sis) 01/03: Handle a log record about a deprecated EPSG code. That record may or may not be emitted depending on execution order.
desruisseaux
-
2024/02/20
(sis) branch geoapi-4.0 updated (1c81e3ce85 -> caf0bb3727)
desruisseaux
-
2024/02/20
(sis) 02/03: Enable more parallel execution of tests.
desruisseaux
-
2024/02/20
(sis) 02/05: Add a common base class for tests that depend on the Garbage Collector activity. Those tests are executed in isolation for making them a little bit less undeterministic.
desruisseaux
-
2024/02/20
(sis) branch geoapi-4.0 updated (8cdda23851 -> 1c81e3ce85)
desruisseaux
-
2024/02/20
(sis) 04/05: Opportunistically use "pattern matching for instanceof" in test code. The main code is unchanged (stay on Java 11).
desruisseaux
-
2024/02/20
(sis) 01/05: Logs handled by the wrong `LoggingWatcher` during execution of tests in parallel. Require Java 16 for the test (but not for the main code, which still on Java 11) for avoiding an unreliable hack in `JDK16` placeholder class.
desruisseaux
-
2024/02/20
(sis) 05/05: Fix some synchronization holes in parallel execution of tests.
desruisseaux
-
2024/02/20
(sis) 03/05: Better identification of code that will need to be replaced in Java 16.
desruisseaux
-
2024/02/19
(sis) 02/04: Make `LoggingWatcher` partially thread-safe, and add synchronization lock in the classes that use it. Tests that do not start other threads can be run in parallel, because we can use the thread identifier for separating the log records. Tests that start worker threads need to be alone.
desruisseaux
-
2024/02/19
(sis) 03/04: Reduce the risk of deadlock in `CommonCRS` methods by reducing the size of synchronized blocks.
desruisseaux
-
2024/02/19
(sis) branch geoapi-4.0 updated (acc94580f9 -> 8cdda23851)
desruisseaux
-
2024/02/19
(sis) 04/04: Enable JUnit parallel tests in `endorsed` modules. This requires the addition of a few resource locks.
desruisseaux
-
2024/02/19
(sis) 01/04: Print the logging summary after all tests instead of after each class.
desruisseaux
-
2024/02/18
(sis) branch geoapi-4.0 updated: GeoAPI `TransformTestCase` constructor no longer requires factories.
desruisseaux
-
2024/02/18
(sis) branch geoapi-4.0 updated: Add JUnit extension on classes that do not inherit it from `org.apache.sis.test.TestCase`.
desruisseaux
-
2024/02/18
(sis) branch geoapi-4.0 updated: Replace `@BeforeAll` annotations by `Lifecycle.PER_CLASS`. It often removes the need to dispose the tested resource.
desruisseaux
-
2024/02/17
(sis) 01/01: Merge branch 'geoapi-3.1': Remove unsupported custom annotations.
desruisseaux
-
2024/02/17
(sis) branch main updated (131b4ae055 -> 55d09a63e0)
desruisseaux
-
2024/02/17
(sis) branch geoapi-3.1 updated (6cd28b5cd2 -> 6879e93e0e)
desruisseaux
-
2024/02/17
(sis) 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1: Removal of unsupported custom annotations.
desruisseaux
-
2024/02/17
(sis) branch geoapi-4.0 updated (52e92eab1e -> 7d2c731b1b)
desruisseaux
-
2024/02/17
(sis) branch geoapi-3.1 updated (df1eb4f7d0 -> 6cd28b5cd2)
desruisseaux
-
2024/02/17
(sis) 03/04: Merge branch 'geoapi-4.0' into geoapi-3.1
desruisseaux
-
2024/02/17
(sis) 02/04: Replace calls to an SIS assertion method by calls to the equivalent GeoAPI assertion method.
desruisseaux
-
2024/02/17
(sis) 04/04: Merge branch 'geoapi-3.1': skip the replacement of SIS assertion methods by GeoAPI ones since the latter do not exist on GeoAPI 3.0.
desruisseaux
-
2024/02/17
(sis) 01/04: Remove an assertion method replaced by a GeoAPI assertion methods.
desruisseaux
-
2024/02/17
(sis) branch main updated (9ccb657bbb -> 131b4ae055)
desruisseaux
-
2024/02/17
(sis) 01/01: Merge branch 'geoapi-3.1'
desruisseaux
-
2024/02/17
(sis) branch main updated (0af06aeeb2 -> 9ccb657bbb)
desruisseaux
-
2024/02/17
(sis) 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1
desruisseaux
-
2024/02/17
(sis) branch geoapi-3.1 updated (5909d8a9de -> df1eb4f7d0)
desruisseaux
-
2024/02/17
(sis) branch geoapi-4.0 updated: Update for change in argument order in GeoAPI, for consistency with JUnit 5.
desruisseaux
-
2024/02/17
(sis) branch main updated (878da1aaa3 -> 0af06aeeb2)
desruisseaux
-
2024/02/17
(sis) 01/01: Merge branch 'geoapi-3.1': Change of argument order in `Assertions` classes for consistency with JUnit 5 convention.
desruisseaux
-
2024/02/17
(sis) branch geoapi-3.1 updated (84992dfbd2 -> 5909d8a9de)
desruisseaux
-
2024/02/17
(sis) 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1: Change of argument order in `Assertions` classes for consistency with JUnit 5 convention.
desruisseaux
-
2024/02/17
(sis) branch geoapi-4.0 updated: Change argument order in SIS `Assertions` classes for consistency with JUnit 5 convention.
desruisseaux
-
2024/02/17
(sis) branch SIS-457 deleted (was e807c05257)
desruisseaux
-
2024/02/17
(sis) branch main updated (7763c6c1a5 -> 878da1aaa3)
desruisseaux
-
2024/02/16
(sis) 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1: Upgrade from JUnit 4 to JUnit 5.
desruisseaux
-
2024/02/16
(sis) branch geoapi-3.1 updated (9adef8be22 -> 84992dfbd2)
desruisseaux
-
2024/02/14
(sis) branch geoapi-4.0 updated: Cleanup: - Use JUnit 5 runner for the `buildSrc` module. - Replace `assertFalse(a == b)` by `assertNotEquals(a, b)`. - Change argument order of assertion methods in `AnnotationConsistencyCheck` for consistency with JUnit 5 order.
desruisseaux
-
2024/02/12
(sis-site) branch main updated: Document the policy applied in recent changes: - Under which condition to suppress a compiler warning. - Use of some HTML tags according their semantic.
desruisseaux
-
2024/02/12
(sis) branch geoapi-4.0 updated: Partial revert of previous changes: we need to keep JUnit 4 `org.junit.Assume` until the JUnit 4 runner is remplaced by the JUnit 5 runner.
desruisseaux
-
2024/02/11
(sis) branch geoapi-4.0 updated: Upgraded JUnit 5 dependency to 5.10.2 and ported a few more tests.
desruisseaux
-
2024/02/11
(sis) branch geoapi-4.0 updated: Remove JUnit 4 dependency from incubator and optional modules. Those modules are now tested with the JUnit 5 framework only.
desruisseaux
-
2024/02/10
(sis) 01/01: Merge branch 'geoapi-3.1'
desruisseaux
-
2024/02/10
(sis) branch main updated (51fff833a7 -> 7763c6c1a5)
desruisseaux
-
2024/02/10
(sis) 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1.
desruisseaux
-
2024/02/10
(sis) branch geoapi-3.1 updated (99f667e72b -> 9adef8be22)
desruisseaux
-
2024/02/10
(sis) branch geoapi-4.0 updated: Post-merge imports reordering.
desruisseaux
-
2024/02/10
(sis) branch main updated (3520afc392 -> 51fff833a7)
desruisseaux
-
2024/02/10
(sis) 01/01: Merge branch 'geoapi-3.1'.
desruisseaux
-
2024/02/10
(sis) 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1. The changes are mostly cleanups.
desruisseaux
-
2024/02/10
(sis) branch geoapi-3.1 updated (fadb6e856b -> 99f667e72b)
desruisseaux
-
2024/02/10
(sis) branch geoapi-4.0 updated (fc6e728866 -> daa2c40eaa)
desruisseaux
-
2024/02/10
(sis) 01/02: Fix a test case in the handling of wraparound axis in `Envelope2D`.
desruisseaux
-
2024/02/10
(sis) 02/02: Move a large `MetadataBuilder` inner class as a top-level class.
desruisseaux
-
2024/02/09
(sis) 02/02: Use `==` instead of `equals` when comparing `java.lang.Class`, `java.lang.Enum` and `org.opengis.util.CodeList`. This is for consistency (we were applying a mix of boths) and for compile-time safety, as the compiler raises an error when comparing incompatible types. It also makes the code a little bit more readable.
desruisseaux
-
2024/02/09
(sis) branch geoapi-4.0 updated (11bade0b82 -> fc6e728866)
desruisseaux
-
2024/02/08
(sis) branch geoapi-4.0 updated (738fd95772 -> 11bade0b82)
desruisseaux