[camel] branch camel-2.x updated: [CAMEL-14156] Avoid NPE with endpoint is null in JmsBinding (#3328)

2019-11-08 Thread jbonofre
This is an automated email from the ASF dual-hosted git repository. jbonofre pushed a commit to branch camel-2.x in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/camel-2.x by this push: new b1b3158 [CAMEL-14156] Avoid NPE with

[camel] branch camel-2.x updated: CAMEL-14163: Fix checkstyle

2019-11-08 Thread zregvart
This is an automated email from the ASF dual-hosted git repository. zregvart pushed a commit to branch camel-2.x in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/camel-2.x by this push: new ba154a9 CAMEL-14163: Fix checkstyle

[camel] branch master updated: CAMEL-14163: Fix checkstyle

2019-11-08 Thread zregvart
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.git The following commit(s) were added to refs/heads/master by this push: new 0070f37 CAMEL-14163: Fix checkstyle 0070f37

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #358: Fix #136 @ConfigProperty and @Inject do not work in RouteBuilders

2019-11-08 Thread GitBox
ppalaga commented on a change in pull request #358: Fix #136 @ConfigProperty and @Inject do not work in RouteBuilders URL: https://github.com/apache/camel-quarkus/pull/358#discussion_r344385789 ## File path:

[GitHub] [camel-quarkus] lburgazzoli commented on issue #358: Fix #136 @ConfigProperty and @Inject do not work in RouteBuilders

2019-11-08 Thread GitBox
lburgazzoli commented on issue #358: Fix #136 @ConfigProperty and @Inject do not work in RouteBuilders URL: https://github.com/apache/camel-quarkus/pull/358#issuecomment-552005268 This is IMHO bad as we are de optimizing the app

[GitHub] [camel-quarkus] lburgazzoli commented on a change in pull request #358: Fix #136 @ConfigProperty and @Inject do not work in RouteBuilders

2019-11-08 Thread GitBox
lburgazzoli commented on a change in pull request #358: Fix #136 @ConfigProperty and @Inject do not work in RouteBuilders URL: https://github.com/apache/camel-quarkus/pull/358#discussion_r344382003 ## File path:

[GitHub] [camel-quarkus] ppalaga commented on issue #358: Fix #136 @ConfigProperty and @Inject do not work in RouteBuilders

2019-11-08 Thread GitBox
ppalaga commented on issue #358: Fix #136 @ConfigProperty and @Inject do not work in RouteBuilders URL: https://github.com/apache/camel-quarkus/pull/358#issuecomment-552003860 > does this means that route builder classes are now instantiated at runtime only ? Yes, the constructors

[camel] 01/02: [CAMEL-14156] Avoid NPE with endpoint is null in JmsBinding (#3328)

2019-11-08 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git commit 5528d3c1568a7d3da30866c4d0f23b0c72c22303 Author: Jean-Baptiste Onofré AuthorDate: Fri Nov 8 22:14:12 2019 +0100

[camel] branch master updated (bbc0b86 -> 92e3c4f)

2019-11-08 Thread davsclaus
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 bbc0b86 CAMEL-14163: multiple request query parameters ... new 5528d3c [CAMEL-14156] Avoid NPE with

[GitHub] [camel-quarkus] lburgazzoli commented on issue #358: Fix #136 @ConfigProperty and @Inject do not work in RouteBuilders

2019-11-08 Thread GitBox
lburgazzoli commented on issue #358: Fix #136 @ConfigProperty and @Inject do not work in RouteBuilders URL: https://github.com/apache/camel-quarkus/pull/358#issuecomment-552000542 does this means that route builder classes are now instantiated at runtime only ?

[GitHub] [camel-quarkus] ppalaga commented on issue #358: Fix #136 @ConfigProperty and @Inject do not work in RouteBuilders

2019-11-08 Thread GitBox
ppalaga commented on issue #358: Fix #136 @ConfigProperty and @Inject do not work in RouteBuilders URL: https://github.com/apache/camel-quarkus/pull/358#issuecomment-551999282 b14487b is the most elegant fix I was able to find. All RoutesBuilders are instantiated by Arc and queried via

[GitHub] [camel-quarkus] davsclaus closed issue #386: @Inject CamelContext on RouteBuilder seems not working

2019-11-08 Thread GitBox
davsclaus closed issue #386: @Inject CamelContext on RouteBuilder seems not working URL: https://github.com/apache/camel-quarkus/issues/386 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [camel-quarkus] davsclaus commented on issue #386: @Inject CamelContext on RouteBuilder seems not working

2019-11-08 Thread GitBox
davsclaus commented on issue #386: @Inject CamelContext on RouteBuilder seems not working URL: https://github.com/apache/camel-quarkus/issues/386#issuecomment-551997566 See ticket #136 This is an automated message from the

[GitHub] [camel-quarkus] davsclaus closed issue #384: camel-quarkus-microprofile-metrics - Does not work

2019-11-08 Thread GitBox
davsclaus closed issue #384: camel-quarkus-microprofile-metrics - Does not work URL: https://github.com/apache/camel-quarkus/issues/384 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [camel-quarkus] davsclaus commented on issue #384: camel-quarkus-microprofile-metrics - Does not work

2019-11-08 Thread GitBox
davsclaus commented on issue #384: camel-quarkus-microprofile-metrics - Does not work URL: https://github.com/apache/camel-quarkus/issues/384#issuecomment-551997208 See ticket #319 This is an automated message from the

[camel] branch camel-2.x updated: CAMEL-14163: multiple request query parameters ...

2019-11-08 Thread zregvart
This is an automated email from the ASF dual-hosted git repository. zregvart pushed a commit to branch camel-2.x in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/camel-2.x by this push: new e5397a4 CAMEL-14163: multiple request

[camel] branch camel-2.24.x updated: [CAMEL-14156] Avoid NPE with endpoint is null in JmsBinding (#3328)

2019-11-08 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch camel-2.24.x in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/camel-2.24.x by this push: new 0d32cdd [CAMEL-14156] Avoid NPE

[camel] branch master updated: CAMEL-14163: multiple request query parameters ...

2019-11-08 Thread zregvart
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.git The following commit(s) were added to refs/heads/master by this push: new bbc0b86 CAMEL-14163: multiple request query

[camel-k] branch master updated: Reviewed the affinity trait doc

2019-11-08 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository. aldettinger 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 9970054 Reviewed the affinity trait doc

[GitHub] [camel-quarkus] lburgazzoli edited a comment on issue #358: Fix #136 @ConfigProperty and @Inject do not work in RouteBuilders

2019-11-08 Thread GitBox
lburgazzoli edited a comment on issue #358: Fix #136 @ConfigProperty and @Inject do not work in RouteBuilders URL: https://github.com/apache/camel-quarkus/pull/358#issuecomment-551896685 I think we really need to get rid of the double discovery as having two identical builder is confusing

[GitHub] [camel-quarkus] lburgazzoli commented on issue #358: Fix #136 @ConfigProperty and @Inject do not work in RouteBuilders

2019-11-08 Thread GitBox
lburgazzoli commented on issue #358: Fix #136 @ConfigProperty and @Inject do not work in RouteBuilders URL: https://github.com/apache/camel-quarkus/pull/358#issuecomment-551896685 I think we really need to get rid of the double discovery as having two identical builder is confusing and

[camel-k] branch master updated: Added unit tests for the affinity trait #255

2019-11-08 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository. aldettinger 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 accf2e8 Added unit tests for the

[GitHub] [camel-quarkus] ppalaga edited a comment on issue #358: Fix #136 @ConfigProperty and @Inject do not work in RouteBuilders

2019-11-08 Thread GitBox
ppalaga edited a comment on issue #358: Fix #136 @ConfigProperty and @Inject do not work in RouteBuilders URL: https://github.com/apache/camel-quarkus/pull/358#issuecomment-551883002 @lburgazzoli I finally figured out why you expect the injection & co in an `@AppScoped` RoutesBuilder to

[camel] branch master updated: CAMEL-14160 - Remove default encryption algorithm for the Crypto DataFormat

2019-11-08 Thread coheigea
This is an automated email from the ASF dual-hosted git repository. coheigea 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 d865f36 CAMEL-14160 - Remove default

[GitHub] [camel-quarkus] ppalaga commented on issue #358: Fix #136 @ConfigProperty and @Inject do not work in RouteBuilders

2019-11-08 Thread GitBox
ppalaga commented on issue #358: Fix #136 @ConfigProperty and @Inject do not work in RouteBuilders URL: https://github.com/apache/camel-quarkus/pull/358#issuecomment-551883002 @lburgazzoli I finally figured out why you expect the injection & co in an `@AppScoped` RoutesBuilder to work

[camel] branch camel-2.24.x updated: CAMEL-14162: camel-stream - When using http url then data is not sent over the wire

2019-11-08 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch camel-2.24.x in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/camel-2.24.x by this push: new 309084b CAMEL-14162:

[camel] branch camel-2.x updated: CAMEL-14162: camel-stream - When using http url then data is not sent over the wire

2019-11-08 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch camel-2.x in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/camel-2.x by this push: new b29bc94 CAMEL-14162: camel-stream -

[camel] branch master updated: CAMEL-14162: camel-stream - When using http url then data is not sent over the wire

2019-11-08 Thread davsclaus
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 ce087f6 CAMEL-14162: camel-stream - When

[camel] branch master updated: Upgrade JMH to version 1.22

2019-11-08 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 0353275 Upgrade JMH to version 1.22 0353275

[camel-quarkus] branch master updated: feat: controlbus extension. (#388)

2019-11-08 Thread davsclaus
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-quarkus.git The following commit(s) were added to refs/heads/master by this push: new 396e008 feat: controlbus extension.

[GitHub] [camel-quarkus] davsclaus closed issue #385: ControlBus extension

2019-11-08 Thread GitBox
davsclaus closed issue #385: ControlBus extension URL: https://github.com/apache/camel-quarkus/issues/385 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [camel-quarkus] davsclaus merged pull request #388: feat: controlbus extension.

2019-11-08 Thread GitBox
davsclaus merged pull request #388: feat: controlbus extension. URL: https://github.com/apache/camel-quarkus/pull/388 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[camel] branch master updated: Bump Spring Security to version 5.2.1.RELEASE

2019-11-08 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 6e316fa Bump Spring Security to version

[camel] branch master updated: Removed Spring-Security Bundle version property placeholder as it's not used

2019-11-08 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 bf06fb0 Removed Spring-Security Bundle

[GitHub] [camel-quarkus] davsclaus merged pull request #387: Recommend mvn license:format -Plicense in the docs

2019-11-08 Thread GitBox
davsclaus merged pull request #387: Recommend mvn license:format -Plicense in the docs URL: https://github.com/apache/camel-quarkus/pull/387 This is an automated message from the Apache Git Service. To respond to the

[camel-quarkus] branch master updated (8e768e5 -> e3cbc0a)

2019-11-08 Thread davsclaus
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-quarkus.git. from 8e768e5 Merge pull request #381 from lburgazzoli/camel-1.0.0.CR1 add e3cbc0a Recommend mvn

[GitHub] [camel-quarkus] davsclaus commented on a change in pull request #388: feat: controlbus extension.

2019-11-08 Thread GitBox
davsclaus commented on a change in pull request #388: feat: controlbus extension. URL: https://github.com/apache/camel-quarkus/pull/388#discussion_r344200221 ## File path:

[camel-quarkus] branch controlbus updated (b572de4 -> 7ad7d5b)

2019-11-08 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch controlbus in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git. from b572de4 Fixed pom.xml add 7ad7d5b Update test thanks to Peter for the suggestion No new

[GitHub] [camel-quarkus] gnodet commented on issue #371: Issue 337

2019-11-08 Thread GitBox
gnodet commented on issue #371: Issue 337 URL: https://github.com/apache/camel-quarkus/pull/371#issuecomment-551849279 > > @ppalaga I've pushed a fix, let me know if that suits you > > I'd like to have a look, but I am not finding any new related commit anywhere, neither in master

[camel-quarkus] branch controlbus updated (8178dc9 -> b572de4)

2019-11-08 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch controlbus in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git. from 8178dc9 feat: controlbus extension. add ef749ef feat: controlbus extension. add 8f48c0c

[camel] branch master updated: Regen

2019-11-08 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 8a41a50 Regen 8a41a50 is described below

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #388: feat: controlbus extension.

2019-11-08 Thread GitBox
ppalaga commented on a change in pull request #388: feat: controlbus extension. URL: https://github.com/apache/camel-quarkus/pull/388#discussion_r344169241 ## File path: integration-tests/controlbus/src/test/java/org/apache/camel/quarkus/component/controlbus/it/ControlbusTest.java

[GitHub] [camel-quarkus] ppalaga commented on issue #382: rest-platform

2019-11-08 Thread GitBox
ppalaga commented on issue #382: rest-platform URL: https://github.com/apache/camel-quarkus/issues/382#issuecomment-551767367 Could you please rename this issue to e.g. "Support path parameters in platform-http"? This is an

[GitHub] [camel-quarkus] davsclaus opened a new pull request #388: feat: controlbus extension.

2019-11-08 Thread GitBox
davsclaus opened a new pull request #388: feat: controlbus extension. URL: https://github.com/apache/camel-quarkus/pull/388 This is an automated message from the Apache Git Service. To respond to the message, please log on

[camel-quarkus] 01/01: feat: controlbus extension.

2019-11-08 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch controlbus in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit 8178dc9486e390f0a1b9009d0d0682a11b2ac378 Author: Claus Ibsen AuthorDate: Fri Nov 8 14:05:11 2019 +0100

[camel-quarkus] branch controlbus created (now 8178dc9)

2019-11-08 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch controlbus in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git. at 8178dc9 feat: controlbus extension. This branch includes the following new commits: new

[GitHub] [camel-quarkus] ppalaga commented on issue #382: rest-platform

2019-11-08 Thread GitBox
ppalaga commented on issue #382: rest-platform URL: https://github.com/apache/camel-quarkus/issues/382#issuecomment-551756810 I can fix this at some point unless somebody is faster than me. This is an automated message from

[GitHub] [camel-quarkus] ppalaga opened a new pull request #387: Recommend mvn license:format -Plicense in the docs

2019-11-08 Thread GitBox
ppalaga opened a new pull request #387: Recommend mvn license:format -Plicense in the docs URL: https://github.com/apache/camel-quarkus/pull/387 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [camel-quarkus] ppalaga commented on issue #371: Issue 337

2019-11-08 Thread GitBox
ppalaga commented on issue #371: Issue 337 URL: https://github.com/apache/camel-quarkus/pull/371#issuecomment-551729415 > @ppalaga I've pushed a fix, let me know if that suits you I'd like to have a look, but I am not finding any new related commit anywhere, neither in master or in

[camel] branch master updated: CAMEL-11807: Bumped to maven-surefire-plugin 3.0.0-M3

2019-11-08 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository. aldettinger 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 6e91632 CAMEL-11807: Bumped to

[camel] 03/03: Revert "[CAMEL-14140] Remove global dependency on outdated guava"

2019-11-08 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 fce21aa6133df9590e64183ac4555921a8815b25 Author: Andrea Cosentino AuthorDate: Fri Nov 8 13:40:14 2019 +0100

[camel] 02/03: Revert "Camel-Jpbm: Fixed Karaf feature"

2019-11-08 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 54d4fbdf724b17d1252c51599c03ae172c969703 Author: Andrea Cosentino AuthorDate: Fri Nov 8 13:39:49 2019 +0100

[camel] 01/03: Revert "Camel-Optaplanner: Fixed Karaf feature"

2019-11-08 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 c692aeabd302400ec732d896d484ddb1b83695e1 Author: Andrea Cosentino AuthorDate: Fri Nov 8 13:39:40 2019 +0100

[camel] branch master updated (115b516 -> fce21aa)

2019-11-08 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 115b516 CAMEL-14161 - Remove default key from camel-shiro new c692aea Revert "Camel-Optaplanner: Fixed

[GitHub] [camel-quarkus] ppalaga commented on issue #386: @Inject CamelContext on RouteBuilder seems not working

2019-11-08 Thread GitBox
ppalaga commented on issue #386: @Inject CamelContext on RouteBuilder seems not working URL: https://github.com/apache/camel-quarkus/issues/386#issuecomment-551723578 Yes, there are issues with `@Inject` in RouteBuilder. But if you only need the CamelContext, you can call getContext()

[GitHub] [camel-quarkus] davsclaus commented on issue #386: @Inject CamelContext on RouteBuilder seems not working

2019-11-08 Thread GitBox
davsclaus commented on issue #386: @Inject CamelContext on RouteBuilder seems not working URL: https://github.com/apache/camel-quarkus/issues/386#issuecomment-551683016 See PR https://github.com/apache/camel-quarkus/pull/358

[camel] branch master updated: CAMEL-14161 - Remove default key from camel-shiro

2019-11-08 Thread coheigea
This is an automated email from the ASF dual-hosted git repository. coheigea 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 115b516 CAMEL-14161 - Remove default key from

[GitHub] [camel-quarkus] davsclaus commented on issue #386: @Inject CamelContext on RouteBuilder seems not working

2019-11-08 Thread GitBox
davsclaus commented on issue #386: @Inject CamelContext on RouteBuilder seems not working URL: https://github.com/apache/camel-quarkus/issues/386#issuecomment-551669394 Argh yeah this rings a bell. This is an automated

[GitHub] [camel-quarkus] lburgazzoli commented on issue #386: @Inject CamelContext on RouteBuilder seems not working

2019-11-08 Thread GitBox
lburgazzoli commented on issue #386: @Inject CamelContext on RouteBuilder seems not working URL: https://github.com/apache/camel-quarkus/issues/386#issuecomment-551668282 remember the discussion about adding a custom annotation or leveraging BindToRegistry

[camel] 02/02: Camel-Optaplanner: Fixed Karaf feature

2019-11-08 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 a250a90878a8e47468e762eeb8c8148aee040d07 Author: Andrea Cosentino AuthorDate: Fri Nov 8 12:58:11 2019 +0100

[camel] 01/02: Camel-Jpbm: Fixed Karaf feature

2019-11-08 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 5fdc2bc86b8904eae8f35be1ef8e46902445 Author: Andrea Cosentino AuthorDate: Fri Nov 8 12:57:00 2019 +0100

[camel] branch master updated (39539d6 -> a250a90)

2019-11-08 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 39539d6 CAMEL-14160 - Updating the default algorithm for the Crypto Component new 5fdc2bc Camel-Jpbm:

[GitHub] [camel-quarkus] lburgazzoli commented on issue #386: @Inject CamelContext on RouteBuilder seems not working

2019-11-08 Thread GitBox
lburgazzoli commented on issue #386: @Inject CamelContext on RouteBuilder seems not working URL: https://github.com/apache/camel-quarkus/issues/386#issuecomment-551662002 this is probably because it is loaded by classpath scanning thus it bay pass arc. We should have a way to distinguish

[GitHub] [camel-quarkus] davsclaus opened a new issue #386: @Inject CamelContext on RouteBuilder seems not working

2019-11-08 Thread GitBox
davsclaus opened a new issue #386: @Inject CamelContext on RouteBuilder seems not working URL: https://github.com/apache/camel-quarkus/issues/386 ``` @ApplicationScoped public class MyCamel extends RouteBuilder { @Inject private CamelContext camel;

[GitHub] [camel-quarkus] davsclaus opened a new issue #385: ControlBus extension

2019-11-08 Thread GitBox
davsclaus opened a new issue #385: ControlBus extension URL: https://github.com/apache/camel-quarkus/issues/385 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [camel-quarkus] ppalaga commented on issue #382: rest-platform

2019-11-08 Thread GitBox
ppalaga commented on issue #382: rest-platform URL: https://github.com/apache/camel-quarkus/issues/382#issuecomment-551646977 This probably needs to get fixed in `QuarkusPlatformHttpConsumer`. I remember I ignored the path params because I had no idea how to use them from Camel.

[camel] branch master updated (399b77e -> 39539d6)

2019-11-08 Thread coheigea
This is an automated email from the ASF dual-hosted git repository. coheigea pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel.git. from 399b77e CAMEL-14150: Regen new c460b97 CAMEL-14157 - Upgrade default signature algorithm for XML Signature

[camel] 02/02: CAMEL-14160 - Updating the default algorithm for the Crypto Component

2019-11-08 Thread coheigea
This is an automated email from the ASF dual-hosted git repository. coheigea pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git commit 39539d66b5437527a5489be099d9f92e7ba26414 Author: Colm O hEigeartaigh AuthorDate: Fri Nov 8 11:39:38 2019 +

[camel] 01/02: CAMEL-14157 - Upgrade default signature algorithm for XML Signature to RSA-SHA256

2019-11-08 Thread coheigea
This is an automated email from the ASF dual-hosted git repository. coheigea pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git commit c460b971eca289a3458d5599a84a08d272c5e426 Author: Colm O hEigeartaigh AuthorDate: Fri Nov 8 10:16:14 2019 +

[GitHub] [camel-quarkus] davsclaus commented on issue #384: camel-quarkus-microprofile-metrics - Does not work

2019-11-08 Thread GitBox
davsclaus commented on issue #384: camel-quarkus-microprofile-metrics - Does not work URL: https://github.com/apache/camel-quarkus/issues/384#issuecomment-551636517 Okay looks like that class should be removed

[GitHub] [camel-quarkus] davsclaus opened a new issue #384: camel-quarkus-microprofile-metrics - Does not work

2019-11-08 Thread GitBox
davsclaus opened a new issue #384: camel-quarkus-microprofile-metrics - Does not work URL: https://github.com/apache/camel-quarkus/issues/384 If you add metrics to a quarkus add then you get this error when calling localhost:8080/metrics The stacktrace below has been

[GitHub] [camel-quarkus] davsclaus commented on issue #383: rest-dsl - Integrate with quarkus-openapi

2019-11-08 Thread GitBox
davsclaus commented on issue #383: rest-dsl - Integrate with quarkus-openapi URL: https://github.com/apache/camel-quarkus/issues/383#issuecomment-551623076 We may need to create a camel-openapi component that supports spec v3 https://issues.apache.org/jira/browse/CAMEL-12619

[GitHub] [camel-quarkus] davsclaus opened a new issue #383: rest-dsl - Integrate with quarkus-openapi

2019-11-08 Thread GitBox
davsclaus opened a new issue #383: rest-dsl - Integrate with quarkus-openapi URL: https://github.com/apache/camel-quarkus/issues/383 If you create camel rest-dsl routes then we should have a way of integrating with quarkus openapi extension. So when you do an /openapi then it can

[GitHub] [camel-quarkus] davsclaus opened a new issue #382: rest-platform

2019-11-08 Thread GitBox
davsclaus opened a new issue #382: rest-platform URL: https://github.com/apache/camel-quarkus/issues/382 I wonder if its in the rest-platform that we dont support rest-dsl with path placeholders ``` @ApplicationScoped public class MyCamel extends RouteBuilder {

[camel-website] branch master updated: Add oalsafi to the committers list

2019-11-08 Thread oalsafi
This is an automated email from the ASF dual-hosted git repository. oalsafi 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 db76d79 Add oalsafi to the committers

[camel] branch master updated: CAMEL-14150: Regen

2019-11-08 Thread davsclaus
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 399b77e CAMEL-14150: Regen 399b77e is

[camel] branch master updated: [CAMEL-14150] Camel-exec: option to hide sensitive information in log (#3325)

2019-11-08 Thread davsclaus
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 4de1025 [CAMEL-14150] Camel-exec: option to