Messages by Thread
-
[sis] branch geoapi-4.0 updated (420b428372 -> f96f7ad0f8)
desruisseaux
-
[sis] branch geoapi-4.0 updated: Documentation about assertions.
desruisseaux
-
[sis] branch geoapi-4.0 updated: Bug fix: wrong pixel coordinates when evaluating sample values in an image having more than one band.
desruisseaux
-
[sis] branch geoapi-4.0 updated (5fa4d63663 -> 2804b28672)
desruisseaux
-
[sis] branch master updated: Remove GeoAPI staging repository since GeoAPI 3.0.2 is released.
desruisseaux
-
[sis] branch geoapi-4.0 updated: Following fix in the previous commit, refactor the exception handling for trying to make the origin of the error easier to identify.
desruisseaux
-
[sis] branch geoapi-4.0 updated: For transformations requiring datum shift grids, if the `SIS_DATA` environment variable is not set, report the file as missing instead of throwing an exception telling that the URI is not absolute. This is necessary for letting the caller fallbacks on alternative transformation methods.
desruisseaux
-
[sis] branch master updated: New URL for GeoAPI 3.0.2 staging repository.
desruisseaux
-
[sis-site] branch asf-site updated (3a5253c0 -> 53fcfe15)
desruisseaux
-
[sis-site] branch asf-staging updated: Add more items in the "How to" page.
desruisseaux
-
[sis-site] branch main updated: Add more "How to" items.
desruisseaux
-
[sis-site] branch asf-site updated (6b25f502 -> 3a5253c0)
desruisseaux
-
[sis-site] branch asf-staging updated: Move "How to" items from the FAQ to new pages in the "How to" directory.
desruisseaux
-
[sis-site] branch main updated: Move "How to" items in the FAQ as pages in the "How to" directory.
desruisseaux
-
[sis] branch geoapi-4.0 updated (4d0d9d7e3a -> 0f1c4f6b9a)
desruisseaux
-
[sis] branch geoapi-4.0 updated (b2facbdd8f -> 4d0d9d7e3a)
desruisseaux
-
[sis] branch geoapi-4.0 updated: Assign GeoTIFF projection 15 to Polar Stereographic variant B instead of A. It requires a special case for handling existing GeoTIFF files with wrong parameters.
desruisseaux
-
[sis] branch geoapi-4.0 updated (186c01efb9 -> 6102218872)
desruisseaux
-
[sis-site] branch asf-site updated (08107b2b -> 6b25f502)
desruisseaux
-
[sis-site] branch main updated: Add a "How to…" section with three first items.
desruisseaux
-
[sis] branch master updated (668c1d28b5 -> 7598ed90ea)
desruisseaux
-
[sis] branch geoapi-3.1 updated (bece843ce4 -> 0a621ef6cf)
desruisseaux
-
[sis] branch geoapi-4.0 updated (8566937622 -> 186c01efb9)
desruisseaux
-
[sis] branch master updated (835b893740 -> 668c1d28b5)
desruisseaux
-
[sis] branch geoapi-3.1 updated (f76afb0622 -> bece843ce4)
desruisseaux
-
[sis] branch geoapi-4.0 updated (f8afbbfd5b -> 9f079c7e51)
desruisseaux
-
[sis] branch geoapi-4.0 updated (2e251092f4 -> f8afbbfd5b)
desruisseaux
-
[sis] branch geoapi-4.0 updated: Document `StandardDateFormat` has not intended for serialization. We verified that it was not used as non-transient field in a serialiable class.
desruisseaux
-
[sis] branch geoapi-4.0 updated: Replace `Path` by `File` in `ResourceEvent` for resolving serialization warning. The `File` object was what we needed for storing in `RecentFiles` anyway. Opportunistic documentation cleanup.
desruisseaux
-
[sis] branch geoapi-4.0 updated (ae61bb0a20 -> 8991c55d92)
desruisseaux
-
[sis] branch geoapi-4.0 updated: Add missing `equals` and `hashCode` method on a legacy metadata property.
desruisseaux
-
[sis] branch master updated (459597c6a6 -> 835b893740)
desruisseaux
-
[sis] branch geoapi-3.1 updated (c7d4b3ede7 -> f76afb0622)
desruisseaux
-
[sis] branch geoapi-4.0 updated: Verify in a test that extended precision is propagated through MathTransform inversion and concatenation.
desruisseaux
-
[sis] branch geoapi-4.0 updated: Represent matrix elements as fractions when possible. This enhancement avoids rounding errors with, for example, unit conversions involving a division by 1000. It applies to creations, concatenations and inversions of `MathTransform` where performance is not the primary concern. It does not apply to the coordinate transformations executed by `MathTransform.transform(…)`, where performance matter.
desruisseaux
-
[sis] branch geoapi-4.0 updated: Add tests about internal consistency of the `Number[]` array returned by `getElementAsNumbers()`. Fix a bug in the interaction between `GridGeometry` et `ProjectiveTransform` constructors and a NullPointerException.
desruisseaux
-
[sis] branch geoapi-4.0 updated: Reduce the use of double-double arithmetic where we do not expect significant improvement. Make explicit whether or not the numbers where intended to be exact in base 10.
desruisseaux
-
[sis] branch master updated (f3f3169460 -> 459597c6a6)
desruisseaux
-
[sis] branch geoapi-3.1 updated (1cb46836e6 -> c7d4b3ede7)
desruisseaux
-
[sis] branch geoapi-4.0 updated (468894b82c -> a2eed4d0f8)
desruisseaux
-
[sis-site] branch next-release updated (6af3935a -> df8f759f)
desruisseaux
-
[sis-site] branch main updated (88101618 -> d685dbc8)
desruisseaux
-
[sis-site] branch next-release updated: Add a reminder to update GitHub release page.
desruisseaux
-
[sis] branch 1.3-RC deleted (was 0d963477aa)
desruisseaux
-
[sis] tag 1.3 created (now 0d963477aa)
desruisseaux
-
[sis] branch geoapi-4.0 updated: Use of FMA in series expansion of map projections. Documentation fixes.
desruisseaux
-
[sis] branch geoapi-4.0 updated (d8cb52a4ca -> 17ac6d41c2)
desruisseaux
-
[sis] branch geoapi-4.0 updated: Resolve more cases about FMA identified by "JDK9" comment.
desruisseaux
-
[sis] branch geoapi-3.1 updated: Additional cleanup specific to geoapi-3.1 branch.
desruisseaux
-
[sis] 06/06: Final cleanup for https://issues.apache.org/jira/browse/SIS-565
desruisseaux
-
[sis] 01/06: Set the build requirement to Java 18, but the compilation target stay Java 11. The intent is to replace our custom @preformat javadoc tag by the @snippet tag, which is new in Java 18.
desruisseaux
-
[sis] branch visual-test updated: Documentation fixes.
desruisseaux
-
[sis-site] branch main-1.4 deleted (was 19ba539d)
desruisseaux
-
[sis-site] branch next-release created (now 2c5685a0)
desruisseaux
-
[sis-site] branch main updated (5f3bfd0c -> 88101618)
desruisseaux
-
[sis-site] branch main-1.4 created (now 19ba539d)
desruisseaux
-
[sis] branch master updated (b9602ed1a7 -> 2dbd6f306f)
desruisseaux
-
[sis] branch geoapi-3.1 updated (c89fcb2b94 -> 5cf53d65d2)
desruisseaux
-
[sis] branch geoapi-4.0 updated: Upgrade JSR-363 dependency to JSR-385. This is the dependency that defines unit of measurements in the `javax.measure` package.
desruisseaux
-
[sis] branch master updated (e7c5ccf5a9 -> b9602ed1a7)
desruisseaux
-
[sis] branch geoapi-3.1 updated (f5bc633ac3 -> c89fcb2b94)
desruisseaux
-
[sis-site] branch main updated: Adjust release date and release instructions.
desruisseaux
-
svn commit: r58992 - /release/sis/1.2/
desruisseaux
-
[sis-site] branch asf-site updated (f94fe91c -> 08107b2b)
desruisseaux
-
[sis-site] branch asf-staging updated: Regenerate the web site before SIS 1.3 release.
desruisseaux
-
svn commit: r58978 - /dev/sis/1.3/
desruisseaux
-
svn commit: r58977 - /dev/sis/1.3/RC2/ /release/sis/1.3/
desruisseaux
-
svn commit: r1906206 - in /sis/release-test: integration/pom.xml maven/pom.xml
desruisseaux
-
[sis] branch geoapi-4.0 updated: Enable the use of direct buffer for decompression implemented by native libraries (currently only ZIP).
desruisseaux
-
svn commit: r58964 - /dev/sis/1.3/RC1/
desruisseaux
-
[sis] branch geoapi-4.0 updated: Bug fixes (EOFException and bad content caused by bad position). Also fix a bug that prevented `HttpByteChannel` to effectively use "HTTP Range".
desruisseaux
-
[sis] branch geoapi-4.0 updated: Allow HTTP connection from an URI with cache in a temporary file.
desruisseaux
-
[sis] branch geoapi-4.0 updated (35a3827ce2 -> f8b2f5024b)
desruisseaux
-
[sis] branch geoapi-4.0 updated: Move `CachedByteChannel` implementation from S3 module to `sis-storage` for sharing the code with other protocols requirying cache (e.g. HTTP). This new implementation tries to download only needed ranges of bytes.
desruisseaux
-
[sis] branch geoapi-4.0 updated: Remove GIGS tests because they will be removed from GeoAPI-conformance module. Those tests moved to an IOGP project: https://github.com/IOGP-GIGS/GIGSGeoAPI That project targets official OGC GeoAPI release, currently GeoAPI 3.0.1. It means that GIGS tests can be executed on SIS master branch but not yet on the `geoapi-4.0` branch.
desruisseaux
-
[sis] branch JDK9 deleted (was d2076f2e5f)
desruisseaux
-
svn commit: r58788 - /dev/sis/1.3/RC2/
desruisseaux
-
svn commit: r1906054 - in /sis/release-test: integration/pom.xml maven/pom.xml
desruisseaux
-
svn commit: r1906053 - /sis/data/non-free/sis-epsg/src/main/resources/org/apache/sis/referencing/factory/sql/epsg/LICENSE.txt
desruisseaux
-
[sis] branch 1.3-RC updated: Cherry-pick bug fixes for release candidate 2. Include a fix for a regression reported on the mailing list.
desruisseaux
-
[sis] branch geoapi-4.0 updated (fae2e06546 -> c70e0343f9)
desruisseaux
-
[sis] branch geoapi-4.0 updated (7490457b36 -> fae2e06546)
desruisseaux
-
[sis] branch geoapi-4.0 updated (9c4a34851d -> 7490457b36)
desruisseaux
-
[sis] branch master updated (217df02d3e -> e7c5ccf5a9)
desruisseaux
-
[sis] branch geoapi-3.1 updated (fee1fa85b1 -> f5bc633ac3)
desruisseaux
-
[sis] branch geoapi-4.0 updated: Add `since` tag into `@Deprecated` annotations. Remove 4 deprecated methods that where not used anymore.
desruisseaux
-
[sis-site] branch main updated: Add clearer information about required Java version.
desruisseaux
-
[sis] branch geoapi-4.0 updated (9a73feaadc -> 2c7abea573)
desruisseaux
-
[sis] branch geoapi-4.0 updated (d37c8ce013 -> 922983279c)
desruisseaux
-
[sis] branch geoapi-4.0 updated (ee6b293e6b -> d37c8ce013)
desruisseaux
-
[sis] branch geoapi-4.0 updated (c33f347075 -> ee6b293e6b)
desruisseaux
-
[sis] branch geoapi-4.0 updated (929bc5d9c1 -> c33f347075)
desruisseaux
-
[sis] branch geoapi-4.0 updated (2f0e340e1f -> 929bc5d9c1)
desruisseaux
-
[sis] branch master updated: Set version number to 1.4-SNAPSHOT for next development cycle.
desruisseaux
-
[sis-site] branch main updated: Convert `release-discuss` template to HTML.
desruisseaux
-
[sis-site] branch main updated: Update release instruction and set version numbers.
desruisseaux
-
svn commit: r58621 - in /dev/sis/1.3: ./ RC1/
desruisseaux
-
svn commit: r1905899 - in /sis/release-test: integration/pom.xml maven/pom.xml
desruisseaux
-
[sis] branch geoapi-4.0 updated (e6382ae953 -> 2f0e340e1f)
desruisseaux
-
[sis] branch master updated (11ef22c60c -> e579f89b26)
desruisseaux
-
[sis] branch geoapi-3.1 updated (20ae4b58a9 -> fee1fa85b1)
desruisseaux
-
[sis] branch 1.3-RC updated (c405c651a9 -> 4282ba8521)
desruisseaux
-
[sis] branch geoapi-4.0 updated (3d5020c294 -> e6382ae953)
desruisseaux
-
svn commit: r1905888 - in /sis/release-test: integration/pom.xml maven/pom.xml
desruisseaux
-
svn commit: r1905885 - in /sis/data/non-free: pom.xml sis-embedded-data/pom.xml sis-epsg/pom.xml
desruisseaux
-
[sis] branch geoapi-4.0 updated: Replace the `Optional` in `GridExtent.intersect(…)` by `DisjointExtentException` for more consistency with other API doing similar work. It allows us to provide more helpful error message.
desruisseaux
-
[sis-site] branch main updated (47eb1cf9 -> 0edb3665)
desruisseaux
-
[sis] branch geoapi-4.0 updated: Extent.intersect(…) should not return a value when there is no intersection.
desruisseaux
-
[sis] branch 1.3-RC updated: Remove GitHub meta-data that do not apply to a branch.
desruisseaux
-
[sis] branch 1.3-RC created (now 5a76a2ffa3)
desruisseaux