[GitHub] [camel-k] asifdxtreme commented on a change in pull request #922: fix: Add option to disable Kaniko cache warming

2019-09-16 Thread GitBox
asifdxtreme commented on a change in pull request #922: fix: Add option to 
disable Kaniko cache warming
URL: https://github.com/apache/camel-k/pull/922#discussion_r324988292
 
 

 ##
 File path: pkg/controller/integrationplatform/initialize.go
 ##
 @@ -137,7 +137,7 @@ func (action *initializeAction) Handle(ctx 
context.Context, platform *v1alpha1.I
}
 
// Check if the operator is running in the same namespace 
before starting the cache warmer
-   if platform.Namespace == platformutil.GetOperatorNamespace() {
+   if platform.Namespace == platformutil.GetOperatorNamespace() && 
platform.Spec.Build.KanikoBuildCache {
 
 Review comment:
   @astefanutti I tried some options with Cobra but could'nt find a way to 
differentiate whether the value was not set or set to default values.


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] bfitzpat opened a new issue #938: Kamel cli should send exit code when integration in --dev mode is deleted

2019-09-16 Thread GitBox
bfitzpat opened a new issue #938: Kamel cli should send exit code when 
integration in --dev mode is deleted
URL: https://github.com/apache/camel-k/issues/938
 
 
   In the tooling I'm having some difficulty finding ways to kill a --dev mode 
integration effectively. 
   
   Essentially we're using Node.js child_process calls to spawn a cli call 
(i.e. kamel run "myintegration.groovy" --dev) and then we're listening for 
console output and bouncing that to a VS Code output channel. The problem is we 
don't have a clear signal to say that the --dev mode session is finished. We 
can't exactly do a Ctrl+C to stop the kamel --dev session from inside the 
tooling (though I am trying to find a way to replicate that). 
   
   It looks like we're getting an exit signal on an error - 
https://github.com/apache/camel-k/blob/97d8d726d5543f501afb6bd8901345b3127f09ad/cmd/kamel/main.go#L47
 so it seems we are sending a code on exit in some places (like when an 
integration stops - 
https://github.com/apache/camel-k/blob/97d8d726d5543f501afb6bd8901345b3127f09ad/pkg/cmd/run.go#L195)
   
   Because of this, we're running a kamel --dev integration and then removing 
it with kamel delete. But that's not ever killing our initial kamel session - 
we're not getting a close or exit signal that says that it's done. 
   
   Is there any chance that the kamel cli can send that exit/close signal when 
a --dev integration is deleted? I know it's a bit of an edge case, but it would 
help us out in the tooling.


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: [VOTE] Release Apache Camel 2.23.4

2019-09-16 Thread 方越
+1 (non-binding)
Thanks!
Freeman

> On Sep 16, 2019, at 3:12 AM, Gregor Zurowski  wrote:
> 
> Hi Everyone:
> 
> This is a vote to release Apache Camel 2.23.4, a new patch release for
> the camel 2.23.x branch with18 improvements and fixes.
> 
> Release notes: 
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12345671=12311211
> 
> Staging repository:
> https://repository.apache.org/content/repositories/orgapachecamel-1151/
> 
> Tarballs: 
> https://repository.apache.org/content/repositories/orgapachecamel-1151/org/apache/camel/apache-camel/2.23.4/
> 
> Tag: 
> https://gitbox.apache.org/repos/asf?p=camel.git;a=tag;h=refs/tags/camel-2.23.4
> 
> Please test this release candidate and cast your vote.
> [ ] +1 Release the binary as Apache Camel 2.23.4
> [ ] -1 Veto the release (provide specific comments)
> 
> The vote is open for at least 72 hours.
> 
> Thanks,
> Gregor



[GitHub] [camel-quarkus] asf-ci commented on issue #199: Camel jira

2019-09-16 Thread GitBox
asf-ci commented on issue #199: Camel jira
URL: https://github.com/apache/camel-quarkus/pull/199#issuecomment-531906838
 
 
   
   Refer to this link for build results (access rights to CI server needed): 
   https://builds.apache.org/job/camel-quarkus-pr/162/Build result: 
FAILURE[...truncated 675.15 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-jirachannel 
stoppedAdding one-line test results to commit status...Setting status of 
272c97dc04ea3e8f6afceecd01f3b6e15611d3bd to FAILURE with url 
https://builds.apache.org/job/camel-quarkus-pr/162/ and message: 'FAILURE 73 
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] ffang commented on issue #199: Camel jira

2019-09-16 Thread GitBox
ffang commented on issue #199: Camel jira
URL: https://github.com/apache/camel-quarkus/pull/199#issuecomment-531879690
 
 
   @zhfeng , thanks for the info, I will take a close look.


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] ffang commented on a change in pull request #199: Camel jira

2019-09-16 Thread GitBox
ffang commented on a change in pull request #199: Camel jira
URL: https://github.com/apache/camel-quarkus/pull/199#discussion_r324798270
 
 

 ##
 File path: 
integration-tests/jira/src/main/java/org/apache/camel/quarkus/component/jira/it/JiraResource.java
 ##
 @@ -0,0 +1,88 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package org.apache.camel.quarkus.component.jira.it;
+
+import java.net.URI;
+
+import javax.enterprise.context.ApplicationScoped;
+import javax.inject.Inject;
+import javax.ws.rs.Consumes;
+import javax.ws.rs.GET;
+import javax.ws.rs.POST;
+import javax.ws.rs.Path;
+import javax.ws.rs.Produces;
+import javax.ws.rs.core.MediaType;
+import javax.ws.rs.core.Response;
+
+import com.atlassian.jira.rest.client.api.RestClientException;
+import org.apache.camel.CamelExecutionException;
+import org.apache.camel.ConsumerTemplate;
+import org.apache.camel.ProducerTemplate;
+import org.jboss.logging.Logger;
+
+
+@Path("/jira")
+@ApplicationScoped
+public class JiraResource {
+
+private static final Logger log = Logger.getLogger(JiraResource.class);
+
+String TEST_JIRA_URL = "https://somerepo.atlassian.net;;
+String PROJECT = "TST";
+String USERNAME = "someguy";
+String PASSWORD = "my_password";
+String JIRA_CREDENTIALS = TEST_JIRA_URL + "=" + USERNAME + 
"=" + PASSWORD;
+
+@Inject
+ProducerTemplate producerTemplate;
+
+@Inject
+ConsumerTemplate consumerTemplate;
+
+@Path("/get")
+@GET
+@Produces(MediaType.TEXT_PLAIN)
+public String get() throws Exception {
+final String message = 
consumerTemplate.receiveBodyNoWait("jira:newIssues?jiraUrl=" + 
JIRA_CREDENTIALS, String.class);
+log.infof("Received from jira: %s", message);
+return "message";
 
 Review comment:
   send the message back, but it's just empty string


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] ffang commented on a change in pull request #199: Camel jira

2019-09-16 Thread GitBox
ffang commented on a change in pull request #199: Camel jira
URL: https://github.com/apache/camel-quarkus/pull/199#discussion_r324798127
 
 

 ##
 File path: extensions/jira/deployment/pom.xml
 ##
 @@ -0,0 +1,57 @@
+
 
 Review comment:
   @WillemJiang , Apache License header added, thanks!


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] ppalaga commented on issue #201: Fix #184 Leverage platform http service

2019-09-16 Thread GitBox
ppalaga commented on issue #201: Fix #184 Leverage platform http service
URL: https://github.com/apache/camel-quarkus/pull/201#issuecomment-531850873
 
 
   A simple `vertx-web` itest hangs also on plain Quarkus, but only in 0.22.0 
branch. It works on the master. I filed 
https://github.com/quarkusio/quarkus/issues/4047


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] oscerd merged pull request #202: Upgrade to Quarkus 0.22.0

2019-09-16 Thread GitBox
oscerd merged pull request #202: Upgrade to Quarkus 0.22.0
URL: https://github.com/apache/camel-quarkus/pull/202
 
 
   


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 #202: Upgrade to Quarkus 0.22.0

2019-09-16 Thread GitBox
asf-ci commented on issue #202: Upgrade to Quarkus 0.22.0
URL: https://github.com/apache/camel-quarkus/pull/202#issuecomment-531821533
 
 
   
   Refer to this link for build results (access rights to CI server needed): 
   https://builds.apache.org/job/camel-quarkus-pr/161/
   


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] zhfeng commented on issue #143: Create a Camel AMQP extension

2019-09-16 Thread GitBox
zhfeng commented on issue #143: Create a Camel AMQP extension
URL: https://github.com/apache/camel-quarkus/issues/143#issuecomment-531808348
 
 
   we have to wait for the https://github.com/quarkusio/quarkus/issues/3436


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] ppalaga opened a new pull request #202: Upgrade to Quarkus 0.22.0

2019-09-16 Thread GitBox
ppalaga opened a new pull request #202: Upgrade to Quarkus 0.22.0
URL: https://github.com/apache/camel-quarkus/pull/202
 
 
   


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] zhfeng commented on issue #143: Create a Camel AMQP extension

2019-09-16 Thread GitBox
zhfeng commented on issue #143: Create a Camel AMQP extension
URL: https://github.com/apache/camel-quarkus/issues/143#issuecomment-531784317
 
 
   https://github.com/quarkusio/quarkus/pull/4044


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] zhfeng commented on issue #143: Create a Camel AMQP extension

2019-09-16 Thread GitBox
zhfeng commented on issue #143: Create a Camel AMQP extension
URL: https://github.com/apache/camel-quarkus/issues/143#issuecomment-531782828
 
 
   The camel-amqp 3.0.0-RC1 has  org.springframework:spring-context version 
5.1.9.RELEASE but the io.quarkus:quarkus-bom 0.21.2 has 5.1.8.RELEASE.
   
   It looks like we need to wait the alignment of spring-context in quarkus-bom


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: [VOTE] Release Apache Camel 2.23.4

2019-09-16 Thread Zoran Regvart
+1 (binding)

Thank you for cutting the release Gregor!

zoran

On Mon, Sep 16, 2019 at 9:13 AM Gregor Zurowski
 wrote:
>
> Hi Everyone:
>
> This is a vote to release Apache Camel 2.23.4, a new patch release for
> the camel 2.23.x branch with18 improvements and fixes.
>
> Release notes: 
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12345671=12311211
>
> Staging repository:
> https://repository.apache.org/content/repositories/orgapachecamel-1151/
>
> Tarballs: 
> https://repository.apache.org/content/repositories/orgapachecamel-1151/org/apache/camel/apache-camel/2.23.4/
>
> Tag: 
> https://gitbox.apache.org/repos/asf?p=camel.git;a=tag;h=refs/tags/camel-2.23.4
>
> Please test this release candidate and cast your vote.
> [ ] +1 Release the binary as Apache Camel 2.23.4
> [ ] -1 Veto the release (provide specific comments)
>
> The vote is open for at least 72 hours.
>
> Thanks,
> Gregor



-- 
Zoran Regvart


[GitHub] [camel-website] zregvart merged pull request #88: CAMEL-13818: design of the blog section

2019-09-16 Thread GitBox
zregvart merged pull request #88: CAMEL-13818: design of the blog section
URL: https://github.com/apache/camel-website/pull/88
 
 
   


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-website] zregvart merged pull request #89: CAMEL-13889: website - Tab title should be just Apache Camel

2019-09-16 Thread GitBox
zregvart merged pull request #89: CAMEL-13889: website - Tab title should be 
just Apache Camel
URL: https://github.com/apache/camel-website/pull/89
 
 
   


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-website] zregvart commented on a change in pull request #89: CAMEL-13889: website - Tab title should be just Apache Camel

2019-09-16 Thread GitBox
zregvart commented on a change in pull request #89: CAMEL-13889: website - Tab 
title should be just Apache Camel
URL: https://github.com/apache/camel-website/pull/89#discussion_r324651160
 
 

 ##
 File path: content/news/_index.md
 ##
 @@ -1,5 +1,5 @@
 ---
-title: "Apache Camel News"
 
 Review comment:
   Let's merge this one and I can rebase #88 


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-website] zregvart commented on a change in pull request #89: CAMEL-13889: website - Tab title should be just Apache Camel

2019-09-16 Thread GitBox
zregvart commented on a change in pull request #89: CAMEL-13889: website - Tab 
title should be just Apache Camel
URL: https://github.com/apache/camel-website/pull/89#discussion_r324650750
 
 

 ##
 File path: content/news/_index.md
 ##
 @@ -1,5 +1,5 @@
 ---
-title: "Apache Camel News"
 
 Review comment:
   This will conflict with #88 :(


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-website] zregvart commented on issue #88: CAMEL-13818: design of the blog section

2019-09-16 Thread GitBox
zregvart commented on issue #88: CAMEL-13818: design of the blog section
URL: https://github.com/apache/camel-website/pull/88#issuecomment-531758464
 
 
   Here's [the 
preview](https://builds.apache.org/job/Camel.website/job/PR-88/Preview/index.html).


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: [VOTE] Release Apache Camel 2.23.4

2019-09-16 Thread Claus Ibsen
+1 (binding)

On Mon, Sep 16, 2019 at 9:12 AM Gregor Zurowski
 wrote:
>
> Hi Everyone:
>
> This is a vote to release Apache Camel 2.23.4, a new patch release for
> the camel 2.23.x branch with18 improvements and fixes.
>
> Release notes: 
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12345671=12311211
>
> Staging repository:
> https://repository.apache.org/content/repositories/orgapachecamel-1151/
>
> Tarballs: 
> https://repository.apache.org/content/repositories/orgapachecamel-1151/org/apache/camel/apache-camel/2.23.4/
>
> Tag: 
> https://gitbox.apache.org/repos/asf?p=camel.git;a=tag;h=refs/tags/camel-2.23.4
>
> Please test this release candidate and cast your vote.
> [ ] +1 Release the binary as Apache Camel 2.23.4
> [ ] -1 Veto the release (provide specific comments)
>
> The vote is open for at least 72 hours.
>
> Thanks,
> Gregor



-- 
Claus Ibsen
-
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2


[GitHub] [camel-website] alexkieling opened a new pull request #89: CAMEL-13889: website - Tab title should be just Apache Camel

2019-09-16 Thread GitBox
alexkieling opened a new pull request #89: CAMEL-13889: website - Tab title 
should be just Apache Camel
URL: https://github.com/apache/camel-website/pull/89
 
 
   I've changed "Home page - Apache Camel" to "Home - Apache Camel".
   I've also fixed the News page, which went from "Apache Camel News - Apache 
Camel" to "News - Apache Camel".


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-website] oscerd commented on issue #88: CAMEL-13818: design of the blog section

2019-09-16 Thread GitBox
oscerd commented on issue #88: CAMEL-13818: design of the blog section
URL: https://github.com/apache/camel-website/pull/88#issuecomment-531722821
 
 
   I already fixed the kubernetes part


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-website] zregvart opened a new pull request #88: CAMEL-13818: design of the blog section

2019-09-16 Thread GitBox
zregvart opened a new pull request #88: CAMEL-13818: design of the blog section
URL: https://github.com/apache/camel-website/pull/88
 
 
   Summary of changes:
- news section renamed to blog
- blog section revamped with featured images
- headings are now bold (previously normal)
- minification removed from Hugo build (random issues, done by
  htmlminify in gulp anyhow)
- taxonomy for categories enabled and initial design added


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: [VOTE] Release Apache Camel 2.23.4

2019-09-16 Thread Omar Al-Safi
+1 (non-binding)

Tested with the file-copy example from camelinaction2.

Thanks and regards,

On Mon, 16 Sep 2019 at 10:53, Francois Papon 
wrote:

> +1 (non-binding)
>
> Tested with some personal projects.
>
> Thanks!
>
> regards,
>
> François
> fpa...@apache.org
>
> Le 16/09/2019 à 09:12, Gregor Zurowski a écrit :
> > Hi Everyone:
> >
> > This is a vote to release Apache Camel 2.23.4, a new patch release for
> > the camel 2.23.x branch with18 improvements and fixes.
> >
> > Release notes:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12345671=12311211
> >
> > Staging repository:
> > https://repository.apache.org/content/repositories/orgapachecamel-1151/
> >
> > Tarballs:
> https://repository.apache.org/content/repositories/orgapachecamel-1151/org/apache/camel/apache-camel/2.23.4/
> >
> > Tag:
> https://gitbox.apache.org/repos/asf?p=camel.git;a=tag;h=refs/tags/camel-2.23.4
> >
> > Please test this release candidate and cast your vote.
> > [ ] +1 Release the binary as Apache Camel 2.23.4
> > [ ] -1 Veto the release (provide specific comments)
> >
> > The vote is open for at least 72 hours.
> >
> > Thanks,
> > Gregor
>


Re: [VOTE] Release Apache Camel 2.23.4

2019-09-16 Thread Francois Papon
+1 (non-binding)

Tested with some personal projects.

Thanks!

regards,

François
fpa...@apache.org

Le 16/09/2019 à 09:12, Gregor Zurowski a écrit :
> Hi Everyone:
>
> This is a vote to release Apache Camel 2.23.4, a new patch release for
> the camel 2.23.x branch with18 improvements and fixes.
>
> Release notes: 
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12345671=12311211
>
> Staging repository:
> https://repository.apache.org/content/repositories/orgapachecamel-1151/
>
> Tarballs: 
> https://repository.apache.org/content/repositories/orgapachecamel-1151/org/apache/camel/apache-camel/2.23.4/
>
> Tag: 
> https://gitbox.apache.org/repos/asf?p=camel.git;a=tag;h=refs/tags/camel-2.23.4
>
> Please test this release candidate and cast your vote.
> [ ] +1 Release the binary as Apache Camel 2.23.4
> [ ] -1 Veto the release (provide specific comments)
>
> The vote is open for at least 72 hours.
>
> Thanks,
> Gregor


Re: [VOTE] Release Apache Camel 2.23.4

2019-09-16 Thread Alex Dettinger
+1 (binding)

Nice cut Gregor,
Alex

On Mon, Sep 16, 2019 at 10:21 AM Andrea Cosentino  wrote:

> +1 (binding)
>
> Thanks Gregor, as always
>
> Il giorno lun 16 set 2019 alle ore 10:18 Jean-Baptiste Onofré <
> j...@nanthrax.net> ha scritto:
>
> > +1 (binding)
> >
> > Regards
> > JB
> >
> > On 16/09/2019 09:12, Gregor Zurowski wrote:
> > > Hi Everyone:
> > >
> > > This is a vote to release Apache Camel 2.23.4, a new patch release for
> > > the camel 2.23.x branch with18 improvements and fixes.
> > >
> > > Release notes:
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12345671=12311211
> > >
> > > Staging repository:
> > >
> https://repository.apache.org/content/repositories/orgapachecamel-1151/
> > >
> > > Tarballs:
> >
> https://repository.apache.org/content/repositories/orgapachecamel-1151/org/apache/camel/apache-camel/2.23.4/
> > >
> > > Tag:
> >
> https://gitbox.apache.org/repos/asf?p=camel.git;a=tag;h=refs/tags/camel-2.23.4
> > >
> > > Please test this release candidate and cast your vote.
> > > [ ] +1 Release the binary as Apache Camel 2.23.4
> > > [ ] -1 Veto the release (provide specific comments)
> > >
> > > The vote is open for at least 72 hours.
> > >
> > > Thanks,
> > > Gregor
> > >
> >
> > --
> > Jean-Baptiste Onofré
> > jbono...@apache.org
> > http://blog.nanthrax.net
> > Talend - http://www.talend.com
> >
>


[GitHub] [camel-k] nicolaferraro commented on issue #933: Error after cluster restart

2019-09-16 Thread GitBox
nicolaferraro commented on issue #933: Error after cluster restart
URL: https://github.com/apache/camel-k/issues/933#issuecomment-531686530
 
 
   It's strange because objects being in state "Ready/Running" are almost not 
touched by the state machine, so at cluster startup they should not be changed. 
This is true especially for IntegrationKit and Build.
   
   If the error is due to some CRD missing, then the operator should not be 
able to change the state of the CRs.
   
   Do you have the operator logs to share?


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: [VOTE] Release Apache Camel 2.23.4

2019-09-16 Thread Andrea Cosentino
+1 (binding)

Thanks Gregor, as always

Il giorno lun 16 set 2019 alle ore 10:18 Jean-Baptiste Onofré <
j...@nanthrax.net> ha scritto:

> +1 (binding)
>
> Regards
> JB
>
> On 16/09/2019 09:12, Gregor Zurowski wrote:
> > Hi Everyone:
> >
> > This is a vote to release Apache Camel 2.23.4, a new patch release for
> > the camel 2.23.x branch with18 improvements and fixes.
> >
> > Release notes:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12345671=12311211
> >
> > Staging repository:
> > https://repository.apache.org/content/repositories/orgapachecamel-1151/
> >
> > Tarballs:
> https://repository.apache.org/content/repositories/orgapachecamel-1151/org/apache/camel/apache-camel/2.23.4/
> >
> > Tag:
> https://gitbox.apache.org/repos/asf?p=camel.git;a=tag;h=refs/tags/camel-2.23.4
> >
> > Please test this release candidate and cast your vote.
> > [ ] +1 Release the binary as Apache Camel 2.23.4
> > [ ] -1 Veto the release (provide specific comments)
> >
> > The vote is open for at least 72 hours.
> >
> > Thanks,
> > Gregor
> >
>
> --
> Jean-Baptiste Onofré
> jbono...@apache.org
> http://blog.nanthrax.net
> Talend - http://www.talend.com
>


Re: [VOTE] Release Apache Camel 2.23.4

2019-09-16 Thread Jean-Baptiste Onofré
+1 (binding)

Regards
JB

On 16/09/2019 09:12, Gregor Zurowski wrote:
> Hi Everyone:
> 
> This is a vote to release Apache Camel 2.23.4, a new patch release for
> the camel 2.23.x branch with18 improvements and fixes.
> 
> Release notes: 
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12345671=12311211
> 
> Staging repository:
> https://repository.apache.org/content/repositories/orgapachecamel-1151/
> 
> Tarballs: 
> https://repository.apache.org/content/repositories/orgapachecamel-1151/org/apache/camel/apache-camel/2.23.4/
> 
> Tag: 
> https://gitbox.apache.org/repos/asf?p=camel.git;a=tag;h=refs/tags/camel-2.23.4
> 
> Please test this release candidate and cast your vote.
> [ ] +1 Release the binary as Apache Camel 2.23.4
> [ ] -1 Veto the release (provide specific comments)
> 
> The vote is open for at least 72 hours.
> 
> Thanks,
> Gregor
> 

-- 
Jean-Baptiste Onofré
jbono...@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com


[VOTE] Release Apache Camel 2.23.4

2019-09-16 Thread Gregor Zurowski
Hi Everyone:

This is a vote to release Apache Camel 2.23.4, a new patch release for
the camel 2.23.x branch with18 improvements and fixes.

Release notes: 
https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12345671=12311211

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

Tarballs: 
https://repository.apache.org/content/repositories/orgapachecamel-1151/org/apache/camel/apache-camel/2.23.4/

Tag: 
https://gitbox.apache.org/repos/asf?p=camel.git;a=tag;h=refs/tags/camel-2.23.4

Please test this release candidate and cast your vote.
[ ] +1 Release the binary as Apache Camel 2.23.4
[ ] -1 Veto the release (provide specific comments)

The vote is open for at least 72 hours.

Thanks,
Gregor