Add reference to Failover starter project

  • Failover is a project to manage the failover on referential systems (external APIs) for improving the resiliency of applications. This initiative is an outcome of SRE backlog where many projects can be benefited with this approach.
  • For more details, please visit our documentation and ADR.
  • Thanks in advance.

Checklist : (As per previous pull request feedback )

  • [X] Individual Contributor License Agreement signed
  • [X] Spring Boot version updated

Comment From: anandmnair

I have signed the Individual Contributor License Agreement.

Comment From: wilkinsona

On hold as a version that supports Spring Boot 2.7.x has not yet been released.

Comment From: anandmnair

On hold as a version that supports Spring Boot 2.7.x has not yet been released.

The new version is released : Failover 1.1.0. Could you please review.

Thanks in advance

Comment From: mhalbritter

Hey, if I get this right, this project uses spring.factories instead of the new auto-configuration registration mechanism and this won't work with Boot 3.0.

Are you planning to add Boot 3 support?

Comment From: anandmnair

Hi ,

Thanks for your suggestion. Spring Boot 3 is still in progress. By this month end will be releasing the same

Regards Anand

Comment From: anandmnair

Hello @mhalbritter , I have released the new version (v2.0.0) of my project with Spring Boot 3.x.x and Java 17. Request you to have a look at the PR. Thanks in advance

Comment From: mhalbritter

Thank you!