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
I have a sample Spring Modulith application in which I am publishing events to external RabbitMQ.
This is working fine with 1.4.0-M2, but throwing the following error when upgrading to 1.4.0-RC1:
aused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'rabbitMQConfig' available
at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanDefinition(DefaultListableBeanFactory.java:977) ~[spring-beans-6.2.6.jar:6.2.6]
at org.springframework.beans.factory.support.AbstractBeanFactory.getMergedLocalBeanDefinition(AbstractBeanFactory.java:1382) ~[spring-beans-6.2.6.jar:6.2.6]
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302) ~[spring-beans-6.2.6.jar:6.2.6]
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) ~
...
...
To reproduce, update Spring Modulith version to 1.4.0-RC1 in pom.xml and run BookStoreApplicationTests.
The text was updated successfully, but these errors were encountered:
I have a sample Spring Modulith application in which I am publishing events to external RabbitMQ.
This is working fine with 1.4.0-M2, but throwing the following error when upgrading to 1.4.0-RC1:
To reproduce, update Spring Modulith version to
1.4.0-RC1
inpom.xml
and runBookStoreApplicationTests
.The text was updated successfully, but these errors were encountered: