You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@jena.apache.org by GitBox <gi...@apache.org> on 2020/11/11 19:07:40 UTC

[GitHub] [jena] dependabot[bot] opened a new pull request #849: Bump spatial4j from 0.6 to 0.7

dependabot[bot] opened a new pull request #849:
URL: https://github.com/apache/jena/pull/849


   Bumps [spatial4j](https://github.com/locationtech/spatial4j) from 0.6 to 0.7.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/locationtech/spatial4j/blob/master/CHANGES.md">spatial4j's changelog</a>.</em></p>
   <blockquote>
   <h2>VERSION 0.7</h2>
   <p>DATE: 27 December 2017</p>
   <ul>
   <li>
   <p><a href="https://github-redirect.dependabot.com/locationtech/spatial4j/issues/153">#153</a>: Upgraded to JTS 1.15.  This JTS release has an API breakage in that the package root was changed
   from com.vividsolutions to org.locationtech but should otherwise be compatible.
   JTS is now dual-licensed as EPL 1.0 and EDL 1.0 (a BSD style license).
   This JTS release also included various improvements, including faster LineString intersection.
   (David Smiley)</p>
   </li>
   <li>
   <p><a href="https://github-redirect.dependabot.com/locationtech/spatial4j/issues/138">#138</a>: Feature: Added integration for the Jackson-databind (&quot;ObjectMapper&quot;) serialization library.
   It's a popular library to serialize/deserialize JSON, XML, and other formats to/from Java objects.
   Jackson is an optional dependency for Spatial4j that is only required for this feature.
   (Ryan McKinley)</p>
   </li>
   <li>
   <p><a href="https://github-redirect.dependabot.com/locationtech/spatial4j/issues/151">#151</a>: Moved application of JtsContext.autoIndex from JtsShapeFactory.makeShapeFromGeometry() to
   JtsSpatialContext.makeShape is which is more central.
   (Justin Deoliveira)</p>
   </li>
   <li>
   <p><a href="https://github-redirect.dependabot.com/locationtech/spatial4j/issues/155">#155</a>: Ensure that JTS Geometry objects passed to Spatial4j are never modified.  If Spatial4j wants to
   do so in order to dateline wrap it, then it'll now be cloned first (at some new cost, which we try to avoid).
   (David Smiley)</p>
   </li>
   <li>
   <p>408c14a7: Bug: JtsShapeFactory.lineString: if useJtsLineString (true by default) and we have a non-0 buffer
   then a buffer of 0 was applied instead of the intended buffer.
   (Ryan McKinley)</p>
   </li>
   <li>
   <p><a href="https://github-redirect.dependabot.com/locationtech/spatial4j/issues/152">#152</a>: Removed test dependency on jeo library; some classes were copied in.
   (Justin Deoliveira)</p>
   </li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/locationtech/spatial4j/commit/f45b99a46960c9c948b4f00ae5559c636315c0ef"><code>f45b99a</code></a> [maven-release-plugin] prepare release spatial4j-0.7</li>
   <li><a href="https://github.com/locationtech/spatial4j/commit/fbb7cf57db6b5a9539679fc933563653749d6a3e"><code>fbb7cf5</code></a> Release prep tweaks</li>
   <li><a href="https://github.com/locationtech/spatial4j/commit/4d7c48ed0ee0b95284f25551c2f860d9b585aed2"><code>4d7c48e</code></a> Fix some outdated links. Add feature note about jackson-databdind integration</li>
   <li><a href="https://github.com/locationtech/spatial4j/commit/5bc7ea81b7ba839eb062f9b684a5922333be7bde"><code>5bc7ea8</code></a> pom.xml: Update dependency versions</li>
   <li><a href="https://github.com/locationtech/spatial4j/commit/33f241d1eb34d4fa427a78d0f44d4cb44d620a16"><code>33f241d</code></a> CHANGES.txt Ryan fixed a bug in this release (buried in git 408c14a7)</li>
   <li><a href="https://github.com/locationtech/spatial4j/commit/236b633204888318ae7906362e190333e5f766ce"><code>236b633</code></a> Docs: Clarify dateline == anti-meridian.</li>
   <li><a href="https://github.com/locationtech/spatial4j/commit/079b79fc27e7f72b5cfccda7ebe6c32439dda97c"><code>079b79f</code></a> Update CHANGES.md for 0.7.  Update devnotes</li>
   <li><a href="https://github.com/locationtech/spatial4j/commit/d2ef1fc620939fb6229f7d93e175ef69e99bed8a"><code>d2ef1fc</code></a> Merge branch 'CloneGeom'</li>
   <li><a href="https://github.com/locationtech/spatial4j/commit/832af6ec3a2aacdf094ba769d4578d83923a0e63"><code>832af6e</code></a> comments</li>
   <li><a href="https://github.com/locationtech/spatial4j/commit/666f6bf90183c1e71df8ae145fc0060073ecdebf"><code>666f6bf</code></a> Sync with master and add some missing source headers</li>
   <li>Additional commits viewable in <a href="https://github.com/locationtech/spatial4j/compare/spatial4j-0.6...spatial4j-0.7">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.locationtech.spatial4j:spatial4j&package-manager=maven&previous-version=0.6&new-version=0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates)
   
   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 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>


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@jena.apache.org
For additional commands, e-mail: pr-help@jena.apache.org


[GitHub] [jena] afs merged pull request #849: Bump spatial4j from 0.6 to 0.7

Posted by GitBox <gi...@apache.org>.
afs merged pull request #849:
URL: https://github.com/apache/jena/pull/849


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@jena.apache.org
For additional commands, e-mail: pr-help@jena.apache.org