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 the maven group with 4 updates #2785

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 29, 2023

Bumps the maven group with 4 updates: javax.measure:unit-api, commons-cli:commons-cli, org.apache.poi:poi-ooxml and com.graphhopper:graphhopper-core.

Updates javax.measure:unit-api from 2.1.3 to 2.2

Release notes

Sourced from javax.measure:unit-api's releases.

2.0 MR 2

2.0 Maintenance Release 2 Celebrating World Metrology Day 2023.

Fixed Issues

Commits

Updates commons-cli:commons-cli from 1.5.0 to 2.0-gt2-pre1

Updates org.apache.poi:poi-ooxml from 5.2.3 to 5.2.4

Updates com.graphhopper:graphhopper-core from 6.2 to 7.0-testgithub6

Release notes

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

GraphHopper 7.0

What's Changed

... (truncated)

Changelog

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

8.0 [not yet released]

  • 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
  • reduced memory usage for urban density calculation, see #2828
  • urban density is now based on road junctions, so the according parameters need adjustment in case the config file does not use the defaults, see #2842
  • removed heading penalty time, see #2563
  • base graph no longer allows loop edges, see #2862

7.0 [14 Mar 2023]

  • access node tags via List instead of Map: List nodeTags = way.getTag("node_tags", emptyList()), see #2705
  • remove StringEncodedValue support from custom model due to insufficient usage/testing
  • handle also node_tags in handleWayTags, when extending AbstractAccessParser call handleNodeTags, #2738
  • Format of 'areas' in CustomModel changed to 'FeatureCollection'. The old format is deprecated and will be removed in a later version, #2734
  • TagParser#handleWayTags no longer returns an IntsRef. We assume it never returned anything other than the input IntsRef.
  • there is no longer a default value for the distanceInfluence parameter in custom models sent via client-hc. Previously it was 70. Not setting it explicitly now means the server-side value will be used. getDistanceInfluence can now be null. Server-side profiles with custom weighting now use distance_influence: 0 by default (previously it was 70). see #2716
  • there is a new, required 'import.osm.ignored_highways' configuration option that must be used to not increase the graph size and decrease performance for motorized-only routing compared to previous versions, #2702
  • new osm_way_id encoded value, #2701
  • the parameters vehicle, weighting, edge_based and turn_costs are no longer supported, use the profile parameter instead
  • removed motorroad to road_class conversion, #2329
  • removed YAML support for custom models on the server-side. Only allow JSON with // comments.
  • Bike2WeightTagParser was removed. Use the bike vehicle with a custom model, see custom_models/bike.json
  • CurvatureWeighting was removed. Use a custom model with 'curvature' instead, see custom_models/curvature.json (#2665)
  • internal keys for EdgeKVStorage changed to contain the street_ prefix like the path details too. Similarly, the extra_info in the instructions of the API response, see #2661
  • subnetwork preparation can now be run in parallel to slightly speed up the base graph import (#2737)
  • The block_area parameter was removed. Use custom model areas instead.

6.0 [13 Sep 2022]

  • Car4WDTagParser was removed. Use the roads vehicle with a custom model, see custom_models/car4wd.json see #2651
  • When using a DecimalEncodedValue with useMaximumAsInfinity=true and a single bit of space make sure you always use Double.POSITIVE_INFINITY to set the value, see #2646
  • renamed DouglasPeucker to RamerDouglasPeucker
  • path details at via-points are no longer merged, see #2626
  • removed the FlagEncoder interface. for example encoder.getAccessEnc() is now encodingManager.getBooleanEncodedValue( VehicleAccess.key("car")), #2611

... (truncated)

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the maven group with 4 updates: [javax.measure:unit-api](https://github.com/unitsofmeasurement/unit-api), commons-cli:commons-cli, org.apache.poi:poi-ooxml and [com.graphhopper:graphhopper-core](https://github.com/graphhopper/graphhopper).


Updates `javax.measure:unit-api` from 2.1.3 to 2.2
- [Release notes](https://github.com/unitsofmeasurement/unit-api/releases)
- [Commits](unitsofmeasurement/unit-api@2.1.3...2.2)

Updates `commons-cli:commons-cli` from 1.5.0 to 2.0-gt2-pre1

Updates `org.apache.poi:poi-ooxml` from 5.2.3 to 5.2.4

Updates `com.graphhopper:graphhopper-core` from 6.2 to 7.0-testgithub6
- [Release notes](https://github.com/graphhopper/graphhopper/releases)
- [Changelog](https://github.com/graphhopper/graphhopper/blob/master/CHANGELOG.md)
- [Commits](https://github.com/graphhopper/graphhopper/commits)

---
updated-dependencies:
- dependency-name: javax.measure:unit-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: commons-cli:commons-cli
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.poi:poi-ooxml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: com.graphhopper:graphhopper-core
  dependency-type: direct:production
  dependency-group: maven
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Sep 29, 2023
@michalmac
Copy link
Member

@dependabot show com.graphhopper:graphhopper-core ignore conditions

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 29, 2023

No ignore conditions found for the dependency com.graphhopper:graphhopper-core

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 29, 2023

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Sep 29, 2023
@dependabot dependabot bot deleted the dependabot/maven/maven-c263298ace branch September 29, 2023 11:45
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