Commit Graph

14 Commits

Author SHA1 Message Date
Gary Russell
757f4ad546 GH-34: Resolve Placeholders in Expressions
Further enhancement to #34
2017-01-13 12:25:20 -05:00
Gary Russell
ba35d97222 Add Expression Support to @Retryable
Resolves GH-34
2016-11-30 20:17:43 -05:00
Dave Syer
50394f1bd0 Remove reference to nonexistent setter in README 2016-11-14 16:35:42 +00:00
Dave Syer
b6aadb0f13 Add Serializable to all retry contexts and policies
Any time they get cached in a more advanced cache than the default
map-based one, the serializability is useful (probably
mandatory for most distribued caches, even if that is probably
overkill).
2016-11-14 11:00:31 +00:00
Dave Syer
bdda948e1a Correct README with usage for setting retryable exceptions 2016-11-14 09:22:57 +00:00
Gary Russell
5e31f49e07 GH-19 SimpleRetryPolicy MaxAttempts JavaDocs
See GH-19
2016-08-23 10:52:04 +01:00
Dave Syer
4f00bb60d8 Add example of @Recover with args 2016-08-23 10:43:46 +01:00
Dave Syer
c8f2d07adb Clarify rethrowing of original exception in RetryTemplate 2016-08-23 10:38:12 +01:00
Dave Syer
7be8f1789e Add contributing section and link to CLA 2016-08-23 10:19:28 +01:00
Dave Syer
48835d7a3c Fix package name in README 2016-08-23 10:15:08 +01:00
Gary Russell
d0ac53c76e Add Code of Conduct 2016-02-03 09:58:36 -05:00
Dave Syer
2abfcef18c Add Retryable interface for proxies advising @Retryable beans
This is purely a marker interface, but might be useful for other tools
looking to apply retry advice (they should usually not bother if the
bean already implements Retryable)
2014-04-24 14:17:12 +01:00
Dave Syer
9fb92bccbd Add support for @Recover 2014-04-24 09:41:26 +01:00
Dave Syer
9e2c23e795 Add README from Spring Batch docs 2014-04-23 16:21:11 +01:00