You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2020/10/15 11:28:30 UTC

[camel] branch regen_bot updated (af0ff58 -> 790f0b4)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from af0ff58  camel-resteasy: remove unnecessary extra eval (#4450)
     add e14e445  CAMEL-15176: Optimize component to do as much in init phase vs start phase.
     add 2f8c124  CAMEL-15176: Optimize component to do as much in init phase vs start phase.
     add 0e3373e  CAMEL-15690: add jmh test
     add 790f0b4  CAMEL-15176: Optimize component to do as much in init phase vs start phase.

No new revisions were added by this update.

Summary of changes:
 .../camel/component/direct/DirectEndpoint.java     | 31 ++-------
 .../camel/component/directvm/DirectVmProducer.java | 73 +++++++++++++---------
 components/components-init-work-in-progress.md     | 12 ++--
 .../camel/component/direct/DirectEndpointTest.java | 73 ----------------------
 ...ceholderTest.java => DirectConcurrentTest.java} | 38 ++++++-----
 5 files changed, 76 insertions(+), 151 deletions(-)
 delete mode 100644 core/camel-core/src/test/java/org/apache/camel/component/direct/DirectEndpointTest.java
 copy tests/camel-jmh/src/test/java/org/apache/camel/itest/jmh/{SimpleMockPlaceholderTest.java => DirectConcurrentTest.java} (79%)