Upstream merge 2026-07-31 - #319
Merged
Merged
Conversation
…al` instead of nullable values
…ue`/`assertEquals`
A flex service journey with fixed endpoints is routed as a regular scheduled leg, and the flexible-area stop in between shows up as a non-boardable intermediate stop that carries no scheduled arrival/departure time (only a time window). The Transmodel intermediateEstimatedCalls field rendered that missing value (-999) as a bogus timestamp on the day before the trip. Filter out intermediate stops without scheduled times so they are no longer emitted as EstimatedCalls. closes opentripplanner#7034
…r-return-optional replace Nullable with Optional in Siri wrapper
…faulttransitservice test: cover default transit service lookups
…-entries-linking-index Speed up platform entrance linking with a spatial index
…rmediate-call fix(transmodel): skip flex-window stops in intermediate estimated calls
…rm-entries-refactoring Extract platform entrance candidates index into its own class
…ed-up Only compute OSM edge name fallback when required
…ty-aware-snap Carpool reachability aware snap
Expose `TripOnServiceDate` on trips and patterns, add notices
…/hive-mqtt-client Update dependency com.hivemq:hivemq-mqtt-client to v1.3.17
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 adds an API for getting notices that are assigned to a trip segment or an individual stoptime.
cc @alec-georgoff