quarkusio / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
13.73k stars 2.67k forks source link

Disable default RemoteCacheManager configuration with Dev Services in Infinispan #39906

Closed karesti closed 6 months ago

karesti commented 6 months ago

Some integrations with Infinispan like Camel, benefit from the Infinispan extension creating their own connection and RemoteCacheManager In this case, spinning an Infinispan container for dev services is good, but we don't want to create any connector.

Add a property to disable the creation of the default bean

quarkus-bot[bot] commented 6 months ago

/cc @geoand (devservices), @gwenneg (cache), @stuartwdouglas (devservices)

karesti commented 6 months ago

https://github.com/apache/camel-quarkus/issues/5965