[GitHub] [camel-website] AemieJ commented on pull request #415: fix: provide padding between text field and the cancel button

2020-06-26 Thread GitBox
AemieJ commented on pull request #415: URL: https://github.com/apache/camel-website/pull/415#issuecomment-650484755 @aashnajena That will be taken care of under the search design implementation. This is an automated

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

2020-06-26 Thread GitBox
github-actions[bot] opened a new issue #1427: URL: https://github.com/apache/camel-quarkus/issues/1427 The [quarkus-master](https://github.com/apache/camel-quarkus/tree/quarkus-master) branch build is failing: * Build ID: 149355996-65-bae3cbf2-4d43-4295-9f45-926ece0271a5 * Camel

[GitHub] [camel-spring-boot] github-actions[bot] opened a new pull request #96: [Github Actions] Periodic Sync Camel Spring Boot Master Branch

2020-06-26 Thread GitBox
github-actions[bot] opened a new pull request #96: URL: https://github.com/apache/camel-spring-boot/pull/96 Periodic Sync of Camel Spring Boot Master Branch with main Camel Master. see https://github.com/apache/camel-spring-boot/blob/master/.github/workflows/automatic-sync-master.yml

[camel-spring-boot] branch automatic-periodic-sync updated (1b5808d -> 331d1ec)

2020-06-26 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch automatic-periodic-sync in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git. omit 1b5808d [create-pull-request] automated change add c44f79f

[GitHub] [camel-kafka-connector] oscerd merged pull request #308: Fixes AWS test cases when running with remote AWS services

2020-06-26 Thread GitBox
oscerd merged pull request #308: URL: https://github.com/apache/camel-kafka-connector/pull/308 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[camel-kafka-connector] branch master updated: Fixes AWS test cases when running with remote AWS services

2020-06-26 Thread acosentino
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-kafka-connector.git The following commit(s) were added to refs/heads/master by this push: new 9957652 Fixes AWS test

[GitHub] [camel-website] aashnajena commented on pull request #415: fix: provide padding between text field and the cancel button

2020-06-26 Thread GitBox
aashnajena commented on pull request #415: URL: https://github.com/apache/camel-website/pull/415#issuecomment-650403417 We should also have the cancel button at the vertical center of the input box. It's visibly lower than that.

[GitHub] [camel-website] aashnajena commented on pull request #397: Merge Projects and Documentation Page

2020-06-26 Thread GitBox
aashnajena commented on pull request #397: URL: https://github.com/apache/camel-website/pull/397#issuecomment-650402099 Pushed changes for Aemie's comments This is an automated message from the Apache Git Service. To respond

[camel-quarkus] branch master updated: Enable Debezium tests after the upgrade to Quarkus 1.6.0.CR1

2020-06-26 Thread ppalaga
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 79f9c28 Enable Debezium tests after

[GitHub] [camel-quarkus] ppalaga closed issue #1313: [Quarkus 1.6] Unresolved method AutoscalingAPIGroupDSL.v1() error in Kubernetes native image generation

2020-06-26 Thread GitBox
ppalaga closed issue #1313: URL: https://github.com/apache/camel-quarkus/issues/1313 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

[camel-quarkus] branch master updated: Fix #1313 Upgrade to Kubernetes Client 4.10.2 to align with Quarkus

2020-06-26 Thread ppalaga
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 0457321 Fix #1313 Upgrade to

[GitHub] [camel-quarkus] ppalaga merged pull request #1424: Enable Debezium tests after the upgrade to Quarkus 1.6.0.CR1

2020-06-26 Thread GitBox
ppalaga merged pull request #1424: URL: https://github.com/apache/camel-quarkus/pull/1424 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

[GitHub] [camel-quarkus] ppalaga merged pull request #1425: Fix #1313 Upgrade to Kubernetes Client 4.10.2 to align with Quarkus

2020-06-26 Thread GitBox
ppalaga merged pull request #1425: URL: https://github.com/apache/camel-quarkus/pull/1425 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

[GitHub] [camel] lburgazzoli opened a new pull request #3953: RestProducerFactory: match RestConfiguration by producer component

2020-06-26 Thread GitBox
lburgazzoli opened a new pull request #3953: URL: https://github.com/apache/camel/pull/3953 [ ] 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

[GitHub] [camel-k] doru1004 commented on issue #1579: Running YAML code

2020-06-26 Thread GitBox
doru1004 commented on issue #1579: URL: https://github.com/apache/camel-k/issues/1579#issuecomment-650324660 What is the approximate timeline for the next release? This is an automated message from the Apache Git Service. To

[GitHub] [camel-k] doru1004 commented on issue #1579: Running YAML code

2020-06-26 Thread GitBox
doru1004 commented on issue #1579: URL: https://github.com/apache/camel-k/issues/1579#issuecomment-650323903 Got it. That's helpful to know! This is an automated message from the Apache Git Service. To respond to the

[GitHub] [camel-k] lburgazzoli commented on issue #1579: Running YAML code

2020-06-26 Thread GitBox
lburgazzoli commented on issue #1579: URL: https://github.com/apache/camel-k/issues/1579#issuecomment-650323419 The current implementation only accept a reference to a Processor stored in the registry so to reference a class you should use the bean dsl, however in the next release there

[GitHub] [camel-k] doru1004 commented on issue #1579: Running YAML code

2020-06-26 Thread GitBox
doru1004 commented on issue #1579: URL: https://github.com/apache/camel-k/issues/1579#issuecomment-650322514 In other words, what would be the correct syntax for passing a processor class to the process step. This is an

[GitHub] [camel-k] doru1004 commented on issue #1579: Running YAML code

2020-06-26 Thread GitBox
doru1004 commented on issue #1579: URL: https://github.com/apache/camel-k/issues/1579#issuecomment-650320236 Just to make sure I understand, is there no yaml way in which I could specify a custom processor? The yaml code I wrote there my be wrong, in particular this part: ``` -

[GitHub] [camel-k] lburgazzoli commented on issue #1579: Running YAML code

2020-06-26 Thread GitBox
lburgazzoli commented on issue #1579: URL: https://github.com/apache/camel-k/issues/1579#issuecomment-650318327 A fix for this will be available in the next release of the camel-k-runtime, however storing arbitrary code in a CR is not the recommended approach and best is to leverage

[GitHub] [camel-k] doru1004 opened a new issue #1579: Running YAML code

2020-06-26 Thread GitBox
doru1004 opened a new issue #1579: URL: https://github.com/apache/camel-k/issues/1579 I am trying to transform a Camel route with a simple processor into a yaml version of itself. I have my processor in a different file MyProcessor.java. I have tried writing something like

[GitHub] [camel-quarkus] lburgazzoli commented on issue #1303: Configuring api context path with property camel.context.rest-configuration.api-context-path does not work

2020-06-26 Thread GitBox
lburgazzoli commented on issue #1303: URL: https://github.com/apache/camel-quarkus/issues/1303#issuecomment-650297557 I thought that the RestConfiguration was instantiated only once after the first property set. Btw since we have now a single configuration for rest we could avoid

[GitHub] [camel-quarkus] ppalaga edited a comment on issue #1274: [Quarkus 1.6] quarkus:dev can't reload when updating timer-log example

2020-06-26 Thread GitBox
ppalaga edited a comment on issue #1274: URL: https://github.com/apache/camel-quarkus/issues/1274#issuecomment-650260185 Fixed in master already by upgrading to Quarkus 1.6.0.CR1 This is an automated message from the Apache

[GitHub] [camel-quarkus] ppalaga closed issue #1274: [Quarkus 1.6] quarkus:dev can't reload when updating timer-log example

2020-06-26 Thread GitBox
ppalaga closed issue #1274: URL: https://github.com/apache/camel-quarkus/issues/1274 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

[GitHub] [camel-quarkus] ppalaga commented on issue #1274: [Quarkus 1.6] quarkus:dev can't reload when updating timer-log example

2020-06-26 Thread GitBox
ppalaga commented on issue #1274: URL: https://github.com/apache/camel-quarkus/issues/1274#issuecomment-650260185 Fixed im master already by upgrading to Quarkus 1.6.0.CR1 This is an automated message from the Apache Git

[GitHub] [camel-quarkus] ppalaga opened a new issue #1426: Remove our dependency parity check once quarkusio/quarkus#10279 is fixed

2020-06-26 Thread GitBox
ppalaga opened a new issue #1426: URL: https://github.com/apache/camel-quarkus/issues/1426 The code assembling `parityViolations` can be removed from tooling/scripts/validate-dependencies.groovy once the fixes https://github.com/quarkusio/quarkus/pull/10286 and

[GitHub] [camel-quarkus] ppalaga opened a new pull request #1425: Fix #1313 Upgrade to Kubernetes Client 4.10.2 to align with Quarkus

2020-06-26 Thread GitBox
ppalaga opened a new pull request #1425: URL: https://github.com/apache/camel-quarkus/pull/1425 Unresolved method AutoscalingAPIGroupDSL.v1() error in Kubernetes native image generation Fix #1313 This is an

[GitHub] [camel-quarkus] ppalaga commented on pull request #1366: Fix #838 TimeZone-less DTSTART and DTEND not changed to GMT

2020-06-26 Thread GitBox
ppalaga commented on pull request #1366: URL: https://github.com/apache/camel-quarkus/pull/1366#issuecomment-650253010 1ffce1c rebased. Should be good to merge now that we are on Quarkus 1.6.0.CR1 This is an automated

[GitHub] [camel-quarkus] ppalaga commented on pull request #1424: Enable Debezium tests after the upgrade to Quarkus 1.6.0.CR1

2020-06-26 Thread GitBox
ppalaga commented on pull request #1424: URL: https://github.com/apache/camel-quarkus/pull/1424#issuecomment-650250791 @JiriOndrusek the SQL Server test (off by default) is still failing with this commit, but I saw you are trying to fix it in

[GitHub] [camel-quarkus] ppalaga opened a new pull request #1424: Enable Debezium tests after the upgrade to Quarkus 1.6.0.CR1

2020-06-26 Thread GitBox
ppalaga opened a new pull request #1424: URL: https://github.com/apache/camel-quarkus/pull/1424 This reverts commit 144cff56d95d34fe58aa1fcad2551ccb7d677815. This is an automated message from the Apache Git Service. To

[camel] 03/04: Camel-Solr: Fixed version reported to 8.4.1

2020-06-26 Thread acosentino
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 a880f027f5baa9926a49b36103573b1debd1ed42 Author: Andrea Cosentino AuthorDate: Fri Jun 26 17:25:53 2020 +0200

[camel] branch master updated (f8a7729 -> 93ff5c5)

2020-06-26 Thread acosentino
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 f8a7729 Regen website docs new d97ddae Camel-Solr: Fixed some old reference in docs new b823565

[camel] 04/04: Regen website docs

2020-06-26 Thread acosentino
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 93ff5c5880dfabe05ce8a511367a85ee1d1ba453 Author: Andrea Cosentino AuthorDate: Fri Jun 26 17:26:27 2020 +0200

[camel] 01/04: Camel-Solr: Fixed some old reference in docs

2020-06-26 Thread acosentino
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 d97ddae7ab552349df292a3f6d0af06086aa6fbd Author: Andrea Cosentino AuthorDate: Fri Jun 26 17:24:28 2020 +0200

[camel] 02/04: Regen website docs

2020-06-26 Thread acosentino
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 b82356519ed2b7de5747494670cd0d0e6f85 Author: Andrea Cosentino AuthorDate: Fri Jun 26 17:25:36 2020 +0200

[camel] 02/02: Regen website docs

2020-06-26 Thread acosentino
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 f8a7729ca0064d0ba25a31f7034e0cd9bd222006 Author: Andrea Cosentino AuthorDate: Fri Jun 26 17:14:50 2020 +0200

[camel] 01/02: Camel-Lucene: Upgrade the link to query parser syntax

2020-06-26 Thread acosentino
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 c0e65580c071ec4e2f9d61467b12d3ae7b87eeb1 Author: Andrea Cosentino AuthorDate: Fri Jun 26 17:13:50 2020 +0200

[camel] branch master updated (f0baf53 -> f8a7729)

2020-06-26 Thread acosentino
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 f0baf53 Regen website docs new c0e6558 Camel-Lucene: Upgrade the link to query parser syntax new

[GitHub] [camel-quarkus] jamesnetherton commented on issue #1303: Configuring api context path with property camel.context.rest-configuration.api-context-path does not work

2020-06-26 Thread GitBox
jamesnetherton commented on issue #1303: URL: https://github.com/apache/camel-quarkus/issues/1303#issuecomment-650221507 TL;DR - `FastCamelContext` needs to be registered for reflection for the `camel.context.rest-configuration.*` config style to work in native mode. It comes down

[camel] branch master updated: Regen website docs

2020-06-26 Thread acosentino
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 f0baf53 Regen website docs f0baf53 is

[GitHub] [camel] oscerd merged pull request #3952: Fix typo across docs: '3rd' instead of '3th'

2020-06-26 Thread GitBox
oscerd merged pull request #3952: URL: https://github.com/apache/camel/pull/3952 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

[GitHub] [camel] oscerd commented on pull request #3952: Fix typo across docs: '3rd' instead of '3th'

2020-06-26 Thread GitBox
oscerd commented on pull request #3952: URL: https://github.com/apache/camel/pull/3952#issuecomment-650182360 Tgank you This is an automated message from the Apache Git Service. To respond to the message, please log on to

[camel] branch master updated: Fix typo across docs: '3rd' instead of '3th' (#3952)

2020-06-26 Thread acosentino
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 53ef200 Fix typo across docs: '3rd' instead

[GitHub] [camel] paul-pop opened a new pull request #3952: Fix typo across docs: '3rd' instead of '3th'

2020-06-26 Thread GitBox
paul-pop opened a new pull request #3952: URL: https://github.com/apache/camel/pull/3952 ## Issue Fixes typos in documentation to use correct form: `3rd`. ## Checklist [x] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/CAMEL) filed for the change

[GitHub] [camel-website] AemieJ opened a new pull request #415: fix: provide padding between text field and the cancel button

2020-06-26 Thread GitBox
AemieJ opened a new pull request #415: URL: https://github.com/apache/camel-website/pull/415 * Previously, when long text is written within the search bar input it hides behind the cancel button.

[GitHub] [camel-website] AemieJ closed pull request #413: Automate the process of building the website using Makefile

2020-06-26 Thread GitBox
AemieJ closed pull request #413: URL: https://github.com/apache/camel-website/pull/413 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

[camel-spring-boot] branch master updated: Regen

2020-06-26 Thread acosentino
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 2848ab0 Regen 2848ab0 is

[camel] branch master updated: Regen

2020-06-26 Thread acosentino
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 e60e5a0 Regen e60e5a0 is described below

[GitHub] [camel-k] oscerd merged pull request #1554: fix(util): line break after "Monitoring pod ..." message

2020-06-26 Thread GitBox
oscerd merged pull request #1554: URL: https://github.com/apache/camel-k/pull/1554 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

[camel-k] branch master updated: fix(util): line break after "Monitoring pod ..." message

2020-06-26 Thread acosentino
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 0862cab fix(util): line break after

[GitHub] [camel-k] oscerd merged pull request #1578: Fix typo fo -> of

2020-06-26 Thread GitBox
oscerd merged pull request #1578: URL: https://github.com/apache/camel-k/pull/1578 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

[camel-k] branch master updated: Fix typo fo -> of

2020-06-26 Thread acosentino
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 7a2cae5 Fix typo fo -> of new

[GitHub] [camel-k] apupier opened a new pull request #1578: Fix typo fo -> of

2020-06-26 Thread GitBox
apupier opened a new pull request #1578: URL: https://github.com/apache/camel-k/pull/1578 **Release Note** ```release-note NONE ``` This is an automated message from the Apache Git

[GitHub] [camel-website] AemieJ commented on pull request #397: Merge Projects and Documentation Page

2020-06-26 Thread GitBox
AemieJ commented on pull request #397: URL: https://github.com/apache/camel-website/pull/397#issuecomment-650149533 @aashnajena @zregvart @Delawen design looks good to me. I just found a tiny problem that as width decreases the section of projects and camel-project is not centered

[GitHub] [camel-website] AemieJ commented on a change in pull request #397: Merge Projects and Documentation Page

2020-06-26 Thread GitBox
AemieJ commented on a change in pull request #397: URL: https://github.com/apache/camel-website/pull/397#discussion_r446147848 ## File path: antora-ui-camel/src/css/docs.css ## @@ -1,54 +1,70 @@ -.projects h2 { +.docs h2 { text-align: center; } -.projects .project {

[camel] 01/02: Upgrade MyBatis to version 3.5.5

2020-06-26 Thread acosentino
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 abbcedeea7fea297260adcd80a907528ee34a07f Author: Andrea Cosentino AuthorDate: Fri Jun 26 14:11:43 2020 +0200

[camel] 02/02: Sync Properties and regen all

2020-06-26 Thread acosentino
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 360a7dda96c920ce622019f44f9ff5406ff55ecd Author: Andrea Cosentino AuthorDate: Fri Jun 26 14:12:29 2020 +0200

[camel] branch master updated (2e6deb6 -> 360a7dd)

2020-06-26 Thread acosentino
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 2e6deb6 Regen website docs new abbcede Upgrade MyBatis to version 3.5.5 new 360a7dd Sync Properties

[camel] 04/09: Camel-Kubernetes-secrets: Better description

2020-06-26 Thread acosentino
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 5f61f55b0d827229d223b8ecc167cef6597687e3 Author: Andrea Cosentino AuthorDate: Fri Jun 26 13:59:20 2020 +0200

[camel] branch master updated (c592dfa -> 2e6deb6)

2020-06-26 Thread acosentino
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 c592dfa Regen website docs new a1b96fc Camel-Kubernetes-pods: Better description new 8a58dc1

[camel] 09/09: Regen website docs

2020-06-26 Thread acosentino
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 2e6deb6553e46905940fa898894cd469ca2993a3 Author: Andrea Cosentino AuthorDate: Fri Jun 26 14:03:40 2020 +0200

[camel] 08/09: Camel-Openshift-Builds: Better description

2020-06-26 Thread acosentino
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 e1fe72ab705f47e853850f439077e5f72ccb902f Author: Andrea Cosentino AuthorDate: Fri Jun 26 14:03:04 2020 +0200

[camel] 02/09: Camel-Kubernetes-RC: Better description

2020-06-26 Thread acosentino
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 8a58dc1f31d122488790d097fe0b5cd5b05f Author: Andrea Cosentino AuthorDate: Fri Jun 26 13:56:08 2020 +0200

[camel] 01/09: Camel-Kubernetes-pods: Better description

2020-06-26 Thread acosentino
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 a1b96fc108080f6815469d2dd6ab2652d47ee8fb Author: Andrea Cosentino AuthorDate: Fri Jun 26 13:55:01 2020 +0200

[camel] 07/09: Camel-openshift-build-config: Better description

2020-06-26 Thread acosentino
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 e2ce4bc7bc768ec2f5ea81ae540604cab52d922a Author: Andrea Cosentino AuthorDate: Fri Jun 26 14:02:38 2020 +0200

[camel] 03/09: Camel-Kubernetes-Resource-quota: Better description

2020-06-26 Thread acosentino
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 3d53a8a7cd942717e20c67a44adc23426dff11bf Author: Andrea Cosentino AuthorDate: Fri Jun 26 13:57:19 2020 +0200

[camel] 05/09: Camel-Kubernete-service-account: Better description

2020-06-26 Thread acosentino
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 69dada4bc033f794d22cebf7084ea134d25c745e Author: Andrea Cosentino AuthorDate: Fri Jun 26 14:01:06 2020 +0200

[camel] 06/09: Camel-Kubernetes-service: Better description

2020-06-26 Thread acosentino
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 8b6f2ebba44ea17b8cf17dd38d89963cc28a02f3 Author: Andrea Cosentino AuthorDate: Fri Jun 26 14:02:00 2020 +0200

[camel-quarkus] 01/04: Upgrade to Quarkus 1.6.0.CR1

2020-06-26 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit 7ad4fd7b013193c273984065c71b786124799bb4 Author: James Netherton AuthorDate: Fri May 29 09:57:38 2020

[camel-quarkus] 02/04: Temporarily disable debezium tests until #1311 and associtated issues are fixed

2020-06-26 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit 3f853dc4532c977785cf2387d4ea1e3f1803c791 Author: James Netherton AuthorDate: Fri Jun 12 08:02:22 2020

[GitHub] [camel-quarkus] jamesnetherton merged pull request #1423: Upgrade to Quarkus 1.6.0.CR1

2020-06-26 Thread GitBox
jamesnetherton merged pull request #1423: URL: https://github.com/apache/camel-quarkus/pull/1423 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[camel-quarkus] 04/04: Workaround for https://github.com/quarkusio/quarkus/issues/10279

2020-06-26 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit d82a7a474848e7527918651a78e6adb5ca697767 Author: Peter Palaga AuthorDate: Thu Jun 25 18:10:46 2020 +0200

[camel-quarkus] branch master updated (cbbce7e -> d82a7a4)

2020-06-26 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git. from cbbce7e Add documentation for vertx configuration new 7ad4fd7 Upgrade to Quarkus 1.6.0.CR1

[camel] branch master updated (c4175c9 -> c592dfa)

2020-06-26 Thread acosentino
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 c4175c9 Sync Properties new a52bd5e Camel-Kubernetes-Configmap: Better description new 8ed21ab Regen

[camel] 10/16: Regen website docs

2020-06-26 Thread acosentino
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 52cb52e9a7d1c03f5ff92d5681a99aaeade0a2f5 Author: Andrea Cosentino AuthorDate: Fri Jun 26 13:32:52 2020 +0200

[camel] 03/16: Camel-Kubernetes-Deployments: Better description

2020-06-26 Thread acosentino
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 3dd74423b2504d60f3e168a3fe31541189473414 Author: Andrea Cosentino AuthorDate: Fri Jun 26 13:25:22 2020 +0200

[camel] 16/16: Regen website docs

2020-06-26 Thread acosentino
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 c592dfa70c4bb3de5711530431a2b3786333d578 Author: Andrea Cosentino AuthorDate: Fri Jun 26 13:42:14 2020 +0200

[camel] 04/16: Regen website docs

2020-06-26 Thread acosentino
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 cb0715df2c1b0abe7e7feee46cf2763ddc018045 Author: Andrea Cosentino AuthorDate: Fri Jun 26 13:26:04 2020 +0200

[camel] 02/16: Regen website docs

2020-06-26 Thread acosentino
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 8ed21aba892dc67182edf08f22142518fc66677e Author: Andrea Cosentino AuthorDate: Fri Jun 26 13:23:45 2020 +0200

[camel] 12/16: Regen website docs

2020-06-26 Thread acosentino
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 a23890bae81e6d29d4d5ed63705484e7dcdbd867 Author: Andrea Cosentino AuthorDate: Fri Jun 26 13:34:23 2020 +0200

[camel] 08/16: Regen website docs

2020-06-26 Thread acosentino
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 555917154a177db6cc90a082e0ce8d2b45dbe643 Author: Andrea Cosentino AuthorDate: Fri Jun 26 13:30:40 2020 +0200

[camel] 09/16: Camel-Kubernetes-Namespace: Better description

2020-06-26 Thread acosentino
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 b3bbd3319867d08fec335e7b7a3419557dffc0a3 Author: Andrea Cosentino AuthorDate: Fri Jun 26 13:32:07 2020 +0200

[camel] 13/16: Camel-Kubernetes-pvc: Better description

2020-06-26 Thread acosentino
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 02f0bc1b6c8f78b204ce3855cecd0a1eb3aed2be Author: Andrea Cosentino AuthorDate: Fri Jun 26 13:38:35 2020 +0200

[camel] 11/16: Camel-Kubernetes-nodes: Better description

2020-06-26 Thread acosentino
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 ac3bedb486840a1e421b6c8392f4c5be26c6a69b Author: Andrea Cosentino AuthorDate: Fri Jun 26 13:33:51 2020 +0200

[camel] 06/16: Regen website docs

2020-06-26 Thread acosentino
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 5e23e25f792a6c848510f88315921a1929d45783 Author: Andrea Cosentino AuthorDate: Fri Jun 26 13:28:12 2020 +0200

[camel] 14/16: Regen website docs

2020-06-26 Thread acosentino
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 a654d640aa68a895d2ec3d9e5c0026c1b607983e Author: Andrea Cosentino AuthorDate: Fri Jun 26 13:39:47 2020 +0200

[camel] 15/16: Camel-Kubernete-PV: Better description

2020-06-26 Thread acosentino
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 ad8e201b41a38155d2528558fea8eafc59aefc39 Author: Andrea Cosentino AuthorDate: Fri Jun 26 13:41:30 2020 +0200

[camel] 07/16: Camel-Kubernetes-Jobs: Better description

2020-06-26 Thread acosentino
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 37d5019ef2605c40d1afc15c5adeb8b0b4dcb8d1 Author: Andrea Cosentino AuthorDate: Fri Jun 26 13:30:03 2020 +0200

[camel] 05/16: Camel-Kubernetes-hpa: Better description

2020-06-26 Thread acosentino
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 7ba068979ffb9b842b91a45aaf3fad7c3b46c80a Author: Andrea Cosentino AuthorDate: Fri Jun 26 13:27:38 2020 +0200

[camel] 01/16: Camel-Kubernetes-Configmap: Better description

2020-06-26 Thread acosentino
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 a52bd5ece4f917afc9c047138860304ec42ff276 Author: Andrea Cosentino AuthorDate: Fri Jun 26 13:22:45 2020 +0200

[GitHub] [camel-k] lburgazzoli opened a new issue #1577: Add support for AppCDS

2020-06-26 Thread GitBox
lburgazzoli opened a new issue #1577: URL: https://github.com/apache/camel-k/issues/1577 AppCDS [1] aims to to have a fast startup by having application classes to be placed in a shared archive. It is true that we can't know the final set of classes that are needed but since we do

[GitHub] [camel-quarkus] lburgazzoli commented on pull request #1411: Fix #1263 - Add the camel-jta extension

2020-06-26 Thread GitBox
lburgazzoli commented on pull request #1411: URL: https://github.com/apache/camel-quarkus/pull/1411#issuecomment-650102829 @zhfeng @ppalaga is this PR ready to be merged or some more work is required ? This is an automated

[camel-quarkus] 01/02: Ensure Quarkus Vertx instance is set on the camel component when not using camel-quarkus-main

2020-06-26 Thread lburgazzoli
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 7ca801a652f411dadb4fd07bfd5fb96639da1bc0 Author: James Netherton AuthorDate: Thu Jun 25 14:53:09 2020 +0100

[GitHub] [camel-quarkus] lburgazzoli merged pull request #1422: Ensure Quarkus Vertx instance is set on the camel component when not using camel-quarkus-main

2020-06-26 Thread GitBox
lburgazzoli merged pull request #1422: URL: https://github.com/apache/camel-quarkus/pull/1422 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[camel-quarkus] branch master updated (4aab307 -> cbbce7e)

2020-06-26 Thread lburgazzoli
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 4aab307 Make the local Antora build produce .htaccess file with redirects based on :page-aliases:

[camel-quarkus] 02/02: Add documentation for vertx configuration

2020-06-26 Thread lburgazzoli
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 cbbce7ee6dbf12c5d8ef0da73c0fe90b8ebf Author: James Netherton AuthorDate: Fri Jun 26 07:39:23 2020 +0100

[GitHub] [camel-website] Delawen commented on pull request #397: Merge Projects and Documentation Page

2020-06-26 Thread GitBox
Delawen commented on pull request #397: URL: https://github.com/apache/camel-website/pull/397#issuecomment-650094681 I like it This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [camel-website] AemieJ commented on pull request #398: CAMEL-14958: Search Bar Design Implementation

2020-06-26 Thread GitBox
AemieJ commented on pull request #398: URL: https://github.com/apache/camel-website/pull/398#issuecomment-650091358 @zregvart okay as I know what needs to be done with flex box I will try to do this from scratch. It might take a day or 2.

[GitHub] [camel-website] AemieJ commented on a change in pull request #398: CAMEL-14958: Search Bar Design Implementation

2020-06-26 Thread GitBox
AemieJ commented on a change in pull request #398: URL: https://github.com/apache/camel-website/pull/398#discussion_r446075048 ## File path: antora-ui-camel/src/css/header.css ## @@ -59,18 +65,26 @@ body { height: var(--navbar-height); } +@media screen and (max-width:

[camel] 01/02: Upgrade QuickfixJ to version 2.2.0

2020-06-26 Thread acosentino
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 4544e227198ed459bd3d5cea5b750754e86e288a Author: Andrea Cosentino AuthorDate: Fri Jun 26 11:26:10 2020 +0200

  1   2   >