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

feat: make MongoViewService @ConditionalOnMissingBean so that it can … #876

Merged
merged 4 commits into from
Oct 9, 2023

Conversation

lbilger
Copy link
Contributor

@lbilger lbilger commented Oct 4, 2023

…be overridden by subclasses without double-processing events.

Fixes #874

@zambrovski
Copy link
Member

The uuid.random is nice. But the PR is still failing

Copy link
Member

@zambrovski zambrovski left a comment

Choose a reason for hiding this comment

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

Please make sure I-Tests are not failing

@zambrovski zambrovski added this to the 3.16 milestone Oct 6, 2023
@lbilger lbilger force-pushed the feature/874-mongo-view-service-conditional branch from c26eaba to 7b8e125 Compare October 6, 2023 23:13
@zambrovski zambrovski merged commit f8a1a14 into develop Oct 9, 2023
7 checks passed
@zambrovski zambrovski deleted the feature/874-mongo-view-service-conditional branch October 9, 2023 08:14
@zambrovski zambrovski modified the milestones: 3.16, 3.19 Oct 10, 2023
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.

Mongo View Service should be @ConditionalOnMissingBean so that we can create override its behavior
2 participants