Re: [VOTE] Release Apache Camel 3.0.0-RC1 (Release Candidate 1)

2019-09-01 Thread Gregor Zurowski
+1 (binding)

Gregor

On Tue, Aug 27, 2019 at 8:51 AM Gregor Zurowski
 wrote:
>
> Hi Everyone:
>
> This is a vote to release Apache Camel 3.0.0-RC1, the first release
> candidate towards a new 3.0.0 major release with 148 improvements and
> fixes.
>
> Release notes: 
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12345723&projectId=12311211
>
> Staging repository:
> https://repository.apache.org/content/repositories/orgapachecamel-1149/
>
> Tarballs: 
> https://repository.apache.org/content/repositories/orgapachecamel-1149/org/apache/camel/apache-camel/3.0.0-RC1/
>
> Tag: 
> https://gitbox.apache.org/repos/asf?p=camel.git;a=tag;h=refs/tags/camel-3.0.0-RC1
>
> Please test this release candidate and cast your vote.
> [ ] +1 Release the binary as Apache Camel 3.0.0-RC1
> [ ] -1 Veto the release (provide specific comments)
>
> The vote is open for at least 72 hours.
>
> Thanks,
> Gregor


[RESULT] [VOTE] Release Apache Camel 3.0.0-RC1 (Release Candidate 1)

2019-09-01 Thread Gregor Zurowski
Thanks for your participation in this vote.

The vote passes with the following results:

+1 binding: 8 (Andrea Cosentino, Claus Ibsen, Gregor Zurowski,
Guillaume Nodet, Jean-Baptiste Onofré, Luca Burgazzoli, Willem Jiang,
Zoran Regvart)

+1 non-binding: 2 (François Papon, Omar Al-Safi)

I am going to publish the artifacts for Camel 3.0.0-RC1 shortly.

Thanks,
Gregor


On Tue, Aug 27, 2019 at 8:51 AM Gregor Zurowski
 wrote:
>
> Hi Everyone:
>
> This is a vote to release Apache Camel 3.0.0-RC1, the first release
> candidate towards a new 3.0.0 major release with 148 improvements and
> fixes.
>
> Release notes: 
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12345723&projectId=12311211
>
> Staging repository:
> https://repository.apache.org/content/repositories/orgapachecamel-1149/
>
> Tarballs: 
> https://repository.apache.org/content/repositories/orgapachecamel-1149/org/apache/camel/apache-camel/3.0.0-RC1/
>
> Tag: 
> https://gitbox.apache.org/repos/asf?p=camel.git;a=tag;h=refs/tags/camel-3.0.0-RC1
>
> Please test this release candidate and cast your vote.
> [ ] +1 Release the binary as Apache Camel 3.0.0-RC1
> [ ] -1 Veto the release (provide specific comments)
>
> The vote is open for at least 72 hours.
>
> Thanks,
> Gregor


Re: [RESULT] [VOTE] Release Apache Camel 3.0.0-RC1 (Release Candidate 1)

2019-09-01 Thread Gregor Zurowski
Hi Everyone:

I've release the artifacts to Camel 3.0.0-RC1 to Maven Central and
uploaded the distribution artifacts to Apache. I still need to work on
the changes for the announcement and download links on our new
website. Once this is done, I will send out the release announcement
email.

Thanks,
Gregor

On Sun, Sep 1, 2019 at 10:51 AM Gregor Zurowski
 wrote:
>
> Thanks for your participation in this vote.
>
> The vote passes with the following results:
>
> +1 binding: 8 (Andrea Cosentino, Claus Ibsen, Gregor Zurowski,
> Guillaume Nodet, Jean-Baptiste Onofré, Luca Burgazzoli, Willem Jiang,
> Zoran Regvart)
>
> +1 non-binding: 2 (François Papon, Omar Al-Safi)
>
> I am going to publish the artifacts for Camel 3.0.0-RC1 shortly.
>
> Thanks,
> Gregor
>
>
> On Tue, Aug 27, 2019 at 8:51 AM Gregor Zurowski
>  wrote:
> >
> > Hi Everyone:
> >
> > This is a vote to release Apache Camel 3.0.0-RC1, the first release
> > candidate towards a new 3.0.0 major release with 148 improvements and
> > fixes.
> >
> > Release notes: 
> > https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12345723&projectId=12311211
> >
> > Staging repository:
> > https://repository.apache.org/content/repositories/orgapachecamel-1149/
> >
> > Tarballs: 
> > https://repository.apache.org/content/repositories/orgapachecamel-1149/org/apache/camel/apache-camel/3.0.0-RC1/
> >
> > Tag: 
> > https://gitbox.apache.org/repos/asf?p=camel.git;a=tag;h=refs/tags/camel-3.0.0-RC1
> >
> > Please test this release candidate and cast your vote.
> > [ ] +1 Release the binary as Apache Camel 3.0.0-RC1
> > [ ] -1 Veto the release (provide specific comments)
> >
> > The vote is open for at least 72 hours.
> >
> > Thanks,
> > Gregor


[GitHub] [camel-k] lubuxnl opened a new issue #919: Knative route from AWS S3 endpoint immediatly stops after starting

2019-09-01 Thread GitBox
lubuxnl opened a new issue #919: Knative route from AWS S3 endpoint immediatly 
stops after starting
URL: https://github.com/apache/camel-k/issues/919
 
 
   In order to do the [Red Hat Knative 
tutorial](https://redhat-developer-demos.github.io/knative-tutorial/knative-tutorial/0.7.x/index.html)
 I created a [Vagrant 
box](https://github.com/lubuxnl/ubuntu-minikube/tree/knative) with Virtualbox 
on Windows 10 Pro. In the VM I'm running Minikube v1.3.1 with the none driver 
and with this setup I was able to do the exercises with Knative serving and 
eventing v0.7.1. To do the exercises with Camel-K I installed camel-k v0.3.4 
and ran several of the examples from the camel-k git repo successfully, 
including the Knative examples. When running the first example from the Knative 
tutorial however, I noticed the route starts successfully, but then immediately 
stops. After stopping the log shows an UnresolvedAddressException (see attached 
[logfile](https://github.com/apache/camel-k/files/3563801/cartoon-message-mover.txt)).
 I found a similar issue (#506) in this repo, but that issue was apparently 
fixed in camel-k-runtime 0.3.1, while camel-k v0.3.4 uses version 0.3.3 of 
camel-k-runtime. Any ideas how to fix this?


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