[GitHub] [camel-k] WillemJiang commented on issue #892: Defining datasource in groovy and using in XML routes

2019-09-06 Thread GitBox
WillemJiang commented on issue #892: Defining datasource in groovy and using in 
XML routes
URL: https://github.com/apache/camel-k/issues/892#issuecomment-529058107
 
 
   @contactreji Sorry, there is a typo on the 'userName' setting, the right one 
should be  'username'.  I think we could update the DSL by showing the wrong 
setting on the component properties.
   


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 specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [camel-quarkus] asf-ci commented on issue #191: Add an option to control context auto startup

2019-09-06 Thread GitBox
asf-ci commented on issue #191: Add an option to control context auto startup
URL: https://github.com/apache/camel-quarkus/pull/191#issuecomment-529035491
 
 
   
   Refer to this link for build results (access rights to CI server needed): 
   https://builds.apache.org/job/camel-quarkus-pr/139/Build result: 
FAILURE[...truncated 615.05 KB...]at 
java.lang.reflect.Method.invoke (Method.java:498)at 
hudson.maven.Maven3Builder.call (Maven3Builder.java:139)at 
hudson.maven.Maven3Builder.call (Maven3Builder.java:70)at 
hudson.remoting.UserRequest.perform (UserRequest.java:212)at 
hudson.remoting.UserRequest.perform (UserRequest.java:54)at 
hudson.remoting.Request$2.run (Request.java:369)at 
hudson.remoting.InterceptingExecutorService$1.call 
(InterceptingExecutorService.java:72)at java.util.concurrent.FutureTask.run 
(FutureTask.java:266)at java.util.concurrent.ThreadPoolExecutor.runWorker 
(ThreadPoolExecutor.java:1149)at 
java.util.concurrent.ThreadPoolExecutor$Worker.run 
(ThreadPoolExecutor.java:624)at java.lang.Thread.run 
(Thread.java:748)[ERROR] [ERROR] Re-run Maven using the -X switch to enable 
full debug logging.[ERROR] [ERROR] For more information about the errors and 
possible solutions, please read the following articles:[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the 
command[ERROR]   mvn  -rf 
:camel-quarkus-integration-test-core-cdichannel stoppedAdding one-line test 
results to commit status...Setting status of 
3b4744c2585e183ff8448551960c7fee824d5bd9 to FAILURE with url 
https://builds.apache.org/job/camel-quarkus-pr/139/ and message: 'FAILURE 61 
tests run, 2 skipped, 0 failed.'Using context: default
   


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 specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [camel-quarkus] lburgazzoli edited a comment on issue #191: Add an option to control context auto startup

2019-09-06 Thread GitBox
lburgazzoli edited a comment on issue #191: Add an option to control context 
auto startup
URL: https://github.com/apache/camel-quarkus/pull/191#issuecomment-529028666
 
 
   @gnodet 
   
   This PR is primary for discussion and need to be:
   1. rebased on master
   2. revised after we get #9 implemented
   
   The goal here is to let the application control the camel context life-cycle 
as it seems there are some odd behavior when looking up beans from the ArC 
container if quarkus is not fully started.
   
   What I have observed is that
   
   RuntimeRegistry::findByType(Vertx.class) 
   
   Which under the hoods leverage the `BeanManager` from ArC, returns `null` 
when the camel context starts before Quarkus is fully started but returns a 
proper `Vertx` instance when the same method is invoked after Quarkus is fully 
started.
   
   This maybe need to be investigated more with @mkouba 
   
   
   


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 specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [camel-quarkus] lburgazzoli edited a comment on issue #191: Add an option to control context auto startup

2019-09-06 Thread GitBox
lburgazzoli edited a comment on issue #191: Add an option to control context 
auto startup
URL: https://github.com/apache/camel-quarkus/pull/191#issuecomment-529028666
 
 
   @gnodet 
   
   This PR is primary for discussion and needed to be:
   1. rebased on master
   2. revised after we get #9 implemented
   
   The goal here is to let the application control the camel context life-cycle 
as it seems there are some odd behavior when looking up beans from the ArC 
container if quarkus is not fully started.
   
   What I have observed is that
   
   RuntimeRegistry::findByType(Vertx.class) 
   
   Which under the hoods leverage the `BeanManager` from ArC, returns `null` 
when the camel context starts before Quarkus is fully started but returns a 
proper `Vertx` instance when the same method is invoked after Quarkus is fully 
started.
   
   This maybe need to be investigated more with @mkouba 
   
   
   


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 specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [camel-quarkus] lburgazzoli commented on issue #191: Add an option to control context auto startup

2019-09-06 Thread GitBox
lburgazzoli commented on issue #191: Add an option to control context auto 
startup
URL: https://github.com/apache/camel-quarkus/pull/191#issuecomment-529028666
 
 
   @gnodet 
   
   This PR is only for discussion and needed to be revised after we get #9 
implemented. 
   
   The goal here is to let the application control the camel context life-cycle 
as it seems there are some odd behavior when looking up beans from the ArC 
container if quarkus is not fully started.
   
   What I have observed is that
   
   RuntimeRegistry::findByType(Vertx.class) 
   
   Which under the hoods leverage the `BeanManager` from ArC, returns `null` 
when the camel context starts before Quarkus is fully started but returns a 
proper `Vertx` instance when the same method is invoked after Quarkus is fully 
started.
   
   This maybe need to be investigated more with @mkouba 
   
   
   


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 specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


Re: [RELEASE] - Apache Camel 2.24.2

2019-09-06 Thread Andrea Cosentino
Should be fine this weekend. Thanks

Il ven 6 set 2019, 18:59 Gregor Zurowski  ha
scritto:

> +1
>
> It seems all issues in 2.24.2 have been already resolved:
> https://issues.apache.org/jira/projects/CAMEL/versions/12345672
>
> Is it OK to start with the release this weekend or do we have any
> further outstanding changes?
>
> Thanks,
> Gregor
>
> On Thu, Sep 5, 2019 at 9:28 AM Claus Ibsen  wrote:
> >
> > Hi
> >
> > I think we should get a new patch release out of 2.24.x this month.
> >
> >
> > --
> > Claus Ibsen
> > -
> > http://davsclaus.com @davsclaus
> > Camel in Action 2: https://www.manning.com/ibsen2
>


Re: [RELEASE] - Apache Camel 2.24.2

2019-09-06 Thread Gregor Zurowski
+1

It seems all issues in 2.24.2 have been already resolved:
https://issues.apache.org/jira/projects/CAMEL/versions/12345672

Is it OK to start with the release this weekend or do we have any
further outstanding changes?

Thanks,
Gregor

On Thu, Sep 5, 2019 at 9:28 AM Claus Ibsen  wrote:
>
> Hi
>
> I think we should get a new patch release out of 2.24.x this month.
>
>
> --
> Claus Ibsen
> -
> http://davsclaus.com @davsclaus
> Camel in Action 2: https://www.manning.com/ibsen2


[GitHub] [camel-k] jamesnetherton opened a new pull request #927: fix: Dev mode does not show if the build failed

2019-09-06 Thread GitBox
jamesnetherton opened a new pull request #927: fix: Dev mode does not show if 
the build failed
URL: https://github.com/apache/camel-k/pull/927
 
 
   fixes #906


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 specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [camel-k] contactreji edited a comment on issue #892: Defining datasource in groovy and using in XML routes

2019-09-06 Thread GitBox
contactreji edited a comment on issue #892: Defining datasource in groovy and 
using in XML routes
URL: https://github.com/apache/camel-k/issues/892#issuecomment-528889641
 
 
   > org.apache.activemq.camel.component
   
   @WillemJiang  - I get following error while starting the app. 
   
   ```
   011 seconds
   [1] Exception in thread "main" 
org.apache.camel.FailedToCreateRouteException: Failed to create route route1: 
Route(route1)[[From[activemq:queue:TESTINGCONNECTION]] -> [L... because of 
Failed to resolve endpoint: activemq://queue:TESTINGCONNECTION due to: Username 
must also be provided when using username/password as credentials.
   [1] at 
org.apache.camel.model.RouteDefinition.addRoutes(RouteDefinition.java:217)
   [1] at 
org.apache.camel.impl.DefaultCamelContext.startRoute(DefaultCamelContext.java:1140)
   [1] at 
org.apache.camel.impl.DefaultCamelContext.startRouteDefinitions(DefaultCamelContext.java:3735)
   [1] at 
org.apache.camel.impl.DefaultCamelContext.doStartCamel(DefaultCamelContext.java:3440)
   [1] at 
org.apache.camel.impl.DefaultCamelContext$4.call(DefaultCamelContext.java:3248)
   
   ```
   
   
   Route file
   ```
   
   http://camel.apache.org/schema/spring; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=" 
http://camel.apache.org/schema/spring 
http://camel.apache.org/schema/spring/camel-spring.xsd;>
  
 
 
  
   
   ```
   
   
   Groovy file
   ```
   import org.apache.activemq.camel.component.ActiveMQComponent;
   
   context {
   components {
   activemq(ActiveMQComponent) {
   brokerURL = 'tcp://localhost:61616'
   userName = 'admin'
   password = 'admin'
   }
   }
   }
   ```
   
   
   Camel command used
   ```
   kamel run --dev --name jmsintegration --trait service.port=1212 --dependency 
mvn:org.apache.camel/camel-jsonpath:2.24.1 --dependency 
mvn:org.apache.camel/camel-http4:2.24.1 --dependency 
mvn:org.apache.camel/camel-jetty:2.24.1 --dependency 
mvn:org.apache.camel/camel-jackson:2.24.1 --dependency 
mvn:org.apache.camel/camel-jaxb:2.24.1 --dependency  
mvn:org.apache.camel/camel-restlet:2.24.1 --dependency 
mvn:org.apache.camel/camel-sql:2.24.1 --dependency  
mvn:mysql/mysql-connector-java:5.1.34 --dependency 
mvn:commons-dbcp/commons-dbcp:1.4 --dependency 
mvn:org.apache.activemq/activemq-camel:5.15.10 --logging-level 
org.apache.camel.k=DEBUG routes.xml beans.groovy
   ```


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 specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [camel-k] contactreji commented on issue #892: Defining datasource in groovy and using in XML routes

2019-09-06 Thread GitBox
contactreji commented on issue #892: Defining datasource in groovy and using in 
XML routes
URL: https://github.com/apache/camel-k/issues/892#issuecomment-528889641
 
 
   > org.apache.activemq.camel.component
   
   @WillemJiang  - I get following error while starting the app. 
   
   ```
   011 seconds
   [1] Exception in thread "main" 
org.apache.camel.FailedToCreateRouteException: Failed to create route route1: 
Route(route1)[[From[activemq:queue:TESTINGCONNECTION]] -> [L... because of 
Failed to resolve endpoint: activemq://queue:TESTINGCONNECTION due to: Username 
must also be provided when using username/password as credentials.
   [1] at 
org.apache.camel.model.RouteDefinition.addRoutes(RouteDefinition.java:217)
   [1] at 
org.apache.camel.impl.DefaultCamelContext.startRoute(DefaultCamelContext.java:1140)
   [1] at 
org.apache.camel.impl.DefaultCamelContext.startRouteDefinitions(DefaultCamelContext.java:3735)
   [1] at 
org.apache.camel.impl.DefaultCamelContext.doStartCamel(DefaultCamelContext.java:3440)
   [1] at 
org.apache.camel.impl.DefaultCamelContext$4.call(DefaultCamelContext.java:3248)
   
   ```
   
   
   Route file
   ```
   
   http://camel.apache.org/schema/spring; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=" 
http://camel.apache.org/schema/spring 
http://camel.apache.org/schema/spring/camel-spring.xsd;>
  
 
 
  
   
   ```
   
   
   Groovy file
   ```
   import org.apache.activemq.camel.component.ActiveMQComponent;
   
   context {
   components {
   activemq(ActiveMQComponent) {
   brokerURL = 'tcp://localhost:61616'
   userName = 'admin'
   password = 'admin'
   }
   }
   }
   ```


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 specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [camel-k] nicolaferraro merged pull request #884: BuildConfig's, ImageStream's and Pod's not labeled with camel-k and can't delete with -l 'app=camel-k'

2019-09-06 Thread GitBox
nicolaferraro merged pull request #884: BuildConfig's, ImageStream's and Pod's 
not labeled with camel-k and can't delete with -l 'app=camel-k'
URL: https://github.com/apache/camel-k/pull/884
 
 
   


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 specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [camel-k] nicolaferraro closed issue #840: BuildConfig's, ImageStream's and Pod's not labeled with camel-k and can't delete with -l 'app=camel-k'

2019-09-06 Thread GitBox
nicolaferraro closed issue #840: BuildConfig's, ImageStream's and Pod's not 
labeled with camel-k and can't delete with -l 'app=camel-k'
URL: https://github.com/apache/camel-k/issues/840
 
 
   


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 specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [camel-k] nicolaferraro merged pull request #916: fix(knative): Cannot schedule container image using default internal registry hostname

2019-09-06 Thread GitBox
nicolaferraro merged pull request #916: fix(knative): Cannot schedule container 
image using default internal registry hostname
URL: https://github.com/apache/camel-k/pull/916
 
 
   


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 specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [camel-quarkus] lburgazzoli opened a new issue #190: Be listed in code.quarkus.io

2019-09-06 Thread GitBox
lburgazzoli opened a new issue #190: Be listed in code.quarkus.io
URL: https://github.com/apache/camel-quarkus/issues/190
 
 
   We should have camel-quarkus related extensions listed in code.quarkus.io
   
   This depends on #183


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 specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [camel-quarkus] lburgazzoli commented on issue #183: Generate documentation to be included in quarkus

2019-09-06 Thread GitBox
lburgazzoli commented on issue #183: Generate documentation to be included in 
quarkus
URL: https://github.com/apache/camel-quarkus/issues/183#issuecomment-528825044
 
 
   We should have some minimal documentation to be shown in the quarkus guides, 
it should not be complete but a sort of quick start, for in depth doc we should 
redirect to camel main website


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 specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [camel-k] WillemJiang commented on issue #892: Defining datasource in groovy and using in XML routes

2019-09-06 Thread GitBox
WillemJiang commented on issue #892: Defining datasource in groovy and using in 
XML routes
URL: https://github.com/apache/camel-k/issues/892#issuecomment-528790229
 
 
   @contactreji 
   camel-k groovy provides a components DSL to help you set the activemq 
component properties in the 
[closure](http://docs.groovy-lang.org/latest/html/api/groovy/lang/Closure.html) 
just like this
   ```
   import org.apache.activemq.camel.component.ActiveMQComponent;
   
   context {
   components {
   activeMQ(ActiveMQComponent) {
   brokerURL = 'tcp://localhost:61616'
   userName = 'admin'
   password = 'admin'
   }
   }
   }
   
   ```


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 specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [camel-quarkus] asf-ci commented on issue #164: Support for camel-mail

2019-09-06 Thread GitBox
asf-ci commented on issue #164: Support for camel-mail
URL: https://github.com/apache/camel-quarkus/pull/164#issuecomment-528783419
 
 
   
   Refer to this link for build results (access rights to CI server needed): 
   https://builds.apache.org/job/camel-quarkus-pr/138/Failed Tests: 1camel-quarkus-pr/org.apache.camel.quarkus:camel-quarkus-integration-test-mail:
 1org.apache.camel.quarkus.component.mail.MailITCase.testSendAsMail
   


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 specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [camel-k] astefanutti merged pull request #925: fix(knative): favor cluster-local instead of public URL to address en…

2019-09-06 Thread GitBox
astefanutti merged pull request #925: fix(knative): favor cluster-local instead 
of public URL to address en…
URL: https://github.com/apache/camel-k/pull/925
 
 
   


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 specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [camel-k] astefanutti commented on issue #922: fix: Add option to disable Kaniko cache warming

2019-09-06 Thread GitBox
astefanutti commented on issue #922: fix: Add option to disable Kaniko cache 
warming
URL: https://github.com/apache/camel-k/pull/922#issuecomment-528759316
 
 
   The build issue should be fixed with #926.
   
   I would suggest the option and field are renamed more specifically to 
something like `kanikoBuildCache`.


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 specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [camel-k] astefanutti merged pull request #926: fix(build): Replace git.apache.org/thrift.git dependency

2019-09-06 Thread GitBox
astefanutti merged pull request #926: fix(build): Replace 
git.apache.org/thrift.git dependency
URL: https://github.com/apache/camel-k/pull/926
 
 
   


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 specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [camel-quarkus] davsclaus commented on issue #118: Decide how to maintain examples

2019-09-06 Thread GitBox
davsclaus commented on issue #118: Decide how to maintain examples
URL: https://github.com/apache/camel-quarkus/issues/118#issuecomment-528744868
 
 
   It would be good to get a few basic examples added soon so when we do 
releases we can point new users to this so they can easily see how to use camel 
and quarkus, and also that they can quickly try out themselves 


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 specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [camel-quarkus] asf-ci commented on issue #189: Make xml and jaxb disabled by default and opt-in when depending on camel

2019-09-06 Thread GitBox
asf-ci commented on issue #189: Make xml and jaxb disabled by default and 
opt-in when depending on camel
URL: https://github.com/apache/camel-quarkus/pull/189#issuecomment-528742529
 
 
   
   Refer to this link for build results (access rights to CI server needed): 
   https://builds.apache.org/job/camel-quarkus-pr/137/
   


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 specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [camel-quarkus] lburgazzoli merged pull request #187: Issue 69

2019-09-06 Thread GitBox
lburgazzoli merged pull request #187: Issue 69
URL: https://github.com/apache/camel-quarkus/pull/187
 
 
   


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 specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [camel-quarkus] asf-ci commented on issue #187: Issue 69

2019-09-06 Thread GitBox
asf-ci commented on issue #187: Issue 69
URL: https://github.com/apache/camel-quarkus/pull/187#issuecomment-528737410
 
 
   
   Refer to this link for build results (access rights to CI server needed): 
   https://builds.apache.org/job/camel-quarkus-pr/136/
   


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 specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [camel-k] astefanutti opened a new pull request #926: fix(build): Remove dependency on cloud.google.com/go

2019-09-06 Thread GitBox
astefanutti opened a new pull request #926: fix(build): Remove dependency on 
cloud.google.com/go
URL: https://github.com/apache/camel-k/pull/926
 
 
   This is unused and it has a dependency on git.apache.org/thrift.git whose 
repository is no longer canonical and is currently down.


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 specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [camel-quarkus] gnodet commented on a change in pull request #186: Attempt to fix master

2019-09-06 Thread GitBox
gnodet commented on a change in pull request #186: Attempt to fix master
URL: https://github.com/apache/camel-quarkus/pull/186#discussion_r321587684
 
 

 ##
 File path: integration-tests/pom.xml
 ##
 @@ -41,6 +41,7 @@
  -->
 true
 docker
+
quay.io/quarkus/ubi-quarkus-native-image:19.2.0
 
 Review comment:
   Duly noted, thx for checking !


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 specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [camel-quarkus] gnodet closed pull request #186: Attempt to fix master

2019-09-06 Thread GitBox
gnodet closed pull request #186: Attempt to fix master
URL: https://github.com/apache/camel-quarkus/pull/186
 
 
   


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 specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [camel-quarkus] gnodet opened a new pull request #189: Make xml and jaxb disabled by default and opt-in when depending on camel

2019-09-06 Thread GitBox
gnodet opened a new pull request #189: Make xml and jaxb disabled by default 
and opt-in when depending on camel
URL: https://github.com/apache/camel-quarkus/pull/189
 
 
   


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 specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services