Getting the following issue with Spring boot version : 3.3.0 , JDK :17 when project start
Exception :
***************************
APPLICATION FAILED TO START
***************************
Description:
Parameter 0 of method duplicateDetectingMessageHandlerDecorator in io.eventuate.tram.spring.consumer.common.TramConsumerBaseCommonConfiguration required a bean of type 'io.eventuate.tram.consumer.common.DuplicateMessageDetector' that could not be found.
Action:
Consider defining a bean of type 'io.eventuate.tram.consumer.common.DuplicateMessageDetector' in your configuration.
Hello ,
Getting the following issue with Spring boot version : 3.3.0 , JDK :17 when project start
Exception :
pom.xml as following :