[camel] branch master updated: Regen

2020-04-28 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/master by this push: new 9aecb1d Regen 9aecb1d is described below

[GitHub] [camel-kafka-connector] davsclaus commented on issue #159: Camel components secret options are showed in logs

2020-04-28 Thread GitBox
davsclaus commented on issue #159: URL: https://github.com/apache/camel-kafka-connector/issues/159#issuecomment-620986192 Yeah see how we do something like that in camel-main or the santize uri method org.apache.camel.util.URISupport#sanitizeUri

[camel-quarkus] 01/02: Register required AHC classes for runtime initialization

2020-04-28 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch quarkus-master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit ed5ce7082af942cb3fd10fa4be0c6600bc6a3b64 Author: James Netherton AuthorDate: Thu Apr 23 15:08:53

[camel-quarkus] branch quarkus-master updated (d503306 -> ab49e31)

2020-04-28 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch quarkus-master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git. discard d503306 Fix CamelContextCustomizerTest compilation errors discard b5863fd Register required

[camel-quarkus] 02/02: Fix CamelContextCustomizerTest compilation errors

2020-04-28 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch quarkus-master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit ab49e314c5c9a5605eee23a5005e46f63ec94ad9 Author: James Netherton AuthorDate: Mon Apr 27 08:15:05

[GitHub] [camel-kafka-connector] valdar opened a new issue #166: Add tests to camel-kafka-connector-generator-maven-plugin

2020-04-28 Thread GitBox
valdar opened a new issue #166: URL: https://github.com/apache/camel-kafka-connector/issues/166 Using some maven plugin test project add tests to https://github.com/apache/camel-kafka-connector/tree/master/tooling/camel-kafka-connector-generator-maven-plugin

[GitHub] [camel-kafka-connector] valdar opened a new issue #165: Produce an assembly artifact containing all the released artifacts

2020-04-28 Thread GitBox
valdar opened a new issue #165: URL: https://github.com/apache/camel-kafka-connector/issues/165 see: https://github.com/apache/camel/blob/master/apache-camel/pom.xml This is an automated message from the Apache Git Service.

[GitHub] [camel-kafka-connector] valdar opened a new issue #164: Autogenerate release page for a given release

2020-04-28 Thread GitBox
valdar opened a new issue #164: URL: https://github.com/apache/camel-kafka-connector/issues/164 Autogenerate as much content as possible see: https://camel.apache.org/releases/release-3.2.0/ Is related to #163 This

[GitHub] [camel-kafka-connector] valdar opened a new issue #163: Produce a download/release page

2020-04-28 Thread GitBox
valdar opened a new issue #163: URL: https://github.com/apache/camel-kafka-connector/issues/163 Produce a release page on the line of https://camel.apache.org/download/ part is manually created, a part is generated. This is

[GitHub] [camel-kafka-connector] valdar opened a new issue #162: Verify that sha512 files are correctly published during next release

2020-04-28 Thread GitBox
valdar opened a new issue #162: URL: https://github.com/apache/camel-kafka-connector/issues/162 See https://infra.apache.org/release-distribution#sigs-and-sums and this commit: https://github.com/apache/camel-kafka-connector/commit/94246b414e755925086141e3743170b37123b7f3

[camel-kafka-connector] 05/05: chore: fixed unused imports.

2020-04-28 Thread valdar
This is an automated email from the ASF dual-hosted git repository. valdar pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git commit c319e83c407f783cf4a36dfcb489263f5a01624a Author: Andrea Tarocchi AuthorDate: Tue Apr 28 23:17:42 2020

[camel-kafka-connector] 03/05: chore: connectors regen after fix 3158

2020-04-28 Thread valdar
This is an automated email from the ASF dual-hosted git repository. valdar pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git commit 4ecc2558eba76ebe7f38dcff88355d166a1e73d5 Author: Andrea Tarocchi AuthorDate: Tue Apr 28 23:01:48 2020

[camel-kafka-connector] 02/05: camel-kafka-connector-generator-maven-plugin: Implemented the possibility to specify a scope in addeditional depencendices fix #158

2020-04-28 Thread valdar
This is an automated email from the ASF dual-hosted git repository. valdar pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git commit 62910905fdee9ab44fc53ff0dde38e875b1b66ba Author: Andrea Tarocchi AuthorDate: Tue Apr 28 23:01:04 2020

[camel-kafka-connector] 01/05: Resolved a maven warning and added SHA512 checksum generation.

2020-04-28 Thread valdar
This is an automated email from the ASF dual-hosted git repository. valdar pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git commit 94246b414e755925086141e3743170b37123b7f3 Author: Andrea Tarocchi AuthorDate: Tue Apr 28 22:31:54 2020

[camel-kafka-connector] 04/05: Enabled unused import sourcecheck fix #156

2020-04-28 Thread valdar
This is an automated email from the ASF dual-hosted git repository. valdar pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git commit 905a6dff3df6ca5337e11fc702fdcaa892965e6e Author: Andrea Tarocchi AuthorDate: Tue Apr 28 23:04:36 2020

[camel-kafka-connector] branch master updated (2c3e418 -> c319e83)

2020-04-28 Thread valdar
This is an automated email from the ASF dual-hosted git repository. valdar pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git. from 2c3e418 Merge pull request #160 from apache/docs-up new 94246b4 Resolved a maven warning and

[camel-quarkus] 03/04: Fix #1156 #1155 Skip unnecessary tasks during release:prepare and release:perform

2020-04-28 Thread ppalaga
This is an automated email from the ASF dual-hosted git repository. ppalaga pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit 9b4e70173eec39f4a36ca496569b143e77e051cb Author: Peter Palaga AuthorDate: Tue Apr 28 16:15:53 2020 +0200

[camel-quarkus] branch master updated (f850a1a -> ca78071)

2020-04-28 Thread ppalaga
This is an automated email from the ASF dual-hosted git repository. ppalaga pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git. from f850a1a Bump firstVersion to 1.0.0-M8 new a399235 Fix #1154 Generating JavaDoc is slown on Java 11

[camel-quarkus] 02/04: Do not sign twice during releases

2020-04-28 Thread ppalaga
This is an automated email from the ASF dual-hosted git repository. ppalaga pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit 668d7db286b11e99905c39a743048be3827895b0 Author: Peter Palaga AuthorDate: Tue Apr 28 15:07:14 2020 +0200

[camel-quarkus] 04/04: Update the release guide

2020-04-28 Thread ppalaga
This is an automated email from the ASF dual-hosted git repository. ppalaga pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit ca780713cd66ba747ac6cc4d97901da84d345052 Author: Peter Palaga AuthorDate: Tue Apr 28 18:29:52 2020 +0200

[camel-quarkus] 01/04: Fix #1154 Generating JavaDoc is slown on Java 11

2020-04-28 Thread ppalaga
This is an automated email from the ASF dual-hosted git repository. ppalaga pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit a399235272ef9515b18613717667df097da517c5 Author: Peter Palaga AuthorDate: Tue Apr 28 12:59:19 2020 +0200

[GitHub] [camel-quarkus] ppalaga commented on pull request #1162: Release process improvements

2020-04-28 Thread GitBox
ppalaga commented on pull request #1162: URL: https://github.com/apache/camel-quarkus/pull/1162#issuecomment-620861231 CI failures are unrelated. This is an automated message from the Apache Git Service. To respond to the

[GitHub] [camel-kafka-connector] valdar opened a new pull request #161: Pom fixes

2020-04-28 Thread GitBox
valdar opened a new pull request #161: URL: https://github.com/apache/camel-kafka-connector/pull/161 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [camel-kafka-connector] valdar commented on issue #159: Camel components secret options are showed in logs

2020-04-28 Thread GitBox
valdar commented on issue #159: URL: https://github.com/apache/camel-kafka-connector/issues/159#issuecomment-620857031 Do we have some facility at Camel level to deal with this? I suspect that we must search for such an option in Kafka connect framework.

[GitHub] [camel-quarkus] lburgazzoli commented on issue #1161: ClassNotFoundException JAXBContext in camel-core-impl

2020-04-28 Thread GitBox
lburgazzoli commented on issue #1161: URL: https://github.com/apache/camel-quarkus/issues/1161#issuecomment-620744881 We have [branch](https://github.com/apache/camel-quarkus/tree/camel-master) but it does not target quarkus snapshots, guess we can add a workaround for now and reference

[camel] branch master updated: CAMEL-14977: Polished and generate doc and metadata files

2020-04-28 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/master by this push: new 006c3e1 CAMEL-14977: Polished and generate

[GitHub] [camel-quarkus] galderz commented on issue #1161: ClassNotFoundException JAXBContext in camel-core-impl

2020-04-28 Thread GitBox
galderz commented on issue #1161: URL: https://github.com/apache/camel-quarkus/issues/1161#issuecomment-620738789 Oh nice, great timing @davsclaus. Would a `3.3.0-SNAPSHOT` camel version work with the current `camel-quarkus`?

[GitHub] [camel-quarkus] davsclaus commented on issue #1161: ClassNotFoundException JAXBContext in camel-core-impl

2020-04-28 Thread GitBox
davsclaus commented on issue #1161: URL: https://github.com/apache/camel-quarkus/issues/1161#issuecomment-620735153 @lburgazzoli yes already done https://github.com/apache/camel/blob/master/core/camel-api/src/main/java/org/apache/camel/spi/ModelJAXBContextFactory.java

[camel] branch master updated: CAMEL-14977: Create camel-undertow-spring-security component (#3782)

2020-04-28 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/master by this push: new e712d63 CAMEL-14977: Create

[GitHub] [camel] davsclaus commented on pull request #3782: CAMEL-14977: Create camel-undertow-spring-security component

2020-04-28 Thread GitBox
davsclaus commented on pull request #3782: URL: https://github.com/apache/camel/pull/3782#issuecomment-620732640 ok This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [camel-quarkus] ppalaga opened a new pull request #1162: Release process improvements

2020-04-28 Thread GitBox
ppalaga opened a new pull request #1162: URL: https://github.com/apache/camel-quarkus/pull/1162 [ ] An issue should be filed for the change unless this is a trivial change (fixing a typo or similar). One issue should ideally be fixed by not more than one commit and the other way round,

[camel] branch master updated: fix of check style

2020-04-28 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/master by this push: new c76dd95 fix of check style c76dd95 is

[GitHub] [camel] JiriOndrusek commented on pull request #3782: CAMEL-14977: Create camel-undertow-spring-security component

2020-04-28 Thread GitBox
JiriOndrusek commented on pull request #3782: URL: https://github.com/apache/camel/pull/3782#issuecomment-620698129 @davsclaus There is no need to change anything in this PR, servlet version is taken from camel-undertow. Reason of faled build is style error in core -

[GitHub] [camel] JiriOndrusek opened a new pull request #3783: fix of check style

2020-04-28 Thread GitBox
JiriOndrusek opened a new pull request #3783: URL: https://github.com/apache/camel/pull/3783 Small fix of style error. [ ] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/CAMEL) filed for the change (usually before you start working on it). Trivial changes

[GitHub] [camel-quarkus] lburgazzoli commented on issue #1161: ClassNotFoundException JAXBContext in camel-core-impl

2020-04-28 Thread GitBox
lburgazzoli commented on issue #1161: URL: https://github.com/apache/camel-quarkus/issues/1161#issuecomment-620695610 @davsclaus do you think can hide this even better ? The culprit is

[GitHub] [camel-quarkus] ppalaga commented on issue #1156: javadoc plugin re-run in release:perform

2020-04-28 Thread GitBox
ppalaga commented on issue #1156: URL: https://github.com/apache/camel-quarkus/issues/1156#issuecomment-620695041 javadoc, source jars and signing must be run during release:perform because release:perform checks out a tag into a temp folder and runs `mvn deploy` there. Artifacts built

[GitHub] [camel] davsclaus commented on pull request #3782: CAMEL-14977: Create camel-undertow-spring-security component

2020-04-28 Thread GitBox
davsclaus commented on pull request #3782: URL: https://github.com/apache/camel/pull/3782#issuecomment-620685756 Okay updated to servlet 4 can you update this PR This is an automated message from the Apache Git Service. To

[camel] branch master updated (58d336e -> f0c6813ad)

2020-04-28 Thread davsclaus
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 58d336e CAMEL-14950: Undertow requires servlet v4 ;( add f0c6813ad fix of test for CAMEL-14950 (#3781) No

[camel] branch master updated: CAMEL-14950: Undertow requires servlet v4 ; (

2020-04-28 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/master by this push: new 58d336e CAMEL-14950: Undertow requires

[camel] branch master updated: Camel-AWS-S3: Use awaility everywhere and not thread.sleep

2020-04-28 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/master by this push: new c379408 Camel-AWS-S3: Use awaility

[GitHub] [camel] JiriOndrusek opened a new pull request #3782: CAMEL-14977: Create camel-undertow-spring-security component

2020-04-28 Thread GitBox
JiriOndrusek opened a new pull request #3782: URL: https://github.com/apache/camel/pull/3782 Issue: https://issues.apache.org/jira/browse/CAMEL-14977 Improvement contains a new undertowSecurityProvider for spring security 5. It contains provider and its configuration, a few

[GitHub] [camel-quarkus] galderz commented on issue #1160: ActiveMQ XalanXPathEvaluator CNFE warning

2020-04-28 Thread GitBox
galderz commented on issue #1160: URL: https://github.com/apache/camel-quarkus/issues/1160#issuecomment-620661412 I see. Does not seem to cause failures, so closing this. This is an automated message from the Apache Git

[GitHub] [camel] JiriOndrusek commented on pull request #3781: fix of test for CAMEL-14950

2020-04-28 Thread GitBox
JiriOndrusek commented on pull request #3781: URL: https://github.com/apache/camel/pull/3781#issuecomment-620661023 @davsclaus @oscerd I can imagine a way of allowing this change by following restrictions: - document requirement for higher servlet-api for usage of property

[GitHub] [camel-quarkus] galderz commented on issue #1161: ClassNotFoundException JAXBContext in camel-core-impl

2020-04-28 Thread GitBox
galderz commented on issue #1161: URL: https://github.com/apache/camel-quarkus/issues/1161#issuecomment-620660141 This should be solvable adding jaxb dependency. Note what I said in a similar situation [here](https://github.com/quarkusio/quarkus/pull/8185#discussion_r398523136).

[GitHub] [camel-quarkus] galderz opened a new issue #1161: ClassNotFoundException JAXBContext in camel-core-impl

2020-04-28 Thread GitBox
galderz opened a new issue #1161: URL: https://github.com/apache/camel-quarkus/issues/1161 Seeing the following with OpenJDK 11 based GraalVM: ``` Fatal error:com.oracle.graal.pointsto.util.AnalysisError$ParsingError: Error encountered while parsing

[GitHub] [camel] JiriOndrusek opened a new pull request #3781: fix of test for CAMEL-14950

2020-04-28 Thread GitBox
JiriOndrusek opened a new pull request #3781: URL: https://github.com/apache/camel/pull/3781 Issue: https://issues.apache.org/jira/browse/CAMEL-14950 @davsclaus , @oscerd I've noticed small error with big impact. Test for scenario with servlet was testing scenario without

[camel] 01/02: Update to latest codegen plugin

2020-04-28 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git commit b24880ecbd9b7705cb896be965166ac6e1b551dc Author: Claus Ibsen AuthorDate: Tue Apr 28 16:01:10 2020 +0200 Update

[camel] branch master updated (ec4a2b4 -> 772348a)

2020-04-28 Thread davsclaus
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 ec4a2b4 Website: Camel3 migration guide, fix typos, add cases new b24880e Update to latest codegen plugin

[camel] 02/02: CAMEL-14965: camel-restdsl-openapi-plugin now supports yaml

2020-04-28 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git commit 772348af4bf712906c25ac15517efe31c544ee81 Author: Claus Ibsen AuthorDate: Tue Apr 28 16:28:50 2020 +0200

[camel] branch master updated: Website: Camel3 migration guide, fix typos, add cases

2020-04-28 Thread jpoth
This is an automated email from the ASF dual-hosted git repository. jpoth pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/master by this push: new ec4a2b4 Website: Camel3 migration guide, fix

[GitHub] [camel-k] nicolaferraro opened a new pull request #1435: Attempt to upgrade knative CI

2020-04-28 Thread GitBox
nicolaferraro opened a new pull request #1435: URL: https://github.com/apache/camel-k/pull/1435 **Release Note** ```release-note NONE ``` This is an automated message from the Apache

[camel-k] branch master updated (52074ab -> 6a16816)

2020-04-28 Thread nferraro
This is an automated email from the ASF dual-hosted git repository. nferraro pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git. from 52074ab remove files moved to camel-k-runtime add bbe5484 chore(CI): add knative sources test with YAKS

[camel] branch master updated: Add default values in docs for camel-salesforce

2020-04-28 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/master by this push: new 3d67340 Add default values in docs for

[GitHub] [camel-quarkus] lburgazzoli commented on issue #1160: ActiveMQ XalanXPathEvaluator CNFE warning

2020-04-28 Thread GitBox
lburgazzoli commented on issue #1160: URL: https://github.com/apache/camel-quarkus/issues/1160#issuecomment-620615199 The reason is that the activemq client uses reflection to discovery some classes (see

[GitHub] [camel-quarkus] galderz opened a new issue #1160: ActiveMQ XalanXPathEvaluator CNFE warning

2020-04-28 Thread GitBox
galderz opened a new issue #1160: URL: https://github.com/apache/camel-quarkus/issues/1160 Running native tests with OpenJDK 11 based GraalVM shows these log messages (doesn't cause build to fail): ``` [quarkus-universe-integration-tests-camel-activemq-999-SNAPSHOT-runner:28461]

[GitHub] [camel-quarkus] galderz commented on issue #1145: MethodAccessorGenerator reachable error in camel-activemq tests with jdk11u-dev

2020-04-28 Thread GitBox
galderz commented on issue #1145: URL: https://github.com/apache/camel-quarkus/issues/1145#issuecomment-620608297 Not present with latest snapshots. This is an automated message from the Apache Git Service. To respond to the

[camel-kafka-connector] 01/01: Merge pull request #160 from apache/docs-up

2020-04-28 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git commit 2c3e41895eedf5535d74897bca936236ba016177 Merge: 0c7f78a 6830e2f Author: Andrea Cosentino AuthorDate:

[GitHub] [camel-kafka-connector] oscerd opened a new pull request #160: Added a building section in the docs

2020-04-28 Thread GitBox
oscerd opened a new pull request #160: URL: https://github.com/apache/camel-kafka-connector/pull/160 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[camel-kafka-connector] branch master updated (0c7f78a -> 2c3e418)

2020-04-28 Thread acosentino
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-kafka-connector.git. from 0c7f78a Merge pull request #157 from orpiske/fix-test-warnings add 6830e2f Added a

[camel-kafka-connector] branch docs-up created (now 6830e2f)

2020-04-28 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch docs-up in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git. at 6830e2f Added a building section in the docs This branch includes the following new commits:

[camel-kafka-connector] 01/01: Added a building section in the docs

2020-04-28 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch docs-up in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git commit 6830e2f883981e31b90ede95b64ff427e1098118 Author: Andrea Cosentino AuthorDate: Tue Apr 28 15:14:43

[GitHub] [camel-kafka-connector] oscerd commented on issue #158: Provided dependencies management

2020-04-28 Thread GitBox
oscerd commented on issue #158: URL: https://github.com/apache/camel-kafka-connector/issues/158#issuecomment-620576621 Looking at it better with @valdar We are declaring activemq-client as test dependency in the parent/pom, so in the connector using the activemq-client, we have the

[camel] branch master updated: CAMEL-14885: camel-main - Configuration names preserve mixed case

2020-04-28 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/master by this push: new dfbc739 CAMEL-14885: camel-main -

[camel-examples] branch master updated: CAMEL-14885: camel-main - Configuration names preserve mixed case

2020-04-28 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-examples.git The following commit(s) were added to refs/heads/master by this push: new b6a768d CAMEL-14885: camel-main -

[GitHub] [camel-quarkus] aldettinger commented on issue #1132: Add JDK 11 support to the Kudu container based itests infrastructure

2020-04-28 Thread GitBox
aldettinger commented on issue #1132: URL: https://github.com/apache/camel-quarkus/issues/1132#issuecomment-620573686 The build is ok. This is an automated message from the Apache Git Service. To respond to the message,

[camel-kafka-connector] branch master updated (62e65ec -> 0c7f78a)

2020-04-28 Thread acosentino
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-kafka-connector.git. from 62e65ec Merge pull request #155 from orpiske/test-other-configuration-formats new e103f2e

[GitHub] [camel-kafka-connector] oscerd opened a new issue #159: Camel components secret options are showed in logs

2020-04-28 Thread GitBox
oscerd opened a new issue #159: URL: https://github.com/apache/camel-kafka-connector/issues/159 If you set an option like for example an AWS secret key in one of the connector configuration it will be showed up in the log in clear.

[GitHub] [camel-kafka-connector] oscerd opened a new issue #158: Provided dependencies management

2020-04-28 Thread GitBox
oscerd opened a new issue #158: URL: https://github.com/apache/camel-kafka-connector/issues/158 There are cases in which a component declare a provided dependency, like for example camel-sjms2 for geronimo specs, those deps are needed if you unpack your connector in the plugin.path

[camel-quarkus] branch master updated: Bump firstVersion to 1.0.0-M8

2020-04-28 Thread ppalaga
This is an automated email from the ASF dual-hosted git repository. ppalaga pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git The following commit(s) were added to refs/heads/master by this push: new f850a1a Bump firstVersion to 1.0.0-M8

[GitHub] [camel-k] nicolaferraro opened a new pull request #1434: Fix #1416: make minikube experience super-fast again

2020-04-28 Thread GitBox
nicolaferraro opened a new pull request #1434: URL: https://github.com/apache/camel-k/pull/1434 Fix #1416 **Release Note** ```release-note NONE ``` This is an automated message from

[camel-quarkus] branch master updated: deps: update kotlin to v1.3.72

2020-04-28 Thread lburgazzoli
This is an automated email from the ASF dual-hosted git repository. lburgazzoli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git The following commit(s) were added to refs/heads/master by this push: new c8df0fc deps: update kotlin to

[GitHub] [camel] JiriOndrusek edited a comment on pull request #3767: CAMEL-14950 camel-undertow: secure with spring-security 5

2020-04-28 Thread GitBox
JiriOndrusek edited a comment on pull request #3767: URL: https://github.com/apache/camel/pull/3767#issuecomment-620439022 @davsclaus I'm planning to create a new PR with a new 'component' (just implementation of UndertowSecurityProvider for spring-security) -

[camel-examples] branch master updated: Upgrade Artemis to version 2.12.0

2020-04-28 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-examples.git The following commit(s) were added to refs/heads/master by this push: new b56777e Upgrade Artemis to version

[camel] branch master updated: Upgrade ActiveMQ Artemis to version 2.12.0

2020-04-28 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/master by this push: new c9bb4c5 Upgrade ActiveMQ Artemis to version

[camel-quarkus] 01/01: Upgrade to Camel 3.3.0 - WIP

2020-04-28 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch camel-master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit e8543f5bbcf5ef1ef2df641f4fb071a1a618679a Author: James Netherton AuthorDate: Tue Apr 14 09:34:35

[camel-quarkus] branch camel-master updated (30b94b2 -> e8543f5)

2020-04-28 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a change to branch camel-master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git. discard 30b94b2 Upgrade to Camel 3.3.0 - WIP new e8543f5 Upgrade to Camel 3.3.0 - WIP This

[camel-karaf] branch master updated: Removed Artemis property placeholder since not used

2020-04-28 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-karaf.git The following commit(s) were added to refs/heads/master by this push: new 088637a Removed Artemis property

[camel-website] branch master updated: Fixed camel-kafka-connector release 0.1.0 blog post date

2020-04-28 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-website.git The following commit(s) were added to refs/heads/master by this push: new 132ec21 Fixed camel-kafka-connector

[camel-website] branch master updated: Fixed link and build

2020-04-28 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-website.git The following commit(s) were added to refs/heads/master by this push: new 53be098 Fixed link and build

[camel-quarkus] branch master updated: Added JDK11 support to the Kudu container-based itests infrastructure #1132

2020-04-28 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository. aldettinger pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git The following commit(s) were added to refs/heads/master by this push: new 44fb006 Added JDK11 support to the

[GitHub] [camel] JiriOndrusek edited a comment on pull request #3767: CAMEL-14950 camel-undertow: secure with spring-security 5

2020-04-28 Thread GitBox
JiriOndrusek edited a comment on pull request #3767: URL: https://github.com/apache/camel/pull/3767#issuecomment-620439022 @davsclaus I'm planning to create a new PR with a new 'component' (just implementation of UndertowSecurityProvider for spring-security) -

[GitHub] [camel-quarkus] aldettinger commented on pull request #1152: Added JDK11 support to the Kudu container-based itests infrastructure…

2020-04-28 Thread GitBox
aldettinger commented on pull request #1152: URL: https://github.com/apache/camel-quarkus/pull/1152#issuecomment-620439229 @lburgazzoli It should be ok, I'll rebase locally in order to double check. This is an automated

[GitHub] [camel] JiriOndrusek commented on pull request #3767: CAMEL-14950 camel-undertow: secure with spring-security 5

2020-04-28 Thread GitBox
JiriOndrusek commented on pull request #3767: URL: https://github.com/apache/camel/pull/3767#issuecomment-620439022 @davsclaus I'm planning to create a new PR with a new 'component' (just implementation of UndertowSecurityProvider for spring-security) -

[GitHub] [camel] davsclaus commented on pull request #3767: CAMEL-14950 camel-undertow: secure with spring-security 5

2020-04-28 Thread GitBox
davsclaus commented on pull request #3767: URL: https://github.com/apache/camel/pull/3767#issuecomment-620435262 Thanks @JiriOndrusek the karaf undertow feature has been removed as undertow no longer support osgi. It would be good to get a bit more in the undertow-component.adoc

[camel] branch master updated: CAMEL-14950: Align to use same servlet api as the other Camel components.

2020-04-28 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/master by this push: new c1d1f0e CAMEL-14950: Align to use same

[GitHub] [camel-quarkus] lburgazzoli commented on pull request #1088: Lightweight context without init / start phases

2020-04-28 Thread GitBox
lburgazzoli commented on pull request #1088: URL: https://github.com/apache/camel-quarkus/pull/1088#issuecomment-620434352 Therese is an option right under the reviewer list:

[GitHub] [camel-quarkus] gnodet commented on pull request #1088: Lightweight context without init / start phases

2020-04-28 Thread GitBox
gnodet commented on pull request #1088: URL: https://github.com/apache/camel-quarkus/pull/1088#issuecomment-620432153 > @gnodet do you mind if I make this pr a draft pr ? so it cannot be merged unintentionally ? Not at all ? How is that done ?

[GitHub] [camel-quarkus] gnodet edited a comment on pull request #1088: Lightweight context without init / start phases

2020-04-28 Thread GitBox
gnodet edited a comment on pull request #1088: URL: https://github.com/apache/camel-quarkus/pull/1088#issuecomment-620432153 > @gnodet do you mind if I make this pr a draft pr ? so it cannot be merged unintentionally ? @lburgazzoli Not at all. How is that done ?

[camel-quarkus] branch camel-master updated (849e366 -> 30b94b2)

2020-04-28 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a change to branch camel-master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git. discard 849e366 Upgrade to Camel 3.3.0 - WIP add 116da7f Remove unneccessary reflective class

[camel-quarkus] 01/01: Upgrade to Camel 3.3.0 - WIP

2020-04-28 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch camel-master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit 30b94b20dea8671c47710da013afcd9af6444703 Author: James Netherton AuthorDate: Tue Apr 14 09:34:35

[GitHub] [camel-quarkus] lburgazzoli commented on pull request #1088: Lightweight context without init / start phases

2020-04-28 Thread GitBox
lburgazzoli commented on pull request #1088: URL: https://github.com/apache/camel-quarkus/pull/1088#issuecomment-620431070 @gnodet do you mind if I make this pr a draft pr ? so it cannot be merged unintentionally ? This is

[GitHub] [camel-quarkus] lburgazzoli commented on pull request #1152: Added JDK11 support to the Kudu container-based itests infrastructure…

2020-04-28 Thread GitBox
lburgazzoli commented on pull request #1152: URL: https://github.com/apache/camel-quarkus/pull/1152#issuecomment-620430724 @aldettinger is this pr ready to be merged ? This is an automated message from the Apache Git

[camel-quarkus] branch master updated (49acf42 -> 9bf6102)

2020-04-28 Thread lburgazzoli
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-quarkus.git. from 49acf42 build: create build-parent-it pom to collect common integration tests set-up add 9bf6102

[camel-quarkus] branch master updated (f0acd30 -> 49acf42)

2020-04-28 Thread lburgazzoli
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-quarkus.git. from f0acd30 Revert "[maven-release-plugin] prepare for next development iteration" add 49acf42

[GitHub] [camel-quarkus] lburgazzoli commented on pull request #1159: deps: update kotlin to v1.3.72

2020-04-28 Thread GitBox
lburgazzoli commented on pull request #1159: URL: https://github.com/apache/camel-quarkus/pull/1159#issuecomment-620426719 FYI @geoand This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [camel-quarkus] lburgazzoli opened a new pull request #1159: deps: update kotlin to v1.3.72

2020-04-28 Thread GitBox
lburgazzoli opened a new pull request #1159: URL: https://github.com/apache/camel-quarkus/pull/1159 [ ] An issue should be filed for the change unless this is a trivial change (fixing a typo or similar). One issue should ideally be fixed by not more than one commit and the other way

[camel-website] 01/01: Merge pull request #357 from apache/kafka-connector

2020-04-28 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-website.git commit 8614f8a5c35476e143541223692403e0ee0819fc Merge: da3242b d19ff55 Author: Andrea Cosentino AuthorDate: Tue Apr

[camel-website] branch master updated (da3242b -> 8614f8a)

2020-04-28 Thread acosentino
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-website.git. from da3242b add camel-k-runtime source to playbook add d19ff55 Added a blog post for

[camel] branch master updated: Upgrade AWS SDK v2 to version 2.13.4

2020-04-28 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/master by this push: new c2bb49d Upgrade AWS SDK v2 to version

[camel-karaf] branch master updated (dba6f79 -> 7bf537b)

2020-04-28 Thread acosentino
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-karaf.git. from dba6f79 Upgrade Jackson to version 2.11.0 new 535dff7 Revert "Upgrade Jackson to version 2.11.0"

  1   2   >