Code Monkey home page Code Monkey logo

Comments (2)

artembilan avatar artembilan commented on May 29, 2024

@aozeyu ,

Please, share much more info what the problem you are facing.
Perhaps you are using very old Spring Retry version which indeed is not compatible with Spring Boot 3.x.
For that purpose we have current 2.0.5, which is really managed by latest Spring Boot: https://github.com/spring-projects/spring-boot/blob/main/spring-boot-project/spring-boot-dependencies/build.gradle#L1599.

So, technically, you just need to add implementation 'org.springframework.retry:spring-retry' dependency into your Spring Boot-based project and the proper version is going to be managed from there.
Also: if you use @Retriable annotation, you have to include: spring-boot-starters:spring-boot-starter-aop dependency.
And one more: Spring Boot does not auto-configure retry for us, so you have to add @EnableRetry manually on one of your configuration class.

Sorry, if this info is not what you'd expect to here: just speculating from whatever you gave us so far.

from spring-retry.

aozeyu avatar aozeyu commented on May 29, 2024

Got it, I've solved it, thank you very much for your reply @artembilan

from spring-retry.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.