You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While working on camel-quarkus-caffeine I've noticed that caffeine requires com.github.benmanes.caffeine.cache.CacheLoader to reflectively access to the loadAll method because of this
I'll send a PR to register CacheLoader and its implementors for reflection.
The text was updated successfully, but these errors were encountered:
While working on camel-quarkus-caffeine I've noticed that caffeine requires
com.github.benmanes.caffeine.cache.CacheLoader
to reflectively access to theloadAll
method because of thisI'll send a PR to register
CacheLoader
and its implementors for reflection.The text was updated successfully, but these errors were encountered: