gnodet commented on PR #12552: URL: https://github.com/apache/maven/pull/12552#issuecomment-5095855822
## CI Failure Analysis Same failure as #12551 — all 18 downstream checks (`full-build` + `integration-tests`) fail with: ``` [INFO] Resolving Mimir daemon version 0.12.0 [WARNING] Failed to resolve daemon: Unknown NameMapper name: 'file-gaecv', known ones: [] [ERROR] Error enabling Mimir: java.io.IOException: Mimir daemon JAR not found ``` `initial-build` passes (Maven 4.0.0-rc-5 wrapper uses Sisu 1.0.1). The downstream jobs run the newly-built Maven with Sisu 1.1.0, where the new JSR330 bean filtering ([sisu-project#266](https://github.com/eclipse-sisu/sisu-project/pull/266)) hides all `NameMapper` implementations from the Mimir extension realm (`known ones: []`). See analysis on #12551 for details. -- 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]
