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
Resolvesspring-projects#1433
Used `beanName` instead of `listenerId` (which falls back to `beanName` if `null`).
Containers for annotations are not beans per se.
**cherry-pick to 2.4.x, 2.3.x**
Resolvesspring-projects#1433
Used `beanName` instead of `listenerId` (which falls back to `beanName` if `null`).
Containers for annotations are not beans per se.
**cherry-pick to 2.4.x, 2.3.x**
Resolves#1433
Used `beanName` instead of `listenerId` (which falls back to `beanName` if `null`).
Containers for annotations are not beans per se.
**cherry-pick to 2.4.x, 2.3.x**
Resolves#1433
Used `beanName` instead of `listenerId` (which falls back to `beanName` if `null`).
Containers for annotations are not beans per se.
**cherry-pick to 2.4.x, 2.3.x**
Resolves#1433
Used `beanName` instead of `listenerId` (which falls back to `beanName` if `null`).
Containers for annotations are not beans per se.
**cherry-pick to 2.4.x, 2.3.x**
We are using
getBean()
instead ofgetListenerId()
.Work around is to manually set a scheduler or copy the listener id into the bean name property.
https://stackoverflow.com/questions/71468360/which-component-is-creating-null-consumermonitor-threads/71483827#71483827
The text was updated successfully, but these errors were encountered: