gnodet opened a new pull request, #12377:
URL: https://github.com/apache/maven/pull/12377

   ## Summary
   - Removes `Profile.getSource()`, `Profile.setSource()`, 
`Profile.SOURCE_POM`, and `Profile.SOURCE_SETTINGS` — Maven 3 remnants per #2569
   - Replaces all usages with `InputLocation` / `InputSource` checks: POM 
profiles are identified by having a non-null `InputSource.getModelId()`
   - Updates `DefaultProfileSelector` (both impl and compat), 
`SettingsUtilsV4`, `ProfilesConversionUtils`, and `DefaultProfileManager`
   
   Closes #2569
   
   ## Test plan
   - [x] All `DefaultMavenProjectBuilderTest` tests pass (31 tests including 
profile source tracking)
   - [x] All `DefaultModelBuilderTest` tests pass (16 tests)
   - [x] All `DefaultProfileSelectorTest` tests pass (compat)
   - [x] Full `maven-compat` test suite passes (154 tests)
   - [x] Full `maven-model-builder` test suite passes (164 tests)
   - [x] japicmp API compatibility exclusions added for intentional removals
   - [ ] CI build passes
   
   🤖 Generated with [Claude Code](https://claude.com/claude-code)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to