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

Merged

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

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@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 5 times, most recently from c30e923 to f365de3 Compare May 30, 2024 21:26
@dependabot dependabot bot force-pushed the dependabot/maven/com.graphhopper-graphhopper-core-9.1 branch 2 times, most recently from ec45648 to 9c49248 Compare June 3, 2024 13:31
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] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/com.graphhopper-graphhopper-core-9.1 branch from 9c49248 to d5e3ae4 Compare June 4, 2024 08:31
@jfbischoff
Copy link
Collaborator

@tschlenther : I'm trying to get the dependabot dependecies all up to date. There were some API changes in this graphhopper update, which affected one line of your corde. Please check, I've commented it out.

@jfbischoff jfbischoff enabled auto-merge June 13, 2024 13:33
@jfbischoff jfbischoff merged commit b6b7a07 into master Jun 13, 2024
49 checks passed
@jfbischoff jfbischoff deleted the dependabot/maven/com.graphhopper-graphhopper-core-9.1 branch June 13, 2024 13:53
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