-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Remove unwanted dependencies in Raptor code #6163
Merged
t2gran
merged 3 commits into
opentripplanner:dev-2.x
from
entur:raptor_application_integration
Oct 21, 2024
Merged
Remove unwanted dependencies in Raptor code #6163
t2gran
merged 3 commits into
opentripplanner:dev-2.x
from
entur:raptor_application_integration
Oct 21, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…pScheduleBoardSearch, and ValueObjectToStringBuilder.
4aa5765
to
7b4be49
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev-2.x #6163 +/- ##
=============================================
+ Coverage 69.90% 69.92% +0.01%
- Complexity 17700 17729 +29
=============================================
Files 1996 1998 +2
Lines 75305 75406 +101
Branches 7705 7718 +13
=============================================
+ Hits 52644 52727 +83
- Misses 19990 20000 +10
- Partials 2671 2679 +8 ☔ View full report in Codecov by Sentry. |
habrahamsson-skanetrafiken
requested changes
Oct 16, 2024
application/src/main/java/org/opentripplanner/raptor/configure/RaptorConfig.java
Outdated
Show resolved
Hide resolved
...n/src/main/java/org/opentripplanner/standalone/config/routerconfig/TransitRoutingConfig.java
Show resolved
Hide resolved
Co-authored-by: Henrik Abrahamsson <127481124+habrahamsson-skanetrafiken@users.noreply.github.com>
habrahamsson-skanetrafiken
approved these changes
Oct 18, 2024
vpaturet
approved these changes
Oct 21, 2024
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
A few small cleanup tasks to Raptor to prepare for making it a separate Maven module.
Issue
Part of: #6155
Unit tests
This only contains simple refactorings, no tests added or changed.
Documentation
No
Changelog
No
Bumping the serialization version id
Not needed