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 80716bf Regen
80716bf is described below
com
asf-ci commented on issue #353: Camel quarkus netty
URL: https://github.com/apache/camel-quarkus/pull/353#issuecomment-548211602
Refer to this link for build results (access rights to CI server needed):
https://builds.apache.org/job/camel-quarkus-pr/372/
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 825531b CAMEL-14091: Add camel-debezium-postg
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 df0533e CAMEL-14004 Update the documentation
dhartford commented on issue #353: Camel quarkus netty
URL: https://github.com/apache/camel-quarkus/pull/353#issuecomment-548196172
Adding comment to this ticket (already shared on
https://gitter.im/apache/camel-quarkus), had some challenges with the
rebase/squash operations and instead ne
dhartford commented on a change in pull request #353: Camel quarkus netty
URL: https://github.com/apache/camel-quarkus/pull/353#discussion_r340941233
##
File path:
integration-tests/netty/src/main/java/org/apache/camel/quarkus/component/netty/CamelRoute.java
##
@@ -0,0 +1,
dhartford commented on a change in pull request #353: Camel quarkus netty
URL: https://github.com/apache/camel-quarkus/pull/353#discussion_r340939663
##
File path:
integration-tests/netty/src/test/java/org/apache/camel/quarkus/component/netty/it/NettyIT.java
##
@@ -0,0 +1,
dhartford commented on a change in pull request #353: Camel quarkus netty
URL: https://github.com/apache/camel-quarkus/pull/353#discussion_r340939728
##
File path:
integration-tests/netty/src/test/java/org/apache/camel/quarkus/component/netty/it/NettyTest.java
##
@@ -0,0 +
dhartford opened a new pull request #353: Camel quarkus netty
URL: https://github.com/apache/camel-quarkus/pull/353
https://github.com/apache/camel-quarkus/issues/248 initial support for
camel-quarkus-netty
This is an automat
asf-ci commented on issue #353: Camel quarkus netty
URL: https://github.com/apache/camel-quarkus/pull/353#issuecomment-548181383
Refer to this link for build results (access rights to CI server needed):
https://builds.apache.org/job/camel-quarkus-pr/371/
asf-ci commented on issue #353: Camel quarkus netty
URL: https://github.com/apache/camel-quarkus/pull/353#issuecomment-548181049
Refer to this link for build results (access rights to CI server needed):
https://builds.apache.org/job/camel-quarkus-pr/370/
asf-ci commented on issue #353: Camel quarkus netty
URL: https://github.com/apache/camel-quarkus/pull/353#issuecomment-548180635
Refer to this link for build results (access rights to CI server needed):
https://builds.apache.org/job/camel-quarkus-pr/369/Build result:
FAILURE[...trun
dhartford closed pull request #353: Camel quarkus netty
URL: https://github.com/apache/camel-quarkus/pull/353
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and us
hguerrero commented on issue #1035: can't use a function processor with
javascript
URL: https://github.com/apache/camel-k/issues/1035#issuecomment-548163248
`String.fromCharCode.apply(String, e.getMessage().getBody());`
does the trick!
---
hguerrero closed issue #1035: can't use a function processor with javascript
URL: https://github.com/apache/camel-k/issues/1035
This is an automated message from the Apache Git Service.
To respond to the message, please log o
hguerrero edited a comment on issue #1035: can't use a function processor with
javascript
URL: https://github.com/apache/camel-k/issues/1035#issuecomment-548160392
Ok, refactored to modify body using:
```
function processInventory(e) {
e.getMessage().setBody(
JSO
hguerrero edited a comment on issue #1035: can't use a function processor with
javascript
URL: https://github.com/apache/camel-k/issues/1035#issuecomment-548160392
Ok, refactored to modify body using:
```
function processInventory(e) {
e.getMessage().setBody(
JSO
hguerrero commented on issue #1035: can't use a function processor with
javascript
URL: https://github.com/apache/camel-k/issues/1035#issuecomment-548160392
Ok, refactored to modify body using:
```
function processInventory(e) {
e.getMessage().setBody(
JSON.strin
lburgazzoli commented on issue #1035: can't use a function processor with
javascript
URL: https://github.com/apache/camel-k/issues/1035#issuecomment-548158871
a processor is supposed to change the content of the exchange whereas here
your wrapped function does jot alter the exchange but re
hguerrero commented on issue #1035: can't use a function processor with
javascript
URL: https://github.com/apache/camel-k/issues/1035#issuecomment-548158195
changed to wrapper, no crash but now looks like function is not updating the
body
```
const Processor = Java.type("org.apac
lburgazzoli commented on issue #1035: can't use a function processor with
javascript
URL: https://github.com/apache/camel-k/issues/1035#issuecomment-548156733
you need to wrap it with one of the options shown
[here](https://github.com/apache/camel-k-runtime/blob/master/camel-k-loader-js/sr
hguerrero edited a comment on issue #1035: can't use a function processor with
javascript
URL: https://github.com/apache/camel-k/issues/1035#issuecomment-548155790
script
```
c = restConfiguration();
c.setComponent('undertow');
c.setPort('8080');
rest('/')
.po
hguerrero edited a comment on issue #1035: can't use a function processor with
javascript
URL: https://github.com/apache/camel-k/issues/1035#issuecomment-548155790
script
```c = restConfiguration();
c.setComponent('undertow');
c.setPort('8080');
rest('/')
.post('
hguerrero commented on issue #1035: can't use a function processor with
javascript
URL: https://github.com/apache/camel-k/issues/1035#issuecomment-548155790
script
`c = restConfiguration();
c.setComponent('undertow');
c.setPort('8080');
rest('/')
.post('/notify/order
lburgazzoli edited a comment on issue #1035: can't use a function processor
with javascript
URL: https://github.com/apache/camel-k/issues/1035#issuecomment-548150151
Can you add the full javascript code ? there are some know limitation of the
javascript interpreter that need to be workarou
lburgazzoli commented on issue #1035: can't use a function processor with
javascript
URL: https://github.com/apache/camel-k/issues/1035#issuecomment-548150151
Can you add the full javascript code ? there are some know limitation of the
javascript interpreter that need to be workaround
---
hguerrero opened a new issue #1035: can't use a function processor with
javascript
URL: https://github.com/apache/camel-k/issues/1035
When trying to call .process(function) in javascript i'm getting:
`[19] Exception in thread "main" TypeError: invokeMember on
JavaObject[Route[From[d
asf-ci commented on issue #353: Camel quarkus netty
URL: https://github.com/apache/camel-quarkus/pull/353#issuecomment-548133127
Refer to this link for build results (access rights to CI server needed):
https://builds.apache.org/job/camel-quarkus-pr/367/
asf-ci commented on issue #353: Camel quarkus netty
URL: https://github.com/apache/camel-quarkus/pull/353#issuecomment-548133204
Refer to this link for build results (access rights to CI server needed):
https://builds.apache.org/job/camel-quarkus-pr/368/
asf-ci commented on issue #355: Fix #354 Update contributor guide:
s/json/yaml/, extension adoc page
URL: https://github.com/apache/camel-quarkus/pull/355#issuecomment-548133050
Refer to this link for build results (access rights to CI server needed):
https://builds.apache.org/job/c
ppalaga commented on a change in pull request #353: Camel quarkus netty
URL: https://github.com/apache/camel-quarkus/pull/353#discussion_r340844861
##
File path:
integration-tests/netty/src/test/java/org/apache/camel/quarkus/component/netty/it/NettyTest.java
##
@@ -0,0 +1,
ppalaga commented on a change in pull request #353: Camel quarkus netty
URL: https://github.com/apache/camel-quarkus/pull/353#discussion_r340848828
##
File path:
integration-tests/netty/src/main/java/org/apache/camel/quarkus/component/netty/CamelRoute.java
##
@@ -0,0 +1,42
ppalaga edited a comment on issue #355: Fix #354 Update contributor guide:
s/json/yaml/, extension adoc page
URL: https://github.com/apache/camel-quarkus/pull/355#issuecomment-548098954
@dhartford now that you freshly passed the journey, do you have any
suggestions how we could further imp
ppalaga commented on issue #355: Fix #354 Update contributor guide:
s/json/yaml/, extension adoc page
URL: https://github.com/apache/camel-quarkus/pull/355#issuecomment-548098954
@dhartford now that you freshly passed the journey, do you have any
suggestions how we could improve the Contri
oscerd commented on a change in pull request #353: Camel quarkus netty
URL: https://github.com/apache/camel-quarkus/pull/353#discussion_r340841674
##
File path: .gitignore
##
@@ -19,7 +19,7 @@ bin/
*.iws
Review comment:
I'm always for removing the gitignore file.
ppalaga opened a new pull request #355: Fix #354 Update contributor guide:
s/json/yaml/, extension adoc page
URL: https://github.com/apache/camel-quarkus/pull/355
This is an automated message from the Apache Git Service.
To
ppalaga commented on issue #353: Camel quarkus netty
URL: https://github.com/apache/camel-quarkus/pull/353#issuecomment-548068907
> [#353
(comment)](https://github.com/apache/camel-quarkus/pull/353#discussion_r340781518)
>
> Thanks for pointing this out. It's not documented.
T
ppalaga opened a new issue #354: Update contributor guide: s/json/yaml/,
extension adoc page
URL: https://github.com/apache/camel-quarkus/issues/354
Plz assign to me.
This is an automated message from the Apache Git Service.
ppalaga commented on a change in pull request #353: Camel quarkus netty
URL: https://github.com/apache/camel-quarkus/pull/353#discussion_r340802726
##
File path: docs/modules/ROOT/pages/extensions/netty.adoc
##
@@ -0,0 +1,48 @@
+[[netty]]
+= Netty Extension
+
+*Experimental
ppalaga commented on a change in pull request #353: Camel quarkus netty
URL: https://github.com/apache/camel-quarkus/pull/353#discussion_r340801955
##
File path: docs/modules/ROOT/pages/extensions/netty.adoc
##
@@ -0,0 +1,48 @@
+[[netty]]
+= Netty Extension
+
+*Experimental
ppalaga commented on a change in pull request #353: Camel quarkus netty
URL: https://github.com/apache/camel-quarkus/pull/353#discussion_r340805111
##
File path:
integration-tests/netty/src/test/java/org/apache/camel/quarkus/component/netty/it/NettyIT.java
##
@@ -0,0 +1,24
ppalaga commented on a change in pull request #353: Camel quarkus netty
URL: https://github.com/apache/camel-quarkus/pull/353#discussion_r340803780
##
File path: docs/modules/ROOT/pages/extensions/netty.adoc
##
@@ -0,0 +1,48 @@
+[[netty]]
+= Netty Extension
+
+*Experimental
dhartford commented on a change in pull request #353: Camel quarkus netty
URL: https://github.com/apache/camel-quarkus/pull/353#discussion_r340805122
##
File path:
extensions/netty/runtime/src/main/resources/META-INF/quarkus-extension.json
##
@@ -0,0 +1,10 @@
+{
+ "name":
dhartford commented on a change in pull request #353: Camel quarkus netty
URL: https://github.com/apache/camel-quarkus/pull/353#discussion_r340804255
##
File path: docs/modules/ROOT/pages/list-of-camel-quarkus-extensions.adoc
##
@@ -51,6 +51,9 @@ Number of Camel components:
asf-ci commented on issue #353: Camel quarkus netty
URL: https://github.com/apache/camel-quarkus/pull/353#issuecomment-548064322
Refer to this link for build results (access rights to CI server needed):
https://builds.apache.org/job/camel-quarkus-pr/365/
oscerd commented on issue #353: Camel quarkus netty
URL: https://github.com/apache/camel-quarkus/pull/353#issuecomment-548063591
https://github.com/apache/camel-quarkus/pull/353#discussion_r340781518
Thanks for pointing this out. It's not documented.
-
ppalaga commented on a change in pull request #353: Camel quarkus netty
URL: https://github.com/apache/camel-quarkus/pull/353#discussion_r340794289
##
File path: integration-tests/netty/src/main/resources/application.properties
##
@@ -0,0 +1,30 @@
+## --
ppalaga commented on a change in pull request #353: Camel quarkus netty
URL: https://github.com/apache/camel-quarkus/pull/353#discussion_r340791211
##
File path: docs/modules/ROOT/pages/list-of-camel-quarkus-extensions.adoc
##
@@ -51,6 +51,9 @@ Number of Camel components: 2
ppalaga commented on a change in pull request #353: Camel quarkus netty
URL: https://github.com/apache/camel-quarkus/pull/353#discussion_r340781518
##
File path: docs/modules/ROOT/pages/list-of-camel-quarkus-extensions.adoc
##
@@ -51,6 +51,9 @@ Number of Camel components: 2
asf-ci commented on issue #353: Camel quarkus netty
URL: https://github.com/apache/camel-quarkus/pull/353#issuecomment-548061149
Refer to this link for build results (access rights to CI server needed):
https://builds.apache.org/job/camel-quarkus-pr/364/
ppalaga commented on a change in pull request #353: Camel quarkus netty
URL: https://github.com/apache/camel-quarkus/pull/353#discussion_r340793893
##
File path: integration-tests/netty/src/main/resources/application.properties
##
@@ -0,0 +1,30 @@
+## --
ppalaga commented on a change in pull request #353: Camel quarkus netty
URL: https://github.com/apache/camel-quarkus/pull/353#discussion_r340795518
##
File path:
integration-tests/netty/src/test/java/org/apache/camel/quarkus/component/netty/it/NettyTest.java
##
@@ -0,0 +1,
ppalaga commented on a change in pull request #353: Camel quarkus netty
URL: https://github.com/apache/camel-quarkus/pull/353#discussion_r340786046
##
File path:
extensions/netty/runtime/src/main/resources/META-INF/quarkus-extension.json
##
@@ -0,0 +1,10 @@
+{
+ "name": "
ppalaga commented on a change in pull request #353: Camel quarkus netty
URL: https://github.com/apache/camel-quarkus/pull/353#discussion_r340796295
##
File path:
integration-tests/netty/src/test/java/org/apache/camel/quarkus/component/netty/it/NettyTest.java
##
@@ -0,0 +1,
oscerd commented on a change in pull request #353: Camel quarkus netty
URL: https://github.com/apache/camel-quarkus/pull/353#discussion_r340795988
##
File path: .gitignore
##
@@ -33,3 +33,6 @@ nb-configuration.xml
Review comment:
I mean the gitignore file totally. I
dhartford commented on a change in pull request #353: Camel quarkus netty
URL: https://github.com/apache/camel-quarkus/pull/353#discussion_r340790432
##
File path: .gitignore
##
@@ -33,3 +33,6 @@ nb-configuration.xml
Review comment:
the netbeans config in the .gitig
asf-ci commented on issue #353: Camel quarkus netty
URL: https://github.com/apache/camel-quarkus/pull/353#issuecomment-548052649
Refer to this link for build results (access rights to CI server needed):
https://builds.apache.org/job/camel-quarkus-pr/363/
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 a20fdca update camel-jpa doc about when entityT
nicolaferraro commented on issue #813: Builds are 1200% slower on Openshift 4
URL: https://github.com/apache/camel-k/issues/813#issuecomment-548047113
Any ocp4 cluster I've tried so far has this issue. Crc and aws. We need to
understand what's the source of this problem and fix it (or ask w
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 2e212fc correct typos and polish JpaTest
2e212f
dhirajsb commented on issue #813: Builds are 1200% slower on Openshift 4
URL: https://github.com/apache/camel-k/issues/813#issuecomment-548020207
@nicolaferraro does this happen with pretty much any camelk example, or is
there a specific use case where this is really evident? And is this is
asf-ci commented on issue #353: Camel quarkus netty
URL: https://github.com/apache/camel-quarkus/pull/353#issuecomment-548000142
Refer to this link for build results (access rights to CI server needed):
https://builds.apache.org/job/camel-quarkus-pr/362/
apupier opened a new pull request #1034: Add readme in examples subfolder
URL: https://github.com/apache/camel-k/pull/1034
Signed-off-by: Aurélien Pupier
I would like to point to the examples folder of this repo for the example
project when creating a Camel K Che stack.
Currently
This is an automated email from the ASF dual-hosted git repository.
janbednar pushed a change to branch CAMEL-14110
in repository https://gitbox.apache.org/repos/asf/camel.git.
discard bed1323 CAMEL-14110: Nitrite component initial commit
add 1a011e4 CAMEL-14061 camel-website - Add page
oscerd commented on issue #353: Camel quarkus netty
URL: https://github.com/apache/camel-quarkus/pull/353#issuecomment-547950259
And by the way you have conflicts need to be fixed.
This is an automated message from the Apache
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 1c2318d Remove Debezium MySQL dependencies fr
oscerd commented on a change in pull request #353: Camel quarkus netty
URL: https://github.com/apache/camel-quarkus/pull/353#discussion_r340669467
##
File path:
integration-tests/netty/src/main/java/org/apache/camel/quarkus/component/netty/CamelRoute.java
##
@@ -0,0 +1,43
oscerd commented on a change in pull request #353: Camel quarkus netty
URL: https://github.com/apache/camel-quarkus/pull/353#discussion_r340668632
##
File path: .gitignore
##
@@ -33,3 +33,6 @@ nb-configuration.xml
Review comment:
This can be removed.
--
oscerd commented on a change in pull request #353: Camel quarkus netty
URL: https://github.com/apache/camel-quarkus/pull/353#discussion_r340668493
##
File path: docs/modules/ROOT/pages/list-of-camel-quarkus-extensions.adoc
##
@@ -51,6 +51,9 @@ Number of Camel components: 25
dhartford opened a new pull request #353: Camel quarkus netty
URL: https://github.com/apache/camel-quarkus/pull/353
https://github.com/apache/camel-quarkus/issues/248 initial support for
camel-quarkus-netty
This is an automat
dhartford commented on issue #248: Create a Camel Netty TCP extension
URL: https://github.com/apache/camel-quarkus/issues/248#issuecomment-547940436
Alright, native tests pass, adding the the reflective classes with an
additional dependency camel-endpointdsl was the solution.
-
asf-ci commented on issue #350: Upgrade to quarkus 0.27.0
URL: https://github.com/apache/camel-quarkus/pull/350#issuecomment-547932459
Refer to this link for build results (access rights to CI server needed):
https://builds.apache.org/job/camel-quarkus-pr/361/
--
rhn-support-kboone commented on issue #1032: No interface for setting the
number of pods on which an integration is to be deployed
URL: https://github.com/apache/camel-k/issues/1032#issuecomment-547928498
I've just realized that if I change .spec.replicas using "oc edit it", the
integratio
rhn-support-kboone opened a new issue #1033: Document, or provide examples for,
TLS configuration on OpenShift
URL: https://github.com/apache/camel-k/issues/1033
It is not very obvious how to configure a Camel-K integration for TLS
support on OpenShift. This is particularly relevant for in
rhn-support-kboone opened a new issue #1032: No interface for setting the
number of pods on which an integration is to be deployed
URL: https://github.com/apache/camel-k/issues/1032
Camel K exposes an interface for setting the affinities of multiple
integration pods with physical nodes on
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 b082337 Upgrade Narayana to version 5.10.0.F
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-quarkus.git
The following commit(s) were added to refs/heads/master by this push:
new 7bb74e5 [maven-release-plugin] prepa
This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a change to annotated tag 0.3.1
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git.
at 3fad3ef (tag)
tagging 622458e1bbaf582344118b26dac579bfc2d68e1e (commit)
replaces 0.3.0
by A
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-quarkus.git
The following commit(s) were added to refs/heads/master by this push:
new 622458e [maven-release-plugin] prepa
dependabot[bot] commented on issue #180: chore(deps): bump checkstyle from
7.6.1 to 8.18
URL: https://github.com/apache/camel-k-runtime/pull/180#issuecomment-547887706
OK, I won't notify you about version 8.x.x again, unless you re-open this PR
or update to a 8.x.x release yourself.
-
lburgazzoli commented on issue #180: chore(deps): bump checkstyle from 7.6.1 to
8.18
URL: https://github.com/apache/camel-k-runtime/pull/180#issuecomment-547887680
@dependabot ignore this major version
This is an automated me
dependabot[bot] closed pull request #180: chore(deps): bump checkstyle from
7.6.1 to 8.18
URL: https://github.com/apache/camel-k-runtime/pull/180
This is an automated message from the Apache Git Service.
To respond to the me
asf-ci commented on issue #350: Upgrade to quarkus 0.27.0
URL: https://github.com/apache/camel-quarkus/pull/350#issuecomment-547877127
Refer to this link for build results (access rights to CI server needed):
https://builds.apache.org/job/camel-quarkus-pr/360/
--
dependabot[bot] opened a new pull request #180: chore(deps): bump checkstyle
from 7.6.1 to 8.18
URL: https://github.com/apache/camel-k-runtime/pull/180
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 7.6.1 to
8.18.
Release notes
*Sourced from [checkstyle's
This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/com.puppycrawl.tools-checkstyle-8.18
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git.
at e2c3475 chore(deps): bump checkstyle from 7.6.1 to 8.18
This is an automated email from the ASF dual-hosted git repository.
astefanutti pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
commit 5a6669ed35a82c710be2c11a774d72c22c041df9
Author: Antonin Stefanutti
AuthorDate: Thu Oct 17 17:50:52 2019 +
lburgazzoli commented on issue #344: WIP: Move to Quarkus 0.27+ yaml descriptor
URL: https://github.com/apache/camel-quarkus/pull/344#issuecomment-547872344
done by #350
This is an automated message from the Apache Git Servic
astefanutti closed issue #148: add quarkus information in catalog generator
URL: https://github.com/apache/camel-k-runtime/issues/148
This is an automated message from the Apache Git Service.
To respond to the message, please
This is an automated email from the ASF dual-hosted git repository.
astefanutti pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
commit f2e8f747a7251fabace8afb0f63537cc0e8914d9
Author: lburgazzoli
AuthorDate: Sun Oct 27 20:09:51 2019 +0100
This is an automated email from the ASF dual-hosted git repository.
astefanutti pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
commit 951b421f97a032802b64d42bda40d9591bffad0c
Author: lburgazzoli
AuthorDate: Sun Oct 27 20:02:40 2019 +0100
This is an automated email from the ASF dual-hosted git repository.
astefanutti pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git.
from f4c290e Merge pull request #178 from lburgazzoli/github-177
new 5a6669e Add support for Quarkus
This is an automated email from the ASF dual-hosted git repository.
astefanutti pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
commit 46109b19ad9041bfee3e28231ab29109b5ad8ae8
Author: Antonin Stefanutti
AuthorDate: Tue Oct 29 18:36:08 2019 +
lburgazzoli closed pull request #344: WIP: Move to Quarkus 0.27+ yaml descriptor
URL: https://github.com/apache/camel-quarkus/pull/344
This is an automated message from the Apache Git Service.
To respond to the message, pleas
astefanutti merged pull request #167: Camel Quarkus 0.3.0 support
URL: https://github.com/apache/camel-k-runtime/pull/167
This is an automated message from the Apache Git Service.
To respond to the message, please log on to G
This is an automated email from the ASF dual-hosted git repository.
astefanutti pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
commit fea81ff7fec7089ff5cde60936774c6c88a4b90b
Author: lburgazzoli
AuthorDate: Sun Oct 27 20:09:18 2019 +0100
This is an automated email from the ASF dual-hosted git repository.
astefanutti pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
commit a460fc8d5f6be0db419fb4607a9653af57a57686
Author: Antonin Stefanutti
AuthorDate: Wed Oct 30 11:40:08 2019 +
This is an automated email from the ASF dual-hosted git repository.
astefanutti pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
commit a4989945bb7d0cc411f542b979b38a46a88c2c1b
Author: Antonin Stefanutti
AuthorDate: Tue Oct 29 16:50:23 2019 +
This is an automated email from the ASF dual-hosted git repository.
astefanutti pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
commit e1068da68db0f3d95353d01c5a9599f91fa6cddd
Author: lburgazzoli
AuthorDate: Sat Oct 26 00:56:45 2019 +0200
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 28d019c CAMEL-13233: Add trace logging for ab
astefanutti closed issue #149: switch to camel main for quarkus related bits
URL: https://github.com/apache/camel-k-runtime/issues/149
This is an automated message from the Apache Git Service.
To respond to the message, pleas
1 - 100 of 150 matches
Mail list logo