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

   ## Summary
   - Based on PR #1118 (`gnodet/build-context`), this moves the incremental 
build context API from `o.a.m.api.build` to `o.a.m.api.build.context` (and 
corresponding SPI and internal impl packages) to avoid a package collision with 
the build report API in PR #12572, which is moving to `o.a.m.api.build.report`
   - The top-level `o.a.m.api.build` package stays available for shared types 
(like `Severity`) if needed later
   - Pure mechanical package rename — no logic changes (48 files, 144 line 
changes balanced adds/removes)
   
   ## Package moves
   | Before | After |
   |--------|-------|
   | `o.a.m.api.build` | `o.a.m.api.build.context` |
   | `o.a.m.api.build.spi` | `o.a.m.api.build.context.spi` |
   | `o.a.m.internal.build.impl` | `o.a.m.internal.build.context.impl` |
   
   ## Test plan
   - [x] `maven-api-core` compiles cleanly
   - [x] Pre-existing compilation errors in `maven-core` (from branch age, not 
this change) confirmed identical before/after
   - [ ] Full CI validation after branch is rebased onto current master
   
   🤖 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