gnodet opened a new pull request, #12317:
URL: https://github.com/apache/maven/pull/12317
Forward-port of #12314 from `maven-4.0.x` to `master`.
Fixes StackOverflowError when a project has an internal parent in a
subdirectory using CI-friendly `${revision}` and a `.mvn/` root marker
(GH-12301).
The fix adds cycle detection in `doReadFileModel()` via a shared
`activeModelReads` set that tracks paths currently being read, preventing
recursive loops between parent resolution and enhanced property resolution.
IT adapted for master (no version-range constructor).
--
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]