[GitHub] [camel] djencks commented on pull request #3879: CAMEL-14910: Bundling of the heavily distributed components

2020-05-31 Thread GitBox
djencks commented on pull request #3879: URL: https://github.com/apache/camel/pull/3879#issuecomment-636647152 That’s not a problem with our work. Googling, it seems to be a problem with mvel on jdks >11. I’m u sing Jdk 11, what are you using?

[GitHub] [camel] AemieJ commented on pull request #3879: CAMEL-14910: Bundling of the heavily distributed components

2020-05-31 Thread GitBox
AemieJ commented on pull request #3879: URL: https://github.com/apache/camel/pull/3879#issuecomment-636631648 ``` [ERROR] Failed to execute goal org.apache.camel:camel-package-maven-plugin:3.4.0-SNAPSHOT:generate (generate) on project camel-file: Execution generate of goal org.apache.c

[GitHub] [camel] djencks commented on pull request #3876: Relates to CAMEL-14910: Allow specific manually maintained attributes in component adoc headers

2020-05-31 Thread GitBox
djencks commented on pull request #3876: URL: https://github.com/apache/camel/pull/3876#issuecomment-636621261 Davsclaus This doesn't do much by itself but is needed for AemieJ's work. Would it be OK for me (or you) to merge it in, I think it will make the following work easier to manage?

[GitHub] [camel] djencks commented on pull request #3879: CAMEL-14910: Bundling of the heavily distributed components

2020-05-31 Thread GitBox
djencks commented on pull request #3879: URL: https://github.com/apache/camel/pull/3879#issuecomment-636617310 Could you run `mvn clean install -DskipTests -e` and paste the error and stack trace and any other information that seems relevant? --

[GitHub] [camel] AemieJ opened a new pull request #3879: CAMEL-14910: Bundling of the heavily distributed components

2020-05-31 Thread GitBox
AemieJ opened a new pull request #3879: URL: https://github.com/apache/camel/pull/3879 * Changes made to `gulpfile.js` but when running the `mvn clean install`, it results in an error each time and my git commits are perhaps overwritten. * @djencks, I think it's best to rebase my branch

[GitHub] [camel] AemieJ edited a comment on pull request #3878: CAMEL-14910: Bundling of the heavily distributed components

2020-05-31 Thread GitBox
AemieJ edited a comment on pull request #3878: URL: https://github.com/apache/camel/pull/3878#issuecomment-636518344 I am facing a lot of problems while running `mvn clean install` even on your branch copy. It fails at the point each time. @djencks ``` [INFO] Camel:: File ...

[GitHub] [camel] AemieJ closed pull request #3878: CAMEL-14910: Bundling of the heavily distributed components

2020-05-31 Thread GitBox
AemieJ closed pull request #3878: URL: https://github.com/apache/camel/pull/3878 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 the

[GitHub] [camel-quarkus] github-actions[bot] commented on issue #1283: [CI] - Quarkus Master Branch Build Failure

2020-05-31 Thread GitBox
github-actions[bot] commented on issue #1283: URL: https://github.com/apache/camel-quarkus/issues/1283#issuecomment-636606386 Build fixed with: * Camel Quarkus Commit: f64229a5b2000a2169fef5327f7dd0ed6e8139af * Quarkus Master Commit: 0e717c2b6d77b3663028b9fc74553cca7249828a

[camel-quarkus] 01/01: Set quarkus.version to 999-SNAPSHOT

2020-05-31 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 f64229a5b2000a2169fef5327f7dd0ed6e8139af Author: James Netherton AuthorDate: Fri May 29 09:57:38 2020

[GitHub] [camel-quarkus] github-actions[bot] closed issue #1283: [CI] - Quarkus Master Branch Build Failure

2020-05-31 Thread GitBox
github-actions[bot] closed issue #1283: URL: https://github.com/apache/camel-quarkus/issues/1283 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[camel-quarkus] branch quarkus-master updated (d608dd4 -> f64229a)

2020-05-31 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 d608dd4 Set quarkus.version to 999-SNAPSHOT add 0e717c2 chore(deps): update testcontainers

[GitHub] [camel-quarkus] github-actions[bot] opened a new issue #1284: [CI] - Camel Master Branch Build Failure

2020-05-31 Thread GitBox
github-actions[bot] opened a new issue #1284: URL: https://github.com/apache/camel-quarkus/issues/1284 The [camel-master](https://github.com/apache/camel-quarkus/tree/camel-master) branch build is failing: * Build ID: 120947159-5-dc886a63-bf08-446e-828a-e79e37a3bf3d * Camel Quark

[GitHub] [camel] DariusX commented on pull request #3877: Camel 14935 kafka exception

2020-05-31 Thread GitBox
DariusX commented on pull request #3877: URL: https://github.com/apache/camel/pull/3877#issuecomment-636549053 @davsclaus The code is fine, with the clearing in the finally block. Can this move forward, please. Thx. This

[GitHub] [camel] DariusX commented on a change in pull request #3877: Camel 14935 kafka exception

2020-05-31 Thread GitBox
DariusX commented on a change in pull request #3877: URL: https://github.com/apache/camel/pull/3877#discussion_r432996002 ## File path: components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaConsumer.java ## @@ -460,7 +460,14 @@ public void onPartitionsRevo

[GitHub] [camel] ceejay66 commented on a change in pull request #3877: Camel 14935 kafka exception

2020-05-31 Thread GitBox
ceejay66 commented on a change in pull request #3877: URL: https://github.com/apache/camel/pull/3877#discussion_r432991029 ## File path: components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaConsumer.java ## @@ -460,7 +460,14 @@ public void onPartitionsRev

[GitHub] [camel] ceejay66 commented on a change in pull request #3877: Camel 14935 kafka exception

2020-05-31 Thread GitBox
ceejay66 commented on a change in pull request #3877: URL: https://github.com/apache/camel/pull/3877#discussion_r432991029 ## File path: components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaConsumer.java ## @@ -460,7 +460,14 @@ public void onPartitionsRev

[GitHub] [camel] ceejay66 commented on a change in pull request #3877: Camel 14935 kafka exception

2020-05-31 Thread GitBox
ceejay66 commented on a change in pull request #3877: URL: https://github.com/apache/camel/pull/3877#discussion_r432991029 ## File path: components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaConsumer.java ## @@ -460,7 +460,14 @@ public void onPartitionsRev

[GitHub] [camel] ceejay66 commented on a change in pull request #3877: Camel 14935 kafka exception

2020-05-31 Thread GitBox
ceejay66 commented on a change in pull request #3877: URL: https://github.com/apache/camel/pull/3877#discussion_r432991029 ## File path: components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaConsumer.java ## @@ -460,7 +460,14 @@ public void onPartitionsRev

[GitHub] [camel] AemieJ commented on pull request #3878: CAMEL-14910: Bundling of the heavily distributed components

2020-05-31 Thread GitBox
AemieJ commented on pull request #3878: URL: https://github.com/apache/camel/pull/3878#issuecomment-636518344 I will try running mvn for the repo you have created and figure out where I might be going wrong. I will let you know by tomorrow. Thanks @djencks 👍 --

[GitHub] [camel] djencks commented on pull request #3878: CAMEL-14910: Bundling of the heavily distributed components

2020-05-31 Thread GitBox
djencks commented on pull request #3878: URL: https://github.com/apache/camel/pull/3878#issuecomment-636515941 I ran `mvn clean install -DskipTests` at the project root (/camel/). I committed the generated changes and pushed my branch to CAMEL-14910-copy in my repo. Perhaps comparing

[GitHub] [camel] AemieJ edited a comment on pull request #3878: CAMEL-14910: Bundling of the heavily distributed components

2020-05-31 Thread GitBox
AemieJ edited a comment on pull request #3878: URL: https://github.com/apache/camel/pull/3878#issuecomment-636510468 Do you run `mvn clean install` within the components folder? I receive this error within the components folder again and again. ``` Execution generate of goal org.

[GitHub] [camel] AemieJ edited a comment on pull request #3878: CAMEL-14910: Bundling of the heavily distributed components

2020-05-31 Thread GitBox
AemieJ edited a comment on pull request #3878: URL: https://github.com/apache/camel/pull/3878#issuecomment-636510468 Do you run `mvn clean install` within the components folder? I receive this error within the components folder again and again. ``` Execution generate of goal org.

[GitHub] [camel] AemieJ edited a comment on pull request #3878: CAMEL-14910: Bundling of the heavily distributed components

2020-05-31 Thread GitBox
AemieJ edited a comment on pull request #3878: URL: https://github.com/apache/camel/pull/3878#issuecomment-636510468 Do you run `mvn clean install` within the components folder? I receive this error within the components folder again and again. ``` Execution generate of goal org.

[GitHub] [camel] AemieJ edited a comment on pull request #3878: CAMEL-14910: Bundling of the heavily distributed components

2020-05-31 Thread GitBox
AemieJ edited a comment on pull request #3878: URL: https://github.com/apache/camel/pull/3878#issuecomment-636510468 Do you run `mvn clean install` within the components folder? I receive this error within the components folder again and again. ``` Execution generate of goal org.

[GitHub] [camel] AemieJ commented on pull request #3878: CAMEL-14910: Bundling of the heavily distributed components

2020-05-31 Thread GitBox
AemieJ commented on pull request #3878: URL: https://github.com/apache/camel/pull/3878#issuecomment-636510468 > My build succeeded and the resulting changes look good to me, for example > > ``` > diff --git a/components/camel-aws-cw/src/main/docs/aws-cw-component.adoc b/components

[GitHub] [camel] djencks commented on pull request #3878: CAMEL-14910: Bundling of the heavily distributed components

2020-05-31 Thread GitBox
djencks commented on pull request #3878: URL: https://github.com/apache/camel/pull/3878#issuecomment-636507386 My build succeeded and the resulting changes look good to me, for example ``` diff --git a/components/camel-aws-cw/src/main/docs/aws-cw-component.adoc b/components/camel-aws-

[GitHub] [camel] djencks commented on pull request #3878: CAMEL-14910: Bundling of the heavily distributed components

2020-05-31 Thread GitBox
djencks commented on pull request #3878: URL: https://github.com/apache/camel/pull/3878#issuecomment-636503256 I'm also trying a local build after rebasing your work on top of mine. By the way, you probably want to run `mvn clean install -DskipTests` as otherwise the build is apt to take

[GitHub] [camel] AemieJ commented on pull request #3878: CAMEL-14910: Bundling of the heavily distributed components

2020-05-31 Thread GitBox
AemieJ commented on pull request #3878: URL: https://github.com/apache/camel/pull/3878#issuecomment-636499404 @djencks I think it's the best if I rebase all my commits on top of yours. I don't personally have a lot of experience with the use of maven with Java. ---

[GitHub] [camel] AemieJ edited a comment on pull request #3878: CAMEL-14910: Bundling of the heavily distributed components

2020-05-31 Thread GitBox
AemieJ edited a comment on pull request #3878: URL: https://github.com/apache/camel/pull/3878#issuecomment-636497505 I am currently running the build on the components folder. I have used the changes you made to the `updatereadmemojo.java` and running the build. However, I had a quer

[GitHub] [camel] AemieJ commented on pull request #3878: CAMEL-14910: Bundling of the heavily distributed components

2020-05-31 Thread GitBox
AemieJ commented on pull request #3878: URL: https://github.com/apache/camel/pull/3878#issuecomment-636497505 I am currently running the build on the components folder. This is an automated message from the Apache Git Servic

[GitHub] [camel] djencks commented on pull request #3878: CAMEL-14910: Bundling of the heavily distributed components

2020-05-31 Thread GitBox
djencks commented on pull request #3878: URL: https://github.com/apache/camel/pull/3878#issuecomment-636494979 My PR won't change any of the .adoc files without your changes to them. For a file to which you've added `:group: Ignite` it will move that to the end of the header attributes, p

[GitHub] [camel] AemieJ removed a comment on pull request #3878: CAMEL-14910: Bundling of the heavily distributed components

2020-05-31 Thread GitBox
AemieJ removed a comment on pull request #3878: URL: https://github.com/apache/camel/pull/3878#issuecomment-636493872 I ran it under the `camel-package-maven-plugin`, both `mvn clean install` and `mvn compile` have built successfully now. However, I haven't observed any changes in the **.a

[GitHub] [camel] AemieJ commented on pull request #3878: CAMEL-14910: Bundling of the heavily distributed components

2020-05-31 Thread GitBox
AemieJ commented on pull request #3878: URL: https://github.com/apache/camel/pull/3878#issuecomment-636493872 I ran it under the `camel-package-maven-plugin`, both `mvn clean install` and `mvn compile` have built successfully now. However, I haven't observed any changes in the **.adoc** af

[GitHub] [camel] AemieJ removed a comment on pull request #3860: CAMEL-14910: Bundling of the heavily distributed components

2020-05-31 Thread GitBox
AemieJ removed a comment on pull request #3860: URL: https://github.com/apache/camel/pull/3860#issuecomment-636488368 @djencks I ran `mvn compile` and I ran into a couple of errors which then resulted in a couple of git errors so I re-created the PR. --

[GitHub] [camel] djencks commented on pull request #3876: Relates to CAMEL-14910: Allow specific manually maintained attributes in component adoc headers

2020-05-31 Thread GitBox
djencks commented on pull request #3876: URL: https://github.com/apache/camel/pull/3876#issuecomment-636491909 Although source check still fails at GitHub, it looks to me as if it's a pre-existing problem not in the code I modified.

[GitHub] [camel] djencks commented on pull request #3878: CAMEL-14910: Bundling of the heavily distributed components

2020-05-31 Thread GitBox
djencks commented on pull request #3878: URL: https://github.com/apache/camel/pull/3878#issuecomment-636491477 Can you be more specific about what you ran `mvn clean install` against? For instance, could you supply the git commit hash? Does it include my PR? I would guess the `plugin dir

[GitHub] [camel] AemieJ commented on pull request #3860: CAMEL-14910: Bundling of the heavily distributed components

2020-05-31 Thread GitBox
AemieJ commented on pull request #3860: URL: https://github.com/apache/camel/pull/3860#issuecomment-636488368 @djencks I ran `mvn compile` and I ran into a couple of errors which then resulted in a couple of git errors so I re-created the PR. --

[GitHub] [camel] AemieJ commented on pull request #3878: CAMEL-14910: Bundling of the heavily distributed components

2020-05-31 Thread GitBox
AemieJ commented on pull request #3878: URL: https://github.com/apache/camel/pull/3878#issuecomment-636488171 @djencks some issues occurred with my git commands. However, the problem I face is when I use `mvn clean install`, it resulted in a bunch of errors. Along with it, `mvn compile` re

[GitHub] [camel] AemieJ opened a new pull request #3878: CAMEL-14910: Bundling of the heavily distributed components

2020-05-31 Thread GitBox
AemieJ opened a new pull request #3878: URL: https://github.com/apache/camel/pull/3878 Particular queries were raised in this issue. 1. Should there be summary pages for groups of related components? There already existed summary pages for groups including Ignite, Spring, and a few ot

[GitHub] [camel] AemieJ closed pull request #3860: CAMEL-14910: Bundling of the heavily distributed components

2020-05-31 Thread GitBox
AemieJ closed pull request #3860: URL: https://github.com/apache/camel/pull/3860 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 the

[GitHub] [camel] djencks commented on pull request #3876: Relates to CAMEL-14910: Allow specific manually maintained attributes in component adoc headers

2020-05-31 Thread GitBox
djencks commented on pull request #3876: URL: https://github.com/apache/camel/pull/3876#issuecomment-636486663 I tried running `mvn compile -P sourcecheck` in the plugin directory and in tooling and saw no problems, so I fixed things based on the GitHub report. What's the magic to get thi

[GitHub] [camel] AemieJ removed a comment on pull request #3860: CAMEL-14910: Bundling of the heavily distributed components

2020-05-31 Thread GitBox
AemieJ removed a comment on pull request #3860: URL: https://github.com/apache/camel/pull/3860#issuecomment-636483057 @djencks While using the changes you made in your code, I ran `mvn compile`, it is failing to build as there is no plugin descriptor org.apache.maven.plugin.Plug

[GitHub] [camel] AemieJ commented on pull request #3860: CAMEL-14910: Bundling of the heavily distributed components

2020-05-31 Thread GitBox
AemieJ commented on pull request #3860: URL: https://github.com/apache/camel/pull/3860#issuecomment-636483057 @djencks While using the changes you made in your code, I ran `mvn compile`, it is failing to build as there is no plugin descriptor org.apache.maven.plugin.PluginDescri

[GitHub] [camel] DariusX commented on a change in pull request #3877: Camel 14935 kafka exception

2020-05-31 Thread GitBox
DariusX commented on a change in pull request #3877: URL: https://github.com/apache/camel/pull/3877#discussion_r432950461 ## File path: components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaConsumer.java ## @@ -460,7 +460,14 @@ public void onPartitionsRevo

[GitHub] [camel] DariusX commented on a change in pull request #3877: Camel 14935 kafka exception

2020-05-31 Thread GitBox
DariusX commented on a change in pull request #3877: URL: https://github.com/apache/camel/pull/3877#discussion_r432950461 ## File path: components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaConsumer.java ## @@ -460,7 +460,14 @@ public void onPartitionsRevo

[GitHub] [camel] DariusX commented on a change in pull request #3877: Camel 14935 kafka exception

2020-05-31 Thread GitBox
DariusX commented on a change in pull request #3877: URL: https://github.com/apache/camel/pull/3877#discussion_r432950461 ## File path: components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaConsumer.java ## @@ -460,7 +460,14 @@ public void onPartitionsRevo

[GitHub] [camel] DariusX closed pull request #3877: Camel 14935 kafka exception

2020-05-31 Thread GitBox
DariusX closed pull request #3877: URL: https://github.com/apache/camel/pull/3877 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 th

[camel] 01/02: camel-health - polished

2020-05-31 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 449d690d900f4a4a6197ccf63dcee42611879b98 Author: Claus Ibsen AuthorDate: Sun May 31 14:38:18 2020 +0200 camel-hea

[camel] branch master updated (3ab0ed9 -> 181e84c)

2020-05-31 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 3ab0ed9 Regen new 449d690 camel-health - polished new 181e84c Polished The 2 revisions listed above a

[camel] 02/02: Polished

2020-05-31 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 181e84ce7f519774d73ffb23eeab5f14ace3e2eb Author: Claus Ibsen AuthorDate: Sun May 31 14:43:41 2020 +0200 Polished

[camel] branch master updated: Regen

2020-05-31 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 3ab0ed9 Regen 3ab0ed9 is described below com

[camel] branch master updated: camel-health - microprofile-health make it work better with camel-quarkus as it has some special builditem in its feature to discover from classpath health-check impleme

2020-05-31 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 446b34a camel-health - microprofile-health ma

[camel] branch master updated: OrderedComparator: Avoid unnecessary boxing of primitive integers.

2020-05-31 Thread pascalschumacher
This is an automated email from the ASF dual-hosted git repository. pascalschumacher 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 88dba6b OrderedComparator: Avoid unnec

[camel] branch master updated: Fix javadoc @param tags that do not match any parameters of the method.

2020-05-31 Thread pascalschumacher
This is an automated email from the ASF dual-hosted git repository. pascalschumacher 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 1ab68c2 Fix javadoc @param tags that d

[camel] 02/02: camel-package-maven-plugin: Remove use of String#format with no effect in PropertyConfigurerGenerator.

2020-05-31 Thread pascalschumacher
This is an automated email from the ASF dual-hosted git repository. pascalschumacher pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git commit 25705964e0ab2a3c8141a92b6fd5f766140b7ddd Author: Pascal Schumacher AuthorDate: Sun May 31 09:15:05 2020 +0200

[camel] 01/02: JdbcAggregationRepository: Add missing argument to log message.

2020-05-31 Thread pascalschumacher
This is an automated email from the ASF dual-hosted git repository. pascalschumacher pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git commit c39f87cf98e560c184e65ab528941f99cf36c181 Author: Pascal Schumacher AuthorDate: Sun May 31 09:12:57 2020 +0200

[camel] branch master updated (af786da -> 2570596)

2020-05-31 Thread pascalschumacher
This is an automated email from the ASF dual-hosted git repository. pascalschumacher pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel.git. from af786da AvailablePortFinder: Fix typos in javadoc and remove duplicate blank lines. new c39f87c Jdbc

[camel] branch master updated: AvailablePortFinder: Fix typos in javadoc and remove duplicate blank lines.

2020-05-31 Thread pascalschumacher
This is an automated email from the ASF dual-hosted git repository. pascalschumacher 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 af786da AvailablePortFinder: Fix typos

[GitHub] [camel-spring-boot] oscerd merged pull request #79: [Github Actions] Periodic Sync Camel Spring Boot Master Branch

2020-05-31 Thread GitBox
oscerd merged pull request #79: URL: https://github.com/apache/camel-spring-boot/pull/79 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 g