Stephan Leicht Vogt
Stephan Leicht Vogt
Therefore missing in `reflect-config.json`: ```json { "condition": { "typeReachable": "com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedLocalLoadingCache" }, "name": "com.github.benmanes.caffeine.cache.SSSW", "methods": [ { "name": "", "parameterTypes": [ "com.github.benmanes.caffeine.cache.Caffeine", "com.github.benmanes.caffeine.cache.AsyncCacheLoader", "boolean" ] } ] } ```
Thanks for this improved handling of immutables. I created out of your examples some IT cases: https://github.com/sleicht/mapstruct/commit/ed826f39550db8a442305adae2922f99c3a512e1 You can cherrypick or copy them as you like.
Unfortunately I did not find a documentation how to do it "the right way". So I had to fiddle around a little bit. After applying this [patch](https://gist.github.com/sleicht/ce3c0110e52e95f728500dc2d33261d9) you can import...
Updated original repo which showed the issue in SpringBoot/DevTools/Avro: https://github.com/sleicht/spring-boot-devtools-with-avro
Thank you @Churro for the review. I apologize for not thinking through the AI changes before creating this PR.
Thanks again, @Churro, for the thorough review. I've applied the changes.