gnodet commented on issue #11581: URL: https://github.com/apache/maven/issues/11581#issuecomment-4776732217
Fully fixed by PR #12147 (maven-4.0.x) and its forward-port PR #12261 (master). The specific reflective final field mutation of `InputSource.modelId` has been completely eliminated — `modelId` is now computed before object construction via a new `extractModelId()` pre-parse in `DefaultModelXmlFactory`. The reflective `Field.set` code was removed entirely from `DefaultModelBuilder`. No remaining reflective mutations of `InputSource` final fields exist in the codebase. JDK 26 will no longer produce warnings about this. -- 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]
