Ross ROSS = Recommend OSS · open-source software intelligence for agents

spring-attic/spring-retry

None observed · 2026-08-28

github.com/spring-attic/spring-retry · Java · archived observed · 2026-08-28

Health v2 · maintenance only

10/100

  • Activity 94
  • Release rhythm 63
  • Longevity 100

Flags: archived no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 104.5
  • age_days: 5734
  • days_rel: 86
  • days_push: 37
  • n_releases_24m: 5

Full methodology

Adoption not part of the score

2268 stars · 536 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Spring Retry is a Java library providing declarative (@Retryable/@Recover annotations) and imperative (RetryTemplate) retry support for Spring applications, with configurable backoff policies and exception-based retry rules. It has been archived and superseded by the resilience features built into Spring Framework 7.

Use cases

  • retry failed remote calls in a spring service
  • add automatic retry with exponential backoff to flaky operations
  • declarative retry annotations for spring beans
  • recover gracefully after retries are exhausted
  • retry transient database or network errors in spring batch jobs
  • imperative retry template for explicit retry logic

When to choose

  • you are on an older Spring stack (pre-Framework 7) that already uses Spring Batch or Spring Integration
  • you need annotation-driven retry with AOP in a Spring application
  • you want a battle-tested retry abstraction with pluggable backoff policies

When to avoid

  • you are starting a new project on Spring Framework 7 or later, which has built-in resilience features
  • you need a non-Spring Java project and prefer a standalone retry library
  • you require actively maintained software with ongoing support

Facets

library · maturity abandoned

middleware error-handling concurrency developer-tools backend microservices jvm cross-platform retry spring resilience backoff annotations archived

1 source

Member repositories

RepositoryRoleHealth v2
spring-attic/spring-retrymain10

For agents

markdown · JSON · MCP: product_card(name="spring-attic/spring-retry")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem