-
Notifications
You must be signed in to change notification settings - Fork 55
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
feat: refactor AdHocMessageRoutingBuilder #433
feat: refactor AdHocMessageRoutingBuilder #433
Conversation
This reverts commit 648011c.
…ipse#423) * build: store etc-files in mosaic-starter and copy them to bundle and integration tests * clean: remove unnecessary properties from copy-resources definition
* ci: use SUMO 1.21.0 for testing * feat(sumo): support SUMO 1.21.0 Added hint, that SUMO_HOME/bin must be present in the PATH variable. Pre-loading some libraries is not required anymore then.
* refactor: don't use this whenever possible
… routing (eclipse#428) * feat(sns): cleanup, minor performance improvement for flooding (early exit if flooding could not be progressed)
…nts (eclipse#420) * feat: introducing SensorModule to provide access to environmental events * feat(application): allow registration of callback for lidar sensor module * feat(application): re-use Perceptive interface for accessing new sensor modules
...affic-light-communication/src/main/java/org/eclipse/mosaic/app/tutorial/RoadSideUnitApp.java
Outdated
Show resolved
Hide resolved
...ects/src/main/java/org/eclipse/mosaic/lib/objects/addressing/AdHocMessageRoutingBuilder.java
Outdated
Show resolved
Hide resolved
...ects/src/main/java/org/eclipse/mosaic/lib/objects/addressing/AdHocMessageRoutingBuilder.java
Outdated
Show resolved
Hide resolved
fed/mosaic-sns/src/test/java/org/eclipse/mosaic/fed/sns/ambassador/SnsAmbassadorTest.java
Outdated
Show resolved
Hide resolved
...mosaic-sumo/src/main/java/org/eclipse/mosaic/fed/sumo/ambassador/AbstractSumoAmbassador.java
Show resolved
Hide resolved
...affic-light-communication/src/main/java/org/eclipse/mosaic/app/tutorial/RoadSideUnitApp.java
Outdated
Show resolved
Hide resolved
...ects/src/main/java/org/eclipse/mosaic/lib/objects/addressing/AdHocMessageRoutingBuilder.java
Outdated
Show resolved
Hide resolved
...ects/src/main/java/org/eclipse/mosaic/lib/objects/addressing/AdHocMessageRoutingBuilder.java
Outdated
Show resolved
Hide resolved
...ects/src/main/java/org/eclipse/mosaic/lib/objects/addressing/AdHocMessageRoutingBuilder.java
Outdated
Show resolved
Hide resolved
...ects/src/main/java/org/eclipse/mosaic/lib/objects/addressing/AdHocMessageRoutingBuilder.java
Show resolved
Hide resolved
...ects/src/main/java/org/eclipse/mosaic/lib/objects/addressing/AdHocMessageRoutingBuilder.java
Show resolved
Hide resolved
...ects/src/main/java/org/eclipse/mosaic/lib/objects/addressing/AdHocMessageRoutingBuilder.java
Show resolved
Hide resolved
...ects/src/main/java/org/eclipse/mosaic/lib/objects/addressing/AdHocMessageRoutingBuilder.java
Outdated
Show resolved
Hide resolved
...objects/src/test/java/org/eclipse/mosaic/lib/objects/v2x/AdHocMessageRoutingBuilderTest.java
Outdated
Show resolved
Hide resolved
...ects/src/main/java/org/eclipse/mosaic/lib/objects/addressing/AdHocMessageRoutingBuilder.java
Outdated
Show resolved
Hide resolved
...mosaic-sumo/src/main/java/org/eclipse/mosaic/fed/sumo/ambassador/AbstractSumoAmbassador.java
Outdated
Show resolved
Hide resolved
…relied on singlehop previously
@kschrab @hoelger @rprotzmann Open question: Should we rename the destination types in the DestinationType enum? Currently they reflect our old naming scheme. |
We should discuss this in a separate PR and leave it for now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two minor issues
Description
AdHocMessageRoutingBuilder
to our new standardsIssue(s) related to this PR
Affected parts of the online documentation
Definition of Done
Prerequisites
Required
type(scope): description
(in the style of Conventional Commits)enhancement
, orbugfix
)origin/main
has been merged into your Fork.Requested (can be enforced by maintainers)
Special notes to reviewer