Messages by Date
-
2023/03/25
[sis] branch geoapi-4.0 updated (b56244371d -> 34aaff134e)
desruisseaux
-
2023/03/25
[sis] 04/06: Add test for `PassThroughTransform` with non-consecutive modified coordinates. Allow `DefaultPassThroughOperation` to use non-consecutive coordinates at unmarshalling time.
desruisseaux
-
2023/03/25
[sis] 05/06: Add an `AbstractFeatureSet` constructor receiving a `Resource` argument. This is a complement to similar change in `AbstractGridCoverageResource`. This commit contains an incompatible change in the following classes:
desruisseaux
-
2023/03/25
[sis] 06/06: `CombinedImageLayout.createColorModel()` should preserve the visible band of source image if possible. This commit also remove some `java.util.Optional` from internal API because all usages of it where invoking `orElse(null)`.
desruisseaux
-
2023/03/25
[sis] 03/06: Consolidation of argument checks.
desruisseaux
-
2023/03/25
[sis] 02/06: Clarify in documentation the behavior of `GridCoverage.Evaluator.toGridCoordinates(DirectPosition)`.
desruisseaux
-
2023/03/23
[sis] 03/03: Use `ArithmeticException` for errors related to an overflow of integer capacity.
desruisseaux
-
2023/03/23
[sis] 01/03: Replace `PlanarImage.copyData(…)` implementation by a call to `WritableRaster.setRect(…)`. That method is optimized in various Java private subclasses of `WritableRaster`.
desruisseaux
-
2023/03/23
[sis] branch geoapi-4.0 updated (01be36ffa4 -> b56244371d)
desruisseaux
-
2023/03/23
[sis] 02/03: Documentation fixes and minor code formatting.
desruisseaux
-
2023/03/22
[sis] branch feat/resource-processor deleted (was a0722bc11b)
desruisseaux
-
2023/03/22
[sis] 01/02: Minor documentation fixes in comments.
desruisseaux
-
2023/03/22
[sis] branch geoapi-4.0 updated (c6a2901fdd -> 01be36ffa4)
desruisseaux
-
2023/03/13
[sis] 01/01: feat(FeatureQuery): add support for computed fields in query
jsorel
-
2023/03/13
[sis] branch feat/computed-fields created (now 3704683e32)
jsorel
-
2023/03/02
[sis] branch feat/filtercopy deleted (was bd9026738e)
desruisseaux
-
2023/03/02
[sis] 01/01: Merge remote-tracking branch 'origin/feat/filtercopy' into geoapi-4.0. Modifications to the pull request: - Add the missing parameterized types. - Register action for each filter type using the mechanism provided by `Visitor` parent class. - Reuse previously existing filter or expression instances when possible.
desruisseaux
-
2023/03/02
[sis] branch geoapi-4.0 updated (da1cc1c2df -> c6a2901fdd)
desruisseaux
-
2023/02/28
[sis] branch fix/sql-temporal deleted (was 996e1106a9)
desruisseaux
-
2023/02/28
[sis] branch geoapi-4.0 updated (28032e87b4 -> da1cc1c2df)
desruisseaux
-
2023/02/28
[sis] 01/01: Merge remote-tracking branch 'origin/fix/sql-temporal' into geoapi-4.0. The pull request has been modified for applying the mapping specified by JDBC 4.2. The specialized classes are kept as fallbacks when JDBC 4.2 is not well supported.
desruisseaux
-
2023/02/27
[sis] branch geoapi-4.0 updated: Bug fix: value under cursor was lost after a few zooms in the JavaFX application.
desruisseaux
-
2023/02/26
[sis] branch geoapi-4.0 updated: Remove a javadoc link to a `geoapi-conformance` interface to be removed.
desruisseaux
-
2023/02/26
[sis] 01/01: Merge branch 'geoapi-3.1'
desruisseaux
-
2023/02/26
[sis] branch master updated (6c713fd637 -> 7d5dfd074e)
desruisseaux
-
2023/02/26
[sis] 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1
desruisseaux
-
2023/02/26
[sis] branch geoapi-3.1 updated (0a621ef6cf -> 1437fa191c)
desruisseaux
-
2023/02/26
[sis] 02/02: Modify NetBeans project configuration for using the GeoAPI JAR file built by the Maven project instead than the GeoAPI NetBeans project. This is in anticipation for the removal of NetBeans Ant projects.
desruisseaux
-
2023/02/26
[sis] branch geoapi-4.0 updated (c281eeb145 -> 2639c21ad3)
desruisseaux
-
2023/02/26
[sis] 01/02: Replace a non-printable character by a constant.
desruisseaux
-
2023/02/26
[sis-site] branch main updated: Remove the instructions about how to open Apache SIS as a NetBeans project. This is in anticipation for the removal of NetBeans Ant project configuration.
desruisseaux
-
2023/02/15
[sis] 01/04: feat(Feature): allow user to override output color model for band aggregation
amanin
-
2023/02/15
[sis] 03/04: feat(Feature+Storage): add a dimension selection grid coverage
amanin
-
2023/02/15
[sis] 02/04: feat(Feature): Add a GridCoverageResource for band aggregation
amanin
-
2023/02/13
[sis] 01/01: feat(Geometry): add parent interface for upcoming geometry API
jsorel
-
2023/02/13
[sis] branch feat/geometry created (now f48d2d32b1)
jsorel
-
2023/02/13
[sis] branch geoapi-4.0 updated: Fix a bug in the positionning of the image when some gestures are applied while an image is computed in background thread. This bug became more visible after the support of Cloud Optimized GeoTIFF through HTTP because of network transfer delays.
desruisseaux
-
2023/02/11
[sis] branch geoapi-4.0 updated: Allow data stores to be closed asynchronously. https://issues.apache.org/jira/browse/SIS-573
desruisseaux
-
2023/02/10
[sis] 01/03: Show which data are cached when a connection does not support HTTP range. This is for avoiding the impression that the application is blocked.
desruisseaux
-
2023/02/10
[sis] branch geoapi-4.0 updated (4220566418 -> f22ff357a7)
desruisseaux
-
2023/02/10
[sis] 03/03: Documentation fixes.
desruisseaux
-
2023/02/10
[sis] 02/03: Fix a performance issue when file reading are monitored in a JavaFX window. It was caused by the "HTTP range" not forwarded by the channel wrapper.
desruisseaux
-
2023/02/09
[sis] branch geoapi-4.0 updated: Get "HTTP range" to work with Nginx in addition of Apache httpd.
desruisseaux
-
2023/02/09
[sis] 01/03: Documentation about static methods.
desruisseaux
-
2023/02/09
[sis] 02/03: Replace calls to `Paths.get(…)` by calls to `Path.of(…)`. According Javadoc, `Paths` may be deprecated in a future Java version.
desruisseaux
-
2023/02/09
[sis] branch geoapi-4.0 updated (420b428372 -> f96f7ad0f8)
desruisseaux
-
2023/02/09
[sis] 03/03: When the `InputStream` to wrap in a `ChannelDataInput` is backed by an array, wrap the underlying array (in read-only mode) instead of copying it.
desruisseaux
-
2023/02/08
[sis] branch geoapi-4.0 updated: Documentation about assertions.
desruisseaux
-
2023/02/08
[sis] branch geoapi-4.0 updated: Bug fix: wrong pixel coordinates when evaluating sample values in an image having more than one band.
desruisseaux
-
2023/02/07
[sis] 02/02: Remove `commons-compress` dependency because it is not used by SIS code base. It was used by a Maven plugin only.
desruisseaux
-
2023/02/07
[sis] 01/02: Spelling fix: emphase → emphasis.
desruisseaux
-
2023/02/07
[sis] branch geoapi-4.0 updated (5fa4d63663 -> 2804b28672)
desruisseaux
-
2023/02/02
[sis] branch master updated: Remove GeoAPI staging repository since GeoAPI 3.0.2 is released.
desruisseaux
-
2023/02/01
[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
-
2023/02/01
[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
-
2023/01/24
[sis] branch master updated: New URL for GeoAPI 3.0.2 staging repository.
desruisseaux
-
2023/01/21
[sis-site] branch asf-site updated (3a5253c0 -> 53fcfe15)
desruisseaux
-
2023/01/21
[sis-site] 01/01: Merge branch 'asf-staging' into asf-site
desruisseaux
-
2023/01/21
[sis-site] branch asf-staging updated: Add more items in the "How to" page.
desruisseaux
-
2023/01/21
[sis-site] branch main updated: Add more "How to" items.
desruisseaux
-
2023/01/21
[sis-site] 01/01: Merge branch 'asf-staging' into asf-site.
desruisseaux
-
2023/01/21
[sis-site] branch asf-site updated (6b25f502 -> 3a5253c0)
desruisseaux
-
2023/01/21
[sis-site] branch asf-staging updated: Move "How to" items from the FAQ to new pages in the "How to" directory.
desruisseaux
-
2023/01/21
[sis-site] branch main updated: Move "How to" items in the FAQ as pages in the "How to" directory.
desruisseaux
-
2023/01/20
[sis] branch geoapi-4.0 updated (4d0d9d7e3a -> 0f1c4f6b9a)
desruisseaux
-
2023/01/20
[sis] 02/02: When reading consecutive tiles in a GeoTIFF file, use a single HTTP request for all contiguous tiles instead of creating a new connection unconditionally for each tile.
desruisseaux
-
2023/01/20
[sis] 01/02: Fix an `EOFException` occuring randomly during some tests.
desruisseaux
-
2023/01/19
[sis] 01/01: 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
-
2023/01/19
[sis] branch geoapi-4.0 updated (b2facbdd8f -> 4d0d9d7e3a)
desruisseaux
-
2023/01/19
[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
-
2023/01/18
[sis] branch geoapi-4.0 updated (186c01efb9 -> 6102218872)
desruisseaux
-
2023/01/18
[sis] 02/02: Try to resolve ambiguity between "Polar Stereographic (variant A)" and "(variant B)" in GeoTIFF files.
desruisseaux
-
2023/01/18
[sis] 01/02: Writable `SingleImageStore` needs to extent `WritableStore` for being effective.
desruisseaux
-
2023/01/18
[sis-site] branch asf-site updated (08107b2b -> 6b25f502)
desruisseaux
-
2023/01/18
[sis-site] 01/01: Merge branch 'asf-staging' into asf-site: "How to…" section.
desruisseaux
-
2023/01/18
[sis-site] branch main updated: Add a "How to…" section with three first items.
desruisseaux
-
2023/01/17
[sis] 01/01: Merge branch 'geoapi-3.1'.
desruisseaux
-
2023/01/17
[sis] branch master updated (668c1d28b5 -> 7598ed90ea)
desruisseaux
-
2023/01/17
[sis] 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1. It fixes a bug introduced by the replacement of `Path` by `URI` in coordinate operation parameters.
desruisseaux
-
2023/01/17
[sis] branch geoapi-3.1 updated (bece843ce4 -> 0a621ef6cf)
desruisseaux
-
2023/01/17
[sis] branch geoapi-4.0 updated (8566937622 -> 186c01efb9)
desruisseaux
-
2023/01/17
[sis] 01/01: Handle characters for the "File reference" column of EPSG database that are illegal according URI syntax.
desruisseaux
-
2023/01/17
[sis] 02/02: Disable the use of FMA on the master branch for `MathTransform.transform(…)` methods. FMA stay enabled on the geoapi-4.0 development branch.
desruisseaux
-
2023/01/17
[sis] 01/02: Merge branch 'geoapi-3.1'
desruisseaux
-
2023/01/17
[sis] branch master updated (835b893740 -> 668c1d28b5)
desruisseaux
-
2023/01/17
[sis] 02/02: Merge branch 'geoapi-4.0' into geoapi-3.1. Contains cleanup on serialization, loggers, rounding errors (again), javadoc.
desruisseaux
-
2023/01/17
[sis] 01/02: Opportunistically use the division by `w` in ProjectiveTransform for reducing rounding errors with fractional matrix element values.
desruisseaux
-
2023/01/17
[sis] branch geoapi-3.1 updated (f76afb0622 -> bece843ce4)
desruisseaux
-
2023/01/15
[sis] branch geoapi-4.0 updated (f8afbbfd5b -> 9f079c7e51)
desruisseaux
-
2023/01/15
[sis] 03/03: Move the `Configuration` annotation to internal package. Apply the annotation on some static constants worth to know that they can be changed.
desruisseaux
-
2023/01/15
[sis] 02/03: Replace some <div> by <h2> or <h4> headings. This is a change in javadoc formatting only.
desruisseaux
-
2023/01/15
[sis] 01/03: Consolidate the constants for `ByteBuffer` capacity and increase the default capacity from 8 kb to 16 kb.
desruisseaux
-
2023/01/15
[sis] branch geoapi-4.0 updated (2e251092f4 -> f8afbbfd5b)
desruisseaux
-
2023/01/15
[sis] 01/01: Document `StandardDateFormat` as not intended for serialization. We verified that it was not used as non-transient field in a serialiable class.
desruisseaux
-
2023/01/15
[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
-
2023/01/14
[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
-
2023/01/14
[sis] 03/03: Replace `Path` parameter value by `URI` in operation methods using datum shift grids.
desruisseaux
-
2023/01/14
[sis] branch geoapi-4.0 updated (ae61bb0a20 -> 8991c55d92)
desruisseaux
-
2023/01/14
[sis] 02/03: More advanced test for rounding errors.
desruisseaux
-
2023/01/14
[sis] 01/03: Disable some GIGS tests that are known to fail. https://gigs.iogp.org/
desruisseaux
-
2023/01/12
[sis] branch geoapi-4.0 updated: Add missing `equals` and `hashCode` method on a legacy metadata property.
desruisseaux
-
2023/01/11
[sis] 01/01: Merge branch 'geoapi-3.1'.
desruisseaux
-
2023/01/11
[sis] branch master updated (459597c6a6 -> 835b893740)
desruisseaux
-
2023/01/11
[sis] branch geoapi-3.1 updated (c7d4b3ede7 -> f76afb0622)
desruisseaux
-
2023/01/11
[sis] 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1
desruisseaux
-
2023/01/11
[sis] branch geoapi-4.0 updated: Verify in a test that extended precision is propagated through MathTransform inversion and concatenation.
desruisseaux
-
2023/01/09
[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
-
2023/01/08
[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
-
2023/01/05
[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
-
2023/01/02
[sis] 01/01: Merge branch 'geoapi-3.1'
desruisseaux
-
2023/01/02
[sis] branch master updated (f3f3169460 -> 459597c6a6)
desruisseaux
-
2023/01/02
[sis] 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1 Mostly use of Math.fma(…) and resolution of some compiler warnings.
desruisseaux
-
2023/01/02
[sis] branch geoapi-3.1 updated (1cb46836e6 -> c7d4b3ede7)
desruisseaux
-
2023/01/02
[sis] 01/02: Reduce the amount of `@SuppressWarnings("null")` annotations. There is too many false positives for making null check useful. This commit contains opportunistic comment formatting in modified files.
desruisseaux
-
2023/01/02
[sis] branch geoapi-4.0 updated (468894b82c -> a2eed4d0f8)
desruisseaux
-
2022/12/31
[sis-site] branch next-release updated (6af3935a -> df8f759f)
desruisseaux
-
2022/12/31
[sis-site] 01/01: Said that SIS can use "http ranges" when reading TIFF files.
desruisseaux
-
2022/12/31
[sis-site] 01/02: Skip the initial commit of 'next-release' branch.
desruisseaux
-
2022/12/31
[sis-site] 02/02: Add a reminder to update GitHub release page.
desruisseaux
-
2022/12/31
[sis-site] branch main updated (88101618 -> d685dbc8)
desruisseaux
-
2022/12/31
[sis-site] branch next-release updated: Add a reminder to update GitHub release page.
desruisseaux
-
2022/12/31
[sis] branch 1.3-RC deleted (was 0d963477aa)
desruisseaux
-
2022/12/31
[sis] tag 1.3 created (now 0d963477aa)
desruisseaux
-
2022/12/31
[sis] branch geoapi-4.0 updated: Use of FMA in series expansion of map projections. Documentation fixes.
desruisseaux
-
2022/12/30
[sis] 02/02: More attemps to fix accuracy problems, in particular in `LinearTransform1D`. Include deprecation of `InterpolatedMolodenskyTransform`.
desruisseaux
-
2022/12/30
[sis] 01/02: Add more verifications of `GeneralMatrix` validity. Fix a bug in `GeneralMatrix.setElements(double[])` identified by above-cited verifications.
desruisseaux
-
2022/12/30
[sis] branch geoapi-4.0 updated (d8cb52a4ca -> 17ac6d41c2)
desruisseaux
-
2022/12/29
[sis] branch geoapi-4.0 updated: Resolve more cases about FMA identified by "JDK9" comment.
desruisseaux
-
2022/12/28
[sis] branch geoapi-3.1 updated: Additional cleanup specific to geoapi-3.1 branch.
desruisseaux
-
2022/12/28
[sis] 06/06: Final cleanup for https://issues.apache.org/jira/browse/SIS-565
desruisseaux
-
2022/12/28
[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
-
2022/12/28
[sis] branch visual-test updated: Documentation fixes.
desruisseaux
-
2022/12/27
[sis-site] branch main-1.4 deleted (was 19ba539d)
desruisseaux
-
2022/12/27
[sis-site] 04/04: Said that SIS can use "http ranges" when reading TIFF files.
desruisseaux
-
2022/12/27
[sis-site] 02/04: Set GeoAPI version to 3.0.2 and Unit API to JSR-385.
desruisseaux
-
2022/12/27
[sis-site] branch next-release created (now 2c5685a0)
desruisseaux
-
2022/12/27
[sis-site] 01/04: Prepare a branch for next release. This commit should not be applied to main branch.
desruisseaux
-
2022/12/27
[sis-site] 03/04: Set Java requirement to Java 11 and SIS version number to 1.4.
desruisseaux
-
2022/12/26
[sis-site] branch main updated (5f3bfd0c -> 88101618)
desruisseaux
-
2022/12/26
[sis-site] 02/03: Prepare a branch for next release. Set GeoAPI version to 3.0.2 and Unit API to JSR-385.
desruisseaux
-
2022/12/26
[sis-site] 03/03: Said that SIS can use "http ranges" when reading TIFF files.
desruisseaux
-
2022/12/26
[sis-site] branch main-1.4 created (now 19ba539d)
desruisseaux
-
2022/12/26
[sis-site] 01/03: Add BigTIFF in the list of supported formats. Note that next version may upgrade to GeoAPI 3.0.2.
desruisseaux
-
2022/12/26
[sis] 01/01: Upgrade GeoAPI dependency from 3.0.1 to 3.0.2 release candidate. It implies an upgrade of Unit API from JSR-363 to JSR-385. The JSR upgrade is done by the merge of branch 'geoapi-3.1'.
desruisseaux
-
2022/12/26
[sis] branch master updated (b9602ed1a7 -> 2dbd6f306f)
desruisseaux
-
2022/12/26
[sis] branch geoapi-3.1 updated (c89fcb2b94 -> 5cf53d65d2)
desruisseaux
-
2022/12/26
[sis] 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1: upgrade from JSR-363 to JSR-385.
desruisseaux
-
2022/12/26
[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
-
2022/12/26
[sis] branch master updated (e7c5ccf5a9 -> b9602ed1a7)
desruisseaux
-
2022/12/26
[sis] 01/01: Merge branch 'geoapi-3.1'
desruisseaux
-
2022/12/26
[sis] branch geoapi-3.1 updated (f5bc633ac3 -> c89fcb2b94)
desruisseaux
-
2022/12/26
[sis] 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1
desruisseaux
-
2022/12/26
[sis-site] branch main updated: Adjust release date and release instructions.
desruisseaux
-
2022/12/26
svn commit: r58992 - /release/sis/1.2/
desruisseaux
-
2022/12/26
[sis-site] branch asf-site updated (f94fe91c -> 08107b2b)
desruisseaux
-
2022/12/26
[sis-site] 01/01: Merge branch 'asf-staging' into asf-site: SIS 1.3 release.
desruisseaux
-
2022/12/26
[sis-site] branch asf-staging updated: Regenerate the web site before SIS 1.3 release.
desruisseaux
-
2022/12/25
svn commit: r58978 - /dev/sis/1.3/
desruisseaux
-
2022/12/25
svn commit: r58977 - /dev/sis/1.3/RC2/ /release/sis/1.3/
desruisseaux
-
2022/12/25
svn commit: r1906206 - in /sis/release-test: integration/pom.xml maven/pom.xml
desruisseaux
-
2022/12/24
[sis] branch geoapi-4.0 updated: Enable the use of direct buffer for decompression implemented by native libraries (currently only ZIP).
desruisseaux
-
2022/12/24
svn commit: r58964 - /dev/sis/1.3/RC1/
desruisseaux
-
2022/12/24
[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
-
2022/12/23
[sis] branch geoapi-4.0 updated: Allow HTTP connection from an URI with cache in a temporary file.
desruisseaux
-
2022/12/22
[sis] branch geoapi-4.0 updated (35a3827ce2 -> f8b2f5024b)
desruisseaux
-
2022/12/22
[sis] 01/02: Allow GeoTIFF reader to specify in advance the desired range of bytes.
desruisseaux
-
2022/12/22
[sis] 02/02: Close idle connection after a timeout.
desruisseaux
-
2022/12/21
[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
-
2022/12/17
[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
-
2022/12/17
[sis] branch JDK9 deleted (was d2076f2e5f)
desruisseaux
-
2022/12/17
svn commit: r58788 - /dev/sis/1.3/RC2/
desruisseaux
-
2022/12/17
svn commit: r1906054 - in /sis/release-test: integration/pom.xml maven/pom.xml
desruisseaux
-
2022/12/17
svn commit: r1906053 - /sis/data/non-free/sis-epsg/src/main/resources/org/apache/sis/referencing/factory/sql/epsg/LICENSE.txt
desruisseaux
-
2022/12/17
[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
-
2022/12/17
[sis] branch geoapi-4.0 updated (fae2e06546 -> c70e0343f9)
desruisseaux
-
2022/12/17
[sis] 02/02: Fix an ArrayIndexOutOfBoundsException when the slices given to CoverageAggregator has no dimension that the aggregator can use as index. It happens for example if the slices have only 2 dimensions.
desruisseaux
-
2022/12/17
[sis] 01/02: Fix an ArrayStoreException when parsing a WKT with an invalid operation method.
desruisseaux
-
2022/12/14
[sis] 01/03: Deprecate `CharSequences.trimWhitespaces(String)`, replaced by `String.strip()` in Java 11.
desruisseaux
-
2022/12/14
[sis] branch geoapi-4.0 updated (7490457b36 -> fae2e06546)
desruisseaux
-
2022/12/14
[sis] 03/03: Improve the error message when failing to open a connection on an AWS S3 bucket.
desruisseaux
-
2022/12/14
[sis] 02/03: Fix an integer overflow when the filename is the root directory or an empty path.
desruisseaux
-
2022/12/13
[sis] 02/03: Replace most of `org.apache.sis.storage.geotiff.Tags` by `javax.imageio.plugins.tiff`. The latter provides a more complete set of tags that we can use as labels in metadata.
desruisseaux
-
2022/12/13
[sis] branch geoapi-4.0 updated (9c4a34851d -> 7490457b36)
desruisseaux
-
2022/12/13
[sis] 03/03: Fix an exception when GeoTIFF metadata contains rational numbers.
desruisseaux
-
2022/12/13
[sis] 01/03: Post-merge cleanup.
desruisseaux
-
2022/12/13
[sis] 01/01: Merge branch 'geoapi-3.1'. This is the upgrade from Java 8 to Java 11.
desruisseaux
-
2022/12/13
[sis] branch master updated (217df02d3e -> e7c5ccf5a9)
desruisseaux
-
2022/12/13
[sis] branch geoapi-3.1 updated (fee1fa85b1 -> f5bc633ac3)
desruisseaux
-
2022/12/13
[sis] 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1. This is the upgrade from Java 8 to Java 11.
desruisseaux
-
2022/12/13
[sis] branch geoapi-4.0 updated: Add `since` tag into `@Deprecated` annotations. Remove 4 deprecated methods that where not used anymore.
desruisseaux
-
2022/12/12
[sis-site] branch main updated: Add clearer information about required Java version.
desruisseaux
-
2022/12/12
[sis] 02/02: Resolve some "TODO" which were waiting for JDK 10 or JDK 11.
desruisseaux
-
2022/12/12
[sis] branch geoapi-4.0 updated (9a73feaadc -> 2c7abea573)
desruisseaux
-
2022/12/11
[sis] 02/03: Resolve some more advanced cases that where identified by a "Pending JDK9" comment.
desruisseaux
-
2022/12/11
[sis] branch geoapi-4.0 updated (d37c8ce013 -> 922983279c)
desruisseaux
-
2022/12/11
[sis] 01/03: Resolve some of the cases (the easy ones) that where identified by a "Pending JDK9" comment.
desruisseaux
-
2022/12/10
[sis] 02/02: Use the safer Java 11 way to convert collection to array.
desruisseaux
-
2022/12/10
[sis] branch geoapi-4.0 updated (ee6b293e6b -> d37c8ce013)
desruisseaux
-
2022/12/10
[sis] 01/02: Reduce the use of `CollectionsExt` when Java 11 methods can do the work.
desruisseaux
-
2022/12/10
[sis] 02/02: Remove reference to JAXB internal implementation, which is not provided anymore.
desruisseaux