Quarkus Infinispan RemoteCacheManager bean autowiring does not work
Open
bug
- Dominant language
- Java
- Stars
- 302
- Forks
- 232
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 114
Description
Autowiring is likely not working due to the introduction of named clients:
https://github.com/quarkusio/quarkus/blob/main/docs/src/main/asciidoc/infinispan-client-reference.adoc#default-and-named-connections
Seems it is now mandatory to have an injection point for `RemoteCacheManager` in order for the bean to be materialized. Previously this was not the case.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.