apupier commented on PR #20334:
URL: https://github.com/apache/camel/pull/20334#issuecomment-3636567541

   test error:
   ```
   Caused by: java.lang.IllegalArgumentException: Unknown NameMapper name: 
'gaecv', known ones: [gav, static, discriminating, file-gav, file-hgav]
        at 
org.eclipse.aether.internal.impl.synccontext.named.NamedLockFactoryAdapterFactoryImpl.selectNameMapper(NamedLockFactoryAdapterFactoryImpl.java:212)
        at 
org.eclipse.aether.internal.impl.synccontext.named.NamedLockFactoryAdapterFactoryImpl.createAdapter(NamedLockFactoryAdapterFactoryImpl.java:159)
        at 
org.eclipse.aether.internal.impl.synccontext.named.NamedLockFactoryAdapterFactoryImpl.getAdapter(NamedLockFactoryAdapterFactoryImpl.java:150)
        at 
org.eclipse.aether.internal.impl.synccontext.DefaultSyncContextFactory.lambda$newInstance$0(DefaultSyncContextFactory.java:75)
        at 
org.eclipse.aether.DefaultSessionData.lambda$computeIfAbsent$0(DefaultSessionData.java:71)
        at 
java.base/java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1708)
        at 
org.eclipse.aether.DefaultSessionData.computeIfAbsent(DefaultSessionData.java:71)
        at 
org.eclipse.aether.internal.impl.synccontext.DefaultSyncContextFactory.newInstance(DefaultSyncContextFactory.java:75)
        at 
org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:251)
        at 
org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveArtifacts(DefaultRepositorySystem.java:288)
        at 
org.apache.camel.tooling.maven.MavenDownloaderImpl.resolveArtifacts(MavenDownloaderImpl.java:489)
        at 
org.apache.camel.main.download.MavenDependencyDownloader.resolveDependenciesViaAether(MavenDependencyDownloader.java:612)
        ... 27 more
   ```
   I think not directly related to this PR but to 
https://github.com/apache/camel/pull/20323 as it mentions the introduction of a 
new GAECV mapper
   
   So either need to revert https://github.com/apache/camel/pull/20323 or 
rebase this PR or need to have the snapshots published (or fix a real problem 
immediately but woudl need to investigate)


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