Skip to content
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

Merged
merged 14 commits into from
Jun 5, 2024

Conversation

dmccoystephenson
Copy link
Member

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.

@@ -119,6 +119,7 @@ public class OdeProperties implements EnvironmentAware {
private Set<String> kafkaTopicsDisabledSet = new HashSet<>();

// BSM
private final String BSM_START_FLAG = "0014";
Copy link

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.

Copy link
Member Author

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.

Copy link

@mwodahl mwodahl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

Copy link

@payneBrandon payneBrandon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

@payneBrandon payneBrandon merged commit 3a37de7 into dev Jun 5, 2024
4 checks passed
@payneBrandon payneBrandon deleted the resolving-merge-conflicts-6-3-2024 branch June 5, 2024 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants