StudentsAgainstCovid19 / corona-aid-api

Corona Aid REST API / Backend
https://api.corona-aid-ka.de
4 stars 0 forks source link

Bump spatial4j from 0.7 to 0.8 #151

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps spatial4j from 0.7 to 0.8.

Changelog

Sourced from spatial4j's changelog.

VERSION 0.8

DATE: unreleased

  • #194: Circles that cross a dateline can now be converted to a JTS Geometry. Previous attempts would throw an exception. (Stijn Caerts)

  • #194: JtsGeometry now supports input an Geometry that crosses the dateline multiple times (wraps the globe multiple times). Previous attempts would yield erroneous behavior. (Stijn Caerts)

  • #188: Upgraded to JTS 1.17.0. This JTS release has a small API change and it requires Java 1.8. Spatial4J should work fine with older versions still. (Jim Hughes)

  • #177: Improve conversion of a Circle to Shape. JtsShapeFactory allows converting from a Shape object to a JTS Geometry object. Geodetic circles now translate to a polygon that has points equidistant from the center. Before the change, there was potentially a large inaccuracy. (Hrishi Bakshi)

  • #163: "Empty" points in JTS are now convertible to a Spatial4j Shape instead of throwing an exception. (David Smiley)

  • #162: Fixed WKT & GeoJSON [de]serialization of "empty" points and geometrycollections. (Jeen Broekstra, David Smiley)

  • #165: Added ShapeFactory.pointLatLon convenience method. (MoeweX)

  • #167: WKTWriter now has a means to customize the NumberFromat. (MoeweX)

  • #175: ShapesAsWKTModule, a Jackson databind module, didn't deserialize WKT inside JSON to a Spatial4j Shape at all. Now it does. It continues to serialize correctly. (David Smiley)

Commits
  • 8704d9c [maven-release-plugin] prepare release spatial4j-0.8
  • c9ccdf6 pom.xml: plugin version tweaks
  • 1f6e204 Lang: resolve unchecked generics
  • 082c7c6 Lang: Remove redundant generic types
  • 80f5d3f javadoc: Un-declare javadoc params/throws without docs
  • c47575b Add default impl for Lon-Lat to X-Y
  • 4d8d4a0 Require Java 8 (1.8)
  • 052cd12 devnotes.md: update URLs
  • 8af2968 CONTRIBUTING: CLA -> ECA
  • 847b539 pom.xml update metadata & build plugins (#196)
  • Additional commits viewable in compare view


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 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)