Skip to content

Commit f7cd43c

Browse files
Build(deps): Bump org.orbisgis:h2gis from 2.2.3 to 2.2.4 (#1560)
Bumps [org.orbisgis:h2gis](https://github.com/orbisgis/H2GIS) from 2.2.3 to 2.2.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/orbisgis/H2GIS/releases">org.orbisgis:h2gis's releases</a>.</em></p> <blockquote> <h2>v2.2.4</h2> <h2>Changelog for v2.2.4</h2> <ul> <li>Add ST_EnvelopeAsText function</li> <li>Add ST_AsOverpassBbox function</li> <li>Add ST_OverpassDownloader function</li> <li>Add ST_SimplifyVW function</li> <li>Fix bug when read GeometryCollection with the ST_GeomFromGeoJSON function</li> <li>Fix write empty table to FGB file</li> <li>Fix github actions</li> <li>Fix mixed srid error on empty geometry with ST_Extent <a href="https://redirect.github.com/orbisgis/H2GIS/issues/1400">#1400</a></li> <li>Remove transitive dependency from flatgeobuffer to JTS version 1.19 (should use 1.20 of jts-core)</li> <li>Allow ST_GRAPH to be executed with empty geometry</li> <li>Allow ST_GRAPH to be executed when the input table contains an autoincrement column and not only a PK</li> <li>Fix bug when read GeometryCollection with the ST_GeomFromGeoJSON function</li> <li>ST_MAKEGRID and ST_MAKEGRIDPOINTS : add an option to order the cells starting from the upper left corner</li> <li>Change ST_Collect to scalar function</li> <li>Upgrade the version of FlatGeoBuffer driver (update of guava, flatbuffer)</li> <li>Fix ST_MemSize typo</li> <li>Fix doc for ST_SimplifyVW</li> <li>Fix typo on FlatGeobuf driver</li> <li>Fix doc on ST_MaximumInscribedCircle</li> <li>Fix typo on ST_Force3DM</li> <li>ST_Force3DM returns MULTIPOINT instead of GEOMETRYCOLLECTION M -</li> <li>Implement ST_M correctly</li> <li>Fix write empty table in FGB file</li> <li>Fix ST_FORCE2D to return 2D coordinates</li> <li>Use central portal to publish snapshots</li> <li>New readthedoc documentation</li> <li>Add native compilation using graalvm (creates lib and executable)</li> <li>Exposes C API using graalvm to allow the lib to communicate with other programs</li> <li>Fix an error for C API fetch_rows</li> <li>Replace Poly2Tri by Tinfour library, signature of ST_ConstrainedDelaunay now have a minDistancePoint parameter for merging input coordinates</li> <li>Fix storage of Boolean and Byte type of the Flat GeoBuffer storage driver issue <a href="https://redirect.github.com/orbisgis/H2GIS/issues/1437">#1437</a></li> <li>Fix transformation from 27700 to 4326</li> <li>Update to CTS 1.7.2-SNAPSHOT</li> <li>Rename ST_TESSELLATE to ST_Tesselate</li> <li>Use JTS algorithm in ST_Tesselate</li> <li>Add ST_TriangulatePolygon</li> <li>Add ST_MaximumInscribedCircleRadius</li> <li>Add ST_SimplifyPolygonHull</li> <li>Use RelateNG instead of Relate algorithm</li> <li>Add missing implementation on PostGIS datasource wrapper (unwrap and iswrapper)</li> <li>Use connection isWrapperFor instead of static class package search for checking if connection is H2 or POSTGIS</li> <li>Fix timestamp and data IO with FlatGeoBuffer</li> <li>Fix writing varchar with FlatGeoBuffer</li> <li>Fix FlatGeoBuffer driver, do not read the first row multiple times</li> <li>Prepare H2GIS 2.2.4 release</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/orbisgis/h2gis/blob/v2.2.4/docs/CHANGELOG.md">org.orbisgis:h2gis's changelog</a>.</em></p> <blockquote> <h2>Changelog for v2.2.4</h2> <ul> <li>Add ST_EnvelopeAsText function</li> <li>Add ST_AsOverpassBbox function</li> <li>Add ST_OverpassDownloader function</li> <li>Add ST_SimplifyVW function</li> <li>Fix bug when read GeometryCollection with the ST_GeomFromGeoJSON function</li> <li>Fix write empty table to FGB file</li> <li>Fix github actions</li> <li>Fix mixed srid error on empty geometry with ST_Extent <a href="https://redirect.github.com/orbisgis/H2GIS/issues/1400">#1400</a></li> <li>Remove transitive dependency from flatgeobuffer to JTS version 1.19 (should use 1.20 of jts-core)</li> <li>Allow ST_GRAPH to be executed with empty geometry</li> <li>Allow ST_GRAPH to be executed when the input table contains an autoincrement column and not only a PK</li> <li>Fix bug when read GeometryCollection with the ST_GeomFromGeoJSON function</li> <li>ST_MAKEGRID and ST_MAKEGRIDPOINTS : add an option to order the cells starting from the upper left corner</li> <li>Change ST_Collect to scalar function</li> <li>Upgrade the version of FlatGeoBuffer driver (update of guava, flatbuffer)</li> <li>Fix ST_MemSize typo</li> <li>Fix doc for ST_SimplifyVW</li> <li>Fix typo on FlatGeobuf driver</li> <li>Fix doc on ST_MaximumInscribedCircle</li> <li>Fix typo on ST_Force3DM</li> <li>ST_Force3DM returns MULTIPOINT instead of GEOMETRYCOLLECTION M -</li> <li>Implement ST_M correctly</li> <li>Fix write empty table in FGB file</li> <li>Fix ST_FORCE2D to return 2D coordinates</li> <li>Use central portal to publish snapshots</li> <li>New readthedoc documentation</li> <li>Add native compilation using graalvm (creates lib and executable)</li> <li>Exposes C API using graalvm to allow the lib to communicate with other programs</li> <li>Fix an error for C API fetch_rows</li> <li>Replace Poly2Tri by Tinfour library, signature of ST_ConstrainedDelaunay now have a minDistancePoint parameter for merging input coordinates</li> <li>Fix storage of Boolean and Byte type of the Flat GeoBuffer storage driver issue <a href="https://redirect.github.com/orbisgis/H2GIS/issues/1437">#1437</a></li> <li>Fix transformation from 27700 to 4326</li> <li>Update to CTS 1.7.2-SNAPSHOT</li> <li>Rename ST_TESSELLATE to ST_Tesselate</li> <li>Use JTS algorithm in ST_Tesselate</li> <li>Add ST_TriangulatePolygon</li> <li>Add ST_MaximumInscribedCircleRadius</li> <li>Add ST_SimplifyPolygonHull</li> <li>Use RelateNG instead of Relate algorithm</li> <li>Add missing implementation on PostGIS datasource wrapper (unwrap and iswrapper)</li> <li>Use connection isWrapperFor instead of static class package search for checking if connection is H2 or POSTGIS</li> <li>Fix timestamp and data IO with FlatGeoBuffer</li> <li>Fix writing varchar with FlatGeoBuffer</li> <li>Fix FlatGeoBuffer driver, do not read the first row multiple times</li> <li>Prepare H2GIS 2.2.4 release</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/orbisgis/h2gis/commit/c0a059db9ca29bc4c2cd3a92f287ab46853ce94f"><code>c0a059d</code></a> [maven-release-plugin] prepare release v2.2.4</li> <li><a href="https://github.com/orbisgis/h2gis/commit/46ac96f71aefda6acab8a44c3c1c2bc84f988786"><code>46ac96f</code></a> Fix pom (<a href="https://redirect.github.com/orbisgis/H2GIS/issues/1467">#1467</a>)</li> <li><a href="https://github.com/orbisgis/h2gis/commit/5a9f135be318f447d7ddb7fead9dc3c4ef6fa966"><code>5a9f135</code></a> Improve TableLocation (<a href="https://redirect.github.com/orbisgis/H2GIS/issues/1466">#1466</a>)</li> <li><a href="https://github.com/orbisgis/h2gis/commit/f488cda19aa6e6e9c824c712f3608fb755380895"><code>f488cda</code></a> Prepare the next release (<a href="https://redirect.github.com/orbisgis/H2GIS/issues/1465">#1465</a>)</li> <li><a href="https://github.com/orbisgis/h2gis/commit/80e78cd921d298d3f77e3a915bd6c7aa72a312b0"><code>80e78cd</code></a> optimisation, do not read the first row multiple times.. (<a href="https://redirect.github.com/orbisgis/H2GIS/issues/1464">#1464</a>)</li> <li><a href="https://github.com/orbisgis/h2gis/commit/9c5b819f826e29d35bf767a7ed94b5742f1d5c55"><code>9c5b819</code></a> Merge pull request <a href="https://redirect.github.com/orbisgis/H2GIS/issues/1463">#1463</a> from ebocher/fix_fgb_types</li> <li><a href="https://github.com/orbisgis/h2gis/commit/ffe07fb3c0a960b4dc386f71a50ea83d12e41835"><code>ffe07fb</code></a> CHANGELOG.md</li> <li><a href="https://github.com/orbisgis/h2gis/commit/044a04d4d2609ade7222e9e4d380a9a86544e0f4"><code>044a04d</code></a> Store and write datetime (timestamp and date) in ISO 8601</li> <li><a href="https://github.com/orbisgis/h2gis/commit/056a580eeaf2010527c8c1314a457ad015932d32"><code>056a580</code></a> Update README.md</li> <li><a href="https://github.com/orbisgis/h2gis/commit/92044db4af0fec12260918cffcf7980429a0f0e4"><code>92044db</code></a> Add missing wrapper implementation (<a href="https://redirect.github.com/orbisgis/H2GIS/issues/1461">#1461</a>)</li> <li>Additional commits viewable in <a href="https://github.com/orbisgis/H2GIS/compare/v2.2.3...v2.2.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.orbisgis:h2gis&package-manager=maven&previous-version=2.2.3&new-version=2.2.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
2 parents 09e9f71 + 557d6d7 commit f7cd43c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
<slf4j.version>2.0.17</slf4j.version>
132132
<surefire.version>3.5.4</surefire.version>
133133
<animal-sniffer.version>1.27</animal-sniffer.version>
134-
<h2gis.version>2.2.3</h2gis.version>
134+
<h2gis.version>2.2.4</h2gis.version>
135135
<morphia.version>2.5.2</morphia.version>
136136
<jmh.version>1.37</jmh.version>
137137
<kotlin.version>2.3.0</kotlin.version>

0 commit comments

Comments
 (0)