Upstream merge 2026-02-27#293
Merged
miles-grant-ibigroup merged 182 commits intoibi-dev-2.xfrom Mar 2, 2026
Merged
Conversation
The method name isSubMode() was misleading - it actually indicates whether a filter needs trip-level filtering when a TripPattern contains multiple modes, not whether the filter is specifically for submodes.
…chema.graphqls Co-authored-by: Leonard Ehrenfried <mail@leonard.io>
Add 8 tests covering common real-world use cases for the SIRI ET updater's ModifiedTripBuilder and handleModifiedTrip flow: - Mixed recorded + estimated calls (most common SIRI pattern) - Successive updates replacing previous delays - Cancel all stops triggering implicit trip cancellation - Multi-trip pattern isolation (update one, leave other unaffected) - Journey-level occupancy propagation - Prediction inaccurate flag propagation - Updating times on a previously added (replacement) trip - Quay change then revert to original stops Also adds withOccupancy() and withPredictionInaccurate() builder methods to SiriEtBuilder for test support.
Cover additional AddedTripBuilder code paths: three-stop journeys, occupancy propagation, prediction inaccuracy, destination name headsign mapping, replacement linkage, and implicit cancellation via all-stops-cancelled.
# Conflicts: # application/src/test/java/org/opentripplanner/updater/trip/siri/moduletests/extrajourney/ExtraJourneyTest.java
…-search-builder Move `StreetSearchBuilder` to street module
…departed-without-actual-time Mark RecordedCall without ActualDepartureTime as not departed
Update to Java 25
Remove flex geocoder
…-order Reject SIRI messages with missing Order attribute on calls
Add Helsinki videos to presentations page
…/highly-trusted-dependencies-(patch) Update highly trusted dependencies (patch)
…ocoder Remove flex locations from geocoder
miles-grant-ibigroup
approved these changes
Mar 2, 2026
miles-grant-ibigroup
left a comment
There was a problem hiding this comment.
It's working well! Java 25. It's almost caught up to macos
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in 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.
This merge removes the flex zones from the geocoder sandbox.
Caution OTP has migrated to Java 25!
As you can see in the diff, massive refactorings are happening in OTP-land.