You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/12/17 07:47:52 UTC

[camel] branch master updated (9fa4ce1 -> 70b88a1)

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

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


    from 9fa4ce1  Upgrade Mvel to version 2.4.5.Final
     add 79bb251  CAMEL-14301: Stomp Component has no option to set custom headers
     add b037539  Camel-Stomp: Regen
     add 70b88a1  CAMEL-14304: Unit Test for STOMP Consumer Header Filter Strategy

No new revisions were added by this update.

Summary of changes:
 .../camel-stomp/src/main/docs/stomp-component.adoc |  3 +-
 .../camel/component/stomp/StompConfiguration.java  | 14 +++++
 .../camel/component/stomp/StompEndpoint.java       |  3 +
 ... => StompConsumerHeaderFilterStrategyTest.java} | 33 ++++++----
 .../component/stomp/StompCustomHeadersTest.java}   | 36 ++++++-----
 .../endpoint/dsl/StompEndpointBuilderFactory.java  | 72 ++++++++++++++++++++++
 6 files changed, 134 insertions(+), 27 deletions(-)
 copy components/camel-stomp/src/test/java/org/apache/camel/component/stomp/{StompConsumerTest.java => StompConsumerHeaderFilterStrategyTest.java} (66%)
 copy components/{camel-spring/src/test/java/org/apache/camel/spring/produce/ProduceTest.java => camel-stomp/src/test/java/org/apache/camel/component/stomp/StompCustomHeadersTest.java} (53%)