You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2022-01-25 13:37:51.354 INFO 7056 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.retry.annotation.RetryConfiguration' of type [org.springframework.retry.annotation.RetryConfiguration$$EnhancerBySpringCGLIB$$4b28449d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
and retry mechanism isn't working. Similar bug has been fixed in 5.2.4 as mentioned here. I have newer spring-context version 5.2.15.RELEASE and it still reproduces.
Looks like actuator dependency is in conflict with retry.
The text was updated successfully, but these errors were encountered:
@mbadziong Spring Boot has ended its OSS support period so you'd need to upgrade to a supported version first. If that doesn't help, sharing your build is unfortunately nowhere near enough to give you support. Please share a small sample that we can run ourselves. You can do so by attaching a zip to this issue or sharing a link to a GitHub repository.
Affects: Spring Boot 2.3.12.RELEASE
Given these dependencies:
and having retry mechanism enabled:
I receive
and retry mechanism isn't working. Similar bug has been fixed in
5.2.4
as mentioned here. I have newer spring-context version5.2.15.RELEASE
and it still reproduces.Looks like actuator dependency is in conflict with retry.
The text was updated successfully, but these errors were encountered: