Problem with Quarkus SpringDI #32277
Unanswered
SebastianMS79
asked this question in
Q&A
Replies: 3 comments 3 replies
-
/cc @geoand (spring) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi Any chance you can share a sample project that I can dig into? Thanks |
Beta Was this translation helpful? Give feedback.
1 reply
-
The only thing from the Spring Cache support we support in Quarkus are the caching annotations, none of the other stuff lilke CacheManager |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I try to use a 3rd party library which is Spring based in Quarkus. I enabeld bean discovery in that library and now I get errors with different beans on compiling, all saying something similar, concering "return type not found in index"
I broke the problem down to a very simple example but I still don't get, what the problem is:
my source is that:
if I return JCacheCacheManager instead of AbstractCacheManager it works
It would be great if someone has a good idea about that!
Greetings Sebastian
Beta Was this translation helpful? Give feedback.
All reactions