[MNG-3309] Cascading profile activation#1774
Open
gnodet wants to merge 3 commits intoapache:masterfrom
Open
Conversation
21eb346 to
1ed072b
Compare
3f184eb to
3d21d5f
Compare
9d59fbc to
a5a3941
Compare
This commit implements cascading profile activation that allows properties from activated profiles to trigger the activation of other profiles. Key changes: - Extended ProfileActivationContext interface with addProfileProperties() method - Updated DefaultProfileActivationContext to support property injection from activated profiles - Modified DefaultProfileSelector to use cascading activation The implementation maintains backward compatibility while enabling profiles to inject properties that can trigger activation of other profiles in a cascading manner.
a5a3941 to
c7edd16
Compare
The PomConstructionTest.java file exceeds the maximum file length limit due to the addition of cascading profile activation tests. This disables the FileLength check specifically for this module to allow the build to pass while maintaining code quality standards for other files.
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.
JIRA issue: https://issues.apache.org/jira/browse/MNG-3309