From commits-return-66640-archive-asf-public=cust-asf.ponee.io@camel.apache.org Wed Nov 14 11:52:14 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 90E22180676 for ; Wed, 14 Nov 2018 11:52:13 +0100 (CET) Received: (qmail 7184 invoked by uid 500); 14 Nov 2018 10:52:12 -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 7133 invoked by uid 99); 14 Nov 2018 10:52:12 -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; Wed, 14 Nov 2018 10:52:12 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id F12BD85718; Wed, 14 Nov 2018 10:52:11 +0000 (UTC) Date: Wed, 14 Nov 2018 10:52:11 +0000 To: , "' commits@camel.apache.org" , '@gitbox.apache.org, Subject: [camel-k] branch master updated (28fa600 -> 612142d) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <154219273181.29913.6608781346723278851@gitbox.apache.org> From: lburgazzoli@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: camel-k X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 28fa60085981963b0c8d5a0624fad307b2aab30b X-Git-Newrev: 612142d9a44aecf140f911d47da7d36e50e3848d X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. lburgazzoli pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git. from 28fa600 Add automatic configuration to Knative endpoints new 98675df chore(runtime) : add a java rest example with restlet new e490506 chore(dependencies): update kotlin to v1.3.10 new cb8bdeb chore(dependencies): update camel to v2.22.2 new 26551ed chore(dependencies): update camel to v2.22.2 new 67c4ca8 chore(dependencies): update to maven 3.6.0 new b92bcf0 chore(dependencies): update to maven 3.6.0 new a6fe714 chore(runtime): configure maven surefire plugin new 612142d chore(runtime): replace test logging configuration via properties with xml configuiration for camel-knative submodule 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: .mvn/wrapper/maven-wrapper.properties | 2 +- deploy/camel-catalog.yaml | 484 ++++++++++----------- .../src/test/resources/log4j2-test.xml | 0 .../src/test/resources/log4j2.properties | 7 - runtime/dependency-lister/pom.xml | 6 +- runtime/examples/RestWithRestlet.java | 21 + runtime/kotlin/pom.xml | 1 - runtime/pom.xml | 9 +- 8 files changed, 274 insertions(+), 256 deletions(-) copy runtime/{jvm => camel-knative}/src/test/resources/log4j2-test.xml (100%) delete mode 100644 runtime/camel-knative/src/test/resources/log4j2.properties create mode 100644 runtime/examples/RestWithRestlet.java