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

Add dependency declaring interface in order to ensure init/destroy order in Spring #2540

Merged
merged 6 commits into from Oct 31, 2023

Conversation

uweschaefer
Copy link
Member

closes #2381
superseeds #2383

This way, people can either implement, or use an indirection (see RedissonAutoConfiguration as an example) to declare dependencies to Factus the Spring way, without necessarily changing Factcast code.

Copy link
Contributor

@BernhardBln BernhardBln 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

@sonarcloud
Copy link

sonarcloud bot commented Oct 31, 2023

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

idea Catch issues before they fail your Quality Gate with our IDE extension sonarlint SonarLint

@uweschaefer uweschaefer merged commit cda91e9 into master Oct 31, 2023
7 of 8 checks passed
@uweschaefer uweschaefer deleted the issue2381 branch October 31, 2023 10:43
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.

"Redisson already shut down" error messages on app shutdown
3 participants