Re: Apache Camel 2.15.3 release

2015-07-16 Thread Claus Ibsen
On Thu, Jul 16, 2015 at 4:55 PM, Daniel Kulp wrote: > Out of curiosity, what would the docker image buy us? > > Really “mvn release:prepare; mvn release:perform” is not that hard. I think > the only complexity would be the gpg setup, but that’s likely really just an > issue for Windows folks, a

Re: Apache Camel 2.15.3 release

2015-07-16 Thread Daniel Pocock
On 16/07/15 16:55, Daniel Kulp wrote: > Out of curiosity, what would the docker image buy us? > > Really “mvn release:prepare; mvn release:perform” is not that hard. I think > the only complexity would be the gpg setup, but that’s likely really just an > issue for Windows folks, and I’m not

Re: Apache Camel 2.15.3 release

2015-07-16 Thread Andrew Block
I think a Docker image to perform releases is a good idea to pilot. It allows for a repeatable solution that could be used to be easily spun up/down to create the releases with all of the necessary tooling already in place (which has been a challenge from what I can ascertain in the past). Depen

Re: Apache Camel 2.15.3 release

2015-07-16 Thread Daniel Kulp
Out of curiosity, what would the docker image buy us? Really “mvn release:prepare; mvn release:perform” is not that hard. I think the only complexity would be the gpg setup, but that’s likely really just an issue for Windows folks, and I’m not sure how that would work with a docker image eit

[GitHub] camel pull request: Fix UndertowProducer to return correct respons...

2015-07-16 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/camel/pull/564 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabl

[GitHub] camel pull request: Fix UndertowProducer to return correct respons...

2015-07-16 Thread dsimansk
GitHub user dsimansk opened a pull request: https://github.com/apache/camel/pull/564 Fix UndertowProducer to return correct response Should fix UndertowProducer + related unit tests that were failing. You can merge this pull request into a Git repository by running: $ git pull

Re: Apache Camel 2.15.3 release

2015-07-16 Thread Claus Ibsen
Hi A while back Henryk talked about building some kind of docker image we could use for doing releases. I like that idea so its pre-setup and would be easier for other people to do releases. I have been contacted by a person on email who wanted to help with releases. However has he is not a commi