-
Notifications
You must be signed in to change notification settings - Fork 530
Comparing changes
Open a pull request
base repository: spring-projects/spring-retry
base: v2.0.11
head repository: spring-projects/spring-retry
compare: main
- 14 commits
- 19 files changed
- 5 contributors
Commits on Dec 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cef30d3 - Browse repository at this point
Copy the full SHA cef30d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cb5d7a - Browse repository at this point
Copy the full SHA 6cb5d7aView commit details -
Fix
actions\build
to usemvn help:evaluate
Since there is no `revision` property in POM, we cannot use `sed` command to extract project version from the POM. * Use more Maven-friendly `mvn help:evaluate -Dexpression="project.version" -q -DforceStdout` command to get the current project version * Remove tentative `finish_release_tmp.yml` since `actions\build` has been fixed now
Configuration menu - View commit details
-
Copy full SHA for 72a0d0e - Browse repository at this point
Copy the full SHA 72a0d0eView commit details
Commits on Jan 1, 2025
-
GH-480: Bring back POM
revision
property (#481)Fixes: #480 * Add `flatten-maven-plugin` to resolve properties and remove unnecessary build info from the final POM of the artifact to install/deploy * Revert `version` extraction from POM via `sed` command in the build action * Remove `flatten.clean` from the Maven Flatter Plugin, since `.flattened-pom.xml` generated file is landed in the `/target` dir * Add `pomElements/profiles` for removal in the result `.flattened-pom.xml`
Configuration menu - View commit details
-
Copy full SHA for 9131e6a - Browse repository at this point
Copy the full SHA 9131e6aView commit details
Commits on Jan 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 8918c36 - Browse repository at this point
Copy the full SHA 8918c36View commit details
Commits on Mar 14, 2025
-
* Remove unused imports Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4f34e36 - Browse repository at this point
Copy the full SHA 4f34e36View commit details
Commits on Mar 27, 2025
-
GH-488: Improve warning in the
ExpressionRetryPolicy
Fixes: #488 When `@Retryable(exceptionExpression)` is used with SpEL template (`#{..}`), a specific warning is emitted into logs indicating that such a syntax is deprecated. * Improve that warning message pointing out what SpEL expression could be improved to avoid this warning and future changes
Configuration menu - View commit details
-
Copy full SHA for bded8e6 - Browse repository at this point
Copy the full SHA bded8e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91d96e7 - Browse repository at this point
Copy the full SHA 91d96e7View commit details
Commits on Apr 15, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 544b24e - Browse repository at this point
Copy the full SHA 544b24eView commit details
Commits on May 8, 2025
-
Fix
proxy
attribute name mismatch inRetryOperationsInterceptor
* Add tests for `RetryOperationsInterceptor` proxy attribute cleanup * Add author to `RetryOperationsInterceptorTests` * Remove unused import fail * Fix `RetryOperationsInterceptorTests` extract `MethodInvocation` and simplify mocking Signed-off-by: Kim Jun Hyeong <ggprgrkjh@naver.com>
Configuration menu - View commit details
-
Copy full SHA for 936e720 - Browse repository at this point
Copy the full SHA 936e720View commit details -
GH-491: Fix NPE in the MetricsRetryListener when
label
is nullFixes: #491 The Micrometer tag cannot be with `null` value. When `RetryCallback` does not provide a proper `getLabel()` implementation, the `MetricsRetryListener` fails with a `NullPointerException` * Fix `MetricsRetryListener.close()` to fallback to the `callback.getClass().getName()` if `callback.getLabel() == null` * Cover behavior in the new `RetryMetricsTests.labelFallbackToClassName()`
Configuration menu - View commit details
-
Copy full SHA for 47a2359 - Browse repository at this point
Copy the full SHA 47a2359View commit details
Commits on May 16, 2025
-
GH-352: Warning aboiut invalid values in ExponentialBackoffPolicy
- Add warning logs when setter values don't meet expected constraints - Maintain backward compatibility by not changing behavior Fixes #352 Signed-off-by: Kim Sumin <ksoomin25@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a05e3a1 - Browse repository at this point
Copy the full SHA a05e3a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4cd357 - Browse repository at this point
Copy the full SHA f4cd357View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8977dd - Browse repository at this point
Copy the full SHA c8977ddView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.0.11...main