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
There's a regression in Spring AMQP 2.1 that means that a listener container cannot be created with advice when the TCCL is a child of the container's class loader. This class loader arrangement occurs with Spring Boot's DevTools but will also occur in other environments such as an app server or servlet container where Spring AMQP is installed as a shared library. Please see spring-projects/spring-boot#15697 for more details.
The text was updated successfully, but these errors were encountered:
Fixesspring-projects#897
The `AbstractMessageListenerContainer.ContainerDelegate` is not end-user
class, so proxy for it has to be created by its normal `ClassLoader`
There's a regression in Spring AMQP 2.1 that means that a listener container cannot be created with advice when the TCCL is a child of the container's class loader. This class loader arrangement occurs with Spring Boot's DevTools but will also occur in other environments such as an app server or servlet container where Spring AMQP is installed as a shared library. Please see spring-projects/spring-boot#15697 for more details.
The text was updated successfully, but these errors were encountered: