Andreas Mautsch
Andreas Mautsch
It would also be nice to have caffeine working. While SimpleCache works btw. out of the box for now, Caffeine needs a lot of Typehints in Version 2.8.x Following this...
> Caffeine v3 no longer uses Unsafe, so that might help you get farther if somehow blocked on Ehcache due to that. > > The Quarkus folks [suggested](https://github.com/quarkusio/quarkus/issues/10420#issuecomment-654483795) a compile-time...
@ben-manes oh sorry .. I got it wrong .. you are actually the developer of caffeine .. so I guess you know better :) first and foremost thx for this...
Thank you for your support. I think your suggestions should be a great help to ger it working. I‘ll give it a spin eventually
Ok thank you for the very complete information. The Project / Class in Question is here: https://github.com/goafabric/callee-service/blob/aspect/src/main/java/org/goafabric/calleeservice/crossfunctional/DurationLogAspect.java You see to other Expressions that are commented out, only the active one...
@mhalbritter I can happily confirm that resilience4j now works .. automagically ... at least the imperative version with "cbFactory". I guess we (again) had some changes here in the background...
There is an old issue that explains how it was solved for quarkus: https://github.com/micronaut-projects/micronaut-flyway/issues/12
@cschaible thank u for the amazin work that you have done here .. and it's said that the PR was rejected i tried to get it running by basically just...
@cschaible thank you very much .. will retry [edit] after a while got it working, thx again .. but this stuff really needs to go somewhere graalvm or spring boot...
@cschaible the latest spring native 0.12.1 breaks the progress for flyway, the dreaded BufferedLogCreator Problem returns the changelog mentions a change for InitializationHints ... already tried a bunch of different...