You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "jamesnetherton (via GitHub)" <gi...@apache.org> on 2024/03/13 13:35:15 UTC

[I] git native integration test fails with NoSuchMethodException [camel-quarkus]

jamesnetherton opened a new issue, #5870:
URL: https://github.com/apache/camel-quarkus/issues/5870

   ### Bug description
   
   Seen after upgrade to Quarkus 3.9.0.CR1. Probably needs fixing in `quarkus-jgit`.
   
   ```
   Caused by: java.lang.IllegalArgumentException: Enumerated values of type org.eclipse.jgit.lib.CoreConfig$TrustLooseRefStat not available
   	at org.eclipse.jgit.lib.Config.allValuesOf(Config.java:430)
   	at org.eclipse.jgit.lib.Config.getEnum(Config.java:417)
   	at org.eclipse.jgit.internal.storage.file.RefDirectory.<init>(RefDirectory.java:222)
   	at org.eclipse.jgit.internal.storage.file.FileRepository.<init>(FileRepository.java:189)
   	at org.eclipse.jgit.storage.file.FileRepositoryBuilder.build(FileRepositoryBuilder.java:55)
   	at org.apache.camel.component.RepositoryFactory.getRepository(RepositoryFactory.java:100)
   	at org.apache.camel.component.RepositoryFactory.of(RepositoryFactory.java:55)
   	at org.apache.camel.component.git.producer.GitProducer.getLocalRepository(GitProducer.java:661)
   	at org.apache.camel.component.git.producer.GitProducer.doStart(GitProducer.java:75)
   	at org.apache.camel.support.service.BaseService.start(BaseService.java:113)
   	at org.apache.camel.support.service.ServiceHelper.startService(ServiceHelper.java:126)
   	at org.apache.camel.support.service.ServiceHelper.startService(ServiceHelper.java:113)
   	at org.apache.camel.support.AsyncProcessorConverterHelper$ProcessorToAsyncProcessorBridge.start(AsyncProcessorConverterHelper.java:116)
   	at org.apache.camel.support.service.ServiceHelper.startService(ServiceHelper.java:126)
   	at org.apache.camel.impl.engine.InternalServiceManager.doAddService(InternalServiceManager.java:146)
   	at org.apache.camel.impl.engine.AbstractCamelContext.addService(AbstractCamelContext.java:1317)
   	at org.apache.camel.support.cache.ServicePool$SinglePool.acquire(ServicePool.java:252)
   	at org.apache.camel.support.cache.ServicePool$SinglePool.acquire(ServicePool.java:230)
   	at org.apache.camel.support.cache.ServicePool.acquire(ServicePool.java:122)
   	at org.apache.camel.support.cache.ProducerServicePool.acquire(ProducerServicePool.java:28)
   	at org.apache.camel.support.cache.DefaultProducerCache.acquireProducer(DefaultProducerCache.java:134)
   	... 38 more
   Caused by: java.lang.NoSuchMethodException: org.eclipse.jgit.lib.CoreConfig$TrustLooseRefStat.values()
   	at java.base@21.0.2/java.lang.Class.checkMethod(DynamicHub.java:1075)
   	at java.base@21.0.2/java.lang.Class.getMethod(DynamicHub.java:1060)
   	at org.eclipse.jgit.lib.Config.allValuesOf(Config.java:425)
   	... 58 more
   ```


-- 
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: commits-unsubscribe@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] git native integration test fails with NoSuchMethodException [camel-quarkus]

Posted by "jamesnetherton (via GitHub)" <gi...@apache.org>.
jamesnetherton closed issue #5870: git native integration test fails with NoSuchMethodException
URL: https://github.com/apache/camel-quarkus/issues/5870


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org