[GitHub] [camel-quarkus] llowinge opened a new issue #2155: Re-think MockBackendUtils class so it is not needed to use it manually

2021-01-21 Thread GitBox
llowinge opened a new issue #2155: URL: https://github.com/apache/camel-quarkus/issues/2155 In ideal situation, developer should not know about any need to call

[camel-k-runtime] 01/03: chore(deps): update camel-quarkus to v1.6.0

2021-01-21 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-k-runtime.git commit a5ccbc057c0b29495a6689c876d622f4eb4a2f1a Author: Luca Burgazzoli AuthorDate: Fri Jan 15 14:23:27 2021

[camel-k-runtime] branch master updated (d72f442 -> 1611207)

2021-01-21 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-k-runtime.git. from d72f442 Move CloudEvents related code to camel-cloudevents new a5ccbc0 chore(deps): update

[camel-k-runtime] 03/03: chore(build): disable native test for camel-k-itests-master as it fails on ci for out of memory with graalvm 20.3

2021-01-21 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-k-runtime.git commit 161120791d77586a48474d11bb67402772413d64 Author: Luca Burgazzoli AuthorDate: Mon Jan 18 18:10:49 2021

[camel-k-runtime] 02/03: chore(deps): add kotlin among dependabot ignored dependencies

2021-01-21 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-k-runtime.git commit 1bb97afd53f9c30c30e91e0953ab6269816d1f62 Author: Luca Burgazzoli AuthorDate: Fri Jan 15 14:26:12 2021

[GitHub] [camel-k-runtime] lburgazzoli merged pull request #587: update camel-quarkus to v1.6.0

2021-01-21 Thread GitBox
lburgazzoli merged pull request #587: URL: https://github.com/apache/camel-k-runtime/pull/587 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [camel-quarkus] jamesnetherton commented on issue #2155: Re-think MockBackendUtils class so it is not needed to use it manually

2021-01-21 Thread GitBox
jamesnetherton commented on issue #2155: URL: https://github.com/apache/camel-quarkus/issues/2155#issuecomment-764460311 IMO we should make `MockBackendUtils` as unintrusive as possible. E.g make it so that test implementors don't need to know anything about it, other than to fulfil a

[camel-kafka-connector] branch master updated: Added new daily JDK 14 build on github actions

2021-01-21 Thread orpiske
This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git The following commit(s) were added to refs/heads/master by this push: new 47cac0e Added new daily JDK 14

[GitHub] [camel-kafka-connector] orpiske merged pull request #907: Added new daily JDK 14 build on github actions

2021-01-21 Thread GitBox
orpiske merged pull request #907: URL: https://github.com/apache/camel-kafka-connector/pull/907 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[camel-examples] branch master updated: CAMEL-16056: flight recorder example

2021-01-21 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 ae9b93c CAMEL-16056: flight

[camel] branch master updated (3e14385 -> f280304)

2021-01-21 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.git. from 3e14385 Regen new 5bc19d3 Upgrade Json validator to version 1.0.47 new f280304 Sync deps The 2

[camel] 01/02: Upgrade Json validator to version 1.0.47

2021-01-21 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 commit 5bc19d3c6a4fd2183a893bced71d0ed539eb0e74 Author: Andrea Cosentino AuthorDate: Thu Jan 21 09:15:13 2021 +0100

[camel] 02/02: Sync deps

2021-01-21 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 commit f280304f11206e66f75fa5ec72e72fa1e476b3a9 Author: Andrea Cosentino AuthorDate: Thu Jan 21 09:16:27 2021 +0100

[camel-k] branch master updated (72cc1dd -> 5b08073)

2021-01-21 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 72cc1dd Fix routes-discovery.enabled property name new c9f7ba1 Fix image location extraction. new

[camel-k] 02/02: Fix comment.

2021-01-21 Thread nferraro
This is an automated email from the ASF dual-hosted git repository. nferraro pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git commit 5b08073054a43ee170e48e2e8329826a30984e42 Author: Doru Bercea AuthorDate: Wed Jan 20 18:09:00 2021 -0500 Fix

[camel-k] 01/02: Fix image location extraction.

2021-01-21 Thread nferraro
This is an automated email from the ASF dual-hosted git repository. nferraro pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git commit c9f7ba1699da2b2b6dbca91e3b039054945545cb Author: Doru Bercea AuthorDate: Wed Jan 20 17:35:09 2021 -0500 Fix

[GitHub] [camel-k] nicolaferraro merged pull request #1925: Fix image location extraction

2021-01-21 Thread GitBox
nicolaferraro merged pull request #1925: URL: https://github.com/apache/camel-k/pull/1925 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [camel] orpiske opened a new pull request #4905: (chores) camel-beanstalk: cleanups

2021-01-21 Thread GitBox
orpiske opened a new pull request #4905: URL: https://github.com/apache/camel/pull/4905 - Make it easier to spot which of the act calls raise would raise the Exception - Remove unnecessary String formatting around logs - Remove unnecessary log guards - [x] Make sure there

[GitHub] [camel-k] nicolaferraro opened a new issue #1928: Provide a way to use kamelet ID in binding

2021-01-21 Thread GitBox
nicolaferraro opened a new issue #1928: URL: https://github.com/apache/camel-k/issues/1928 People can use this syntax to create a specific Kamelet configuration: ``` from("kamelet:mykamelet/myid")... ``` Then they can set properties like

[GitHub] [camel-k] nicolaferraro opened a new pull request #1929: Fix #1928: use "id" property in kamelet binding for adding specific c…

2021-01-21 Thread GitBox
nicolaferraro opened a new pull request #1929: URL: https://github.com/apache/camel-k/pull/1929 …onfiguration **Release Note** ```release-note Kamelet auto-loaded specific configuration secrets can be used in KameletBindings ```

[GitHub] [camel-website] ppalaga commented on pull request #531: Blog: Camel Quarkus 1.6.0

2021-01-21 Thread GitBox
ppalaga commented on pull request #531: URL: https://github.com/apache/camel-website/pull/531#issuecomment-764555471 > I wonder if we should add a little note about camel-fop as per [this thread](https://github.com/apache/camel-quarkus/issues/2113#issuecomment-756807434)? +1, let me

[GitHub] [camel-website] ppalaga commented on a change in pull request #531: Blog: Camel Quarkus 1.6.0

2021-01-21 Thread GitBox
ppalaga commented on a change in pull request #531: URL: https://github.com/apache/camel-website/pull/531#discussion_r561785137 ## File path: content/blog/2021/01/camel-quarkus-release-1.6.0/index.md ## @@ -0,0 +1,86 @@ +--- +title: "Camel Quarkus 1.6.0 Released" +date:

[camel] branch master updated: CAMEL-16056: Polished

2021-01-21 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 95f9f77 CAMEL-16056: Polished 95f9f77 is

[GitHub] [camel-website] aldettinger commented on a change in pull request #531: Blog: Camel Quarkus 1.6.0

2021-01-21 Thread GitBox
aldettinger commented on a change in pull request #531: URL: https://github.com/apache/camel-website/pull/531#discussion_r561800784 ## File path: content/blog/2021/01/camel-quarkus-release-1.6.0/index.md ## @@ -0,0 +1,91 @@ +--- +title: "Camel Quarkus 1.6.0 Released" +date:

[GitHub] [camel-quarkus] ppalaga commented on issue #2155: Re-think MockBackendUtils class so it is not needed to use it manually

2021-01-21 Thread GitBox
ppalaga commented on issue #2155: URL: https://github.com/apache/camel-quarkus/issues/2155#issuecomment-764574152 > We should also get rid of `CAMEL_QUARKUS_START_MOCK_BACKEND` because it makes little sense when tests require other environment variables to talk to the real service.

[camel-k] branch master updated (098e835 -> 72cc1dd)

2021-01-21 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 098e835 feat(cli): retrieve version from IntegrationPlatform new 5aecf2b Use http component instead of

[camel-k] 02/02: Fix routes-discovery.enabled property name

2021-01-21 Thread nferraro
This is an automated email from the ASF dual-hosted git repository. nferraro pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git commit 72cc1dd3e165c99c84623e08e2a94ef2e4fbca2a Author: James Netherton AuthorDate: Thu Jan 21 07:21:01 2021 + Fix

[GitHub] [camel-k] nicolaferraro merged pull request #1926: Fix saga example

2021-01-21 Thread GitBox
nicolaferraro merged pull request #1926: URL: https://github.com/apache/camel-k/pull/1926 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[camel-k] 01/02: Use http component instead of undertow since it is not present in camel-quarkus

2021-01-21 Thread nferraro
This is an automated email from the ASF dual-hosted git repository. nferraro pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git commit 5aecf2bb80592bf77fac64d17e7b2dbac3d3c78c Author: James Netherton AuthorDate: Wed Jan 20 16:29:51 2021 + Use

[GitHub] [camel-k] astefanutti commented on pull request #1816: Add option to save transitive dependencies into custom location

2021-01-21 Thread GitBox
astefanutti commented on pull request #1816: URL: https://github.com/apache/camel-k/pull/1816#issuecomment-764488173 @doru1004 thanks, it seems you're a lot more capable than me to formalise what's in my mind ! This is an

[camel-examples] branch master updated: CAMEL-16056: flight recorder example

2021-01-21 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 5f0d860 CAMEL-16056: flight

[GitHub] [camel-quarkus] jamesnetherton merged pull request #2154: Avoid usage of deprecated capabilities string constants

2021-01-21 Thread GitBox
jamesnetherton merged pull request #2154: URL: https://github.com/apache/camel-quarkus/pull/2154 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [camel-quarkus] ppalaga opened a new issue #2156: Consider supporting Quarkus Dev UI in our extensions

2021-01-21 Thread GitBox
ppalaga opened a new issue #2156: URL: https://github.com/apache/camel-quarkus/issues/2156 Since Quarkus 1.11.0.Final, there is Quarkus Dev UI, see https://quarkus.io/guides/dev-ui It allows to quickly visualise all the extensions currently loaded, see their status and go directly to

[camel-quarkus] branch master updated: Google BigQuery native is since 1.6.0 not 1.5.0

2021-01-21 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 7d8d55f Google BigQuery native is

[GitHub] [camel-website] ppalaga commented on pull request #531: Blog: Camel Quarkus 1.6.0

2021-01-21 Thread GitBox
ppalaga commented on pull request #531: URL: https://github.com/apache/camel-website/pull/531#issuecomment-764559138 > > I wonder if we should add a little note about camel-fop as per [this thread](https://github.com/apache/camel-quarkus/issues/2113#issuecomment-756807434)? > > +1,

[GitHub] [camel-k] squakez opened a new pull request #1927: chore(examples): kamelets properties fix

2021-01-21 Thread GitBox
squakez opened a new pull request #1927: URL: https://github.com/apache/camel-k/pull/1927 **Release Note** ```release-note NONE ``` This is an automated message from the Apache Git

[camel] branch master updated: (chores) camel-beanstalk: cleanups

2021-01-21 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 1593e07 (chores) camel-beanstalk: cleanups

[GitHub] [camel] oscerd merged pull request #4905: (chores) camel-beanstalk: cleanups

2021-01-21 Thread GitBox
oscerd merged pull request #4905: URL: https://github.com/apache/camel/pull/4905 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[camel-spring-boot] branch master updated: Regen

2021-01-21 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-spring-boot.git The following commit(s) were added to refs/heads/master by this push: new 2a4996c Regen 2a4996c is

[camel-spring-boot] branch master updated: CAMEL-16056: Added camel-jfr for java flight recorder integration

2021-01-21 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-spring-boot.git The following commit(s) were added to refs/heads/master by this push: new 9c99e3a CAMEL-16056: Added

[camel] branch master updated (1593e07 -> 9f9ad60)

2021-01-21 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 1593e07 (chores) camel-beanstalk: cleanups new 2d740d8 camel-core - Optimize as the lambda code causes JVM

[camel] 01/02: camel-core - Optimize as the lambda code causes JVM compiler internally to throw an java.lang.NoSuchMethodError when it compiles the lambda code. JDK mission control reports this.

2021-01-21 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 2d740d82ac2eac1b8961aac7a2330bb0463c4bb9 Author: Claus Ibsen AuthorDate: Thu Jan 21 09:51:19 2021 +0100

[camel] 02/02: CAMEL-16056: Added camel-jfr for java flight recorder integration

2021-01-21 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 9f9ad60bb15563e78c39368f4a880b1341498bfb Author: Claus Ibsen AuthorDate: Thu Jan 21 10:37:50 2021 +0100

[GitHub] [camel-quarkus] jamesnetherton commented on issue #2007: Figure out how we could leverage Quarkus Developer Console

2021-01-21 Thread GitBox
jamesnetherton commented on issue #2007: URL: https://github.com/apache/camel-quarkus/issues/2007#issuecomment-764508409 Superseded by #2156. This is an automated message from the Apache Git Service. To respond to the

[GitHub] [camel-quarkus] jamesnetherton closed issue #2007: Figure out how we could leverage Quarkus Developer Console

2021-01-21 Thread GitBox
jamesnetherton closed issue #2007: URL: https://github.com/apache/camel-quarkus/issues/2007 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [camel-quarkus] jyterrien commented on issue #2152: Require Java 11 in examples

2021-01-21 Thread GitBox
jyterrien commented on issue #2152: URL: https://github.com/apache/camel-quarkus/issues/2152#issuecomment-764538449 Hi with `11` The bootstrap display `2021-01-21 11:23:47,405 WARN [io.qua.dep.dev.JavaCompilationProvider] (Timer-0) unknown enum constant

[GitHub] [camel-website] ppalaga commented on a change in pull request #531: Blog: Camel Quarkus 1.6.0

2021-01-21 Thread GitBox
ppalaga commented on a change in pull request #531: URL: https://github.com/apache/camel-website/pull/531#discussion_r561789008 ## File path: content/blog/2021/01/camel-quarkus-release-1.6.0/index.md ## @@ -0,0 +1,86 @@ +--- +title: "Camel Quarkus 1.6.0 Released" +date:

[GitHub] [camel-website] ppalaga commented on a change in pull request #531: Blog: Camel Quarkus 1.6.0

2021-01-21 Thread GitBox
ppalaga commented on a change in pull request #531: URL: https://github.com/apache/camel-website/pull/531#discussion_r561804258 ## File path: content/blog/2021/01/camel-quarkus-release-1.6.0/index.md ## @@ -0,0 +1,91 @@ +--- +title: "Camel Quarkus 1.6.0 Released" +date:

[GitHub] [camel-website] github-actions[bot] commented on pull request #531: Blog: Camel Quarkus 1.6.0

2021-01-21 Thread GitBox
github-actions[bot] commented on pull request #531: URL: https://github.com/apache/camel-website/pull/531#issuecomment-764578964  Preview for 857ef0c78d64d07e8fdc1e64f35e2e8fcd1605e9 is available at https://pr-531--camel.netlify.app

[GitHub] [camel-k] squakez commented on issue #1881: Corrupted binaries attached as resource

2021-01-21 Thread GitBox
squakez commented on issue #1881: URL: https://github.com/apache/camel-k/issues/1881#issuecomment-764486356 I am having a look at this. This is an automated message from the Apache Git Service. To respond to the message,

[camel-quarkus] branch master updated: Avoid usage of deprecated capabilities string constants

2021-01-21 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository. jamesnetherton 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 3770917 Avoid usage of

[GitHub] [camel-quarkus] ppalaga commented on issue #2113: FOP integration tests fail in native mode with GraalVM 20.3.0

2021-01-21 Thread GitBox
ppalaga commented on issue #2113: URL: https://github.com/apache/camel-quarkus/issues/2113#issuecomment-764557046 Both GraalVM 21.0.0 and 20.3.1 are available now and the issue should not occur anymore. This is an automated

[GitHub] [camel-website] github-actions[bot] commented on pull request #531: Blog: Camel Quarkus 1.6.0

2021-01-21 Thread GitBox
github-actions[bot] commented on pull request #531: URL: https://github.com/apache/camel-website/pull/531#issuecomment-764563380  Preview for bd61d706595fa5ac551ac8c1bbc75eb9851a2da8 is available at https://pr-531--camel.netlify.app

[GitHub] [camel-k] nicolaferraro opened a new issue #1930: Warnings on getting operator versions

2021-01-21 Thread GitBox
nicolaferraro opened a new issue #1930: URL: https://github.com/apache/camel-k/issues/1930 I see these messages in CI: ``` Could not parse (error: Invalid Semantic Version) Warning: you're using Camel K 1.4.0-SNAPSHOT client against a cluster operator ``` Something

[camel] branch master updated (9f9ad60 -> 43a4fd8)

2021-01-21 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 9f9ad60 CAMEL-16056: Added camel-jfr for java flight recorder integration new 3760ca7 CAMEL-16056: Added

[camel] 02/02: Fixed CS

2021-01-21 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 43a4fd81d23bba7a0292fa07879236c14803b0f0 Author: Claus Ibsen AuthorDate: Thu Jan 21 11:05:57 2021 +0100 Fixed CS

[camel] 01/02: CAMEL-16056: Added camel-jfr for java flight recorder integration

2021-01-21 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 3760ca78dab42211c82a9d7d838bff02af9137fe Author: Claus Ibsen AuthorDate: Thu Jan 21 11:05:01 2021 +0100

[GitHub] [camel-website] jamesnetherton commented on a change in pull request #531: Blog: Camel Quarkus 1.6.0

2021-01-21 Thread GitBox
jamesnetherton commented on a change in pull request #531: URL: https://github.com/apache/camel-website/pull/531#discussion_r561777017 ## File path: content/blog/2021/01/camel-quarkus-release-1.6.0/index.md ## @@ -0,0 +1,86 @@ +--- +title: "Camel Quarkus 1.6.0 Released" +date:

[GitHub] [camel-website] ppalaga opened a new pull request #531: Blog: Camel Quarkus 1.6.0

2021-01-21 Thread GitBox
ppalaga opened a new pull request #531: URL: https://github.com/apache/camel-website/pull/531 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [camel-website] jamesnetherton commented on a change in pull request #531: Blog: Camel Quarkus 1.6.0

2021-01-21 Thread GitBox
jamesnetherton commented on a change in pull request #531: URL: https://github.com/apache/camel-website/pull/531#discussion_r561790579 ## File path: content/blog/2021/01/camel-quarkus-release-1.6.0/index.md ## @@ -0,0 +1,86 @@ +--- +title: "Camel Quarkus 1.6.0 Released" +date:

[GitHub] [camel-website] aldettinger commented on a change in pull request #531: Blog: Camel Quarkus 1.6.0

2021-01-21 Thread GitBox
aldettinger commented on a change in pull request #531: URL: https://github.com/apache/camel-website/pull/531#discussion_r561790751 ## File path: content/blog/2021/01/camel-quarkus-release-1.6.0/index.md ## @@ -0,0 +1,91 @@ +--- +title: "Camel Quarkus 1.6.0 Released" +date:

[camel] branch master updated (95f9f77 -> f92b2cb)

2021-01-21 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 95f9f77 CAMEL-16056: Polished add f92b2cb Add unit test based on user forum issue No new revisions were

[camel] branch master updated: Fixed CS

2021-01-21 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 79d2dd4 Fixed CS 79d2dd4 is described below

[GitHub] [camel-kafka-connector] orpiske opened a new issue #910: Java 14 support: gmavenplus-plugin likely not compatible

2021-01-21 Thread GitBox
orpiske opened a new issue #910: URL: https://github.com/apache/camel-kafka-connector/issues/910 Trying to build in CI with JDK 14 causes this issue: ``` [INFO] Building Camel-Kafka-Connector :: Buildtools 0.8.0-SNAPSHOT [3/3] [INFO] [

[GitHub] [camel-k] jamesnetherton commented on pull request #1931: Use Quarkus fast-jar package format apache/camel-k-runtime#360

2021-01-21 Thread GitBox
jamesnetherton commented on pull request #1931: URL: https://github.com/apache/camel-k/pull/1931#issuecomment-764723809 > Will this work with local dependency resolution? It would be good to at least try it out with the set of local commands which use the current way of resolving

[GitHub] [camel-k] jamesnetherton commented on pull request #1931: Use Quarkus fast-jar package format apache/camel-k-runtime#360

2021-01-21 Thread GitBox
jamesnetherton commented on pull request #1931: URL: https://github.com/apache/camel-k/pull/1931#issuecomment-764726552 > I did test that and it looked to be working ok Actually now I think about it a bit more, maybe it isn't The paths listed are to the temp maven build

[camel-website] branch asf-site updated (ef030f9 -> 86c5d5a)

2021-01-21 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository. git-site-role pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/camel-website.git. discard ef030f9 Website updated to a8f9cc65ba7e4cddc2e8f98c31a140ec97ad069a discard 44e5709 Updated the

[GitHub] [camel-k] doru1004 commented on pull request #1816: Add option to save transitive dependencies into custom location

2021-01-21 Thread GitBox
doru1004 commented on pull request #1816: URL: https://github.com/apache/camel-k/pull/1816#issuecomment-764735914 @astefanutti thanks for pointing out the PR. I left a comment on there. It looks like more of the dependencies will appear in the maven temporary folder hence the need

[camel] branch master updated: Regen

2021-01-21 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 d5bfdb7 Regen d5bfdb7 is described below

[GitHub] [camel-website] ppalaga commented on pull request #531: Blog: Camel Quarkus 1.6.0

2021-01-21 Thread GitBox
ppalaga commented on pull request #531: URL: https://github.com/apache/camel-website/pull/531#issuecomment-764706667 Thanks for the suggestions, everybody! This is an automated message from the Apache Git Service. To respond

[GitHub] [camel-k-runtime] jamesnetherton commented on pull request #588: Support fast-jar packaging for quarkus

2021-01-21 Thread GitBox
jamesnetherton commented on pull request #588: URL: https://github.com/apache/camel-k-runtime/pull/588#issuecomment-764735043 I dropped the commit that configures fast-jar on the itests. It was causing an NPE somewhere in the Quarkus test framework for native mode. I can look into

[GitHub] [camel-k] doru1004 edited a comment on pull request #1931: Use Quarkus fast-jar package format apache/camel-k-runtime#360

2021-01-21 Thread GitBox
doru1004 edited a comment on pull request #1931: URL: https://github.com/apache/camel-k/pull/1931#issuecomment-764737470 So I think that today we have the same issue with the jar containing the quarkus-generated main function. If I understand correctly this will now apply to the rest of

[GitHub] [camel-k] jamesnetherton opened a new pull request #1931: Use Quarkus fast-jar package format apache/camel-k-runtime#360

2021-01-21 Thread GitBox
jamesnetherton opened a new pull request #1931: URL: https://github.com/apache/camel-k/pull/1931 Depends on an as-yet uncommitted change to camel-k-runtime (hence draft PR), but this PR provides the means to support the Quarkus fast-jar format. At the moment fast-jar expects a

[GitHub] [camel-k] apupier commented on issue #1911: [CLI] Kamel run does not check source file exists

2021-01-21 Thread GitBox
apupier commented on issue #1911: URL: https://github.com/apache/camel-k/issues/1911#issuecomment-764618851 this issue has milestone 1.3.1 set but it is no tpart of 1.3.x branch https://github.com/apache/camel-k/blob/ed0456f0df60f4141be4742d42087d633e13dc26/pkg/cmd/run.go#L383

[camel-kafka-connector-examples] 01/01: Added a Cron source connector example

2021-01-21 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch cron-example in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector-examples.git commit 5751c017e3f564c9b0f419747c16b2dc3267ec92 Author: Andrea Cosentino AuthorDate: Thu

[camel-kafka-connector-examples] branch master updated: Added a Cron source connector example

2021-01-21 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-examples.git The following commit(s) were added to refs/heads/master by this push: new 737ed40 Added a

[GitHub] [camel-kafka-connector-examples] oscerd opened a new pull request #267: Added a Cron source connector example

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

[GitHub] [camel-kafka-connector-examples] oscerd merged pull request #267: Added a Cron source connector example

2021-01-21 Thread GitBox
oscerd merged pull request #267: URL: https://github.com/apache/camel-kafka-connector-examples/pull/267 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [camel-kafka-connector-examples] oscerd closed issue #266: Add a Camel Cron Example

2021-01-21 Thread GitBox
oscerd closed issue #266: URL: https://github.com/apache/camel-kafka-connector-examples/issues/266 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [camel-k] astefanutti commented on pull request #1816: Add option to save transitive dependencies into custom location

2021-01-21 Thread GitBox
astefanutti commented on pull request #1816: URL: https://github.com/apache/camel-k/pull/1816#issuecomment-764637916 @doru1004 may be worth you having a look at #1816. This is an automated message from the Apache Git

[GitHub] [camel-k] astefanutti edited a comment on pull request #1816: Add option to save transitive dependencies into custom location

2021-01-21 Thread GitBox
astefanutti edited a comment on pull request #1816: URL: https://github.com/apache/camel-k/pull/1816#issuecomment-764637916 @doru1004 may be worth you having a look at #1931. This is an automated message from the Apache Git

[camel] branch master updated (79d2dd4 -> 5cb42db)

2021-01-21 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 79d2dd4 Fixed CS new 622f031 CAMEL-16066: camel-core - Add static methods for language expressions in

[camel] 02/02: CAMEL-16066: Lambda DSL you can use expressions via the this instance

2021-01-21 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 5cb42db2eb8438a505cae0804fd9f47cc9195a70 Author: Claus Ibsen AuthorDate: Thu Jan 21 14:28:11 2021 +0100

[camel] 01/02: CAMEL-16066: camel-core - Add static methods for language expressions in Builder to use for Lambda DSL

2021-01-21 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 622f031e0bacf9bcd96116fe1b6e28639749cfbf Author: Claus Ibsen AuthorDate: Thu Jan 21 14:20:44 2021 +0100

[GitHub] [camel-website] ppalaga commented on a change in pull request #531: Blog: Camel Quarkus 1.6.0

2021-01-21 Thread GitBox
ppalaga commented on a change in pull request #531: URL: https://github.com/apache/camel-website/pull/531#discussion_r561879993 ## File path: content/blog/2021/01/camel-quarkus-release-1.6.0/index.md ## @@ -0,0 +1,91 @@ +--- +title: "Camel Quarkus 1.6.0 Released" +date:

[GitHub] [camel-k] squakez commented on issue #1930: Warnings on getting operator versions

2021-01-21 Thread GitBox
squakez commented on issue #1930: URL: https://github.com/apache/camel-k/issues/1930#issuecomment-764645473 Most likely yes. The way it works, every "online" command try to get the cluster operator version. It matches against the client, and if major.minor differs return the warning.

[GitHub] [camel-k-runtime] jamesnetherton opened a new pull request #588: Support fast-jar packaging for quarkus

2021-01-21 Thread GitBox
jamesnetherton opened a new pull request #588: URL: https://github.com/apache/camel-k-runtime/pull/588 Perquisite for https://github.com/apache/camel-k/pull/1931. I set the itests to use fast-jar. Not sure if that's entirely necessary, so I can drop that commit if necessary.

[GitHub] [camel-spring-boot] davsclaus opened a new pull request #262: Camel Spring Boot BOM prevents performing release

2021-01-21 Thread GitBox
davsclaus opened a new pull request #262: URL: https://github.com/apache/camel-spring-boot/pull/262 CAMEL-16055: Camel Spring Boot BOM prevents performing release This is an automated message from the Apache Git Service. To

[GitHub] [camel-website] ppalaga merged pull request #531: Blog: Camel Quarkus 1.6.0

2021-01-21 Thread GitBox
ppalaga merged pull request #531: URL: https://github.com/apache/camel-website/pull/531 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[camel-website] branch master updated: Blog: Camel Quarkus 1.6.0

2021-01-21 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-website.git The following commit(s) were added to refs/heads/master by this push: new 728eacb Blog: Camel Quarkus 1.6.0

[GitHub] [camel-k] jon-ruckwood opened a new pull request #1933: Fix helm chart to be compatible with Go 1.14

2021-01-21 Thread GitBox
jon-ruckwood opened a new pull request #1933: URL: https://github.com/apache/camel-k/pull/1933 Additionally, add 'cluster' to fix type error. See https://github.com/helm/helm/issues/7711#issuecomment-593113347 Fixes #1664

[GitHub] [camel-k] doru1004 commented on pull request #1931: Use Quarkus fast-jar package format apache/camel-k-runtime#360

2021-01-21 Thread GitBox
doru1004 commented on pull request #1931: URL: https://github.com/apache/camel-k/pull/1931#issuecomment-764720554 Will this work with local dependency resolution? It would be good to at least try it out with the set of local commands which use the current way of resolving dependencies.

[GitHub] [camel-k] jon-ruckwood commented on pull request #1933: Fix helm chart to be compatible with Go 1.14

2021-01-21 Thread GitBox
jon-ruckwood commented on pull request #1933: URL: https://github.com/apache/camel-k/pull/1933#issuecomment-764720610 Lint output: ```sh $ helm lint ./helm/camel-k engine.go:159: [INFO] Missing

[GitHub] [camel-k] doru1004 commented on pull request #1931: Use Quarkus fast-jar package format apache/camel-k-runtime#360

2021-01-21 Thread GitBox
doru1004 commented on pull request #1931: URL: https://github.com/apache/camel-k/pull/1931#issuecomment-764729074 If that's the case then we now have even more need of a means of saving the dependencies after the command is completed and the temporary folder is removed.

[GitHub] [camel-k] doru1004 commented on pull request #1931: Use Quarkus fast-jar package format apache/camel-k-runtime#360

2021-01-21 Thread GitBox
doru1004 commented on pull request #1931: URL: https://github.com/apache/camel-k/pull/1931#issuecomment-764737470 So I think that today we have the same issue with the jar containing the quarkus-generated main function. If I understand this correctly this will now apply to the rest of the

[GitHub] [camel-k] jamesnetherton commented on pull request #1931: Use Quarkus fast-jar package format apache/camel-k-runtime#360

2021-01-21 Thread GitBox
jamesnetherton commented on pull request #1931: URL: https://github.com/apache/camel-k/pull/1931#issuecomment-764743929 Here's some example output from `kamel inspect examples/Sample.java --all-dependencies`. ```

[GitHub] [camel-kafka-connector] oscerd opened a new issue #908: Camel-Cron connector: We need to add at least camel-quartz as dependency

2021-01-21 Thread GitBox
oscerd opened a new issue #908: URL: https://github.com/apache/camel-kafka-connector/issues/908 Otherwise we have `Caused by: org.apache.camel.FailedToCreateRouteException: Failed to create route route1: Route(route1)[From[cron:cron-timer?schedule=0/5+*+*+*+*+?] -... because of

[GitHub] [camel-kafka-connector] oscerd commented on issue #908: Camel-Cron connector: We need to add at least camel-quartz as dependency

2021-01-21 Thread GitBox
oscerd commented on issue #908: URL: https://github.com/apache/camel-kafka-connector/issues/908#issuecomment-764614735 And we need quartz dependency too. This is an automated message from the Apache Git Service. To respond

[GitHub] [camel-k] apupier commented on issue #1872: [regression] panic: runtime error: invalid memory address or nil pointer dereference with version 1.3.0 when calling without or with - or -- argume

2021-01-21 Thread GitBox
apupier commented on issue #1872: URL: https://github.com/apache/camel-k/issues/1872#issuecomment-764615472 I think that this issue should have the Milestone 1.3.1 set. https://github.com/apache/camel-k/commit/2d0a6f3435e0e3dcac613c0f7cff96ec5b78860d

[GitHub] [camel] orpiske opened a new pull request #4906: camel-bean: prevent a NPE if parametersExpression is null

2021-01-21 Thread GitBox
orpiske opened a new pull request #4906: URL: https://github.com/apache/camel/pull/4906 - [x] 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 like typos do not require a JIRA

  1   2   3   >