gnodet opened a new pull request, #12144: URL: https://github.com/apache/maven/pull/12144
## Summary Backports two bug fixes from `master` to `maven-4.0.x`: - **#11741** — Fix missing null check in `validateProfileId()`: `ConcurrentHashMap.newKeySet().contains(null)` throws NPE. Adds null guard consistent with `validateCoordinateId()`. - **#11733** — Fix inverted `isError()` in `ArtifactMetadata`: returned `true` when `error == null` (no error) and `false` when an error was set — exactly backwards. Both cherry-picks applied cleanly with no conflicts. ## Test plan - [x] Cherry-picks apply cleanly - [ ] CI passes on `maven-4.0.x` _Claude Code on behalf of Guillaume Nodet_ -- 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]
