spring-boot-autoconfigure-wro4j
spring-boot-autoconfigure-wro4j copied to clipboard
FilterRegistrationBean moved in spring boot 1.4
Regarding class Wro4jConfig:
org.springframework.boot.context.embedded.FilterRegistrationBean
has been moved to
org.springframework.boot.web.servlet.FilterRegistrationBean
In spring boot 1.4 and later. This would need to be changed for the later version.
Cheers! :)
PS: Thanks for doing this stuff (and making it MIT) this makes my legacy upkeeping way easier :D