Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump org.locationtech.spatial4j:spatial4j from 0.7 to 0.8 #238

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 5, 2025

Bumps org.locationtech.spatial4j:spatial4j from 0.7 to 0.8.

Changelog

Sourced from org.locationtech.spatial4j:spatial4j's changelog.

VERSION 0.8

DATE: 26 November 2020

  • #197: Require Java 8, AKA v1.8. (David Smiley)

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

Copy link
Author

dependabot bot commented on behalf of github Feb 5, 2025

The following labels could not be found: dependabot, dependencies.

Bumps [org.locationtech.spatial4j:spatial4j](https://github.com/locationtech/spatial4j) from 0.7 to 0.8.
- [Release notes](https://github.com/locationtech/spatial4j/releases)
- [Changelog](https://github.com/locationtech/spatial4j/blob/master/CHANGES.md)
- [Commits](locationtech/spatial4j@spatial4j-0.7...v0.8)

---
updated-dependencies:
- dependency-name: org.locationtech.spatial4j:spatial4j
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/org.locationtech.spatial4j-spatial4j-0.8 branch from a268feb to c94ec7a Compare February 7, 2025 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants