ppalaga commented on issue #1428:
URL: https://github.com/apache/camel-quarkus/issues/1428#issuecomment-650964999
@zhfeng I cannot assign to you unless you add a comment
This is an automated message from the Apache Git Servic
AemieJ edited a comment on pull request #398:
URL: https://github.com/apache/camel-website/pull/398#issuecomment-650871258
@zregvart that's a good suggestion if we just want the logo to appear in the
nav menu. With that, I changed breakpoint to 1024
---
This is an automated email from the ASF dual-hosted git repository.
zregvart pushed a change to branch issue/CAMEL-14682
in repository https://gitbox.apache.org/repos/asf/camel-website.git.
discard 4359f56 chore: add Yarn zero install files
discard 7207da7 CAMEL-14682: Upgrade to Yarn Berry
This is an automated email from the ASF dual-hosted git repository.
zregvart pushed a change to branch issue/CAMEL-14682
in repository https://gitbox.apache.org/repos/asf/camel-website.git.
discard 6820711 chore: add Yarn zero install files
discard c62bf81 CAMEL-14682: Upgrade to Yarn Berry
oscerd merged pull request #1570:
URL: https://github.com/apache/camel-k/pull/1570
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 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-k.git
The following commit(s) were added to refs/heads/master by this push:
new 01c7543 add documentation for CRC #1410
AemieJ commented on pull request #416:
URL: https://github.com/apache/camel-website/pull/416#issuecomment-650903855
The functionality section was designed in a manner to occupy lesser space
however with the current changes, it is just a box design covering lots of
space as it did before. E
AemieJ commented on pull request #398:
URL: https://github.com/apache/camel-website/pull/398#issuecomment-650871258
@zregvart that's a good suggestion if we just want the logo to appear in the
nav menu. It will space as well.
--
zhfeng commented on pull request #1411:
URL: https://github.com/apache/camel-quarkus/pull/1411#issuecomment-650868902
@ppalaga sure, please assign it to me.
This is an automated message from the Apache Git Service.
To respond
github-actions[bot] commented on issue #1427:
URL: https://github.com/apache/camel-quarkus/issues/1427#issuecomment-650864596
The
[quarkus-master](https://github.com/apache/camel-quarkus/tree/quarkus-master)
branch build is still failing:
* Build ID: 150990820-67-ba7d83f0-3e47-48b4-
This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch camel-master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 0c02f0b6d0b5481127ef66fd02bbe729a29481d9
Author: James Netherton
AuthorDate: Thu Jun 18 16:30:49 2020 +
This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch camel-master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git.
discard 656657a Upgrade to Camel 3.5.0-SNAPSHOT
add 5e418ad Observe Camel's Management events #1398
This is an automated email from the ASF dual-hosted git repository.
zregvart pushed a change to branch issue/CAMEL-14682
in repository https://gitbox.apache.org/repos/asf/camel-website.git.
discard cc1561a chore: add Yarn zero install files
discard 096265a CAMEL-14682: Upgrade to Yarn Berry
zregvart commented on pull request #398:
URL: https://github.com/apache/camel-website/pull/398#issuecomment-650831572
@AemieJ what if we shrunk the logo width in the nav bar to 4rem and reduced
the padding between menu items from 2rem to 1.5rem, then at 1024px we can still
have the _big_ m
zregvart commented on a change in pull request #369:
URL: https://github.com/apache/camel-website/pull/369#discussion_r446706023
##
File path: antora-ui-camel/src/css/doc.css
##
@@ -111,6 +111,25 @@
overflow-x: auto;
}
+.doc .table-wrapper::-webkit-scrollbar {
+ height:
zregvart opened a new pull request #417:
URL: https://github.com/apache/camel-website/pull/417
This upgrades to the latest Yarn 2 (Berry). I've opted to the zero
install[1] configuration for added stability, see the linked
documentation on the argumentation and potential drawbacks.
This is an automated email from the ASF dual-hosted git repository.
zregvart pushed a change to branch issue/CAMEL-14682
in repository https://gitbox.apache.org/repos/asf/camel-website.git.
at cc1561a chore: add Yarn zero install files
This branch includes the following new commits:
ppalaga opened a new issue #1429:
URL: https://github.com/apache/camel-quarkus/issues/1429
Mentioned in
https://issues.apache.org/jira/browse/SUREFIRE-1809?focusedCommentId=17147443&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17147443
:
```
[ERRO
doru1004 opened a new issue #1581:
URL: https://github.com/apache/camel-k/issues/1581
I have the following Camel code running with Camel K but I would like to
transform this code into Yaml.
```
GsonDataFormat gson = new GsonDataFormat(MyClass.class);
from("timer:clock")
doru1004 edited a comment on issue #1579:
URL: https://github.com/apache/camel-k/issues/1579#issuecomment-650805380
Note to the above comment: I am doing this in an all Camel example and I was
able to get it to work by **not** using the `@BindToRegistry` annotation but by
doing this:
doru1004 edited a comment on issue #1579:
URL: https://github.com/apache/camel-k/issues/1579#issuecomment-650805380
Note to the above comment: I am doing this in an all Camel example and I was
able to get it to work by **not** using the `@BindToRegistry` annotation but by
doing this:
doru1004 commented on issue #1579:
URL: https://github.com/apache/camel-k/issues/1579#issuecomment-650805380
Note to the above comment: I am doing this in an all Camel example and I was
able to get it to work by **not** using the `@BindToRegistry` annotation but by
doing this:
```
doru1004 commented on issue #1579:
URL: https://github.com/apache/camel-k/issues/1579#issuecomment-650801582
I did that and then added this to my route:
```
.to("bean:MyProcessor")
```
I got an error saying:
```
No bean could be found in the registry for: MyProc
ppalaga commented on pull request #1411:
URL: https://github.com/apache/camel-quarkus/pull/1411#issuecomment-650765646
@zhfeng thanks!
I have filed a followup issue for the usage:
https://github.com/apache/camel-quarkus/issues/1428 Would you mind picking it?
---
This is an automated email from the ASF dual-hosted git repository.
ppalaga pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/master by this push:
new 28ad160 Fix #1263 - Add the camel-jta e
ppalaga closed issue #1263:
URL: https://github.com/apache/camel-quarkus/issues/1263
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
ppalaga merged pull request #1411:
URL: https://github.com/apache/camel-quarkus/pull/1411
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
ppalaga opened a new issue #1428:
URL: https://github.com/apache/camel-quarkus/issues/1428
It would be nice to have `extensions/jta/runtime/src/main/doc/usage.adoc`
either showing a minimal example or containing a link to a page where a basic
example can be found.
---
oscerd merged pull request #3955:
URL: https://github.com/apache/camel/pull/3955
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
This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch camel-3.4.x
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-3.4.x by this push:
new 0529c89 CAMEL-15216 : Omit the war
AemieJ opened a new pull request #3955:
URL: https://github.com/apache/camel/pull/3955
* Fix for 3.4.x version.
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
oscerd merged pull request #6:
URL: https://github.com/apache/camel-k-examples/pull/6
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 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-k-examples.git
The following commit(s) were added to refs/heads/master by this push:
new b20a0b8 Fix typos and links in
0
madmesi opened a new issue #1580:
URL: https://github.com/apache/camel-k/issues/1580
Description :
my Sample.java camel-k integration on kubernetes failed:
I installed camel -k with command line:
kamel install --registry=myregistry.example.com --force
- kubectl : `
akieling opened a new pull request #6:
URL: https://github.com/apache/camel-k-examples/pull/6
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
aashnajena opened a new pull request #416:
URL: https://github.com/apache/camel-website/pull/416
Cleaned up frontpage.css to group css rules together and scope them better.
Also made some changes to ensure content is better spaced, headings/margins are
consistent for all frontpage sections
AemieJ commented on pull request #369:
URL: https://github.com/apache/camel-website/pull/369#issuecomment-650737230
@zregvart I have done that now!
This is an automated message from the Apache Git Service.
To respond to t
davsclaus commented on issue #1579:
URL: https://github.com/apache/camel-k/issues/1579#issuecomment-650724285
You can add @BindToRegisty on the MyProcessor class
This is an automated message from the Apache Git Service.
To re
This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch camel-3.4.x
in repository https://gitbox.apache.org/repos/asf/camel.git
commit 51831a857aacc340dd9e3d083fb70a9c85625b52
Author: Amos Feng
AuthorDate: Sun Jun 28 17:14:10 2020 +0800
CAMEL-
This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch camel-3.4.x
in repository https://gitbox.apache.org/repos/asf/camel.git
commit c5c6f907edcd9aeece598097cae06f82d351e3e2
Author: Luca Burgazzoli
AuthorDate: Sun Jun 28 11:16:18 2020 +0200
This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch camel-3.4.x
in repository https://gitbox.apache.org/repos/asf/camel.git.
from b597841 Update seda-component.adoc (#3949)
new 51831a8 CAMEL-15251: camel-cdi fix the mandatory and nev
davsclaus merged pull request #3953:
URL: https://github.com/apache/camel/pull/3953
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
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 a56a4df RestProducerFactory: match RestConfig
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 d917e1c Regen
add 16e337a CAMEL-15251: camel-cdi fix the mandatory and never
transaction policy (#3954)
No
davsclaus merged pull request #3954:
URL: https://github.com/apache/camel/pull/3954
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
AemieJ edited a comment on pull request #413:
URL: https://github.com/apache/camel-website/pull/413#issuecomment-650705370
@zregvart I will give a look at it.
This is an automated message from the Apache Git Service.
To respo
zhfeng opened a new pull request #3954:
URL: https://github.com/apache/camel/pull/3954
[ ] Make sure there is a [JIRA
issue](https://issues.apache.org/jira/browse/CAMEL) filed for the change
(usually before you start working on it). Trivial changes like typos do not
require a JIRA issue.
47 matches
Mail list logo