This also relates to #2284 - since for now Jackson3 is not suported, DgsSpringGraphQLAutoConfiguration should not import JacksonAutoConfiguration but rather Jackson2AutoConfiguration in spring boot 4 - the latter uses Jackson2.
The current situation forces us to still have jackson3 loaded, even though we do not use it for now and DGS does not do either.
Imho, a 11.1.1 should fix the import while maybe 11.2.0 could prepare jackson3 support if planned in #2284
This also relates to #2284 - since for now Jackson3 is not suported, DgsSpringGraphQLAutoConfiguration should not import JacksonAutoConfiguration but rather Jackson2AutoConfiguration in spring boot 4 - the latter uses Jackson2.
The current situation forces us to still have jackson3 loaded, even though we do not use it for now and DGS does not do either.
Imho, a 11.1.1 should fix the import while maybe 11.2.0 could prepare jackson3 support if planned in #2284