Open ibmmqmet opened 5 days ago
Changing boot.version
in transactions-essentials/public/spring-boot3/pom.xml
from 3.0.1 to 3.4.0 and rebuilding from that directory "solves" the problem. But obviously that's not the right thing to do as it forces the version change.
I guess an update is not likely as the last PR merge was in march :(
A JMS program that worked with Spring Boot 3.3.6 is broken with 3.4.0 because of it calling a missing method.
Looks to be the same thing that caused https://github.com/snowdrop/narayana-spring-boot/pull/172