Hi, I want to migrate my messaging api to spring Boot 3 and java 17, I used this dependency :
fr.sii.ogham
ogham-spring-boot-starter-all
3.0.0
but I could not inject MessagingService using : @Autowired
I don't know if there is a solution for this problem by still using orgham with java 17