https://github.com/spring-projects/spring-retry
Last synced: about 1 month ago
Repository metadata:
- Host: GitHub
- URL: https://github.com/spring-projects/spring-retry
- Owner: spring-projects
- Created: 2010-12-21T16:41:48.000Z (almost 14 years ago)
- Default Branch: main
- Last Pushed: 2024-10-18T17:04:33.000Z (2 months ago)
- Last Synced: 2024-10-29T16:02:37.564Z (about 2 months ago)
- Language: Java
- Homepage:
- Size: 1.2 MB
- Stars: 2,169
- Watchers: 105
- Forks: 517
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- License: LICENSE-2.0.txt
- Code of conduct: CODE_OF_CONDUCT.adoc
Owner metadata:
- Name: Spring
- Login: spring-projects
- Email:
- Kind: organization
- Description: Spring Projects
- Website: https://spring.io/projects
- Location: United States of America
- Twitter: springcentral
- Company:
- Icon url: https://avatars.githubusercontent.com/u/317776?v=4
- Repositories: 79
- Last Synced at: 2023-04-10T11:57:01.947Z
- Profile URL: https://github.com/spring-projects
- Sponsor URL:
Committers metadata
Last synced: about 1 month ago
Total Commits: 458
Total Committers: 95
Avg Commits per committer: 4.821
Development Distribution Score (DDS): 0.797
Commits in past year: 80
Committers in past year: 22
Avg Commits per committer in past year: 3.636
Development Distribution Score (DDS) in past year: 0.55
Name | Commits | |
---|---|---|
Dave Syer | d****r@p****o | 93 |
Stephane Nicoll | s****l@v****m | 65 |
Gary Russell | g****l@v****m | 38 |
Stéphane Nicoll | s****l@b****m | 36 |
Dave Syer | d****r@g****m | 29 |
Dave Syer | d****r@v****m | 28 |
Artem Bilan | a****n@b****m | 23 |
Gary Russell | g****l@p****o | 17 |
Spring Builds | s****s | 9 |
abilan | a****n@v****m | 6 |
maciekwiso | m****o@o****l | 4 |
Marius Grama | m****o@g****m | 4 |
Spring Operator | s****r | 4 |
Jon Travis | j****s@v****m | 3 |
Andreas Ahlenstorf | a****t | 3 |
Yanming Zhou | z****g@g****m | 3 |
wojciech.piotrowiak | w****k@j****m | 3 |
dependabot[bot] | 4****] | 2 |
Tomaz Fernandes | 7****s | 2 |
Kim In Hoi | 3****e | 2 |
Aleksandr Shamukov | a****v@g****m | 2 |
gmedici | g****i@t****t | 2 |
Piszmog | p****d@g****m | 2 |
Josh Long | j****h@j****m | 2 |
Jay Bryant | j****t@p****o | 2 |
Henning Pöttker | h****r@g****m | 2 |
Gary Russell | g****l@g****m | 2 |
Artem Bilan | a****n@g****m | 2 |
Aldo Sinanaj | a****j@s****m | 2 |
Kevin Off | k****f@g****m | 1 |
and 65 more... |
Issue and Pull Request metadata
Last synced: about 1 month ago
Package metadata
- Total packages: 1
- Total downloads: unknown
- Total docker downloads: 413,016,122
- Total dependent packages: 800
- Total dependent repositories: 11,322
- Total versions: 32
maven: org.springframework.retry:spring-retry
Spring Retry provides an abstraction around retrying failed operations, with an emphasis on declarative control of the process and policy-based behaviour that is easy to extend and customize. For instance, you can configure a plain POJO operation to retry if it fails, based on the type of exception, and with a fixed or exponential backoff.
- Homepage: https://www.springsource.org
- Documentation: https://appdoc.app/artifact/org.springframework.retry/spring-retry/
- Licenses: Apache 2.0
- Latest release: 2.0.5 (published about 1 year ago)
- Last Synced: 2024-11-11T00:21:46.135Z (about 1 month ago)
- Versions: 32
- Dependent Packages: 800
- Dependent Repositories: 11,322
- Docker Downloads: 413,016,122
-
Rankings:
- Dependent repos count: 0.073%
- Dependent packages count: 0.095%
- Docker downloads count: 0.274%
- Average: 3.332%
- Stargazers count: 7.426%
- Forks count: 8.792%
Dependencies
- ubuntu focal-20220922 build
- org.junit:junit-bom 5.8.2 import
- org.springframework:spring-framework-bom 6.0.0 import
- org.springframework:spring-context
- org.springframework:spring-core
- org.apache.logging.log4j:log4j-core 2.17.2 test
- org.apache.logging.log4j:log4j-jcl 2.17.2 test
- org.aspectj:aspectjweaver 1.9.9.1 test
- org.assertj:assertj-core 3.21.0 test
- org.junit.jupiter:junit-jupiter-api test
- org.junit.jupiter:junit-jupiter-engine test
- org.junit.jupiter:junit-jupiter-params test
- org.junit.platform:junit-platform-launcher test
- org.mockito:mockito-core 4.4.0 test
- org.springframework:spring-test test
- org.springframework:spring-tx test
- actions/checkout v3 composite
- actions/setup-java v3 composite