[ 
https://issues.apache.org/jira/browse/CAMEL-14471?focusedWorklogId=380532&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-380532
 ]

ASF GitHub Bot logged work on CAMEL-14471:
------------------------------------------

                Author: ASF GitHub Bot
            Created on: 02/Feb/20 13:57
            Start Date: 02/Feb/20 13:57
    Worklog Time Spent: 10m 
      Work Description: PascalSchumacher commented on pull request #3: WIP: 
CAMEL-14471: camel-spring-boot: Disable proxying of bean methods for 
auto-configuration classes
URL: https://github.com/apache/camel-spring-boot/pull/3
 
 
   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 am still running the tests locally.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

            Worklog Id:     (was: 380532)
    Remaining Estimate: 0h
            Time Spent: 10m

> camel-spring-boot: Disable proxying of bean methods for auto-configuration 
> classes
> ----------------------------------------------------------------------------------
>
>                 Key: CAMEL-14471
>                 URL: https://issues.apache.org/jira/browse/CAMEL-14471
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-spring-boot, camel-spring-boot-starters
>            Reporter: Pascal Schumacher
>            Assignee: Pascal Schumacher
>            Priority: Major
>             Fix For: 3.1.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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 auto-configuration 
> classes.
> Camel-spring-boot and camel-spring-boot-starter should also use this feature.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to