partially revert to spring-core for properties emission#2741
Closed
metron2 wants to merge 2 commits intoPlaytikaOSS:developfrom
Closed
partially revert to spring-core for properties emission#2741metron2 wants to merge 2 commits intoPlaytikaOSS:developfrom
metron2 wants to merge 2 commits intoPlaytikaOSS:developfrom
Conversation
Collaborator
Periecle
previously approved these changes
Feb 6, 2026
Contributor
Author
|
I'll fix the test(s) that don't work if you like this approach |
Collaborator
|
@metron2 I think that your approach is correct, and probably the only way to leave containers as functional beans, while preserving proper configurations properties resolution. Please fix the tests |
auto-merge was automatically disabled
February 7, 2026 03:57
Head branch was pushed to by a user without write access
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## develop #2741 +/- ##
=============================================
+ Coverage 81.82% 85.44% +3.62%
+ Complexity 852 625 -227
=============================================
Files 202 178 -24
Lines 2987 2845 -142
Branches 150 108 -42
=============================================
- Hits 2444 2431 -13
+ Misses 470 355 -115
+ Partials 73 59 -14 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
Author
No worries. Thanks for making such a handy library available. |
Contributor
Collaborator
|
reverted in #2770 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
DynamicPropertyRegistrar seems be processed too late in many scenarios. This partial revert keeps the removal of spring-cloud but restores the use of MapPropertySource. This simplier approach ensures that the properties are emitted as soon as the container is started.