gnodet commented on PR #1118:
URL: https://github.com/apache/maven/pull/1118#issuecomment-5110905707

   Superseded by #12576, which ports this incremental build context API to 
Maven 4 architecture:
   
   - API relocated to `org.apache.maven.api.build.context` with full Maven 4 
annotations (`@Experimental`, `@Nonnull`/`@Nullable`, `@since 4.1.0`)
   - Implementation moved from `maven-core` to `maven-impl`, using Maven 4 DI 
(`org.apache.maven.api.di`) instead of `javax.inject`
   - Plexus-utils dependencies replaced with pure Java (regex-based pattern 
matching, `BufferedOutputStream`)
   - Comprehensive Javadoc with use cases, code examples, and package docs
   - Bug fixes in `ClasspathDigester` and defensive coding improvements
   - 41 tests passing
   
   Thank you @gnodet for the original design — the Workspace abstraction, 
Metadata/Resource type hierarchy, and InputSet aggregation pattern are 
excellent foundations.


-- 
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