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

   ## CI Failure Analysis
   
   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 because it runs Maven 4.0.0-rc-5 (wrapper, Sisu 
1.0.1). The downstream jobs use the **newly-built Maven** (now 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: []`).
   
   Confirmed this is Sisu-specific — PR #12538 (no Sisu change) passes on the 
same CI infra.
   
   Looks like the version bump needs companion changes — e.g. configuring 
`setJSR330ComponentVisibilityFollowsPlexusVisibility` in 
`PlexusContainerCapsuleFactory`, and/or a Mimir update for the new visibility 
model.


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