[GitHub] WillemJiang opened a new pull request #507: Remove the mvn related stuff from camel-k

2019-02-27 Thread GitBox
WillemJiang opened a new pull request #507: Remove the mvn related stuff from 
camel-k
URL: https://github.com/apache/camel-k/pull/507
 
 
   As we move the java related code to camel-k-runtime, we don't need mvnw 
related stuff in camel-k repo any more.


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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] kameshsampath opened a new issue #506: Unable to start knative route

2019-02-27 Thread GitBox
kameshsampath opened a new issue #506: Unable to start knative route
URL: https://github.com/apache/camel-k/issues/506
 
 
   When i define a route like:
   
   ```
from("knative:endpoint/s3filelogger")

.to("log:info?showAll=true&showHeaders=true&showProperties=true&showOut=true")
.end();
   ```
   the route fails to start with exception
   
   ```
   [1] 2019-02-28 07:42:42.588 INFO  [main] DefaultCamelContext - Apache Camel 
2.23.1 (CamelContext: camel-k) is shutdown in 0.153 seconds
   [1] Exception in thread "main" java.nio.channels.UnresolvedAddressException
   [1] at sun.nio.ch.Net.checkAddress(Net.java:101)
   [1] at 
sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:218)
   [1] at 
io.netty.channel.socket.nio.NioServerSocketChannel.doBind(NioServerSocketChannel.java:128)
   [1] at 
io.netty.channel.AbstractChannel$AbstractUnsafe.bind(AbstractChannel.java:558)
   [1] at 
io.netty.channel.DefaultChannelPipeline$HeadContext.bind(DefaultChannelPipeline.java:1283)
   [1] at 
io.netty.channel.AbstractChannelHandlerContext.invokeBind(AbstractChannelHandlerContext.java:501)
   [1] at 
io.netty.channel.AbstractChannelHandlerContext.bind(AbstractChannelHandlerContext.java:486)
   [1] at 
io.netty.channel.DefaultChannelPipeline.bind(DefaultChannelPipeline.java:989)
   [1] at io.netty.channel.AbstractChannel.bind(AbstractChannel.java:254)
   [1] at 
io.netty.bootstrap.AbstractBootstrap$2.run(AbstractBootstrap.java:364)
   [1] at 
io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163)
   [1] at 
io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:403)
   [1] at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463)
   [1] at 
io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
   [1] at java.lang.Thread.run(Thread.java:748)
   
   ```
   
   
   log snippet before shutdown of route
   ```
   [1] 2019-02-28 07:42:41.880 DEBUG [main] DefaultCamelContext - Starting 
consumer (order: 1000) on route: route1
   [1] 2019-02-28 07:42:41.885 DEBUG [main] DefaultManagementAgent - Registered 
MBean with ObjectName: 
org.apache.camel:context=camel-k,type=consumers,name=NettyHttpConsumer(0x53b7ce6)
   [1] 2019-02-28 07:42:41.886 DEBUG [main] NettyHttpConsumer - Starting 
consumer: Consumer[http://s3filelogger]
   [1] 2019-02-28 07:42:41.886 DEBUG [main] NettyConsumer - Netty consumer 
binding to: s3filelogger:80
   [1] 2019-02-28 07:42:41.886 DEBUG [main] HttpServerBootstrapFactory - 
BootstrapFactory on port 80 is starting
   [1] 2019-02-28 07:42:42.176 DEBUG [main] 
SingleTCPNettyServerBootstrapFactory - Created ServerBootstrap 
ServerBootstrap(ServerBootstrapConfig(group: NioEventLoopGroup, channelFactory: 
NioServerSocketChannel.class, options: {SO_REUSEADDR=true}, childGroup: 
NioEventLoopGroup, childOptions: {SO_KEEPALIVE=true, TCP_NODELAY=true, 
SO_REUSEADDR=true, CONNECT_TIMEOUT_MILLIS=1}, childHandler: 
org.apache.camel.component.netty4.http.HttpServerInitializerFactory@4601203a))
   [1] 2019-02-28 07:42:42.176 INFO  [main] 
SingleTCPNettyServerBootstrapFactory - ServerBootstrap binding to 
s3filelogger:80
   [1] 2019-02-28 07:42:42.406 DEBUG [main] HttpServerBootstrapFactory - 
BootstrapFactory on port 80 is stopping
   [1] 2019-02-28 07:42:42.407 INFO  [main] 
SingleTCPNettyServerBootstrapFactory - ServerBootstrap unbinding from 
s3filelogger:80
   [1] 2019-02-28 07:42:42.422 DEBUG [main] HttpServerBootstrapFactory - 
BootstrapFactory on port 80 is removing consumer with context-path
   [1] 2019-02-28 07:42:42.430 DEBUG [main] NettyConsumer - Netty consumer 
unbinding from: s3filelogger:80
   [1] 2019-02-28 07:42:42.430 INFO  [main] NettyConsumer - Netty consumer 
unbound from: s3filelogger:80
   [1] 2019-02-28 07:42:42.430 DEBUG [main] NettyHttpConsumer - Stopping 
consumer: Consumer[http://s3filelogger]
   [1] 2019-02-28 07:42:42.433 DEBUG [main] LogProducer - Stopping producer: 
Producer[log://info?showAll=true&showHeaders=true&showOut=true&showProperties=true]
   ```


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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] kameshsampath opened a new issue #505: Consistent Labelling

2019-02-27 Thread GitBox
kameshsampath opened a new issue #505: Consistent Labelling
URL: https://github.com/apache/camel-k/issues/505
 
 
   Can all the k8s objects created or belong to camel-k have consistent 
labelling? e.g the services/deployment deployed by camel-k have a label like 
`app=camel-k`


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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] kameshsampath commented on issue #504: Provide config command for kamel

2019-02-27 Thread GitBox
kameshsampath commented on issue #504: Provide config command for kamel
URL: https://github.com/apache/camel-k/issues/504#issuecomment-468156953
 
 
   e.g default traits, log levels 


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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] lburgazzoli commented on issue #504: Provide config command for kamel

2019-02-27 Thread GitBox
lburgazzoli commented on issue #504: Provide config command for kamel
URL: https://github.com/apache/camel-k/issues/504#issuecomment-468156720
 
 
   what are the options you are referring to ? i.e. the repo csn be configured
   at platform level and any integration will inherit it.
   
   On Thu, 28 Feb 2019 at 07:31, Kamesh Sampath 
   wrote:
   
   > it would be nice to have a config command for kamel that can persist some
   > kamel cmd configs e.g. the repo
   >
   > With the persistent options the users can run the kamel cmd without need
   > to add the option everytime
   >
   > —
   > You are receiving this because you are subscribed to this thread.
   > Reply to this email directly, view it on GitHub
   > , or mute the thread
   > 

   > .
   >
   -- 
   --
   Luca Burgazzoli
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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] kameshsampath opened a new issue #504: Provide config command for kamel

2019-02-27 Thread GitBox
kameshsampath opened a new issue #504: Provide config command for kamel
URL: https://github.com/apache/camel-k/issues/504
 
 
   it would be nice to have a config command for `kamel` that can  persist some 
kamel `cmd` configs e.g. the repo 
   
   With the persistent options the users can run the `kamel cmd` without need 
to add the option everytime


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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] kameshsampath opened a new issue #503: Add kamel option to uninstall

2019-02-27 Thread GitBox
kameshsampath opened a new issue #503: Add kamel option to uninstall
URL: https://github.com/apache/camel-k/issues/503
 
 
   Currently there is no option to do a right cleanup of `camel-k` installed in 
an namespace. It would be nice to do add a `kamel` option that can do the 
cleanup the right way.  something like `kamel uninstall`


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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] lburgazzoli merged pull request #502: chore(crd): add missing label to CamelCatalog CRD

2019-02-27 Thread GitBox
lburgazzoli merged pull request #502: chore(crd): add missing label to 
CamelCatalog CRD
URL: https://github.com/apache/camel-k/pull/502
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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] lburgazzoli merged pull request #501: chore(install): fix wrong resource kind

2019-02-27 Thread GitBox
lburgazzoli merged pull request #501: chore(install): fix wrong resource kind
URL: https://github.com/apache/camel-k/pull/501
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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] lburgazzoli opened a new pull request #502: chore(crd): add missing label to CamelCatalog CRD

2019-02-27 Thread GitBox
lburgazzoli opened a new pull request #502: chore(crd): add missing label to 
CamelCatalog CRD
URL: https://github.com/apache/camel-k/pull/502
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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] lburgazzoli opened a new pull request #500: feature(knative): support configmap and secrets

2019-02-27 Thread GitBox
lburgazzoli opened a new pull request #500: feature(knative): support configmap 
and secrets
URL: https://github.com/apache/camel-k/pull/500
 
 
   This add support for optionally mount configmaps and secrets to knative 
services, the default behaviour is still to use env var for backward 
compatibility.
   
   @nicolaferraro do you mind trying this PR
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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] anik120 commented on issue #366: -Add Camel-K CSV and Package for OLM integration and deployment of op…

2019-02-27 Thread GitBox
anik120 commented on issue #366: -Add Camel-K CSV and Package for OLM 
integration and deployment of op…
URL: https://github.com/apache/camel-k/pull/366#issuecomment-467887155
 
 
   @astefanutti 
   >Have you already managed to install the Camel K manifest directly too? 
   
   On OCP 4.0 yes.


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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] lburgazzoli commented on issue #498: Knative pods not scaling down to zero

2019-02-27 Thread GitBox
lburgazzoli commented on issue #498: Knative pods not scaling down to zero
URL: https://github.com/apache/camel-k/issues/498#issuecomment-467829181
 
 
   It is to let camel-k know if a component handles http traffic so it can be 
scaled up/down


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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: [VOTE] Release Apache Camel-K Runtime 0.3.0 (take 2)

2019-02-27 Thread Luca Burgazzoli
+1 (binding)

---
Luca Burgazzoli

On Wed, Feb 27, 2019 at 12:23 PM Jon Anstey  wrote:
>
> +1 (binding)
>
> On Wed, Feb 27, 2019 at 5:01 AM Andrea Cosentino
>  wrote:
>
> > Hello all:
> >
> > This is a vote to release Apache Camel-K runtime 0.3.0
> >
> > Staging repository:
> > https://repository.apache.org/content/repositories/orgapachecamel-1122
> >
> > Tag:
> > https://gitbox.apache.org/repos/asf?p=camel-k-runtime.git;a=tag;h=2d5b34964e392f9c5f4b1a390f64af99de9079c2
> > This release is important because it introduce the split between camel-k
> > and camel-k-runtime bits and also an initial support for Camel 3 M1.
> >
> > We have added the sources package too.
> >
> > Please test this release candidate and cast your vote.
> >
> > [ ] +1 Release the binary as Apache Camel-K 0.3.0
> > [ ] -1 Veto the release (provide specific comments)
> >
> > The vote is open for at least 72 hours.
> >
> > Thanks,
> > Andrea
> >
> > --
> > Andrea Cosentino
> > --
> > Apache Camel PMC Chair
> > Apache Karaf Committer
> > Apache Servicemix PMC Member
> > Email: ancosen1...@yahoo.com
> > Twitter: @oscerd2
> > Github: oscerd
> >
>
>
> --
> Cheers,
> Jon
> ---
> Red Hat, Inc.
> Email: jans...@redhat.com
> Web: http://redhat.com
> Twitter: jon_anstey
> Blog: http://janstey.blogspot.com
> Camel in Action:
> https://www.manning.com/books/camel-in-action-second-edition


[GitHub] kameshsampath commented on issue #498: Knative pods not scaling down to zero

2019-02-27 Thread GitBox
kameshsampath commented on issue #498: Knative pods not scaling down to zero
URL: https://github.com/apache/camel-k/issues/498#issuecomment-467827250
 
 
   TBH i dont understand what the marker's role looking at the catalog. Can you 
please explain?


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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: [VOTE] Release Apache Camel-K Runtime 0.3.0 (take 2)

2019-02-27 Thread Jon Anstey
+1 (binding)

On Wed, Feb 27, 2019 at 5:01 AM Andrea Cosentino
 wrote:

> Hello all:
>
> This is a vote to release Apache Camel-K runtime 0.3.0
>
> Staging repository:
> https://repository.apache.org/content/repositories/orgapachecamel-1122
>
> Tag:
> https://gitbox.apache.org/repos/asf?p=camel-k-runtime.git;a=tag;h=2d5b34964e392f9c5f4b1a390f64af99de9079c2
> This release is important because it introduce the split between camel-k
> and camel-k-runtime bits and also an initial support for Camel 3 M1.
>
> We have added the sources package too.
>
> Please test this release candidate and cast your vote.
>
> [ ] +1 Release the binary as Apache Camel-K 0.3.0
> [ ] -1 Veto the release (provide specific comments)
>
> The vote is open for at least 72 hours.
>
> Thanks,
> Andrea
>
> --
> Andrea Cosentino
> --
> Apache Camel PMC Chair
> Apache Karaf Committer
> Apache Servicemix PMC Member
> Email: ancosen1...@yahoo.com
> Twitter: @oscerd2
> Github: oscerd
>


-- 
Cheers,
Jon
---
Red Hat, Inc.
Email: jans...@redhat.com
Web: http://redhat.com
Twitter: jon_anstey
Blog: http://janstey.blogspot.com
Camel in Action:
https://www.manning.com/books/camel-in-action-second-edition


[GitHub] WillemJiang closed issue #18: Create release artifact of camel-k-runtime

2019-02-27 Thread GitBox
WillemJiang closed issue #18: Create release artifact of camel-k-runtime
URL: https://github.com/apache/camel-k-runtime/issues/18
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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] WillemJiang commented on issue #18: Create release artifact of camel-k-runtime

2019-02-27 Thread GitBox
WillemJiang commented on issue #18: Create release artifact of camel-k-runtime
URL: https://github.com/apache/camel-k-runtime/issues/18#issuecomment-467816184
 
 
   Applied patch into master branch.


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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: [VOTE] Release Apache Camel-K Runtime 0.3.0 (take 2)

2019-02-27 Thread Francois Papon
+1 (non-binding)

Thanks guys!

regards,

François Papon
fpa...@apache.org

Le 27/02/2019 à 12:30, Andrea Cosentino a écrit :
> Hello all:
>
> This is a vote to release Apache Camel-K runtime 0.3.0
>
> Staging repository:
> https://repository.apache.org/content/repositories/orgapachecamel-1122
>
> Tag: 
> https://gitbox.apache.org/repos/asf?p=camel-k-runtime.git;a=tag;h=2d5b34964e392f9c5f4b1a390f64af99de9079c2
> This release is important because it introduce the split between camel-k and 
> camel-k-runtime bits and also an initial support for Camel 3 M1.
>
> We have added the sources package too.
>
> Please test this release candidate and cast your vote.
>
> [ ] +1 Release the binary as Apache Camel-K 0.3.0
> [ ] -1 Veto the release (provide specific comments)
>
> The vote is open for at least 72 hours.
>
> Thanks,
> Andrea
>
> --
> Andrea Cosentino 
> --
> Apache Camel PMC Chair
> Apache Karaf Committer
> Apache Servicemix PMC Member
> Email: ancosen1...@yahoo.com
> Twitter: @oscerd2
> Github: oscerd


Re: [VOTE] Release Apache Camel-K Runtime 0.3.0 (take 2)

2019-02-27 Thread Antonin Stefanutti
+1 (non binding)

> On 27 Feb 2019, at 09:30, Andrea Cosentino  
> wrote:
> 
> Hello all:
> 
> This is a vote to release Apache Camel-K runtime 0.3.0
> 
> Staging repository:
> https://repository.apache.org/content/repositories/orgapachecamel-1122
> 
> Tag: 
> https://gitbox.apache.org/repos/asf?p=camel-k-runtime.git;a=tag;h=2d5b34964e392f9c5f4b1a390f64af99de9079c2
> This release is important because it introduce the split between camel-k and 
> camel-k-runtime bits and also an initial support for Camel 3 M1.
> 
> We have added the sources package too.
> 
> Please test this release candidate and cast your vote.
> 
> [ ] +1 Release the binary as Apache Camel-K 0.3.0
> [ ] -1 Veto the release (provide specific comments)
> 
> The vote is open for at least 72 hours.
> 
> Thanks,
> Andrea
> 
> --
> Andrea Cosentino 
> --
> Apache Camel PMC Chair
> Apache Karaf Committer
> Apache Servicemix PMC Member
> Email: ancosen1...@yahoo.com
> Twitter: @oscerd2
> Github: oscerd



[GitHub] lburgazzoli commented on issue #498: Knative pods not scaling down to zero

2019-02-27 Thread GitBox
lburgazzoli commented on issue #498: Knative pods not scaling down to zero
URL: https://github.com/apache/camel-k/issues/498#issuecomment-467789577
 
 
   > The markers should maybe be named something more relevant than `http` in 
regard to this, and also maybe part of the Apache Camel itself, so camel-k dont 
need to enrich the catalog.
   
   Yes we need to add a number of information to the catalog to have more 
information about the behaviour of the components/schemes.
   
   maybe it is work introducing a new catalog with a restructured content that 
- as long term goal - will replace the current one 


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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: [VOTE] Release Apache Camel-K Runtime 0.3.0 (take 2)

2019-02-27 Thread Zoran Regvart
+1 (binding)

Thanks Andrea and Willem on working on the release :)

zoran

On Wed, Feb 27, 2019 at 9:31 AM Andrea Cosentino
 wrote:
>
> Hello all:
>
> This is a vote to release Apache Camel-K runtime 0.3.0
>
> Staging repository:
> https://repository.apache.org/content/repositories/orgapachecamel-1122
>
> Tag: 
> https://gitbox.apache.org/repos/asf?p=camel-k-runtime.git;a=tag;h=2d5b34964e392f9c5f4b1a390f64af99de9079c2
> This release is important because it introduce the split between camel-k and 
> camel-k-runtime bits and also an initial support for Camel 3 M1.
>
> We have added the sources package too.
>
> Please test this release candidate and cast your vote.
>
> [ ] +1 Release the binary as Apache Camel-K 0.3.0
> [ ] -1 Veto the release (provide specific comments)
>
> The vote is open for at least 72 hours.
>
> Thanks,
> Andrea
>
> --
> Andrea Cosentino
> --
> Apache Camel PMC Chair
> Apache Karaf Committer
> Apache Servicemix PMC Member
> Email: ancosen1...@yahoo.com
> Twitter: @oscerd2
> Github: oscerd



-- 
Zoran Regvart


Re: [VOTE] Release Apache Camel-K Runtime 0.3.0 (take 2)

2019-02-27 Thread Willem Jiang
The Source release package is here[1]
https://repository.apache.org/content/repositories/orgapachecamel-1122/org/apache/camel/k/apache-camel-k-runtime/0.3.0/apache-camel-k-runtime-0.3.0-source-release.zip

Willem Jiang

Twitter: willemjiang
Weibo: 姜宁willem

On Wed, Feb 27, 2019 at 4:31 PM Andrea Cosentino
 wrote:
>
> Hello all:
>
> This is a vote to release Apache Camel-K runtime 0.3.0
>
> Staging repository:
> https://repository.apache.org/content/repositories/orgapachecamel-1122
>
> Tag: 
> https://gitbox.apache.org/repos/asf?p=camel-k-runtime.git;a=tag;h=2d5b34964e392f9c5f4b1a390f64af99de9079c2
> This release is important because it introduce the split between camel-k and 
> camel-k-runtime bits and also an initial support for Camel 3 M1.
>
> We have added the sources package too.
>
> Please test this release candidate and cast your vote.
>
> [ ] +1 Release the binary as Apache Camel-K 0.3.0
> [ ] -1 Veto the release (provide specific comments)
>
> The vote is open for at least 72 hours.
>
> Thanks,
> Andrea
>
> --
> Andrea Cosentino
> --
> Apache Camel PMC Chair
> Apache Karaf Committer
> Apache Servicemix PMC Member
> Email: ancosen1...@yahoo.com
> Twitter: @oscerd2
> Github: oscerd


Re: [VOTE] Release Apache Camel-K Runtime 0.3.0 (take 2)

2019-02-27 Thread Jean-Baptiste Onofré
+1 (binding)

Regards
JB

On 27/02/2019 09:30, Andrea Cosentino wrote:
> Hello all:
> 
> This is a vote to release Apache Camel-K runtime 0.3.0
> 
> Staging repository:
> https://repository.apache.org/content/repositories/orgapachecamel-1122
> 
> Tag: 
> https://gitbox.apache.org/repos/asf?p=camel-k-runtime.git;a=tag;h=2d5b34964e392f9c5f4b1a390f64af99de9079c2
> This release is important because it introduce the split between camel-k and 
> camel-k-runtime bits and also an initial support for Camel 3 M1.
> 
> We have added the sources package too.
> 
> Please test this release candidate and cast your vote.
> 
> [ ] +1 Release the binary as Apache Camel-K 0.3.0
> [ ] -1 Veto the release (provide specific comments)
> 
> The vote is open for at least 72 hours.
> 
> Thanks,
> Andrea
> 
> --
> Andrea Cosentino 
> --
> Apache Camel PMC Chair
> Apache Karaf Committer
> Apache Servicemix PMC Member
> Email: ancosen1...@yahoo.com
> Twitter: @oscerd2
> Github: oscerd
> 


[VOTE] Release Apache Camel-K Runtime 0.3.0 (take 2)

2019-02-27 Thread Andrea Cosentino
Hello all:

This is a vote to release Apache Camel-K runtime 0.3.0

Staging repository:
https://repository.apache.org/content/repositories/orgapachecamel-1122

Tag: 
https://gitbox.apache.org/repos/asf?p=camel-k-runtime.git;a=tag;h=2d5b34964e392f9c5f4b1a390f64af99de9079c2
This release is important because it introduce the split between camel-k and 
camel-k-runtime bits and also an initial support for Camel 3 M1.

We have added the sources package too.

Please test this release candidate and cast your vote.

[ ] +1 Release the binary as Apache Camel-K 0.3.0
[ ] -1 Veto the release (provide specific comments)

The vote is open for at least 72 hours.

Thanks,
Andrea

--
Andrea Cosentino 
--
Apache Camel PMC Chair
Apache Karaf Committer
Apache Servicemix PMC Member
Email: ancosen1...@yahoo.com
Twitter: @oscerd2
Github: oscerd