Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 23, 2026

Bumps org.orbisgis:h2gis from 2.2.3 to 2.2.4.

Release notes

Sourced from org.orbisgis:h2gis's releases.

v2.2.4

Changelog for v2.2.4

  • Add ST_EnvelopeAsText function
  • Add ST_AsOverpassBbox function
  • Add ST_OverpassDownloader function
  • Add ST_SimplifyVW function
  • Fix bug when read GeometryCollection with the ST_GeomFromGeoJSON function
  • Fix write empty table to FGB file
  • Fix github actions
  • Fix mixed srid error on empty geometry with ST_Extent #1400
  • Remove transitive dependency from flatgeobuffer to JTS version 1.19 (should use 1.20 of jts-core)
  • Allow ST_GRAPH to be executed with empty geometry
  • Allow ST_GRAPH to be executed when the input table contains an autoincrement column and not only a PK
  • Fix bug when read GeometryCollection with the ST_GeomFromGeoJSON function
  • ST_MAKEGRID and ST_MAKEGRIDPOINTS : add an option to order the cells starting from the upper left corner
  • Change ST_Collect to scalar function
  • Upgrade the version of FlatGeoBuffer driver (update of guava, flatbuffer)
  • Fix ST_MemSize typo
  • Fix doc for ST_SimplifyVW
  • Fix typo on FlatGeobuf driver
  • Fix doc on ST_MaximumInscribedCircle
  • Fix typo on ST_Force3DM
  • ST_Force3DM returns MULTIPOINT instead of GEOMETRYCOLLECTION M -
  • Implement ST_M correctly
  • Fix write empty table in FGB file
  • Fix ST_FORCE2D to return 2D coordinates
  • Use central portal to publish snapshots
  • New readthedoc documentation
  • Add native compilation using graalvm (creates lib and executable)
  • Exposes C API using graalvm to allow the lib to communicate with other programs
  • Fix an error for C API fetch_rows
  • Replace Poly2Tri by Tinfour library, signature of ST_ConstrainedDelaunay now have a minDistancePoint parameter for merging input coordinates
  • Fix storage of Boolean and Byte type of the Flat GeoBuffer storage driver issue #1437
  • Fix transformation from 27700 to 4326
  • Update to CTS 1.7.2-SNAPSHOT
  • Rename ST_TESSELLATE to ST_Tesselate
  • Use JTS algorithm in ST_Tesselate
  • Add ST_TriangulatePolygon
  • Add ST_MaximumInscribedCircleRadius
  • Add ST_SimplifyPolygonHull
  • Use RelateNG instead of Relate algorithm
  • Add missing implementation on PostGIS datasource wrapper (unwrap and iswrapper)
  • Use connection isWrapperFor instead of static class package search for checking if connection is H2 or POSTGIS
  • Fix timestamp and data IO with FlatGeoBuffer
  • Fix writing varchar with FlatGeoBuffer
  • Fix FlatGeoBuffer driver, do not read the first row multiple times
  • Prepare H2GIS 2.2.4 release
Changelog

Sourced from org.orbisgis:h2gis's changelog.

Changelog for v2.2.4

  • Add ST_EnvelopeAsText function
  • Add ST_AsOverpassBbox function
  • Add ST_OverpassDownloader function
  • Add ST_SimplifyVW function
  • Fix bug when read GeometryCollection with the ST_GeomFromGeoJSON function
  • Fix write empty table to FGB file
  • Fix github actions
  • Fix mixed srid error on empty geometry with ST_Extent #1400
  • Remove transitive dependency from flatgeobuffer to JTS version 1.19 (should use 1.20 of jts-core)
  • Allow ST_GRAPH to be executed with empty geometry
  • Allow ST_GRAPH to be executed when the input table contains an autoincrement column and not only a PK
  • Fix bug when read GeometryCollection with the ST_GeomFromGeoJSON function
  • ST_MAKEGRID and ST_MAKEGRIDPOINTS : add an option to order the cells starting from the upper left corner
  • Change ST_Collect to scalar function
  • Upgrade the version of FlatGeoBuffer driver (update of guava, flatbuffer)
  • Fix ST_MemSize typo
  • Fix doc for ST_SimplifyVW
  • Fix typo on FlatGeobuf driver
  • Fix doc on ST_MaximumInscribedCircle
  • Fix typo on ST_Force3DM
  • ST_Force3DM returns MULTIPOINT instead of GEOMETRYCOLLECTION M -
  • Implement ST_M correctly
  • Fix write empty table in FGB file
  • Fix ST_FORCE2D to return 2D coordinates
  • Use central portal to publish snapshots
  • New readthedoc documentation
  • Add native compilation using graalvm (creates lib and executable)
  • Exposes C API using graalvm to allow the lib to communicate with other programs
  • Fix an error for C API fetch_rows
  • Replace Poly2Tri by Tinfour library, signature of ST_ConstrainedDelaunay now have a minDistancePoint parameter for merging input coordinates
  • Fix storage of Boolean and Byte type of the Flat GeoBuffer storage driver issue #1437
  • Fix transformation from 27700 to 4326
  • Update to CTS 1.7.2-SNAPSHOT
  • Rename ST_TESSELLATE to ST_Tesselate
  • Use JTS algorithm in ST_Tesselate
  • Add ST_TriangulatePolygon
  • Add ST_MaximumInscribedCircleRadius
  • Add ST_SimplifyPolygonHull
  • Use RelateNG instead of Relate algorithm
  • Add missing implementation on PostGIS datasource wrapper (unwrap and iswrapper)
  • Use connection isWrapperFor instead of static class package search for checking if connection is H2 or POSTGIS
  • Fix timestamp and data IO with FlatGeoBuffer
  • Fix writing varchar with FlatGeoBuffer
  • Fix FlatGeoBuffer driver, do not read the first row multiple times
  • Prepare H2GIS 2.2.4 release
Commits

Dependabot compatibility score

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 commands and options

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)

Bumps [org.orbisgis:h2gis](https://github.com/orbisgis/H2GIS) from 2.2.3 to 2.2.4.
- [Release notes](https://github.com/orbisgis/H2GIS/releases)
- [Changelog](https://github.com/orbisgis/h2gis/blob/v2.2.4/docs/CHANGELOG.md)
- [Commits](orbisgis/h2gis@v2.2.3...v2.2.4)

---
updated-dependencies:
- dependency-name: org.orbisgis:h2gis
  dependency-version: 2.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jan 23, 2026
@github-actions github-actions bot enabled auto-merge January 23, 2026 05:34
@codecov
Copy link

codecov bot commented Jan 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 0.00%. Comparing base (09e9f71) to head (557d6d7).
⚠️ Report is 2 commits behind head on master.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##           master   #1560    +/-   ##
=======================================
  Coverage    0.00%   0.00%            
=======================================
  Files         813     838    +25     
  Lines       31466   31795   +329     
  Branches     3614    3622     +8     
=======================================
- Misses      31466   31795   +329     
Flag Coverage Δ
cubrid 0.00% <ø> (?)
db2 0.00% <ø> (?)
embedded 0.00% <ø> (?)
examples 0.00% <ø> (?)
firebird 0.00% <ø> (?)
mongodb 0.00% <ø> (?)
mysql 0.00% <ø> (?)
oracle 0.00% <ø> (?)
postgresql 0.00% <ø> (?)
test 0.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@github-actions github-actions bot merged commit f7cd43c into master Jan 23, 2026
5 of 6 checks passed
@github-actions github-actions bot deleted the dependabot/maven/master/org.orbisgis-h2gis-2.2.4 branch January 23, 2026 05:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant