Hi Pascal, sounds reasonable to me, we could also make the starter @Configuration classes final in the process.
zoran On Sun, Jan 26, 2020 at 12:26 PM Pascal Schumacher <[email protected]> wrote: > > Hi Cameleers, > > Spring 5.2 makes it possible to disable proxying of bean methods for > configuration classes (with @Configuration(proxyBeanMethods=false)) to > avoid the generation of cglib proxies and improve performance. For > details see: > https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/context/annotation/Configuration.html#proxyBeanMethods-- > > Spring Boot (see: > https://github.com/spring-projects/spring-boot/issues/9068) and other > Spring projects already use this for their autoconfiguration classes. > > I think camel-spring-boot could also use this, or am I missing something? > > What do you think? > > -Pascal -- Zoran Regvart
