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

davsclaus pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


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

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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%)

Reply via email to