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?
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
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?
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?
--
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
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 ...
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-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
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-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
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-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
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
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
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
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
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
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
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 👍
--
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
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.
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.
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.
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.
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
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-
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
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.
---
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
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
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
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
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
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.
--
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.
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
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.
--
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
59 matches
Mail list logo