Description
I'm using the cxf-spring-boot-starter-jaxrs module in my project that is exposing a RESTful API. However upgrading from 3.2.0 to 3.2.1 broke my application:
*************************** APPLICATION FAILED TO START *************************** Description: Parameter 1 of constructor in org.apache.cxf.jaxrs.spring.SpringViewResolverProvider required a bean of type 'org.springframework.web.servlet.LocaleResolver' that could not be found. - Bean method 'localeResolver' in 'WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter' not loaded because @ConditionalOnProperty (spring.mvc.locale) did not find property 'locale'
It seems like org.apache.cxf.jaxrs.spring.SpringViewResolverProvider was introduced in 3.2.1 but that assumes that I'm also using Spring MVC, which I don't.