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

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


    from aa37868  CAMEL-12774 - Camel-elasticsearch-rest: Error during type 
conversion from type: java.lang.String to the required type: 
org.elasticsearch.action.update.UpdateRequest
     new 20c3d9f  CAMEL-12775: Fixed stub component with MEP InOut vs InOnly 
mode would expect a reply message or not. Otherwise InOut with no active 
consumer would block and timeout after 30 seconds and fail. Thanks to Guido 
Schreuder for reporting and the unit test.
     new 10270f8  CAMEL-12775: Fixed stub component with MEP InOut vs InOnly 
mode would expect a reply message or not. Otherwise InOut with no active 
consumer would block and timeout after 30 seconds and fail. Thanks to Guido 
Schreuder for reporting and the unit test.

The 2 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:
 .../apache/camel/component/stub/StubEndpoint.java  |  9 +++-
 .../apache/camel/component/stub/StubProducer.java  | 59 ++++++++++++++++++++
 .../camel/component/stub/StubConsumerTest.java     | 62 +++++++++++++---------
 .../{StubInOnlyTest.java => StubInOutTest.java}    |  9 ++--
 .../stub/StubTest.java}                            | 48 +++++++++++------
 5 files changed, 140 insertions(+), 47 deletions(-)
 create mode 100644 
camel-core/src/main/java/org/apache/camel/component/stub/StubProducer.java
 copy 
components/camel-mybatis/src/test/java/org/apache/camel/component/mybatis/MyBatisSelectOneExchangeInOutWithOutputHeaderTest.java
 => 
camel-core/src/test/java/org/apache/camel/component/stub/StubConsumerTest.java 
(53%)
 copy 
camel-core/src/test/java/org/apache/camel/component/stub/{StubInOnlyTest.java 
=> StubInOutTest.java} (89%)
 copy 
camel-core/src/test/java/org/apache/camel/{processor/enricher/PollEnrichExpressionNoCacheTest.java
 => component/stub/StubTest.java} (61%)

Reply via email to