Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id C76F9200D40 for ; Sat, 18 Nov 2017 08:02:16 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id C5FD6160C0C; Sat, 18 Nov 2017 07:02:16 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 1939C160BE9 for ; Sat, 18 Nov 2017 08:02:15 +0100 (CET) Received: (qmail 9276 invoked by uid 500); 18 Nov 2017 07:02:15 -0000 Mailing-List: contact commits-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list commits@camel.apache.org Received: (qmail 9267 invoked by uid 99); 18 Nov 2017 07:02:15 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Nov 2017 07:02:15 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 5D41E814EA; Sat, 18 Nov 2017 07:02:14 +0000 (UTC) Date: Sat, 18 Nov 2017 07:02:14 +0000 To: , "' commits@camel.apache.org" , '@gitbox.apache.org, Subject: [camel] branch master updated (36fa6e6 -> 016b158) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <151098853401.11190.15914226450675952943@gitbox.apache.org> From: davsclaus@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: camel X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 36fa6e6ec6085b39534442add26d83b0a8fb94d9 X-Git-Newrev: 016b158a63f42ac6767a8a59b3433be11c8b5741 X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated archived-at: Sat, 18 Nov 2017 07:02:17 -0000 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 36fa6e6 camel-test-blueprint: speed-up tests by not forking the JVM for every test executed new bf46a92 added new example showing how to use amqp with artemis. new 016b158 fixed some code-style issues. 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: examples/README.adoc | 4 +- .../camel-example-artemis-amqp-blueprint/README.md | 94 +++++++++++++ .../camel-example-artemis-amqp-blueprint/pom.xml | 155 +++++++++++++++++++++ .../src/main/resources/META-INF/LICENSE.txt | 0 .../src/main/resources/META-INF/NOTICE.txt | 0 .../resources/OSGI-INF/blueprint/camel-context.xml | 66 +++++++++ .../src/main/resources/features.xml | 31 +++++ .../src/main/resources/log4j2.properties | 0 .../example/artemis/amqp/ArtemisAmqpTest.java | 56 ++++++++ .../artemis/amqp/EmbeddedBrokerSupport.java | 48 +++++++ .../OSGI-INF/blueprint/embedded-broker.xml | 63 +++++++++ .../src/test/resources/broker.xml | 48 +++++++ examples/pom.xml | 1 + 13 files changed, 565 insertions(+), 1 deletion(-) create mode 100644 examples/camel-example-artemis-amqp-blueprint/README.md create mode 100644 examples/camel-example-artemis-amqp-blueprint/pom.xml copy {tooling/maven/guice-maven-plugin => examples/camel-example-artemis-amqp-blueprint}/src/main/resources/META-INF/LICENSE.txt (100%) copy {tooling/maven/guice-maven-plugin => examples/camel-example-artemis-amqp-blueprint}/src/main/resources/META-INF/NOTICE.txt (100%) create mode 100644 examples/camel-example-artemis-amqp-blueprint/src/main/resources/OSGI-INF/blueprint/camel-context.xml create mode 100644 examples/camel-example-artemis-amqp-blueprint/src/main/resources/features.xml copy examples/{camel-example-artemis-large-messages => camel-example-artemis-amqp-blueprint}/src/main/resources/log4j2.properties (100%) create mode 100644 examples/camel-example-artemis-amqp-blueprint/src/test/java/org/apache/camel/example/artemis/amqp/ArtemisAmqpTest.java create mode 100644 examples/camel-example-artemis-amqp-blueprint/src/test/java/org/apache/camel/example/artemis/amqp/EmbeddedBrokerSupport.java create mode 100644 examples/camel-example-artemis-amqp-blueprint/src/test/resources/OSGI-INF/blueprint/embedded-broker.xml create mode 100644 examples/camel-example-artemis-amqp-blueprint/src/test/resources/broker.xml -- To stop receiving notification emails like this one, please contact ['"commits@camel.apache.org" '].