Valentin Day

Results 14 comments of Valentin Day

Hi @debora-ito, I use the Quarkus extension (https://github.com/quarkiverse/quarkus-amazon-services/tree/main) which explicitly exclude all the http clients to let us include only those needed. But currently, I have to include both an...

Any update about this issue ? It's really a blocker for us. At least, can you please tell me if we are doing something wrong or if it's a real...

Hi @juliuskrah, I encountered this issue too and didn't find a way to fix it, but you can disable proxying beans, then it will work : https://docs.mongock.io/v4/custom-injections/index.html#advance-configuration%3A-prevent-proxing-my-beans I will continue...

It seems GraalVM supports dynamic proxies implemented by `java.lang.reflect.Proxy` : https://www.graalvm.org/latest/reference-manual/native-image/dynamic-features/DynamicProxy/, but Mongock use the `javassist` library to implement dynamic proxies (because we want to proxy classes, not only interfaces)....