Slackbot
10/06/2023, 10:31 AMThomas Broyer
10/06/2023, 10:36 AMIncompatible because this component declares a component, compatible with Java 17 and the consumer needed a component, compatible with Java 11Like the error says, Spring Boot 3 requires JDK 17, and you're using JDK 11.
Khushboo Sharma
10/06/2023, 12:52 PMThomas Broyer
10/06/2023, 1:24 PM