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

WW-5290 Refactor ConfigurationManager #666

Merged
merged 2 commits into from
Mar 7, 2023

Conversation

kusalk
Copy link
Member

@kusalk kusalk commented Mar 3, 2023

WW-5290

Apart from improving the readability and maintainability of this class, this refactor fixes some logic issues and prevents improper use. It enforces thread safety and also improves performance, specifically on initialisation. We no longer do 2 reloads unnecessarily in certain scenarios.

I've additionally ran these changes through the Confluence DC test suite and everything is passing. :)

Copy link
Member

@lukaszlenart lukaszlenart left a comment

Choose a reason for hiding this comment

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

Great, I always wanted to simplify this logic 👏
LGTM 👍

@lukaszlenart lukaszlenart merged commit 21b4228 into apache:master Mar 7, 2023
@kusalk kusalk deleted the config-manager-refactor branch May 23, 2023 05:30
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.

2 participants