-
Notifications
You must be signed in to change notification settings - Fork 2
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
Resolving merge conflicts on USDOT ODE PR #84
Conversation
…ders JPO-ODE Hotfix for Security Headers
Sync Develop with Master
@@ -119,6 +119,7 @@ public class OdeProperties implements EnvironmentAware { | |||
private Set<String> kafkaTopicsDisabledSet = new HashSet<>(); | |||
|
|||
// BSM | |||
private final String BSM_START_FLAG = "0014"; |
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.
These strings were moved into the UperUtil class in #78 . Are they currently used anywhere from the OdeProperties class? If not I don't believe we should add these back in.
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.
Thanks for this! These have been removed & the unit tests have been verified to be passing still.
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.
Looks good!
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.
lgtm!
Problem
There are merge conflicts on usdot-jpo-ode#547.
Solution
The merge conflicts have been resolved by merging USDOT's develop branch into CDOT dev.
Testing
Unit tests have been verified to pass with these changes.