https://github.com/spring-projects/spring-retry
Score: 32.07428308081241
Last synced: about 8 hours ago
JSON representation
Repository metadata:
- Host: GitHub
- URL: https://github.com/spring-projects/spring-retry
- Owner: spring-projects
- Created: 2010-12-21T16:41:48.000Z (over 14 years ago)
- Default Branch: main
- Last Pushed: 2025-05-16T15:06:27.000Z (4 months ago)
- Last Synced: 2025-09-05T14:15:24.242Z (1 day ago)
- Language: Java
- Homepage:
- Size: 1.26 MB
- Stars: 2,259
- Watchers: 104
- Forks: 532
- 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: 84
- Last Synced at: 2025-03-27T15:51:52.560Z
- Profile URL: https://github.com/spring-projects
GitHub Events
Total
- Create event: 3
- Fork event: 16
- Issue comment event: 48
- Issues event: 22
- Pull request event: 10
- Pull request review comment event: 15
- Pull request review event: 25
- Push event: 22
- Release event: 3
- Watch event: 106
- Total: 270
Last Year
- Create event: 3
- Fork event: 16
- Issue comment event: 48
- Issues event: 22
- Pull request event: 10
- Pull request review comment event: 15
- Pull request review event: 25
- Push event: 22
- Release event: 3
- Watch event: 106
- Total: 270
Committers metadata
Last synced: 5 days ago
Total Commits: 479
Total Committers: 90
Avg Commits per committer: 5.322
Development Distribution Score (DDS): 0.747
Commits in past year: 39
Committers in past year: 9
Avg Commits per committer in past year: 4.333
Development Distribution Score (DDS) in past year: 0.205
Name | Commits | |
---|---|---|
Dave Syer | d****r@p****o | 121 |
Stephane Nicoll | s****l@v****m | 102 |
Gary Russell | g****l@v****m | 57 |
Artem Bilan | a****n@b****m | 47 |
Dave Syer | d****r@g****m | 29 |
Spring Builds | s****s | 10 |
maciekwiso | m****o@o****l | 4 |
Marius Grama | m****o@g****m | 4 |
Spring Operator | s****r | 4 |
Henning Pöttker | h****r@g****m | 3 |
Andreas Ahlenstorf | a****t | 3 |
Yanming Zhou | z****g@g****m | 3 |
wojciech.piotrowiak | w****k@j****m | 3 |
Jon Travis | j****s@v****m | 3 |
Aleksandr Shamukov | a****v@g****m | 2 |
gmedici | g****i@t****t | 2 |
Aldo Sinanaj | a****j@s****m | 2 |
Artem Bilan | a****n@g****m | 2 |
Jay Bryant | j****t@p****o | 2 |
Piszmog | p****d@g****m | 2 |
Tomaz Fernandes | 7****s | 2 |
dependabot[bot] | 4****] | 2 |
Kim In Hoi | 3****e | 2 |
Josh Long | j****h@j****m | 2 |
AbelPelser | a****r@g****m | 1 |
Aaron Lucia | e****l | 1 |
Tomas Tulka | d****v@t****m | 1 |
Torben Möller | t****r@g****t | 1 |
Toshiaki Maki | t****i@p****o | 1 |
Tran Ngoc Nhan | n****6@g****m | 1 |
and 60 more... |
Issue and Pull Request metadata
Last synced: 6 days ago
Total issues: 174
Total pull requests: 91
Average time to close issues: 10 months
Average time to close pull requests: 3 months
Total issue authors: 110
Total pull request authors: 54
Average comments per issue: 2.41
Average comments per pull request: 2.42
Merged pull request: 68
Bot issues: 0
Bot pull requests: 0
Past year issues: 15
Past year pull requests: 13
Past year average time to close issues: 7 days
Past year average time to close pull requests: 4 days
Past year issue authors: 13
Past year pull request authors: 8
Past year average comments per issue: 2.2
Past year average comments per pull request: 3.54
Past year merged pull request: 11
Past year bot issues: 0
Past year bot pull requests: 0
Top Issue Authors
- snicoll (51)
- artembilan (9)
- garyrussell (5)
- aahlenst (2)
- Ghilteras (2)
- tomazfernandes (2)
- lianyiwuming (2)
- mlichtblau (2)
- bradyforcier1 (1)
- Yashu45 (1)
- dsyer (1)
- maloewe-ona (1)
- chengchen (1)
- adorabled4 (1)
- hubuyt (1)
Top Pull Request Authors
- garyrussell (16)
- snicoll (6)
- artembilan (5)
- quaff (3)
- aahlenst (3)
- hpoettker (3)
- aftabshk (2)
- dsyer (2)
- marcingrzejszczak (2)
- visomar (2)
- mjd507 (2)
- ngocnhan-tran1996 (2)
- klopfdreh (2)
- aozeyu (2)
- szpak (2)
Top Issue Labels
- task (37)
- bug (24)
- enhancement (20)
- dependencies (11)
- invalid (10)
- waiting for reporter (7)
- documentation (7)
- declined (6)
- duplicate (5)
- question (5)
- backport 1.3.x (3)
- ideal-for-user-contribution (2)
- help wanted (1)
Top Pull Request Labels
- enhancement (14)
- bug (10)
- documentation (4)
- task (4)
- duplicate (3)
- dependencies (1)
- backport 1.3.x (1)
- invalid (1)
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: 34
repo1.maven.org: 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://github.com/spring-projects/spring-retry
- Documentation: https://appdoc.app/artifact/org.springframework.retry/spring-retry/
- Licenses: Apache 2.0
- Latest release: 2.0.12 (published 4 months ago)
- Last Synced: 2025-09-05T14:17:08.287Z (1 day ago)
- Versions: 34
- 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