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 a394c76  Removed unused imports
     new d8627e2  CAMEL-12003: Add failFast option to mock endpoint
     new 081e0f0  Regen
     new b054f70  CAMEL-12003: Add failFast option to mock endpoint
     new 61909c2  CAMEL-12003: Add failFast option to mock endpoint
     new 9d2306b  CAMEL-12003: Add failFast option to mock endpoint
     new c38bd5a  CAMEL-12003: Add failFast option to mock endpoint
     new 71ba693  CAMEL-12003: camel-test getMockEndpoint should lookup mock 
endpoints and favour the mock queue name as matching.
     new 521de3b  Regen

The 8 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:
 .../main/docs/atmosphere-websocket-component.adoc  |   2 +-
 .../src/main/docs/dataset-component.adoc           |   3 +-
 .../src/main/docs/dataset-test-component.adoc      |   3 +-
 .../camel-mock/src/main/docs/mock-component.adoc   |   3 +-
 .../camel/component/mock/AssertionClause.java      |  12 +-
 .../camel/component/mock/AssertionClauseTask.java} |  23 +-
 .../apache/camel/component/mock/AssertionTask.java |  19 +-
 .../apache/camel/component/mock/MockEndpoint.java  | 354 +++++++++++++++------
 .../apache/camel/test/junit4/CamelTestSupport.java |  88 +++--
 ...impleMockTest.java => GetMockEndpointTest.java} |   4 +-
 .../component/dataset/DataSetProducerTest.java     |  28 +-
 .../camel/component/mock/MockEndpointTest.java     |   3 +-
 .../AtmosphereWebsocketEndpointBuilderFactory.java |  48 +--
 .../dsl/DataSetEndpointBuilderFactory.java         |  30 ++
 .../ROOT/pages/atmosphere-websocket-component.adoc |   2 +-
 .../modules/ROOT/pages/jetty-component.adoc        |   2 +-
 .../modules/ROOT/pages/mock-component.adoc         |   3 +-
 17 files changed, 425 insertions(+), 202 deletions(-)
 copy 
components/{camel-cassandraql/src/main/java/org/apache/camel/component/cassandra/CassandraConstants.java
 => 
camel-mock/src/main/java/org/apache/camel/component/mock/AssertionClauseTask.java}
 (67%)
 copy core/camel-api/src/main/java/org/apache/camel/WrappedFile.java => 
components/camel-mock/src/main/java/org/apache/camel/component/mock/AssertionTask.java
 (71%)
 copy 
components/camel-test/src/test/java/org/apache/camel/test/patterns/{SimpleMockTest.java
 => GetMockEndpointTest.java} (92%)

Reply via email to