Messages by Thread
-
-
(sis) branch geoapi-4.0 updated (1c81e3ce85 -> caf0bb3727)
desruisseaux
-
(sis) branch geoapi-4.0 updated (8cdda23851 -> 1c81e3ce85)
desruisseaux
-
(sis) branch geoapi-4.0 updated (acc94580f9 -> 8cdda23851)
desruisseaux
-
(sis) branch geoapi-4.0 updated: GeoAPI `TransformTestCase` constructor no longer requires factories.
desruisseaux
-
(sis) branch geoapi-4.0 updated: Add JUnit extension on classes that do not inherit it from `org.apache.sis.test.TestCase`.
desruisseaux
-
(sis) branch geoapi-4.0 updated: Replace `@BeforeAll` annotations by `Lifecycle.PER_CLASS`. It often removes the need to dispose the tested resource.
desruisseaux
-
(sis) branch main updated (131b4ae055 -> 55d09a63e0)
desruisseaux
-
(sis) branch geoapi-3.1 updated (6cd28b5cd2 -> 6879e93e0e)
desruisseaux
-
(sis) branch geoapi-4.0 updated (52e92eab1e -> 7d2c731b1b)
desruisseaux
-
(sis) branch geoapi-3.1 updated (df1eb4f7d0 -> 6cd28b5cd2)
desruisseaux
-
(sis) branch main updated (9ccb657bbb -> 131b4ae055)
desruisseaux
-
(sis) branch main updated (0af06aeeb2 -> 9ccb657bbb)
desruisseaux
-
(sis) branch geoapi-3.1 updated (5909d8a9de -> df1eb4f7d0)
desruisseaux
-
(sis) branch geoapi-4.0 updated: Update for change in argument order in GeoAPI, for consistency with JUnit 5.
desruisseaux
-
(sis) branch main updated (878da1aaa3 -> 0af06aeeb2)
desruisseaux
-
(sis) branch geoapi-3.1 updated (84992dfbd2 -> 5909d8a9de)
desruisseaux
-
(sis) branch geoapi-4.0 updated: Change argument order in SIS `Assertions` classes for consistency with JUnit 5 convention.
desruisseaux
-
(sis) branch SIS-457 deleted (was e807c05257)
desruisseaux
-
(sis) branch main updated (7763c6c1a5 -> 878da1aaa3)
desruisseaux
-
(sis) branch geoapi-3.1 updated (9adef8be22 -> 84992dfbd2)
desruisseaux
-
(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
-
(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
-
(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
-
(sis) branch geoapi-4.0 updated: Upgraded JUnit 5 dependency to 5.10.2 and ported a few more tests.
desruisseaux
-
(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
-
(sis) branch main updated (51fff833a7 -> 7763c6c1a5)
desruisseaux
-
(sis) branch geoapi-3.1 updated (99f667e72b -> 9adef8be22)
desruisseaux
-
(sis) branch geoapi-4.0 updated: Post-merge imports reordering.
desruisseaux
-
(sis) branch main updated (3520afc392 -> 51fff833a7)
desruisseaux
-
(sis) branch geoapi-3.1 updated (fadb6e856b -> 99f667e72b)
desruisseaux
-
(sis) branch geoapi-4.0 updated (fc6e728866 -> daa2c40eaa)
desruisseaux
-
(sis) branch geoapi-4.0 updated (11bade0b82 -> fc6e728866)
desruisseaux
-
(sis) branch geoapi-4.0 updated (738fd95772 -> 11bade0b82)
desruisseaux
-
(sis) branch geoapi-4.0 updated (938b35b5e4 -> 738fd95772)
desruisseaux
-
(sis) branch geoapi-4.0 updated (1a7a2aac78 -> 938b35b5e4)
desruisseaux
-
(sis) branch main updated (4cbb8b175f -> 3520afc392)
desruisseaux
-
(sis) branch geoapi-3.1 updated (9f95c712fa -> fadb6e856b)
desruisseaux
-
(sis) branch geoapi-4.0 updated: Post-merge automatic import reorganization.
desruisseaux
-
(sis) branch main updated (2a51813d48 -> 4cbb8b175f)
desruisseaux
-
(sis) branch geoapi-3.1 updated (24e0c1b0b0 -> 9f95c712fa)
desruisseaux
-
(sis) branch geoapi-4.0 updated (8a2883ac8a -> 05930cba1e)
desruisseaux
-
(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.
desruisseaux
-
(sis) branch geoapi-4.0 updated (64cdd84150 -> f06d89ad54)
desruisseaux
-
(sis) branch geoapi-4.0 updated (5f13a88877 -> 64cdd84150)
desruisseaux
-
(sis) branch geoapi-4.0 updated: Fix timezone issues: - Specify better how timezone is used in `WKTFormat(Locale, Timezone)` constructor. - Broken output in `StandardDateFormat.format(Date)` when the timezone is not UTC. - Command-line tool should not use local timezone unless explicitely requested.
desruisseaux
-
(sis) branch geoapi-4.0 updated: feat(Renderer): reorganize renderer, cleaning code, add doc, start test cases
jsorel
-
(sis) branch geoapi-4.0 updated: Correction in `transform(MathTransform)` method contract: CRS is null. Avoid copying the shape in `toJava2D()`.
desruisseaux
-
(sis) branch geoapi-4.0 updated: feat(Geometry): add toJava2D method on GeometryWrapper
jsorel
-
(sis) branch geoapi-4.0 updated (7646647150 -> 1de7bff827)
desruisseaux
-
(sis) branch geoapi-4.0 updated (fce18cb382 -> 7646647150)
desruisseaux
-
(sis) branch geoapi-4.0 updated: Reduce the verbosity of log record or error message during XML unmarshalling. - Some log records were repeated many times. - JAXBException with very long messages had the message repeated in their causes.
desruisseaux
-
(sis) branch geoapi-4.0 updated: Fix an almost never-ending loop when loging a warning with a message too long for fitting on a line, and when that line has no place (space, dash, etc.) where to split.
desruisseaux
-
(sis) branch geoapi-4.0 updated: feat(Map): add a first template of Map portrayer
jsorel
-
(sis) branch geoapi-4.0 updated: Add an `--operation` parameter which can be used instead of `--sourceCRS` and `--targetCRS` in the command-line interface. This work required a refactoring of the way that auxiliary files are read in data stores, for reading both WKT and GML. As a side effect of this work, the PRJ files of World-File rasters can be in GML in addition of WKT.
desruisseaux
-
(sis-site) branch main updated (26e28a8c -> 584a696a)
desruisseaux
-
(sis) branch main updated (9cee4111e1 -> 2a51813d48)
desruisseaux
-
(sis) branch geoapi-3.1 updated (f58c7f7d56 -> 24e0c1b0b0)
desruisseaux
-
(sis) branch geoapi-4.0 updated (a2cb3742f8 -> 8aa2ee63a9)
desruisseaux
-
(sis) branch main updated (98ad705d64 -> 9cee4111e1)
desruisseaux
-
(sis) branch geoapi-3.1 updated (cdfb5327b5 -> f58c7f7d56)
desruisseaux
-
(sis) branch geoapi-4.0 updated (cf568b124f -> a2cb3742f8)
desruisseaux
-
(sis) branch geoapi-4.0 updated: Ignore zero-width spaces and other ignorable characters in CRS identifiers.
desruisseaux
-
(sis) branch geoapi-4.0 updated: Add a JUnit test for URN to temporal CRS. Opportunistically port `CRSTest` to JUnit 5 and related cleaning elsewhere.
desruisseaux
-
(sis) branch geoapi-4.0 updated: Consolidation: add a missing `tryConcatenate(Joiner) implementation and minor refactoring of 3 other implementations. Add missing documentation (also in GeoTIFF module).
desruisseaux
-
(sis) branch geoapi-4.0 updated: When concatenating a change of coordinate system type together with an uniform scale factor, move the scale factor from the Cartesian CS side to the spherical, cylindrical or polar CS side. The rational is that the latter will need an affine transform anyway for the conversion between radians and degrees.
desruisseaux
-
(sis) branch geoapi-4.0 updated: Concatenated operation handle automatically the change of coordinate system in the last step. For example, if the target CRS of the last `SingleOperation` uses a CartesianCS but the target CRS of the `ConcatenatedOperation` uses a SphericalCS, a conversion will be added automatically.
desruisseaux
-
(sis) branch geoapi-4.0 updated: Do not use the original coordinate system as the starting point for all `AxesConvention`. This is a modification of the cache sharing policy introduced in the previous commit. The previous policy was causing confusion when two `forConvention(…)` calls are chained and the first call was, for example, removing the vertical axis.
desruisseaux
-
(sis) branch geoapi-4.0 updated: Better management of change of axis order: - Share cache, for avoiding to redo the same operation. - Make possible to get back the original definition. - Always sort time dimension last in "normalized" CS.
desruisseaux
-
(sis) branch main updated (2330bb247d -> 98ad705d64)
desruisseaux
-
(sis) branch geoapi-3.1 updated (84d2ffda54 -> cdfb5327b5)
desruisseaux
-
(sis) branch geoapi-4.0 updated: Spelling fix: "there is two" → "there are two". (side-effect of editorial corrections on OGC Testbed-19).
desruisseaux
-
(sis) branch geoapi-4.0 updated (52f7098f12 -> deecd1e3eb)
desruisseaux
-
(sis) branch geoapi-4.0 updated: Cache the inverse operation. The main intend is to avoid information lost when the inverse of the inverse is later requested.
desruisseaux
-
(sis) branch geoapi-4.0 updated: Allow `DefaultConcatenatedOperation` to contain steps in reverse order. https://issues.apache.org/jira/browse/SIS-594
desruisseaux
-
(sis) branch geoapi-4.0 updated (b325a0c5f8 -> 721b3a76ef)
desruisseaux
-
(sis) branch geoapi-3.1 updated (eb20f53e20 -> 84d2ffda54)
desruisseaux
-
(sis) branch main updated (47053a8ff3 -> 2330bb247d)
desruisseaux
-
(sis) branch geoapi-4.0 updated: Allow `CRS.fromCode(String)` to return the CRS definitions found in the GML document being parsed. This feature make possible for embedded or linked data to reference CRS defined in the document.
desruisseaux
-
(sis) branch geoapi-4.0 updated: Fix information lost: - In source file when parameters are copied. - In root object name when WKT formatting has warnings.
desruisseaux
-
(sis) branch geoapi-4.0 updated: Replace the use of `java.net.URI` by an internal `GridFile` class which take in charge the URI resolutions. This is for making easier the cases where the URI needs to be resolved relatively to the GML or WKT file instead of resolved in the "$SIS_DATA/DatumChanges" directory.
desruisseaux
-
(sis) branch geoapi-4.0 updated: Move `DatumShiftGrid` implementations to a dedicated internal package. This is in preparation for more gridded data such as TestBed-19 or GGXF.
desruisseaux
-
(sis) branch geoapi-4.0 updated (4c772ccb11 -> f35825c1dd)
desruisseaux
-
(sis-site) branch main updated: Move 4 PMC members to emeritus. Three of them were already ASF emeritus, one of them has his status changed directly on LDAP.
desruisseaux
-
(sis) branch geoapi-4.0 updated (6b6622b8bd -> 4c772ccb11)
desruisseaux
-
(sis) branch geoapi-4.0 updated: Follow redirections when unmarshalling a document from an URL. We need to update the URL in order to resolve relative xlink:href.
desruisseaux
-
(sis) branch geoapi-4.0 updated: Allow to use an `javax.xml.transform.URIResolver` for resolving URI to external documents.
desruisseaux
-
(sis) branch geoapi-4.0 updated: Tune the resolution of `xlink:href` attributes having a fragment in their URI values.
desruisseaux
-
(sis) branch geoapi-4.0 updated (f1d35685a5 -> 50c0a3ec29)
desruisseaux
-
(sis) branch geoapi-4.0 updated: Resolve external xlinks when parsing a GML document. This is a first step, not yet resolving fragment and not yet caching.
desruisseaux
-
(sis) branch main updated (98bc0dfa20 -> 47053a8ff3)
desruisseaux
-
(sis) branch geoapi-3.1 updated (b6af5d3997 -> eb20f53e20)
desruisseaux
-
(sis) branch geoapi-4.0 updated (b3b97511aa -> 409c3a3234)
desruisseaux
-
(sis) branch geoapi-4.0 updated (1a72af035d -> b3b97511aa)
desruisseaux
-
(sis) branch geoapi-4.0 updated: Fix more character encoding and ANSI color problems when using SIS from command line or from JShell.
desruisseaux
-
(sis) branch geoapi-4.0 updated: Fix broken error highlighting in WKT formatter. The problem was when an axis direction has illegal characters.
desruisseaux
-
(sis) branch geoapi-4.0 updated (9873c5394a -> fc71f8b6a3)
desruisseaux
-
(sis) branch geoapi-4.0 updated (4e00076bb8 -> 9873c5394a)
desruisseaux
-
(sis) branch geoapi-4.0 updated: Copy the title of the first component in the main metadata.
desruisseaux
-
(sis) branch geoapi-4.0 updated (ff9dc10dcb -> 558c65499f)
desruisseaux