Commit Graph

  • 19ec4f87fb Upgrade to Mockito 4.4.0 Stephane Nicoll 2022-04-15 16:09:17 +02:00
  • f23bcb44cd Stop casting to URLClassLoader Stephane Nicoll 2022-04-15 16:04:31 +02:00
  • 3fee29191f Upgrade to Easymock 4.3 Stephane Nicoll 2022-04-15 15:14:18 +02:00
  • 8aecf294f5 Upgrade to Aspectjweaver 1.9.9.1 Stephane Nicoll 2022-04-15 15:12:15 +02:00
  • fd6215eae8 Initiate Spring Retry 2.0.x Stephane Nicoll 2022-04-15 09:19:10 +02:00
  • 177693930a Merge branch '1.3.x' Stephane Nicoll 2022-04-15 09:17:46 +02:00
  • cd43720b66 Initiate 1.3.x branch Stephane Nicoll 2022-04-15 09:16:59 +02:00
  • 95a0c9d65d Next development version (v1.3.4-SNAPSHOT) Spring Builds 2022-04-15 05:55:35 +00:00
  • fdcfb4d2d2 Revert "GH-264: Add retrhro to @Retryable" Gary Russell 2022-04-14 16:51:13 -04:00
  • e1ebf233d7 Revert "GH-264: Docs and Javadocs" Gary Russell 2022-04-14 16:51:02 -04:00
  • da577cfeb2 SimpleRetryPolicy: Call getMaxAttempts() instead Plummb 2018-03-26 12:21:12 +05:30
  • 4b298b3b07 Allow primitives for @Recover method parameter leeyohan93 2021-06-15 21:28:21 +09:00
  • 0c1fa828a8 GH-264: Docs and Javadocs Gary Russell 2022-04-12 11:43:37 -04:00
  • ec245fd1ba GH-264: Add retrhro to @Retryable Tomas Tulka 2022-01-26 21:07:39 +01:00
  • 2ac83a2fba Fix variables refs in AnnAwareRetryOpsInterceptor narugoyal 2022-04-07 19:01:10 +05:30
  • 27b0e7c4ca Upgrade Ubuntu version in CI image Stephane Nicoll 2022-04-07 09:02:02 +02:00
  • b751d5d13d GH-276: Introduce BackOffPolicyBuilder Tomaz Fernandes 2022-03-11 15:20:35 -03:00
  • 14c7217bbc Remove Travis CI configuration Stephane Nicoll 2022-03-05 16:45:47 +01:00
  • 302f799993 Revert "Fix typo" Stephane Nicoll 2022-03-03 16:12:27 +01:00
  • 5aed3a579e Next development version (v1.3.3-SNAPSHOT) Spring Builds 2022-03-03 08:43:49 +00:00
  • 2ab8232139 Add revision property necessary for release scripts Stephane Nicoll 2022-03-03 09:35:28 +01:00
  • e528eca05d Fix typo Stephane Nicoll 2022-03-03 09:35:06 +01:00
  • f45c188882 Remove reference to Maven Release Plugin Stephane Nicoll 2022-03-03 09:11:57 +01:00
  • 14bf81e91d Upgrade to Maven Compiler Plugin 3.10.0 Stephane Nicoll 2022-03-03 09:11:13 +01:00
  • 629fa77204 Remove outdated reference to Maven Assembly Plugin Stephane Nicoll 2022-03-03 09:10:39 +01:00
  • 964db2f024 Remove outdated optimizations Stephane Nicoll 2022-03-03 09:09:16 +01:00
  • f7f7ebe70a Remove site support Stephane Nicoll 2022-03-03 09:08:51 +01:00
  • aad9bf0704 Polish Stephane Nicoll 2022-03-03 09:07:36 +01:00
  • 25ec5204ac Fix profile name invocation on CI Stephane Nicoll 2022-03-03 09:06:57 +01:00
  • 27e93e2924 Remove old CI pipeline Stephane Nicoll 2022-03-03 09:06:00 +01:00
  • 3901affdfa Fix badge to new CI pipeline Stephane Nicoll 2022-03-03 09:05:42 +01:00
  • ccb1d30db3 Upgrade to Maven Javadoc Plugin 3.3.2 Stephane Nicoll 2022-03-03 09:02:26 +01:00
  • 68ead2af85 Upgrade to Maven Surefire Plugin 2.2.22 Stephane Nicoll 2022-03-03 08:59:19 +01:00
  • 26566b43bd Polish Stephane Nicoll 2022-03-03 08:53:09 +01:00
  • 324324c7fd Upgrade to Maven 3.8.4 Stephane Nicoll 2022-03-02 20:11:13 +01:00
  • b82cfed463 Polish release profile Stephane Nicoll 2022-03-02 20:14:54 +01:00
  • e549168b6f Move CI to Concourse Stephane Nicoll 2022-02-27 18:20:56 +01:00
  • e7ae299059 Local test ci Stephane Nicoll 2022-02-27 18:21:19 +01:00
  • 748e72660f Move CI to Concourse Stephane Nicoll 2022-02-27 18:20:56 +01:00
  • 042711e4b9 Remove Maven warnings Stephane Nicoll 2022-02-22 17:33:38 +01:00
  • 0b802a60d9 Do not apply Javaformat by default Stéphane Nicoll 2022-02-22 20:29:20 +01:00
  • 79a0eea1ee Specify file source encoding Stephane Nicoll 2022-02-22 17:42:47 +01:00
  • 3ad812ac80 Add randomExpression to backoff annotation Davide Pugliese 2022-02-14 22:29:51 +02:00
  • dd819b4eec Annotation Expression Improvements Gary Russell 2022-01-24 12:50:42 -05:00
  • 060a99ad86 Switch to Log4j2 for Tests Gary Russell 2022-01-24 11:34:05 -05:00
  • 2514e178b0 Fix indents in the RetryTemplateBuilderTest Kim In Hoi 2022-01-20 01:55:08 +09:00
  • f107a77cda GH-254: Add RetryTemplBuilder.(not)RetryOn(List) Kim In Hoi 2022-01-19 01:09:43 +09:00
  • 2eb162a59d GH-256: Mark RetryConfiguration as infrastructure bean Markus Heiden 2022-01-14 21:22:29 +01:00
  • 6c59c0db38 Fix typos in Backoff JavaDocs Arnaud Hoareau 2021-10-21 10:09:12 -06:00
  • ebc720045f Make annotation API explicitly optional Dave Syer 2021-06-14 14:43:01 +01:00
  • e50babab8f Add container_limits to pipeline.yml Gary Russell 2021-06-10 12:37:40 -04:00
  • e5a48ee48c Use Harbor for Concourse Pipeline Gary Russell 2021-06-09 16:20:09 -04:00
  • 83a73d0cc8 GH-244: Invoke Proxy for @Recover Method Gary Russell 2021-06-07 13:34:33 -04:00
  • e637911a8a SimpleRetryPolicy Javadoc Polishing Gary Russell 2021-05-05 17:16:13 -04:00
  • e7352441c9 Bump spring-framework-bom from 4.3.22.RELEASE to 4.3.29.RELEASE dependabot[bot] 2021-04-30 20:26:01 +00:00
  • 8335f7f531 Fix typo in the @Retryable JavaDocs Matthias Merdes 2021-04-23 14:01:00 +02:00
  • 7692782d37 GH-237: Fix Multiple RetryListeners for @Retryable Gary Russell 2021-04-20 14:53:09 -04:00
  • 5bdad2fe54 GH-234: UniRndBackOffPolicy: Propagate maxPeriod Tomaz Fernandes 2021-03-16 11:59:18 -03:00
  • 65377ea778 Fix since in javadoc Gary Russell 2021-03-09 17:06:53 -05:00
  • fdfd541ddf Fix typo in README Gary Russell 2021-03-09 17:03:41 -05:00
  • ae3ad4a249 Docs and test polishing for previous commit Gary Russell 2021-03-09 16:46:47 -05:00
  • 4d2bb2be27 Add generic check for function return type deepesh-verma 2020-09-04 01:10:46 +05:30
  • c452ec3237 Revert to snapshots Dave Syer 2021-01-08 17:41:04 +00:00
  • 2e048d7621 Bump for 1.3.1 Dave Syer 2021-01-08 17:39:23 +00:00
  • c0f66e9f59 Make spring-core optional Dave Syer 2021-01-08 17:31:17 +00:00
  • 6e3fce32b5 used AnnotationUtils so that retryable name can come from interface annotation. Mark Amans 2020-09-22 16:50:17 -05:00
  • 62d7bfefb6 Non-reflective lazy initialization in @RetryConfiguration Dave Syer 2020-10-19 09:40:42 +01:00
  • b073ab4cf7 Merge pull request #221 from spring-projects/dependabot/maven/junit-junit-4.13.1 Gary Russell 2020-10-13 16:03:55 -04:00
  • e747fdb9c1 Bump junit from 4.12 to 4.13.1 dependabot[bot] 2020-10-13 09:47:25 +00:00
  • 048238e286 Fixed wording Torben Möller 2020-09-11 22:36:28 +02:00
  • 14d807e467 Fix mvnw script for new version format Dave Syer 2020-09-10 07:48:54 +01:00
  • 8fd79d388d Fix javadoc typo 1.2.x Gary Russell 2020-08-28 10:01:20 -04:00
  • 868d205969 Fix javadoc typo Gary Russell 2020-08-28 10:01:20 -04:00
  • 71744ee8cb More Javadoc polishing: ExponentialBackOffPolicy Gary Russell 2020-08-25 11:15:44 -04:00
  • f25d6e8ff4 test change to show difference before and after fix wojciech.piotrowiak 2020-06-27 23:39:56 +02:00
  • 109d9f9818 New unit test that verify resetTimeout behaviour wojciech.piotrowiak 2020-06-27 23:28:12 +02:00
  • 6c97e9f112 Changing it to set the timer only when the circuit first goes open wojciech.piotrowiak 2020-05-25 08:42:26 +02:00
  • 1bf4669920 test change to show difference before and after fix wojciech.piotrowiak 2020-06-27 23:39:56 +02:00
  • dd94c67f12 New unit test that verify resetTimeout behaviour wojciech.piotrowiak 2020-06-27 23:28:12 +02:00
  • 010a75ce56 Changing it to set the timer only when the circuit first goes open wojciech.piotrowiak 2020-05-25 08:42:26 +02:00
  • 8adb079bbf Fix Javadocs for ExponentialBackOffPolicy Gary Russell 2020-06-18 10:23:31 -04:00
  • cfabf26c41 Fix NPE when circuit break attriute is not set Oscar Arellano 2020-06-09 12:19:37 -05:00
  • f3ccdb298a Fix Readme.md formatting issue Dimitrios Liapis 2020-06-01 22:31:11 +02:00
  • d36bd6d3bd Revert to snapshot Dave Syer 2020-05-19 11:18:17 +01:00
  • fee59a15ed Bump to 1.3.0.RELEASE Dave Syer 2020-05-19 11:12:15 +01:00
  • 471b6e6f30 Add ignores for VSCode Dave Syer 2020-05-19 11:09:48 +01:00
  • 7b8dae8e93 Editing pass Jay Bryant 2020-04-13 11:44:05 -05:00
  • 39cf01dc19 Fix SubclassClassifier so it recognizes multiple parents Dave Syer 2020-04-08 11:34:01 +01:00
  • 8f3ceedd29 Support @Recovery method that is not defined in interface Aaron Lucia 2020-04-07 11:46:22 -04:00
  • 4fe92bb20f Restore missing method call from merge in #124 Dave Syer 2020-04-07 06:25:45 +01:00
  • f54db742f5 Find @CircuitBreaker on target class w/ JDK proxy Gary Russell 2018-10-23 12:01:39 -04:00
  • 7d5d086a33 Find @Recover on target class with JDK proxy Gary Russell 2018-08-10 12:40:25 -04:00
  • b949944a1b Support positional RetryListeners Gary Russell 2020-03-09 14:22:42 -04:00
  • 54e1998ede Cherry pick from 1.2.x krolen 2019-02-10 11:12:51 -05:00
  • b279131e40 Memory leak when @Retryable is used on a @Scope("prorotype") bean. #141 krolen 2019-02-10 11:12:51 -05:00
  • 13ae03c621 Formatting Dave Syer 2020-01-20 11:36:38 +00:00
  • 0f1eb43f59 Clarify partial lost of method arguments Dave Syer 2020-01-20 11:35:49 +00:00
  • bb08750940 feat(Retryable): allow composing Retryable annotation by using AnnotatedElementUtils.findMergedAnnotation in AnnotationAwareRetryOperationsInterceptor Tine Kondo 2019-09-06 07:49:56 +00:00
  • d1b505c9f4 Revert to snapshots Dave Syer 2019-12-09 10:33:19 +00:00
  • 5654c828c2 Update to 1.2.5 Dave Syer 2019-12-09 10:11:19 +00:00