resilience4j icon indicating copy to clipboard operation
resilience4j copied to clipboard

compatibility between resilience4j-spring-cloud2 and resilience4j-spring-boot3

Open matthieuAlphonse opened this issue 2 years ago • 4 comments

Resilience4j version: 2.1.0

Java version: 17

I use reisilience4j in a spring-boot 3 application and it works good. I try to use resilience4j-spring-cloud2 but it seems to be not compatible with spring-boot 3. Is there any roadmap for compatibility between resilience4j-spring-cloud2 and resilience4j-spring-boot3 ? Or any workaround ? I try this but it works only for compiling. When a launch registry is not updated : <groupId>io.github.resilience4j</groupId> <artifactId>resilience4j-spring-cloud2</artifactId> 2.1.0 <groupId>io.github.resilience4j</groupId> <artifactId>resilience4j-spring-boot2</artifactId>

matthieuAlphonse avatar Aug 31 '23 10:08 matthieuAlphonse

Hi, currently nobody started working on it.

RobWin avatar Aug 31 '23 11:08 RobWin

Hi, Is it possible to develop it please ?

matthieuAlphonse avatar Feb 08 '24 09:02 matthieuAlphonse

Yes, feel free to contribute :D

RobWin avatar Feb 16 '24 14:02 RobWin

Hi, I am testing it. It's only import update of spring 6 and spring-boot-3 packages

matthieuAlphonse avatar Feb 23 '24 14:02 matthieuAlphonse