Skip to content

build(deps): bump com.graphhopper:graphhopper-core from 10.2 to 11.0#255

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/com.graphhopper-graphhopper-core-11.0
Open

build(deps): bump com.graphhopper:graphhopper-core from 10.2 to 11.0#255
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/com.graphhopper-graphhopper-core-11.0

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 15, 2025

Bumps com.graphhopper:graphhopper-core from 10.2 to 11.0.

Release notes

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

GraphHopper 11.0

What's Changed

... (truncated)

Changelog

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

11.0 [14 Oct 2025]

  • country-dependent toll rules are now always enabled. in the absence of explicit tags or special toll rules we use Toll.NO instead of Toll.MISSING #3111
  • max_weight_except: changed NONE to MISSING
  • the list of restrictions for BIKE returned from OSMRoadAccessParser.toOSMRestrictions is again [bicycle, vehicle, access] and not [bicycle, access] like before #2981
  • road_access now contains value of highest transportation mode for CAR, i.e. access=private, motorcar=yes will now return YES and not PRIVATE
  • car.json by default avoids private roads
  • maxspeed<5 is ignored, maxspeed=none is ignored with some exceptions, maxspeed parsing and related constants were renamed #3077
  • improved performance by sorting graph during import, #3177
  • trunk roads in Austria are no longer considered to be toll roads by default

10.0 [5 Nov 2024]

  • The config-example.yml uses a non-empty snap_preventions default array: [tunnel, bridge and ferry] for the /route endpoint
  • the default u-turn time is now 0, the default u-turn weight is still infinite
  • turn restriction support for restrictions with overlapping and/or multiple via-edges/ways, #3030
  • 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")
  • sac_scale priority handling for bicycles moved to the bike custom models

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

8.0 [18 Oct 2023]

  • access "turn"-EncodedValue of EncodingManager through separate methods, see #2884
  • removed fastest weighting for public usage, use custom instead, see #2866
  • removed shortest weighting for public usage, use a high distance_influence instead, see #2865
  • removed duration:seconds as intermediate tag
  • /info endpoint does no longer return the vehicle used per profile and won't return encoded value of vehicles like car_average_speed
  • Country rules no longer contain maxspeed handling, enable a much better alternative via max_speed_calculator.enabled: true. On the client side use max_speed_estimated to determine if max_speed is from OSM or an estimation. See #2810
  • bike routing better avoids dangerous roads, see #2796 and #2802
  • routing requests can be configured to timeout after some time, see #2795
  • custom_model_file string changed to custom_model_files array, see #2787
  • renamed EdgeKVStorage to KVStorage as it is (temporarily) used for node tage too, see #2705
  • bike vehicles are now allowed to go in reverse direction of oneways, see custom_models/bike.json #196
  • prefer cycleways, bicycle_road and cyclestreet for bike routing, see #2784 and #2778
  • add support for further surfaces like pebblestones or concrete:lanes, see #2751

... (truncated)

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.

Bumps [com.graphhopper:graphhopper-core](https://github.com/graphhopper/graphhopper) from 10.2 to 11.0.
- [Release notes](https://github.com/graphhopper/graphhopper/releases)
- [Changelog](https://github.com/graphhopper/graphhopper/blob/master/CHANGELOG.md)
- [Commits](graphhopper/graphhopper@10.2...11.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Oct 15, 2025
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.

0 participants