You are viewing a plain text version of this content. The canonical link for it is here.
- (sis) branch geoapi-4.0 updated (64cdd84150 -> f06d89ad54) - posted by de...@apache.org on 2024/02/01 17:48:57 UTC, 0 replies.
- (sis) 01/03: Reduce the amount of magic in `IOUtilities` relative to the conversion from URL to Path. This is consequence of URL constuctors being deprecated in Java 20. If URLs can only be created via URI, a consequence is that the encoding must be UTF-8 and some `IOUtilities` methods become obsolete. - posted by de...@apache.org on 2024/02/01 17:48:58 UTC, 0 replies.
- (sis) 02/03: Allow the resolution of relative `xlink:href` from GML files opened as a `DataStore`. Allow the resolution of URI fragment from `XML.unmarshal(…)`. - posted by de...@apache.org on 2024/02/01 17:48:59 UTC, 0 replies.
- (sis) 03/03: Change the order of options for the "transform" command. It is less confusing to see the "--inverse" option before "--operation". - posted by de...@apache.org on 2024/02/01 17:49:00 UTC, 0 replies.
- (sis) branch geoapi-4.0 updated: Modify `IOUtilities.encodeURI(String)` to encode '\' too (for Windows paths) and restore the public modifier on the signature. `IOUtilities` is an internal class and should not be used outside Apache SIS, but there is still projects using that method. - posted by de...@apache.org on 2024/02/02 11:59:09 UTC, 0 replies.
- (sis) branch geoapi-4.0 updated (8a2883ac8a -> 05930cba1e) - posted by de...@apache.org on 2024/02/02 17:13:38 UTC, 0 replies.
- (sis) 01/03: Allow `IOUtilities.toFileOrURL(String)` to convert "file:something" to a relative file. Previously recognized only "file:/something" or "file:///something", which are absolute. - posted by de...@apache.org on 2024/02/02 17:13:39 UTC, 0 replies.
- (sis) 02/03: `URISource.create(…)` should also separate the path from the fragment, which may result in a `URISyntaxException` to be thrown. - posted by de...@apache.org on 2024/02/02 17:13:40 UTC, 0 replies.
- (sis) 03/03: Resolve relative path of the form "file:something#foo". Before this commit, the "#foo" fragment prevented the resolution. - posted by de...@apache.org on 2024/02/02 17:13:41 UTC, 0 replies.
- (sis) branch geoapi-3.1 updated (24e0c1b0b0 -> 9f95c712fa) - posted by de...@apache.org on 2024/02/03 10:43:04 UTC, 0 replies.
- (sis) 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1: - Bug fixes in warning logs during XML unmarshalling. - Bug fixes in WKT formatting with ANSI colors. - Fix a few cases where "xlink:href" were still not handled. - Fix a few cases where fragments in URL were not handled. - Grammatical fixes in comments. - posted by de...@apache.org on 2024/02/03 10:43:05 UTC, 0 replies.
- (sis) branch main updated (2a51813d48 -> 4cbb8b175f) - posted by de...@apache.org on 2024/02/03 10:59:56 UTC, 0 replies.
- (sis) 01/01: Merge branch 'geoapi-3.1'. - posted by de...@apache.org on 2024/02/03 10:59:57 UTC, 1 replies.
- (sis) branch geoapi-4.0 updated: Post-merge automatic import reorganization. - posted by de...@apache.org on 2024/02/03 11:07:50 UTC, 0 replies.
- (sis) branch geoapi-3.1 updated (9f95c712fa -> fadb6e856b) - posted by de...@apache.org on 2024/02/03 11:07:58 UTC, 0 replies.
- (sis) 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1: - Post-merge import reorganization. - posted by de...@apache.org on 2024/02/03 11:07:59 UTC, 0 replies.
- (sis) branch main updated (4cbb8b175f -> 3520afc392) - posted by de...@apache.org on 2024/02/03 11:08:05 UTC, 0 replies.
- (sis) 01/01: Merge branch 'geoapi-3.1': - Post-merge imports reorganization. - posted by de...@apache.org on 2024/02/03 11:08:06 UTC, 0 replies.
- (sis) branch geoapi-4.0 updated (1a7a2aac78 -> 938b35b5e4) - posted by de...@apache.org on 2024/02/06 18:11:05 UTC, 0 replies.
- (sis) 01/03: Partial cleanup of compiler warnings: - Resolve "unchecked" warnings with an internal `Unsafe` class. - "ThisEscapedInObjectConstruction" replaced by "this-escape". - Remove a few @SuppressWarnings("null") which were too broad. - posted by de...@apache.org on 2024/02/06 18:11:06 UTC, 0 replies.
- (sis) 02/03: Move in `JDK19` internal class the calls to methods that will be replaced by Java 19 method calls when SIS will be allowed to use it. - posted by de...@apache.org on 2024/02/06 18:11:07 UTC, 0 replies.
- (sis) 03/03: Deprecate `ArgumentChecks` methods that are replaced by Java 9 methods: - `ensureValidIndex`, replaced by `Objects.checkIndex`. - `ensureValidIndexRange`, replaced by `Objects.checkFromToIndex`. - posted by de...@apache.org on 2024/02/06 18:11:08 UTC, 0 replies.
- (sis) branch geoapi-4.0 updated (938b35b5e4 -> 738fd95772) - posted by de...@apache.org on 2024/02/08 16:51:27 UTC, 0 replies.
- (sis) 01/03: Modernize the check for null argument value: - posted by de...@apache.org on 2024/02/08 16:51:28 UTC, 0 replies.
- (sis) 02/03: Deprecate a method which is provided in the standard JDK since Java 21. - posted by de...@apache.org on 2024/02/08 16:51:29 UTC, 0 replies.
- (sis) 03/03: Move to public API the annotation used for documenting methods that use assertions for arguments validation. - posted by de...@apache.org on 2024/02/08 16:51:30 UTC, 0 replies.
- (sis) branch geoapi-4.0 updated (738fd95772 -> 11bade0b82) - posted by de...@apache.org on 2024/02/08 17:31:57 UTC, 0 replies.
- (sis) 01/02: Simplify the merge of identifiers during WKT parsing. - posted by de...@apache.org on 2024/02/08 17:31:58 UTC, 0 replies.
- (sis) 02/02: Rename an internal method: `negativeResult` → `emptyResult`. - posted by de...@apache.org on 2024/02/08 17:31:59 UTC, 0 replies.
- (sis) branch geoapi-4.0 updated (11bade0b82 -> fc6e728866) - posted by de...@apache.org on 2024/02/09 17:47:04 UTC, 0 replies.
- (sis) 01/02: HTML tags cleanup: tag was used for wrong purpose. Use for definitions, for emphase, otherwise. The tag is kept for titles of OGC/ISO standards, sections and names of EPSG definitions. - posted by de...@apache.org on 2024/02/09 17:47:05 UTC, 0 replies.
- (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. - posted by de...@apache.org on 2024/02/09 17:47:06 UTC, 0 replies.
- (sis) branch geoapi-4.0 updated (fc6e728866 -> daa2c40eaa) - posted by de...@apache.org on 2024/02/10 11:47:52 UTC, 0 replies.
- (sis) 01/02: Fix a test case in the handling of wraparound axis in `Envelope2D`. - posted by de...@apache.org on 2024/02/10 11:47:53 UTC, 0 replies.
- (sis) 02/02: Move a large `MetadataBuilder` inner class as a top-level class. - posted by de...@apache.org on 2024/02/10 11:47:54 UTC, 0 replies.
- (sis) branch geoapi-3.1 updated (fadb6e856b -> 99f667e72b) - posted by de...@apache.org on 2024/02/10 12:03:51 UTC, 0 replies.
- (sis) 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1. The changes are mostly cleanups. - posted by de...@apache.org on 2024/02/10 12:03:52 UTC, 0 replies.
- (sis) branch main updated (3520afc392 -> 51fff833a7) - posted by de...@apache.org on 2024/02/10 12:52:31 UTC, 0 replies.
- (sis) branch geoapi-4.0 updated: Post-merge imports reordering. - posted by de...@apache.org on 2024/02/10 13:02:51 UTC, 0 replies.
- (sis) branch geoapi-3.1 updated (99f667e72b -> 9adef8be22) - posted by de...@apache.org on 2024/02/10 13:07:32 UTC, 0 replies.
- (sis) 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1. - posted by de...@apache.org on 2024/02/10 13:07:33 UTC, 0 replies.
- (sis) branch main updated (51fff833a7 -> 7763c6c1a5) - posted by de...@apache.org on 2024/02/10 13:10:47 UTC, 0 replies.
- (sis) 01/01: Merge branch 'geoapi-3.1' - posted by de...@apache.org on 2024/02/10 13:10:48 UTC, 1 replies.
- (sis) branch geoapi-4.0 updated: Port some tests to JUnit 5. - posted by de...@apache.org on 2024/02/10 23:24:56 UTC, 0 replies.
- (sis) branch geoapi-4.0 updated: Port more tests to JUnit 5. - posted by de...@apache.org on 2024/02/11 16:39:31 UTC, 0 replies.
- (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. - posted by de...@apache.org on 2024/02/11 20:17:14 UTC, 0 replies.
- (sis) branch geoapi-4.0 updated: Upgraded JUnit 5 dependency to 5.10.2 and ported a few more tests. - posted by de...@apache.org on 2024/02/11 23:38:00 UTC, 0 replies.
- (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. - posted by de...@apache.org on 2024/02/12 13:10:26 UTC, 0 replies.
- (sis) branch geoapi-4.0 updated: Partial migration of the referencing module to JUnit 5. - posted by de...@apache.org on 2024/02/12 16:13:27 UTC, 0 replies.
- (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. - posted by de...@apache.org on 2024/02/12 17:53:00 UTC, 0 replies.
- (sis) branch geoapi-4.0 updated: Partial migration of the metadata module to JUnit 5. - posted by de...@apache.org on 2024/02/12 17:53:57 UTC, 0 replies.
- (sis) branch geoapi-4.0 updated: Port remaining tests from JUnit 4 to JUnit 5. This is only a replacement of `org.junit.Assert` by `org.junit.jupiter.api.Assertions`, but the runner is still JUnit 4 one. Now that the `assert` method calls are replaced, the next step will be to replace the runner itself (after search and replace of @Test). - posted by de...@apache.org on 2024/02/13 17:56:52 UTC, 0 replies.
- (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. - posted by de...@apache.org on 2024/02/14 17:50:30 UTC, 0 replies.
- (sis) branch geoapi-4.0 updated: Replace JUnit 4 runner by JUnit 5 runner. This work requires: - Replacements of `org.junit.Test` by `org.junit.jupiter.api.Test` annotations. - Replacements of `org.junit.Assume` by `org.junit.jupiter.api.Assumptions`. - Replacements JUnit 4 rules by JUnit 5 extensions (implementation classes modified). - Changes in the `buildSrc/.../ModularTest.java` class. - Changes in the Gradle scripts. - A few changes related to `Assertions` that should have been in the previous commit. - posted by de...@apache.org on 2024/02/16 13:11:16 UTC, 0 replies.
- (sis) branch geoapi-3.1 updated (9adef8be22 -> 84992dfbd2) - posted by de...@apache.org on 2024/02/16 14:44:49 UTC, 0 replies.
- (sis) 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1: Upgrade from JUnit 4 to JUnit 5. - posted by de...@apache.org on 2024/02/16 14:44:50 UTC, 0 replies.
- (sis) branch main updated (7763c6c1a5 -> 878da1aaa3) - posted by de...@apache.org on 2024/02/17 10:30:34 UTC, 0 replies.
- (sis) 01/01: Merge branch 'geoapi-3.1': Upgrade from JUnit 4 to JUnit 5. - posted by de...@apache.org on 2024/02/17 10:30:35 UTC, 0 replies.
- (sis) branch SIS-457 deleted (was e807c05257) - posted by de...@apache.org on 2024/02/17 10:50:24 UTC, 0 replies.
- (sis) branch geoapi-4.0 updated: Replace GeoAPI `Assert` by `Assertions` with argument order consistent with JUnit 5 convention. - posted by de...@apache.org on 2024/02/17 13:14:35 UTC, 0 replies.
- (sis) branch geoapi-4.0 updated: Change argument order in SIS `Assertions` classes for consistency with JUnit 5 convention. - posted by de...@apache.org on 2024/02/17 14:23:56 UTC, 0 replies.
- (sis) branch geoapi-3.1 updated (84992dfbd2 -> 5909d8a9de) - posted by de...@apache.org on 2024/02/17 15:17:01 UTC, 0 replies.
- (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. - posted by de...@apache.org on 2024/02/17 15:17:02 UTC, 0 replies.
- (sis) branch main updated (878da1aaa3 -> 0af06aeeb2) - posted by de...@apache.org on 2024/02/17 16:43:34 UTC, 0 replies.
- (sis) 01/01: Merge branch 'geoapi-3.1': Change of argument order in `Assertions` classes for consistency with JUnit 5 convention. - posted by de...@apache.org on 2024/02/17 16:43:35 UTC, 0 replies.
- (sis) branch geoapi-4.0 updated: Update for change in argument order in GeoAPI, for consistency with JUnit 5. - posted by de...@apache.org on 2024/02/17 21:11:53 UTC, 0 replies.
- (sis) branch geoapi-3.1 updated (5909d8a9de -> df1eb4f7d0) - posted by de...@apache.org on 2024/02/17 21:25:02 UTC, 0 replies.
- (sis) 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1 - posted by de...@apache.org on 2024/02/17 21:25:03 UTC, 1 replies.
- (sis) branch main updated (0af06aeeb2 -> 9ccb657bbb) - posted by de...@apache.org on 2024/02/17 21:30:16 UTC, 0 replies.
- (sis) branch main updated (9ccb657bbb -> 131b4ae055) - posted by de...@apache.org on 2024/02/17 22:12:17 UTC, 0 replies.
- (sis) 01/04: Remove an assertion method replaced by a GeoAPI assertion methods. - posted by de...@apache.org on 2024/02/17 22:12:18 UTC, 0 replies.
- (sis) 02/04: Replace calls to an SIS assertion method by calls to the equivalent GeoAPI assertion method. - posted by de...@apache.org on 2024/02/17 22:12:19 UTC, 0 replies.
- (sis) 03/04: Merge branch 'geoapi-4.0' into geoapi-3.1 - posted by de...@apache.org on 2024/02/17 22:12:20 UTC, 0 replies.
- (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. - posted by de...@apache.org on 2024/02/17 22:12:21 UTC, 0 replies.
- (sis) branch geoapi-3.1 updated (df1eb4f7d0 -> 6cd28b5cd2) - posted by de...@apache.org on 2024/02/17 22:12:24 UTC, 0 replies.
- (sis) branch geoapi-4.0 updated (52e92eab1e -> 7d2c731b1b) - posted by de...@apache.org on 2024/02/17 22:12:32 UTC, 0 replies.
- (sis) branch geoapi-4.0 updated: Remove `@DependsOn` and `@DependsOnMethod` annotation, which are not supported anymore since we upgraded to JUnit 5. We could replace them by JUnit 5 `@Order` annotation, but it is probably not worth the effort. - posted by de...@apache.org on 2024/02/17 22:51:18 UTC, 0 replies.
- (sis) branch geoapi-3.1 updated (6cd28b5cd2 -> 6879e93e0e) - posted by de...@apache.org on 2024/02/17 22:55:25 UTC, 0 replies.
- (sis) 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1: Removal of unsupported custom annotations. - posted by de...@apache.org on 2024/02/17 22:55:26 UTC, 0 replies.
- (sis) branch main updated (131b4ae055 -> 55d09a63e0) - posted by de...@apache.org on 2024/02/17 23:03:41 UTC, 0 replies.
- (sis) 01/01: Merge branch 'geoapi-3.1': Remove unsupported custom annotations. - posted by de...@apache.org on 2024/02/17 23:03:42 UTC, 0 replies.
- (sis) branch geoapi-4.0 updated: Replace `@BeforeAll` annotations by `Lifecycle.PER_CLASS`. It often removes the need to dispose the tested resource. - posted by de...@apache.org on 2024/02/18 16:45:32 UTC, 0 replies.
- (sis) branch geoapi-4.0 updated: Add JUnit extension on classes that do not inherit it from `org.apache.sis.test.TestCase`. - posted by de...@apache.org on 2024/02/18 21:26:23 UTC, 0 replies.
- (sis) branch geoapi-4.0 updated: GeoAPI `TransformTestCase` constructor no longer requires factories. - posted by de...@apache.org on 2024/02/18 22:02:49 UTC, 0 replies.
- (sis) branch geoapi-4.0 updated (acc94580f9 -> 8cdda23851) - posted by de...@apache.org on 2024/02/19 16:22:56 UTC, 0 replies.
- (sis) 01/04: Print the logging summary after all tests instead of after each class. - posted by de...@apache.org on 2024/02/19 16:22:57 UTC, 0 replies.
- (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. - posted by de...@apache.org on 2024/02/19 16:22:58 UTC, 0 replies.
- (sis) 03/04: Reduce the risk of deadlock in `CommonCRS` methods by reducing the size of synchronized blocks. - posted by de...@apache.org on 2024/02/19 16:22:59 UTC, 0 replies.
- (sis) 04/04: Enable JUnit parallel tests in `endorsed` modules. This requires the addition of a few resource locks. - posted by de...@apache.org on 2024/02/19 16:23:00 UTC, 0 replies.
- (sis) branch geoapi-4.0 updated (8cdda23851 -> 1c81e3ce85) - posted by de...@apache.org on 2024/02/20 12:33:31 UTC, 0 replies.
- (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. - posted by de...@apache.org on 2024/02/20 12:33:32 UTC, 0 replies.
- (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. - posted by de...@apache.org on 2024/02/20 12:33:33 UTC, 0 replies.
- (sis) 03/05: Better identification of code that will need to be replaced in Java 16. - posted by de...@apache.org on 2024/02/20 12:33:34 UTC, 0 replies.
- (sis) 04/05: Opportunistically use "pattern matching for instanceof" in test code. The main code is unchanged (stay on Java 11). - posted by de...@apache.org on 2024/02/20 12:33:35 UTC, 0 replies.
- (sis) 05/05: Fix some synchronization holes in parallel execution of tests. - posted by de...@apache.org on 2024/02/20 12:33:36 UTC, 0 replies.
- (sis) branch geoapi-4.0 updated (1c81e3ce85 -> caf0bb3727) - posted by de...@apache.org on 2024/02/20 17:29:19 UTC, 0 replies.
- (sis) 01/03: Handle a log record about a deprecated EPSG code. That record may or may not be emitted depending on execution order. - posted by de...@apache.org on 2024/02/20 17:29:20 UTC, 0 replies.
- (sis) 02/03: Enable more parallel execution of tests. - posted by de...@apache.org on 2024/02/20 17:29:21 UTC, 0 replies.
- (sis) 03/03: Cleanup the identification of slow tests. - posted by de...@apache.org on 2024/02/20 17:29:22 UTC, 0 replies.
- (sis) branch geoapi-4.0 updated (caf0bb3727 -> d3da88c0dd) - posted by de...@apache.org on 2024/02/21 12:27:07 UTC, 0 replies.
- (sis) 01/05: Let JUnit manage temporary directories. - posted by de...@apache.org on 2024/02/21 12:27:08 UTC, 0 replies.
- (sis) 02/05: Documentation updates. - posted by de...@apache.org on 2024/02/21 12:27:09 UTC, 0 replies.
- (sis) 03/05: JTS envelope may be empty, for example when created from a multi-polygon containing 0 polygon. - posted by de...@apache.org on 2024/02/21 12:27:10 UTC, 0 replies.
- (sis) 04/05: Fix an exception when the amount of bytes to read from S3 or HTTP file exceed the buffer capacity. - posted by de...@apache.org on 2024/02/21 12:27:11 UTC, 0 replies.
- (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. - posted by de...@apache.org on 2024/02/21 12:27:12 UTC, 0 replies.
- (sis) branch geoapi-3.1 updated (6879e93e0e -> f4bb5471ef) - posted by de...@apache.org on 2024/02/21 12:27:17 UTC, 0 replies.
- (sis) 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1: Last cleanups (for now) about migration to JUnit 5. - posted by de...@apache.org on 2024/02/21 12:27:18 UTC, 0 replies.
- (sis) branch main updated (55d09a63e0 -> b87b99f314) - posted by de...@apache.org on 2024/02/21 12:27:30 UTC, 0 replies.
- (sis) 01/01: Merge branch 'geoapi-3.1': last JUnit5 tuning. https://issues.apache.org/jira/browse/SIS-457 - posted by de...@apache.org on 2024/02/21 12:27:31 UTC, 0 replies.
- (sis-site) branch main updated: Update build instruction with the use of environment variable. - posted by de...@apache.org on 2024/02/21 13:25:33 UTC, 0 replies.
- (sis) branch geoapi-4.0 updated: Use a separated option for enabling tests on the PostgreSQL database. - posted by de...@apache.org on 2024/02/21 13:30:46 UTC, 0 replies.
- (sis) branch geoapi-4.0 updated (ee6e4b795c -> 7812f5c6af) - posted by de...@apache.org on 2024/02/21 15:14:11 UTC, 0 replies.
- (sis) 01/02: Make the code more robust to absence of EPSG database. - posted by de...@apache.org on 2024/02/21 15:14:12 UTC, 0 replies.
- (sis) 02/02: Add units of measurement for knot and tonne. - posted by de...@apache.org on 2024/02/21 15:14:13 UTC, 0 replies.
- (sis) branch geoapi-3.1 updated (f4bb5471ef -> 05dc18652a) - posted by de...@apache.org on 2024/02/21 15:16:57 UTC, 0 replies.
- (sis) branch main updated (b87b99f314 -> 15c3081113) - posted by de...@apache.org on 2024/02/21 15:18:48 UTC, 0 replies.
- (sis) 01/01: Merge branch 'geoapi-3.1'. Contains a fix needed by the CI. - posted by de...@apache.org on 2024/02/21 15:18:49 UTC, 0 replies.
- (sis) branch geoapi-4.0 updated: Automatic post-merge reorganization of import statements. - posted by de...@apache.org on 2024/02/21 16:00:07 UTC, 0 replies.
- (sis) branch geoapi-3.1 updated (05dc18652a -> 445620db52) - posted by de...@apache.org on 2024/02/21 16:00:20 UTC, 0 replies.
- (sis) 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1: post-merge imports organization. - posted by de...@apache.org on 2024/02/21 16:00:21 UTC, 0 replies.
- (sis) branch main updated (15c3081113 -> 6eba4a5b2d) - posted by de...@apache.org on 2024/02/21 16:00:27 UTC, 0 replies.
- (sis) 01/01: Merge branch 'geoapi-3.1': post-merge organization of imports. - posted by de...@apache.org on 2024/02/21 16:00:28 UTC, 0 replies.
- (sis) branch geoapi-4.0 updated: Modification of the heuritic rules for sorting the import statements used for tests. - posted by de...@apache.org on 2024/02/21 16:01:49 UTC, 0 replies.
- (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. - posted by de...@apache.org on 2024/02/24 16:37:12 UTC, 0 replies.
- (sis) branch geoapi-4.0 updated (54f785e8f6 -> 1e3b96aaa1) - posted by de...@apache.org on 2024/02/28 14:05:19 UTC, 0 replies.
- (sis) 01/02: Publish the `sis-coveragejson` to Maven local repository. Remove the `sis-shapefile` exclusion from resources compiler. - posted by de...@apache.org on 2024/02/28 14:05:20 UTC, 0 replies.
- (sis) 02/02: Documentation fixes and formatting. - posted by de...@apache.org on 2024/02/28 14:05:21 UTC, 0 replies.
- 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... - posted by de...@apache.org on 2024/02/28 15:17:17 UTC, 0 replies.
- 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... - posted by de...@apache.org on 2024/02/28 15:17:17 UTC, 0 replies.
- 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... - posted by de...@apache.org on 2024/02/28 15:17:17 UTC, 0 replies.
- 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... - posted by de...@apache.org on 2024/02/28 15:17:17 UTC, 0 replies.
- 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... - posted by de...@apache.org on 2024/02/28 15:17:17 UTC, 0 replies.
- 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... - posted by de...@apache.org on 2024/02/28 15:17:17 UTC, 0 replies.
- 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... - posted by de...@apache.org on 2024/02/28 15:17:17 UTC, 0 replies.
- 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... - posted by de...@apache.org on 2024/02/28 15:17:17 UTC, 0 replies.
- 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... - posted by de...@apache.org on 2024/02/28 15:17:17 UTC, 0 replies.
- 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... - posted by de...@apache.org on 2024/02/28 15:17:17 UTC, 0 replies.
- 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... - posted by de...@apache.org on 2024/02/28 15:17:17 UTC, 0 replies.
- 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... - posted by de...@apache.org on 2024/02/28 15:17:17 UTC, 0 replies.
- (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 - posted by de...@apache.org on 2024/02/29 18:05:27 UTC, 0 replies.