Commit Graph

  • ec7a91d276 GH-126: ExpRandomBackOffPolicy: fix maxInterval Chase Diem 2019-10-22 11:02:57 -04:00
  • c12bf15134 GH-85: Allow recover by name in the @Retryable kitaisreal 2019-11-12 00:41:42 +03:00
  • ff4535fecf GH-126: ExpRandomBackOffPolicy: fix maxInterval Chase Diem 2019-10-22 11:02:57 -04:00
  • 5a1a3bfbf3 Editing pass Jay Bryant 2019-04-08 12:12:05 -05:00
  • baba3fa658 Attempt to build on Java 11 (failed) Dave Syer 2019-06-07 12:38:13 +01:00
  • 995d1a6884 Apply formatter Dave Syer 2019-06-07 12:33:13 +01:00
  • a717e47043 Allow SubclassClassifier to work with interfaces Dave Syer 2019-04-05 14:19:49 +01:00
  • 73568416a8 Fix counting errors in args matchers for recovery Dave Syer 2019-04-04 13:48:09 +01:00
  • f60e17bc1f Allow SubclassClassifier to work with interfaces Dave Syer 2019-04-05 14:19:49 +01:00
  • 8382f73a55 Better link in CI badge Dave Syer 2019-05-31 10:06:58 +01:00
  • 01abf7bd6e Add badges Dave Syer 2019-05-30 17:10:13 +01:00
  • a8651f0ddb Add convenience method to SubclassClassifier Dave Syer 2019-05-30 14:52:09 +01:00
  • 1f06568928 Fix bug when there are multiple recover methods Nathanaël Roberts 2019-05-07 11:12:25 +02:00
  • 0f9a918f3c Fix bug when there are multiple recover methods Nathanaël Roberts 2019-05-07 11:12:25 +02:00
  • c7174c9ee5 Readme for fluent template configuration Alexander Shamukov 2019-05-18 16:02:36 +03:00
  • e2b0555f96 Updated the Copyright header. Marius Grama 2019-04-16 21:50:42 +02:00
  • 07800ee870 Code cosmetics Marius Grama 2019-04-16 21:40:37 +02:00
  • 7cf90bff00 Removed reference to hamcrest-all test library, and modified the tests from RetryOperationsInterceptorTests to use vanilla junit assertions. Marius Grama 2019-04-16 21:39:19 +02:00
  • b599c23404 Expose the MethodInvocation in the MethodInvocationRetryCallback in order to permit to concrete RetryListener implementations to inspect in detail the method called as well as its arguments. This information can be used in the retry listener for either detailed logging or monitoring for the proxied method invocations. Marius Grama 2019-04-13 15:09:44 +02:00
  • 9474abb17e Fix counting errors in args matchers for recovery Dave Syer 2019-04-04 13:48:09 +01:00
  • c530b686b0 Fix some compiler warnings Dave Syer 2019-04-02 10:49:35 +01:00
  • 2a6cd8b447 GH-89: Deprecate templated expressions Aldo Sinanaj 2019-02-06 21:23:46 +01:00
  • 7429a6994b URL Cleanup Spring Operator 2019-03-26 04:43:28 -05:00
  • d49fc80cb1 URL Cleanup 1.1.x Spring Operator 2019-03-26 04:43:20 -05:00
  • 7518373a34 URL Cleanup Spring Operator 2019-03-26 00:51:14 -05:00
  • 25f2718d2f URL Cleanup Spring Operator 2019-03-21 21:29:48 -05:00
  • 29adacdeba URL Cleanup Spring Operator 2019-03-21 15:35:07 -05:00
  • b99c356d0d URL Cleanup Spring Operator 2019-03-21 15:34:55 -05:00
  • c5eec9777d URL Cleanup Spring Operator 2019-03-20 22:17:13 -05:00
  • e538399d75 Fixed a typo in a comment Javier Eguiluz 2019-03-20 16:34:31 +01:00
  • 7d3ad70fa1 Update to 1.3 snapshots Dave Syer 2019-03-20 17:15:41 +00:00
  • 01d850ef28 Polish Dave Syer 2019-03-20 17:11:13 +00:00
  • 84e906fbe6 Apply format plugin Dave Syer 2019-03-20 17:03:08 +00:00
  • 0a1c3cb3c1 Fluent API for RetryTemplate configuration Aleksandr Shamukov 2019-03-10 21:25:08 +03:00
  • 6673b6214a URL Cleanup Spring Operator 2019-03-19 22:48:24 -05:00
  • 9bc816f770 URL Cleanup Spring Operator 2019-03-16 11:55:29 -05:00
  • 2f4386d8b7 Align default delay in code to value in document Zhang Chao 2019-02-18 14:14:43 +08:00
  • 8bef15de04 Document @Retryable's additional runtime dependency and advice on how it's best resolved. (Also fix broken link to contributor's agreement) Neil Brown 2018-02-23 18:32:06 +00:00
  • 328f510ccf Fixed issue for multiple recovery methods creating an ArrayIndexOutOfBoundsException. Fixed #145 Kevin Off 2019-03-05 11:24:44 -06:00
  • f400fe7fbe URL Cleanup Spring Operator 2019-03-05 23:58:18 -06:00
  • 0753e4ee45 Revert to snapshots Dave Syer 2019-01-16 08:03:15 +00:00
  • ff0f33b142 Revert to Spring 4.3 Dave Syer 2019-01-16 08:01:52 +00:00
  • 976abd4d2b Revert to snapshots Dave Syer 2019-01-11 11:52:17 +00:00
  • a3593c7e7f Update to 1.2.3 Dave Syer 2019-01-11 11:49:14 +00:00
  • d12b2035f6 Fix surefire version Dave Syer 2018-12-20 12:46:53 +00:00
  • eec9a1c247 Corrected building classified Concurrent Map for retryable Exceptions. Nikhil Kharche 2018-12-15 22:49:27 +05:30
  • c5a28f4fa4 Remove unused import Dave Syer 2018-11-08 11:53:30 +00:00
  • 31586df0a8 If includes is empty and excludes is not, retry not excluded exceptions maciekwiso 2018-03-11 13:41:18 +01:00
  • 3080803aa4 Remove unused @Import Yanming Zhou 2018-06-07 08:55:55 +08:00
  • 3904f9bbea TreeSet not always correctly sorted for "Uncomparable" exceptions Stepan Romankov 2018-07-25 16:36:42 +02:00
  • 243eefec90 Upgrade Spring version to 5.0.7 Fabien MIFSUD 2018-06-29 16:45:13 +02:00
  • 8b5a22baae Upgrade Spring to version 5.0.5 f.mifsud 2018-06-29 16:41:36 +02:00
  • dba760b3ad remove aspectjrt wujun8 2018-07-25 10:33:14 +08:00
  • 540787cc99 handle nulls and add a test Piszmog 2018-08-14 19:20:58 -06:00
  • f769c6de9a Find the matching @Recover based on the number of parameters and the type of the parameters Piszmog 2018-08-12 10:26:31 -06:00
  • 9f23709958 GH-123: Expressions for CircuitBreaker Properties Gary Russell 2018-09-12 16:09:38 -04:00
  • c6afa004d6 Add .DS_Store to .gitignore Gary Russell 2018-09-11 11:26:25 -04:00
  • ab06d12a77 changed back method name maciekwiso 2018-03-11 09:52:01 +01:00
  • 68d66033b1 Override retry listeners for each Retryable method maciekwiso 2017-03-08 23:19:05 +01:00
  • b4f076c258 Fix the Backoff.java docs even more Alex Tawse 2018-01-18 11:58:27 +00:00
  • bdd467c2f8 Typo in README Dave Syer 2017-12-12 00:52:26 -08:00
  • 50b30e446a Update README.md Kay Bucksch 2017-01-24 12:25:21 +01:00
  • ef2a0e0877 Update to snapshots Dave Syer 2017-12-11 07:07:57 -08:00
  • d6a69408b7 Update to 1.2.2 for release Dave Syer 2017-12-11 07:07:09 -08:00
  • e4a806789d Recover method with return parent class Aldo Sinanaj 2017-12-09 15:51:37 +01:00
  • 71a05c622e Info on how to define listeners with annotations maciekwiso 2017-03-08 20:23:41 +01:00
  • 6c3cfe50e7 Fix @Backoff JavaDocs - maxDelay Gary Russell 2017-03-17 10:04:05 -04:00
  • f1121f17ec Move log4j to test scope Dave Syer 2017-12-05 10:34:44 -08:00
  • ea184cb153 Retry annotation detected on implementing class Tomas Poch 2017-10-06 18:41:42 +02:00
  • a22ebe7514 Fix @Recover for Prototype Scoped Beans Gary Russell 2017-11-28 13:49:43 -05:00
  • 236d6206d7 Fix typo: maximimum -> maximum. qwazer 2017-12-04 13:31:27 +03:00
  • f44b3ab814 Add jitpack.yml Dave Syer 2017-07-17 15:12:23 +01:00
  • 5b39aff0a5 Add travis yml Dave Syer 2017-07-17 15:08:38 +01:00
  • 51fccb15ed Use symlink for .m2 cache Dave Syer 2017-07-05 09:02:51 +01:00
  • e0b7ae4810 Update pipeline for new version of concourse Dave Syer 2017-06-30 09:22:03 +01:00
  • 9c5c9aafd9 Revert to snapshots Dave Syer 2017-06-16 12:37:32 +01:00
  • 4fcf009056 Update for 1.2.1.RELEASE Dave Syer 2017-06-16 11:18:27 +01:00
  • 59a4fbd10d Add CI pipeline Dave Syer 2017-06-16 10:57:02 +01:00
  • 6f207c7a36 Make sure counts are accurate Dave Syer 2017-01-13 13:34:16 -05:00
  • c032143b5c Revert to snapshots Dave Syer 2017-01-13 13:34:16 -05:00
  • bc78c5f2a8 Update to 1.2.0.RELEASE Dave Syer 2017-01-13 12:54:03 -05:00
  • a3c41b36be Fix wrong javadoc Toshiaki Maki 2016-10-29 05:31:59 +09:00
  • 757f4ad546 GH-34: Resolve Placeholders in Expressions Gary Russell 2016-12-01 10:21:51 -05:00
  • ba35d97222 Add Expression Support to @Retryable Gary Russell 2015-12-16 16:29:01 -05:00
  • 8c8877deac Ensure retry context is saved to cache after it is updated Dave Syer 2016-11-29 13:24:08 +00:00
  • cc5263969d Add lint ignorer for java 8 Dave Syer 2016-11-29 13:34:57 +00:00
  • 2b4c4ee37b Make Classifier Serializable Dave Syer 2016-11-21 11:25:14 +00:00
  • 9836651f4c Make BackOffContext Serializable Dave Syer 2016-11-16 10:07:35 +00:00
  • 50394f1bd0 Remove reference to nonexistent setter in README Dave Syer 2016-11-14 16:35:42 +00:00
  • b6aadb0f13 Add Serializable to all retry contexts and policies Dave Syer 2016-11-14 11:00:27 +00:00
  • bdda948e1a Correct README with usage for setting retryable exceptions Dave Syer 2016-11-14 09:22:57 +00:00
  • ab631ca500 Merge branch '1.1.x' Dave Syer 2016-11-14 09:14:59 +00:00
  • e8074aa46b Revert to snapshots Dave Syer 2016-11-14 09:14:19 +00:00
  • 129c2eedca Update for 1.1.5 Dave Syer 2016-11-14 09:13:27 +00:00
  • b3e437b325 Exclude bridge methods from method invocation candidates Dave Syer 2016-10-28 09:45:50 +01:00
  • 7678887dcd Add mavn wrapper Dave Syer 2016-10-28 09:45:44 +01:00
  • 6973f65da0 Revert to snapshots Dave Syer 2016-10-14 10:06:35 +01:00
  • 3deab8c45a Update to 1.2.0.RC1 Dave Syer 2016-10-14 10:05:58 +01:00
  • 3726eef3ba Support Raw Keys Gary Russell 2016-10-12 12:47:34 -04:00
  • 507c62bdae Clarify javadocs in ExponentialRandomBackOffPolicy Dave Syer 2016-10-12 12:44:14 +02:00