ppalaga opened a new pull request #717: Fix #716 Move the Atlassian Maven
repository to the Jira runtime module
URL: https://github.com/apache/camel-quarkus/pull/717
This is an automated message from the Apache Git Service.
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 7a98333 Add maven repo for camel-jira so we can build docs
add 9001c88 Upgrade AWS SDK v2 to version 2.10.6
ppalaga opened a new issue #716: Move the Atlassian Maven repository to the
Jira runtime module.
URL: https://github.com/apache/camel-quarkus/issues/716
Thinking again about where to put additional Maven repos, like
https://packages.atlassian.com/maven-external that came yesterday. I thoug
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 abe8046 Merge pull request #3577 from valdar/CAMEL-14540
add fff9d91 CAMEL-14545: Add doc about camel-catalo
ppalaga commented on issue #714: camel-jira extension:more polish up
URL: https://github.com/apache/camel-quarkus/pull/714#issuecomment-586123842
Yes, there is no hurry. Letting the CI pass is the minimal requirement,
giving others reasonable time frame to give feedback would be even better
lburgazzoli commented on issue #242: Fix #241: add master helper component
URL: https://github.com/apache/camel-k-runtime/pull/242#issuecomment-586036600
ok to test
This is an automated message from the Apache Git Service.
To
nicolaferraro opened a new pull request #242: Fix #241: add master helper
component
URL: https://github.com/apache/camel-k-runtime/pull/242
Fix #241
This is an automated message from the Apache Git Service.
To respond to the
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.git.
from 9d5b774 Add a sync point for all component dependencies to ensure
proper build ordering
new d489464 fix CAMEL-
ffang commented on issue #714: camel-jira extension:more polish up
URL: https://github.com/apache/camel-quarkus/pull/714#issuecomment-586021069
> may be better if you give the pr job the time to verify the pr
@lburgazzoli , sure for next time
-
ffang commented on a change in pull request #712: create camel-jira extension
#710
URL: https://github.com/apache/camel-quarkus/pull/712#discussion_r379174339
##
File path: integration-tests/jira/pom.xml
##
@@ -0,0 +1,202 @@
+
+
+http://maven.apache.org/POM/4.0.0";
+
ffang commented on a change in pull request #712: create camel-jira extension
#710
URL: https://github.com/apache/camel-quarkus/pull/712#discussion_r379174226
##
File path:
integration-tests/jira/src/main/java/org/apache/camel/quarkus/component/jira/it/JiraRouteBuilder.java
##
ffang commented on a change in pull request #712: create camel-jira extension
#710
URL: https://github.com/apache/camel-quarkus/pull/712#discussion_r379174291
##
File path:
integration-tests/jira/src/main/java/org/apache/camel/quarkus/component/jira/it/JiraResource.java
##
ffang commented on issue #712: create camel-jira extension #710
URL: https://github.com/apache/camel-quarkus/pull/712#issuecomment-586020653
This commit
https://github.com/apache/camel-quarkus/commit/45d8654855988b8a84f44ad9593ea36c298a3421
addressed some straightforward feedback
ffang opened a new issue #715: improve camel-jira integration test
URL: https://github.com/apache/camel-quarkus/issues/715
As the feedback here
https://github.com/apache/camel-quarkus/pull/712
Like remove additionalBuildArgs from pom.xml;
using application.properties for configurati
lburgazzoli commented on issue #714: camel-jira extension:more polish up
URL: https://github.com/apache/camel-quarkus/pull/714#issuecomment-586019617
may be better if you give the pr job the time to verify the pr
This is an au
This is an automated email from the ASF dual-hosted git repository.
ffang 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 a06e266 camel-jira extension:more polish
This is an automated email from the ASF dual-hosted git repository.
gnodet pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.
from c175296 bridgeEndpoint is a query parameter on the producer side
add 9d5b774 Add a sync point for all component
ffang opened a new pull request #714: camel-jira extension:more polish up
URL: https://github.com/apache/camel-quarkus/pull/714
This is an automated message from the Apache Git Service.
To respond to the message, please log o
ffang merged pull request #714: camel-jira extension:more polish up
URL: https://github.com/apache/camel-quarkus/pull/714
This is an automated message from the Apache Git Service.
To respond to the message, please log on to G
ffang commented on a change in pull request #712: create camel-jira extension
#710
URL: https://github.com/apache/camel-quarkus/pull/712#discussion_r379168276
##
File path: integration-tests/jira/pom.xml
##
@@ -0,0 +1,202 @@
+
+
+http://maven.apache.org/POM/4.0.0";
+
ffang commented on a change in pull request #712: create camel-jira extension
#710
URL: https://github.com/apache/camel-quarkus/pull/712#discussion_r379167601
##
File path: pom.xml
##
@@ -42,11 +42,13 @@
2.10.4
3.0.1
+20.0
Review comment:
ffang commented on a change in pull request #712: create camel-jira extension
#710
URL: https://github.com/apache/camel-quarkus/pull/712#discussion_r379163520
##
File path:
integration-tests/jira/src/test/java/org/apache/camel/quarkus/component/jira/it/JiraTest.java
##
@@
ffang commented on a change in pull request #712: create camel-jira extension
#710
URL: https://github.com/apache/camel-quarkus/pull/712#discussion_r379162760
##
File path:
integration-tests/jira/src/main/java/org/apache/camel/quarkus/component/jira/it/JiraResource.java
##
ffang commented on a change in pull request #712: create camel-jira extension
#710
URL: https://github.com/apache/camel-quarkus/pull/712#discussion_r379158877
##
File path: integration-tests/jira/pom.xml
##
@@ -0,0 +1,202 @@
+
+
+http://maven.apache.org/POM/4.0.0";
+
lburgazzoli commented on issue #712: create camel-jira extension #710
URL: https://github.com/apache/camel-quarkus/pull/712#issuecomment-585996468
IMHO commenting and requiring changes on a closed PR is not really the best
thing to do as it is quite easy to get things lost. As the code is a
ffang commented on a change in pull request #712: create camel-jira extension
#710
URL: https://github.com/apache/camel-quarkus/pull/712#discussion_r379142658
##
File path: integration-tests/jira/pom.xml
##
@@ -0,0 +1,202 @@
+
+
+http://maven.apache.org/POM/4.0.0";
+
ffang commented on a change in pull request #712: create camel-jira extension
#710
URL: https://github.com/apache/camel-quarkus/pull/712#discussion_r379142309
##
File path: integration-tests/jira/pom.xml
##
@@ -0,0 +1,202 @@
+
+
+http://maven.apache.org/POM/4.0.0";
+
ffang commented on a change in pull request #712: create camel-jira extension
#710
URL: https://github.com/apache/camel-quarkus/pull/712#discussion_r379141940
##
File path: integration-tests/jira/pom.xml
##
@@ -0,0 +1,202 @@
+
+
+http://maven.apache.org/POM/4.0.0";
+
ffang commented on a change in pull request #712: create camel-jira extension
#710
URL: https://github.com/apache/camel-quarkus/pull/712#discussion_r379141591
##
File path: extensions/pom.xml
##
@@ -89,6 +89,7 @@
netty-http
olingo4
opentracing
+
ffang commented on a change in pull request #712: create camel-jira extension
#710
URL: https://github.com/apache/camel-quarkus/pull/712#discussion_r379140142
##
File path: extensions/jira/runtime/pom.xml
##
@@ -0,0 +1,125 @@
+
+
+http://maven.apache.org/POM/4.0.0";
+
ppalaga commented on a change in pull request #712: create camel-jira extension
#710
URL: https://github.com/apache/camel-quarkus/pull/712#discussion_r379126589
##
File path:
integration-tests/jira/src/main/java/org/apache/camel/quarkus/component/jira/it/JiraResource.java
jamesnetherton commented on a change in pull request #712: create camel-jira
extension #710
URL: https://github.com/apache/camel-quarkus/pull/712#discussion_r379125729
##
File path:
integration-tests/jira/src/main/java/org/apache/camel/quarkus/component/jira/it/JiraResource.java
#
ppalaga commented on a change in pull request #712: create camel-jira extension
#710
URL: https://github.com/apache/camel-quarkus/pull/712#discussion_r379125879
##
File path: pom.xml
##
@@ -42,11 +42,13 @@
2.10.4
3.0.1
+20.0
Review comment:
jamesnetherton commented on a change in pull request #712: create camel-jira
extension #710
URL: https://github.com/apache/camel-quarkus/pull/712#discussion_r379123618
##
File path: pom.xml
##
@@ -42,11 +42,13 @@
2.10.4
3.0.1
+20.0
Review com
ffang commented on issue #712: create camel-jira extension #710
URL: https://github.com/apache/camel-quarkus/pull/712#issuecomment-585973892
@oscerd rerun the CI, all passed
This is an automated message from the Apache Git Ser
ppalaga commented on a change in pull request #712: create camel-jira extension
#710
URL: https://github.com/apache/camel-quarkus/pull/712#discussion_r379118117
##
File path: extensions/jira/runtime/pom.xml
##
@@ -0,0 +1,125 @@
+
+
+http://maven.apache.org/POM/4.0.0";
+
ppalaga commented on a change in pull request #712: create camel-jira extension
#710
URL: https://github.com/apache/camel-quarkus/pull/712#discussion_r379099041
##
File path: integration-tests/jira/pom.xml
##
@@ -0,0 +1,202 @@
+
+
+http://maven.apache.org/POM/4.0.0";
+
ppalaga commented on a change in pull request #712: create camel-jira extension
#710
URL: https://github.com/apache/camel-quarkus/pull/712#discussion_r379106862
##
File path:
integration-tests/jira/src/test/java/org/apache/camel/quarkus/component/jira/it/JiraTest.java
##
ppalaga commented on a change in pull request #712: create camel-jira extension
#710
URL: https://github.com/apache/camel-quarkus/pull/712#discussion_r379105437
##
File path:
integration-tests/jira/src/main/java/org/apache/camel/quarkus/component/jira/it/JiraResource.java
ppalaga commented on a change in pull request #712: create camel-jira extension
#710
URL: https://github.com/apache/camel-quarkus/pull/712#discussion_r379095468
##
File path: extensions/jira/runtime/pom.xml
##
@@ -0,0 +1,125 @@
+
+
+http://maven.apache.org/POM/4.0.0";
+
ppalaga commented on a change in pull request #712: create camel-jira extension
#710
URL: https://github.com/apache/camel-quarkus/pull/712#discussion_r379104727
##
File path: integration-tests/jira/pom.xml
##
@@ -0,0 +1,202 @@
+
+
+http://maven.apache.org/POM/4.0.0";
+
ppalaga commented on a change in pull request #712: create camel-jira extension
#710
URL: https://github.com/apache/camel-quarkus/pull/712#discussion_r379114814
##
File path: pom.xml
##
@@ -42,11 +42,13 @@
2.10.4
3.0.1
+20.0
Review comment:
ppalaga commented on a change in pull request #712: create camel-jira extension
#710
URL: https://github.com/apache/camel-quarkus/pull/712#discussion_r379108730
##
File path:
integration-tests/jira/src/main/java/org/apache/camel/quarkus/component/jira/it/JiraResource.java
ppalaga commented on a change in pull request #712: create camel-jira extension
#710
URL: https://github.com/apache/camel-quarkus/pull/712#discussion_r379096824
##
File path: extensions/pom.xml
##
@@ -89,6 +89,7 @@
netty-http
olingo4
opentracing
ppalaga commented on a change in pull request #712: create camel-jira extension
#710
URL: https://github.com/apache/camel-quarkus/pull/712#discussion_r379101876
##
File path: integration-tests/jira/pom.xml
##
@@ -0,0 +1,202 @@
+
+
+http://maven.apache.org/POM/4.0.0";
+
ppalaga commented on a change in pull request #712: create camel-jira extension
#710
URL: https://github.com/apache/camel-quarkus/pull/712#discussion_r379097680
##
File path: integration-tests/jira/pom.xml
##
@@ -0,0 +1,202 @@
+
+
+http://maven.apache.org/POM/4.0.0";
+
ppalaga commented on a change in pull request #712: create camel-jira extension
#710
URL: https://github.com/apache/camel-quarkus/pull/712#discussion_r379101606
##
File path: integration-tests/jira/pom.xml
##
@@ -0,0 +1,202 @@
+
+
+http://maven.apache.org/POM/4.0.0";
+
ppalaga commented on a change in pull request #712: create camel-jira extension
#710
URL: https://github.com/apache/camel-quarkus/pull/712#discussion_r379108868
##
File path:
integration-tests/jira/src/main/java/org/apache/camel/quarkus/component/jira/it/JiraRouteBuilder.java
ppalaga opened a new issue #713: Revisit the Quarkus native image mojo options
generated by create-extension
URL: https://github.com/apache/camel-quarkus/issues/713
At least `true` should be removed
This is an automated messa
This is an automated email from the ASF dual-hosted git repository.
bvahdat 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 c175296 bridgeEndpoint is a query parameter on
oscerd commented on issue #712: create camel-jira extension #710
URL: https://github.com/apache/camel-quarkus/pull/712#issuecomment-585943804
Checks were failing btw. Can you double check?
This is an automated message from the
ffang closed issue #710: create camel-jira extension
URL: https://github.com/apache/camel-quarkus/issues/710
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
This is an automated email from the ASF dual-hosted git repository.
ffang 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 ddd1448 create camel-jira extension #710
ffang commented on issue #712: create camel-jira extension #710
URL: https://github.com/apache/camel-quarkus/pull/712#issuecomment-585941951
thanks @oscerd !
This is an automated message from the Apache Git Service.
To respond
ffang merged pull request #712: create camel-jira extension #710
URL: https://github.com/apache/camel-quarkus/pull/712
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitH
ffang opened a new pull request #712: create camel-jira extension #710
URL: https://github.com/apache/camel-quarkus/pull/712
This is an automated message from the Apache Git Service.
To respond to the message, please log on t
This is an automated email from the ASF dual-hosted git repository.
lburgazzoli pushed a commit to branch quarkus-master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit a3d0fbdc26aa47741f3c3e94455248f42d0f69e3
Author: lburgazzoli
AuthorDate: Fri Feb 7 10:49:27 2020 +01
This is an automated email from the ASF dual-hosted git repository.
lburgazzoli pushed a commit to branch quarkus-master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit e435e652ddf1d7110f356709a7600053550bbc6e
Author: lburgazzoli
AuthorDate: Fri Feb 7 10:48:54 2020 +01
This is an automated email from the ASF dual-hosted git repository.
lburgazzoli pushed a change to branch quarkus-master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git.
discard df73414 Fix MongoDbProcessor according to the latest changes in the
mongodb extension
discard
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 60a8dc9 CAMEL-14548: resilience4j doesn't cat
lburgazzoli commented on issue #698: Camel master update
URL: https://github.com/apache/camel-quarkus/pull/698#issuecomment-585869308
> But you're right, it is a bit tricky to manage when the target keeps on
moving.
it is the funny part
-
jamesnetherton commented on issue #698: Camel master update
URL: https://github.com/apache/camel-quarkus/pull/698#issuecomment-585868541
The error is reproducible by slurping down the latest SNAPSHOTs. E.g build
with `-U`.
But you're right, it is a bit tricky to manage when the targe
lburgazzoli opened a new issue #711: Create extension for camel-master component
URL: https://github.com/apache/camel-quarkus/issues/711
This is an automated message from the Apache Git Service.
To respond to the message, ple
ppalaga commented on issue #698: Camel master update
URL: https://github.com/apache/camel-quarkus/pull/698#issuecomment-585854700
There is never enough fun with snapshots. The CI apparently uses a different
snapshot than my machine. There is no way to figure out which one is used by
the CI
lburgazzoli closed issue #627: Add JniBuildItem to extensions that need JNI
URL: https://github.com/apache/camel-quarkus/issues/627
This is an automated message from the Apache Git Service.
To respond to the message, please l
ppalaga commented on issue #627: Add JniBuildItem to extensions that need JNI
URL: https://github.com/apache/camel-quarkus/issues/627#issuecomment-585849673
Can't we close this one after
https://github.com/apache/camel-quarkus/pull/701 ?
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 0a183fe Fix the build by making sure the current package plugin is
always used
add a183005 Camel-Debezium-
ppalaga commented on issue #698: Camel master update
URL: https://github.com/apache/camel-quarkus/pull/698#issuecomment-585841818
One more fix in e974195
This is an automated message from the Apache Git Service.
To respond to
lburgazzoli closed issue #688: Create extension mojo not working after Quarkus
1.3.0.Alpha1 upgrade
URL: https://github.com/apache/camel-quarkus/issues/688
This is an automated message from the Apache Git Service.
To respond
lburgazzoli merged pull request #709: #688 #694 Minor create-extension mojo
fixes
URL: https://github.com/apache/camel-quarkus/pull/709
This is an automated message from the Apache Git Service.
To respond to the message, ple
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
commit c9a5ddd3c259f57b3a7198dba956e15db5a38fb0
Author: Peter Palaga
AuthorDate: Thu Feb 13 15:01:15 2020 +0100
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 cd5d161 Update mvnd.builder.rules by running mvn process-resources
-Pformat
new c9a5ddd Fix #688
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
commit a2c8b41de7c6db195de8621185b55d5dab03c917
Author: Peter Palaga
AuthorDate: Thu Feb 13 15:14:16 2020 +0100
lburgazzoli closed issue #694: quarkus-maven-plugin generate
application.properties file for IT tests
URL: https://github.com/apache/camel-quarkus/issues/694
This is an automated message from the Apache Git Service.
To respo
This is an automated email from the ASF dual-hosted git repository.
gnodet 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 0a183fe Fix the build by making sure the current
ffang opened a new issue #710: create camel-jira extension
URL: https://github.com/apache/camel-quarkus/issues/710
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub a
ffang closed pull request #199: Camel jira
URL: https://github.com/apache/camel-quarkus/pull/199
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abo
ffang commented on issue #199: Camel jira
URL: https://github.com/apache/camel-quarkus/pull/199#issuecomment-585836760
I will close this PR since this is messy and out-of-date, will send a new PR
for camel-jira quarkus extension with native mode fixed
--
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 c95ea3d Upgrade Fabric8 Maven plugin to vers
This is an automated email from the ASF dual-hosted git repository.
gnodet 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 7a00de4 [CAMEL-14560] Use a custom xref checker
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 9167057 CAMEL-14548: resilience4j
This is an automated email from the ASF dual-hosted git repository.
zregvart 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 12d47d6 feat: add Spring Boot starters
zregvart merged pull request #157: feat: add Spring Boot starters project
URL: https://github.com/apache/camel-website/pull/157
This is an automated message from the Apache Git Service.
To respond to the message, please log o
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-spring-boot.git
commit 4155933a3bd2e87ce7130bf617c34db70008bec9
Author: Andrea Cosentino
AuthorDate: Thu Feb 13 16:19:27 2020 +0
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-spring-boot.git
commit 84a7d47cc139be6e8d238cb0a81e26eead5aafb9
Author: Andrea Cosentino
AuthorDate: Thu Feb 13 16:12:19 2020 +0
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-spring-boot.git.
from 0c018a5 Regen
new 84a7d47 Added a starter for aws2-ses
new 4155933 Added a test for aws2-
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.git
The following commit(s) were added to refs/heads/master by this push:
new fcd27f4 Revert "Regen"
fcd27f4 is described
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-spring-boot.git
The following commit(s) were added to refs/heads/master by this push:
new 0c018a5 Regen
0c018a5 is describ
nicolaferraro opened a new issue #1273: Release 1.0.0-RC2
URL: https://github.com/apache/camel-k/issues/1273
Let's do a 1 week effort to finish the most important issues for RC2, then
we do a release.
This is an automated mes
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 120d7f9 Regen
new e1fe780 CAMEL-14551 - Create an AWS-SES component based on SDK v2,
Fixed some descriptio
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 78ce73c1f73c10ba06687e48e234a5225315db6e
Author: Andrea Cosentino
AuthorDate: Thu Feb 13 15:41:58 2020 +0100
CAM
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 a268836edf6602eff1a0143b07c97f373e747c3b
Author: Andrea Cosentino
AuthorDate: Thu Feb 13 15:17:34 2020 +0100
CAM
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 e1fe7806871b31b9b654162562dd81f90f95d752
Author: Andrea Cosentino
AuthorDate: Thu Feb 13 15:16:13 2020 +0100
CAM
ppalaga opened a new pull request #709: #688 #694 Minor create-extension mojo
fixes
URL: https://github.com/apache/camel-quarkus/pull/709
This is an automated message from the Apache Git Service.
To respond to the message, p
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.git
commit 120d7f96d8b1b3b5df3dcbc2f0f28ab9868db70d
Author: lburgazzoli
AuthorDate: Thu Feb 13 15:08:31 2020 +0100
Regen
-
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.git.
from b8c5d3b CAMEL-14551 - Create an AWS-SES component based on SDK v2,
Fixed CS
new 1de91a0 Fix CS
new 1
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.git
commit 1de91a070ffcfc13e8378d5bb7dd4a9a1c1877c9
Author: lburgazzoli
AuthorDate: Thu Feb 13 15:06:52 2020 +0100
Fix CS
oscerd commented on issue #158: fix wrong URL to camel example main
URL: https://github.com/apache/camel-website/pull/158#issuecomment-585772611
Thank you!
This is an automated message from the Apache Git Service.
To respond t
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 1288fb5 fix wrong URL to camel examp
oscerd merged pull request #158: fix wrong URL to camel example main
URL: https://github.com/apache/camel-website/pull/158
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
1 - 100 of 154 matches
Mail list logo