commits
Thread
Date
Earlier messages
Later messages
Messages by Thread
[sis-site] branch next-release created (now 2c5685a0)
desruisseaux
[sis-site] 03/04: Set Java requirement to Java 11 and SIS version number to 1.4.
desruisseaux
[sis-site] 01/04: Prepare a branch for next release. This commit should not be applied to main branch.
desruisseaux
[sis-site] 02/04: Set GeoAPI version to 3.0.2 and Unit API to JSR-385.
desruisseaux
[sis-site] 04/04: Said that SIS can use "http ranges" when reading TIFF files.
desruisseaux
[sis-site] branch main updated (5f3bfd0c -> 88101618)
desruisseaux
[sis-site] branch main-1.4 created (now 19ba539d)
desruisseaux
[sis-site] 01/03: Add BigTIFF in the list of supported formats. Note that next version may upgrade to GeoAPI 3.0.2.
desruisseaux
[sis-site] 03/03: Said that SIS can use "http ranges" when reading TIFF files.
desruisseaux
[sis-site] 02/03: Prepare a branch for next release. Set GeoAPI version to 3.0.2 and Unit API to JSR-385.
desruisseaux
[sis] branch master updated (b9602ed1a7 -> 2dbd6f306f)
desruisseaux
[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
[sis] branch geoapi-3.1 updated (c89fcb2b94 -> 5cf53d65d2)
desruisseaux
[sis] 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1: upgrade from JSR-363 to JSR-385.
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] 01/01: Merge branch 'geoapi-3.1'
desruisseaux
[sis] branch geoapi-3.1 updated (f5bc633ac3 -> c89fcb2b94)
desruisseaux
[sis] 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1
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] 01/01: Merge branch 'asf-staging' into asf-site: SIS 1.3 release.
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] 02/02: Close idle connection after a timeout.
desruisseaux
[sis] 01/02: Allow GeoTIFF reader to specify in advance the desired range of bytes.
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] 01/02: Fix an ArrayStoreException when parsing a WKT with an invalid operation method.
desruisseaux
[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
[sis] branch geoapi-4.0 updated (7490457b36 -> fae2e06546)
desruisseaux
[sis] 02/03: Fix an integer overflow when the filename is the root directory or an empty path.
desruisseaux
[sis] 03/03: Improve the error message when failing to open a connection on an AWS S3 bucket.
desruisseaux
[sis] 01/03: Deprecate `CharSequences.trimWhitespaces(String)`, replaced by `String.strip()` in Java 11.
desruisseaux
[sis] branch geoapi-4.0 updated (9c4a34851d -> 7490457b36)
desruisseaux
[sis] 01/03: Post-merge cleanup.
desruisseaux
[sis] 03/03: Fix an exception when GeoTIFF metadata contains rational numbers.
desruisseaux
[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
[sis] branch master updated (217df02d3e -> e7c5ccf5a9)
desruisseaux
[sis] 01/01: Merge branch 'geoapi-3.1'. This is the upgrade from Java 8 to Java 11.
desruisseaux
[sis] branch geoapi-3.1 updated (fee1fa85b1 -> f5bc633ac3)
desruisseaux
[sis] 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1. This is the upgrade from Java 8 to Java 11.
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] 02/02: Resolve some "TODO" which were waiting for JDK 10 or JDK 11.
desruisseaux
[sis] branch geoapi-4.0 updated (d37c8ce013 -> 922983279c)
desruisseaux
[sis] 01/03: Resolve some of the cases (the easy ones) that where identified by a "Pending JDK9" comment.
desruisseaux
[sis] 02/03: Resolve some more advanced cases that where identified by a "Pending JDK9" comment.
desruisseaux
[sis] branch geoapi-4.0 updated (ee6b293e6b -> d37c8ce013)
desruisseaux
[sis] 01/02: Reduce the use of `CollectionsExt` when Java 11 methods can do the work.
desruisseaux
[sis] 02/02: Use the safer Java 11 way to convert collection to array.
desruisseaux
[sis] branch geoapi-4.0 updated (c33f347075 -> ee6b293e6b)
desruisseaux
[sis] 01/02: Rollback two changes from last commit where the order of elements in the `Set` matter.
desruisseaux
[sis] 02/02: Remove reference to JAXB internal implementation, which is not provided anymore.
desruisseaux
[sis] branch geoapi-4.0 updated (929bc5d9c1 -> c33f347075)
desruisseaux
[sis] 02/02: Rename `JDK9` as `JDK17` since it is now a placeholder for methods defined after Java 11.
desruisseaux
[sis] 01/02: Replace more `JDK9` placeholder. Those replacements are more risky because they introduce slight behavioral changes (range checks in `Arrays.equals(…)`, different iteration order in `Set` and `Map`).
desruisseaux
[sis] branch geoapi-4.0 updated (2f0e340e1f -> 929bc5d9c1)
desruisseaux
[sis] 01/08: Post-release cleanup.
desruisseaux
[sis] 07/08: Remove a hack for a Java 8 limitation fixed in Java 9.
desruisseaux
[sis] 04/08: Upgrade Derby dependency to series 10.15, which is the last series compatible with Java 11.
desruisseaux
[sis] 06/08: Remove OSGi dependency from core SIS modules. OSGi support has never been completed anyway. The class moved to `sis-webapp` in case we want to try again in the future.
desruisseaux
[sis] 02/08: Post-release: remove deprecated methods.
desruisseaux
[sis] 05/08: Move JavaEE 8 dependency to `sis-webapp` module. Update links to Java 8 documentation. Update NetBeans project configuration.
desruisseaux
[sis] 08/08: Delete some placeholder defined in the `JDK9` internal class, now replaced by their standard Java 11 counterparts.
desruisseaux
[sis] 03/08: Set Java version requirement to Java 11 and update documentation. There is no code change in this commit.
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] 04/07: Merge branch 'geoapi-3.1'. This is hopefully the last set of changes before release.
desruisseaux
[sis] 02/07: Merge branch 'geoapi-4.0' into geoapi-3.1.
desruisseaux
[sis] 07/07: Add a hack required for building javadoc. For a mysterious reason, Maven puts GeoAPI dependency under `--path-module` option instead of `--class-path` when building javadoc (but compilation with javac is okay).
desruisseaux
[sis] 01/07: Set version number and the EPSG geodetic dataset URL to expected values after release.
desruisseaux
[sis] 03/07: Fix an exception when parsing a WKT results in two or more identifiers on an object. This problem does not exist on the "geoapi-4.0" branch because the `ReferenceIdentifier` interface is specific to GeoAPI 3.x.
desruisseaux
[sis] 06/07: Set version number to 1.3.
desruisseaux
[sis] branch geoapi-4.0 updated (3d5020c294 -> e6382ae953)
desruisseaux
[sis] 02/02: Fix NullPointerException when auxiliary PRJ, TFW or HDR file can not be found. Improve test stability.
desruisseaux
[sis] 01/02: `NumberFormatException` thrown when parsing an invalid code should be wrapped in a `NoSuchAuthorityCodeException`.
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-site] 03/03: Rename `source` and `target` directories to their default values, which are `content` and `public` respectively. The intent is to make slightly easier to follow help on internet when the steps to execute assume the default naming convention.
desruisseaux
[sis-site] 01/03: Convert release notes from static HTML pages to markdown for processing by Hugo. The intent is to get better integration of those pages with the rest of the site.
desruisseaux
[sis-site] 02/03: Minor adjustments in documentation about new release.
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
[sis] 01/03: Set version number and the EPSG geodetic dataset URL to expected values after release.
desruisseaux
[sis] 03/03: Set version number to 1.3.
desruisseaux
[sis-site] branch main updated: Prepare release notes.
desruisseaux
[sis] branch master updated (2b6eec917a -> 11ef22c60c)
desruisseaux
[sis] 01/01: Merge branch 'geoapi-3.1'.
desruisseaux
[sis] branch geoapi-3.1 updated (05a9bb3b01 -> 20ae4b58a9)
desruisseaux
[sis] 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1. Contains only bug fixes.
desruisseaux
[sis] branch geoapi-4.0 updated (d438a0d1b6 -> e2c3b3af00)
desruisseaux
[sis] 02/03: Add missing component file (HDR) for ESRI RAW format.
desruisseaux
[sis] 01/03: Fix test failure when running tests on PostgreSQL without EPSG dataset.
desruisseaux
[sis] 03/03: Fix a `ClassCastException` and an `EOFException`. The latter was caused by wrong `ChannelData.channelOffset` value.
desruisseaux
[sis] branch master updated (ea85b9b19d -> 2b6eec917a)
desruisseaux
[sis] 01/01: Merge branch 'geoapi-3.1'
desruisseaux
[sis] branch geoapi-3.1 updated (92a8dad131 -> 05a9bb3b01)
desruisseaux
[sis] 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1
desruisseaux
[sis] branch geoapi-4.0 updated (aa41c4d0ec -> d438a0d1b6)
desruisseaux
[sis] 02/02: Fix JUnit test failures when the tests are run without EPSG database.
desruisseaux
[sis] 01/02: Add a warning about possible future API change. https://issues.apache.org/jira/browse/SIS-560
desruisseaux
[sis] branch geoapi-4.0 updated: GPX store should implement `WritableFeatureSet` only if the stream allows write operations.
desruisseaux
[sis] branch geoapi-4.0 updated (e2a4f94058 -> 138a82a9e8)
desruisseaux
[sis] 02/02: GPX data store should implement `WritableFeatureSet`.
desruisseaux
[sis] 01/02: Minor documentation fixes.
desruisseaux
[sis] branch geoapi-4.0 updated: Anticipate some of class name changes expected with upgrade to ISO 19157:2022. Not all impacted types are renamed, only the ones that are new in SIS 1.3 release. Other impacted classes and methods will be renamed later.
desruisseaux
[sis] branch geoapi-3.1 updated (0d88ef7e00 -> 92a8dad131)
desruisseaux
[sis] branch geoapi-4.0 updated (8c02b2ed66 -> 6053448501)
desruisseaux
[sis] branch master updated (1a8e38fd88 -> ea85b9b19d)
desruisseaux
[sis] 02/03: Merge branch 'geoapi-4.0' into geoapi-3.1.
desruisseaux
[sis] 01/03: Replace `java.util.Date` (from Java 1) by `java.time.temporal.Temporal` (from Java 8) in two properties that were introduced by the ISO 19157 upgrade (JIRA issue SIS-394). This change should be done on all properties, but this commit starts with properties that did not existed before SIS 1.3 release for making the transition smother.
desruisseaux
[sis] 03/03: Merge branch 'geoapi-3.1'
desruisseaux
[sis] branch feat/resource-processor updated (5a6d0d24d0 -> a0a748dea2)
amanin
[sis] 01/02: chore(Feature): change contract of utility TiledImageMock.initializeAllTiles member function.
amanin
[sis] 02/02: feat(Feature): add a computed image for band aggregation
amanin
[sis] branch geoapi-4.0 updated (a2ecd9979b -> 8c02b2ed66)
desruisseaux
[sis] 02/02: Remove an invisible character (zero-width space).
desruisseaux
[sis] 01/02: Clarify that the hard-coded CRS used as fallback in absence of EPSG geodetic dataset can be found in public sources. EPSG metadata such as scope and aliases other than abbreviations are omitted, except the identifier (code) which is interpreted as a reference telling where to find the full definition. A notice is added as a remark in CRS objects.
desruisseaux
[sis] branch geoapi-4.0 updated (87f7778d56 -> a2ecd9979b)
desruisseaux
[sis] 02/03: Retrofit `sis-console/artifact` into `sis-javafx/artifact`. The intent is to have a single source for the packaging of SIS binaries. `sis-console/artifact` was slightly obsolete compared to `sis-javafx/artifact`.
desruisseaux
[sis] 03/03: Include version number in fallback CRS. It is a way to tell that those definitions do not use datum ensemble.
desruisseaux
[sis] 01/03: Avoid a NumberFormatException in the wizard when installing JavaFX 19.
desruisseaux
[sis] branch geoapi-4.0 updated (ce4e984838 -> 87f7778d56)
desruisseaux
[sis] 01/01: More dependency upgrades. Minor bug fix in metadata copy constructor.
desruisseaux
[sis] branch geoapi-3.1 updated (29bfa755d5 -> 0d88ef7e00)
desruisseaux
[sis] branch master updated (f77cfeed91 -> 1a8e38fd88)
desruisseaux
[sis] 01/03: Bump postgresql from 42.5.0 to 42.5.1 https://github.com/apache/sis/pull/31
desruisseaux
[sis] 02/03: Merge branch 'geoapi-4.0' into geoapi-3.1. Contains documentation, ISO 19115 amendment 1 and minor bug fixes.
desruisseaux
[sis] 03/03: Merge branch 'geoapi-3.1'. This is documentation, ISO 19115 amendment 1 and minor bug fixes.
desruisseaux
[sis] branch feat/resource-processor updated (cbf9f26ab9 -> 5a6d0d24d0)
amanin
[sis] 02/03: chore(Storage): add a GridCoverageProcessor attribute in resource processor
amanin
[sis] 01/03: chore(Storage): fix a javadoc reference
amanin
[sis] 03/03: feat(Storage): add GridCoverageResource resampling capability
amanin
[sis] branch feat/resource-processor created (now cbf9f26ab9)
amanin
[sis] 01/01: Resource : add ResourceProcessor with converted samples operation
amanin
[sis] branch geoapi-4.0 updated: Clarify the name of `Record` and `RecordType` objects created at XML unmarshalling time. The previous "CharacterSequence" name was misleading because it suggested a field name, while it was used for a record containing a single field of type text. The "Single text" name is a better description.
desruisseaux
[sis] branch dependabot/maven/org.postgresql-postgresql-42.5.1 created (now 6bd9d3b9e0)
github-bot
[sis] branch geoapi-4.0 updated (854d9b68cf -> 31c81118c2)
desruisseaux
[sis] 04/06: Move `SensorType` together with other classes used as substitution for classes omitted in GeoAPI.
desruisseaux
[sis] 06/06: Update for changes in GeoAPI interface: - `NameFactory.createTypeName(…)` method added. - `ParameterDescriptor.getDirection()` default to "in".
desruisseaux
[sis] 05/06: Apply ISO 19115:2014 amendment 1 (2018). https://github.com/opengeospatial/geoapi/issues/77
desruisseaux
[sis] 03/06: Fix javadoc and serialization warnings.
desruisseaux
[sis] 02/06: More replacements of <cite> HTML tags by <em>, because the former was not really used for citations.
desruisseaux
[sis] branch master updated (884973020b -> f77cfeed91)
desruisseaux
[sis] 01/01: Merge branch 'geoapi-3.1'. Contains mostly minor documentation fixes, but repeated in a lot of files.
desruisseaux
[sis] branch geoapi-4.0 updated (62842c07be -> 854d9b68cf)
desruisseaux
[sis] 02/03: Fix a few warnings.
desruisseaux
[sis] 01/03: Replace "http://standards.iso.org/iso/" hard-coded strings by a constant.
desruisseaux
[sis] branch geoapi-3.1 updated (2afe9dfcf6 -> 29bfa755d5)
desruisseaux
[sis] 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1. Contains mostly minor documentation fixes, but repeated in a lot of files.
desruisseaux
[sis] branch geoapi-4.0 updated (ec0eaa68d9 -> 62842c07be)
desruisseaux
[sis] 02/02: Add missing @Dependencies annotations on metadata elements that became depreceted in ISO 19157.
desruisseaux
[sis] branch master updated (34813b658c -> 884973020b)
desruisseaux
[sis] 02/02: Merge branch 'geoapi-3.1'. The commits in this merge were already present on `master` branch. This merge is for making sure that `master` and `geoapi-4.0` are synchronized.
desruisseaux
[sis] 01/02: Make `MetadataStandard` class more similar to the version on other branches, for making merges easier.
desruisseaux
[sis] branch geoapi-3.1 updated (86bb5bbf6b -> 2afe9dfcf6)
desruisseaux
[sis] 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1. Contains bug fix in parsing of GML documents.
desruisseaux
[sis] branch geoapi-4.0 updated (6dc1c33f57 -> ec0eaa68d9)
desruisseaux
[sis] 01/01: Bug fixes related to unmarshalling of GML documents. Those bugs were identified by OGC TestBed 18 D025 scenario. This is a port of 3 commits on `master` branch.
desruisseaux
[sis] branch master updated (0e32b83323 -> 34813b658c)
desruisseaux
[sis] 03/05: Upgrade dependencies.
desruisseaux
[sis] 01/05: Add @UML annotations on new implementations of ISO 19157 constructs that are not present in GeoAPI 3.0.1.
desruisseaux
[sis] 04/05: Merge branch 'geoapi-4.0' into geoapi-3.1. Contains mostly spelling fixes.
desruisseaux
[sis] 05/05: Merge branch 'geoapi-3.1'. This is mostly spelling fixes and dependency upgrades.
desruisseaux
[sis-site] branch main updated (f33caad3 -> dd8701a9)
desruisseaux
[sis-site] 01/03: Adjust section title.
desruisseaux
[sis-site] 02/03: Add ISO 19157:2013 in the list of supported standards.
desruisseaux
[sis-site] 03/03: Fix common spelling errors.
desruisseaux
[sis] branch dependabot/maven/org.hsqldb-hsqldb-2.7.1 created (now 49a599810a)
github-bot
[sis] branch geoapi-4.0 updated: Post-merge cleaning.
desruisseaux
[sis] branch master updated (cdb3752112 -> 0e32b83323)
desruisseaux
[sis] branch geoapi-3.1 updated (a143312778 -> 86bb5bbf6b)
desruisseaux
[sis] 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1. This is the upgrade of metadata quality package from ISO 19115 to ISO 19157.
desruisseaux
[sis] branch geoapi-4.0 updated: Remove `DefaultParameter` (the implementation of ISO 19157 `DQM_Parameter`). This is replaced by a retrofitting in `ParameterDescriptor` for a unified API.
desruisseaux
Earlier messages
Later messages