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

build(deps): bump com.graphhopper:graphhopper-core from 8.0 to 9.1 #3256

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 6, 2024

Bumps com.graphhopper:graphhopper-core from 8.0 to 9.1.

Release notes

Sourced from com.graphhopper:graphhopper-core's releases.

GraphHopper 9.1

Bug fix release: graphhopper/graphhopper@9.0...9.1

See full details compared to previous major version 9.0 here: https://github.com/graphhopper/graphhopper/releases/tag/9.0

GraphHopper 9.0

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from com.graphhopper:graphhopper-core's changelog.

10.0 [not yet released]

  • constructor of BaseGraph.Builder uses byte instead of integer count.
  • KeyValue is now KValue as it holds the value only. Note, the two parameter constructor uses one value for the forward and one for the backward direction (and no longer "key, value")

9.0 [23 Apr 2024]

  • max_slope is now a signed decimal, see #2955
  • move sac_scale handling out of foot_access parser and made foot safer via lowering to sac_scale<2, same for hike sac_scale<5
  • removed shortest+fastest weightings, #2938
  • u_turn_costs information is no longer stored in profile. Use the TurnCostsConfig instead
  • the custom models do no longer include the speed, access and priority encoded values only implicitly, see docs/migration/config-migration-08-09.md
  • conditional access restriction tags are no longer considered from vehicle tag parsers and instead a car_temporal_access encoded value (similarly for bike + foot) can be used in a custom model. This fixes #2477. More details are accessible via path details named according to the OSM tags e.g. for access:conditional it is "access_conditional" (i.e. converted from OSM access:conditional). See #2863 and #2965.
  • replaced (Vehicle)EncodedValueFactory and (Vehicle)TagParserFactory with ImportRegistry, #2935
  • encoded values used in custom models are added automatically, no need to add them to graph.encoded_values anymore, #2935
  • removed the ability to sort the graph (graph.do_sort) due to incomplete support, #2919
  • minor changes for import hooks, #2917
  • removed wheelchair vehicle and related parsers, with currently no complete replacement as it needs to be redone properly with a custom model
  • removed deprecated PMap.put
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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 6, 2024
@dependabot dependabot bot force-pushed the dependabot/maven/com.graphhopper-graphhopper-core-9.1 branch 2 times, most recently from 59ac9d8 to 981cf11 Compare May 8, 2024 20:29
@dependabot dependabot bot force-pushed the dependabot/maven/com.graphhopper-graphhopper-core-9.1 branch 8 times, most recently from 0aba620 to 8c7492e Compare May 22, 2024 15:37
@dependabot dependabot bot force-pushed the dependabot/maven/com.graphhopper-graphhopper-core-9.1 branch from 8c7492e to 45491b8 Compare May 24, 2024 17:26
Bumps [com.graphhopper:graphhopper-core](https://github.com/graphhopper/graphhopper) from 8.0 to 9.1.
- [Release notes](https://github.com/graphhopper/graphhopper/releases)
- [Changelog](https://github.com/graphhopper/graphhopper/blob/master/CHANGELOG.md)
- [Commits](graphhopper/graphhopper@8.0...9.1)

---
updated-dependencies:
- dependency-name: com.graphhopper:graphhopper-core
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/com.graphhopper-graphhopper-core-9.1 branch from 45491b8 to ac41cb3 Compare May 24, 2024 18:04
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.

None yet

0 participants