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

✨ replace the feature flag manager-based module availability checker with a configuration-based module availability checker #130

Conversation

kamilbaczek
Copy link
Collaborator

@kamilbaczek kamilbaczek commented May 18, 2024

πŸ“‹ Description

Replace the feature flag manager-based module availability checker with a configuration-based module availability checker. βš™οΈ

This change shifts the mechanism for checking module availability from using feature flags to using configuration settings, simplifying the process and improving maintainability. πŸ“Š

πŸ“¦ PR Includes

  • Feature added πŸ†•
  • Bug fix πŸ›
  • Code refactor πŸ”„
  • Documentation update πŸ“š
  • Tests added/updated πŸ§ͺ
  • Other: (describe)

πŸ’‘ Additional Notes

No additional notes

@kamilbaczek kamilbaczek changed the title Replace the feature flag manager-based module availability checker with a configuration-based module availability checker ✨ replace the feature flag manager-based module availability checker with a configuration-based module availability checker May 18, 2024
@kamilbaczek kamilbaczek linked an issue May 18, 2024 that may be closed by this pull request
@kamilbaczek kamilbaczek marked this pull request as ready for review May 21, 2024 19:14
Copy link
Collaborator

@meaboutsoftware meaboutsoftware left a comment

Choose a reason for hiding this comment

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

Update the package of SonarAnalyzer on the level of Directory build props.

Btw. I will add an issue to replace configuration with IOptions (we can do it in the next months, not now).

@kamilbaczek kamilbaczek force-pushed the feature/replace_feature_flag_based_module_loader_to_configuration_based_module_loader branch from 07f1b1c to 683080c Compare May 27, 2024 17:49
@kamilbaczek kamilbaczek merged commit 8dcf6f5 into main May 27, 2024
1 check passed
@kamilbaczek kamilbaczek deleted the feature/replace_feature_flag_based_module_loader_to_configuration_based_module_loader branch May 27, 2024 17:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Simplify Module Activation Process
2 participants