You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "zbendhiba (via GitHub)" <gi...@apache.org> on 2023/08/30 19:46:27 UTC

[GitHub] [camel-quarkus] zbendhiba opened a new issue, #5237: Infinsipan failing with Quarkus 3.3.1

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

   ### Bug description
   
   Error is
   ```
   Caused by: java.lang.NoSuchMethodError: 'org.infinispan.client.hotrod.configuration.ConfigurationBuilder org.infinispan.client.hotrod.configuration.ConfigurationBuilder.read(org.infinispan.client.hotrod.configuration.Configuration)'
   	at org.apache.camel.component.infinispan.remote.InfinispanRemoteAggregationRepository.doStart(InfinispanRemoteAggregationRepository.java:65)
   	at org.apache.camel.support.service.BaseService.start(BaseService.java:113)
   ```


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


[GitHub] [camel-quarkus] jamesnetherton commented on issue #5237: Infinispan failing with Quarkus 3.3.1

Posted by "jamesnetherton (via GitHub)" <gi...@apache.org>.
jamesnetherton commented on issue #5237:
URL: https://github.com/apache/camel-quarkus/issues/5237#issuecomment-1737186317

   I think we're good since 3.4.x. Tests were enabled again and are passing.


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


[GitHub] [camel-quarkus] zbendhiba commented on issue #5237: Infinsipan failing with Quarkus 3.3.1

Posted by "zbendhiba (via GitHub)" <gi...@apache.org>.
zbendhiba commented on issue #5237:
URL: https://github.com/apache/camel-quarkus/issues/5237#issuecomment-1699755696

   Disabling tests not working either because GraalVm is detecting the missing method on build time
   `Caused by: org.graalvm.compiler.java.BytecodeParser$BytecodeParserError: com.oracle.graal.pointsto.constraints.UnresolvedElementException: Discovered unresolved method during parsing: org.infinispan.client.hotrod.configuration.ConfigurationBuilder.read(org.infinispan.client.hotrod.configuration.Configuration). This error is reported at image build time because class org.apache.camel.component.infinispan.remote.InfinispanRemoteAggregationRepository is registered for linking at image build time by command line`


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


[GitHub] [camel-quarkus] tristantarrant commented on issue #5237: Infinispan failing with Quarkus 3.3.1

Posted by "tristantarrant (via GitHub)" <gi...@apache.org>.
tristantarrant commented on issue #5237:
URL: https://github.com/apache/camel-quarkus/issues/5237#issuecomment-1701001932

   https://issues.redhat.com/browse/ISPN-15138


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


[GitHub] [camel-quarkus] zbendhiba commented on issue #5237: Infinispan failing with Quarkus 3.3.1

Posted by "zbendhiba (via GitHub)" <gi...@apache.org>.
zbendhiba commented on issue #5237:
URL: https://github.com/apache/camel-quarkus/issues/5237#issuecomment-1701267423

   Hello @tristantarrant I think it's fixed in future Camel version, can you confirm please : https://github.com/apache/camel/commit/8b1c982d24cd8b8046adddb3262b4975e333c207
   
   The only thing is that we need to collaborate for the Quarkus platform when introducing these changes.
   
   The status right now, is that Camel infinspan is not working since Quarkus platform 3.3.1 (cf https://github.com/quarkusio/quarkus-platform/pull/946), and we can't do anything about until Camel 4.1 is released.


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


[GitHub] [camel-quarkus] jamesnetherton closed issue #5237: Infinispan failing with Quarkus 3.3.1

Posted by "jamesnetherton (via GitHub)" <gi...@apache.org>.
jamesnetherton closed issue #5237: Infinispan failing with Quarkus 3.3.1
URL: https://github.com/apache/camel-quarkus/issues/5237


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


[GitHub] [camel-quarkus] zbendhiba commented on issue #5237: Infinsipan failing with Quarkus 3.3.1

Posted by "zbendhiba (via GitHub)" <gi...@apache.org>.
zbendhiba commented on issue #5237:
URL: https://github.com/apache/camel-quarkus/issues/5237#issuecomment-1699743412

   Hello @karesti, can you help with this?


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


[GitHub] [camel-quarkus] tristantarrant commented on issue #5237: Infinispan failing with Quarkus 3.3.1

Posted by "tristantarrant (via GitHub)" <gi...@apache.org>.
tristantarrant commented on issue #5237:
URL: https://github.com/apache/camel-quarkus/issues/5237#issuecomment-1700976260

   `ConfigurationBuilder.read(Configuration)` is no longer defined directly on `ConfigurationBuilder` but is a default method on the parent `Builder` interface


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


[GitHub] [camel-quarkus] karesti commented on issue #5237: Infinispan failing with Quarkus 3.3.1

Posted by "karesti (via GitHub)" <gi...@apache.org>.
karesti commented on issue #5237:
URL: https://github.com/apache/camel-quarkus/issues/5237#issuecomment-1700970555

   @zbendhiba unless this can wait for monday, ask the team @tristantarrant @wburns


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


[GitHub] [camel-quarkus] tristantarrant commented on issue #5237: Infinispan failing with Quarkus 3.3.1

Posted by "tristantarrant (via GitHub)" <gi...@apache.org>.
tristantarrant commented on issue #5237:
URL: https://github.com/apache/camel-quarkus/issues/5237#issuecomment-1701269269

   We're making the change in 14.0.15.Final, so that's not an issue.


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