opentripplanner / OpenTripPlanner

An open source multi-modal trip planner
http://www.opentripplanner.org
Other
2.13k stars 1.01k forks source link

Migrate gbfs java model to mobilitydata package #5873

Closed testower closed 1 month ago

testower commented 1 month ago

Migrates the gbfs java model package to the one hosted by mobilitydata. Entur's package is deprecated. This PR involves only changing the group id and version in the pom file, and updating the package import paths.

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 68.38%. Comparing base (39a7270) to head (ca07e9a).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev-2.x #5873 +/- ## ========================================== Coverage 68.37% 68.38% + Complexity 16680 16679 -1 ========================================== Files 1914 1914 Lines 72658 72658 Branches 7453 7453 ========================================== + Hits 49683 49684 +1 + Misses 20418 20417 -1 Partials 2557 2557 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

leonardehrenfried commented 1 month ago

For everyone looking for the new location of the code: https://github.com/MobilityData/gbfs-json-schema/tree/master/models/java

testower commented 1 month ago

Do we need anymore approvals or can I merge?

leonardehrenfried commented 1 month ago

Go ahead and merge.

leonardehrenfried commented 1 month ago

We usually give the person that opened the PR the satisfaction of clicking the merge button.