You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@karaf.apache.org by Jean-Baptiste Onofré <jb...@nanthrax.net> on 2017/10/27 04:08:11 UTC

[VOTE] Apache Karaf (Container) 4.1.3 release

Hi all,

I submit Karaf (Container) 4.1.3 release to your vote.

Release Notes:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311140&version=12341130

Staging Repository:
https://repository.apache.org/content/repositories/orgapachekaraf-1100/

Git Tag:
karaf-4.1.3

Please vote to approve this release:

[ ] +1 Approve the release
[ ] -1 Don't approve the release (please provide specific comments)

This vote will be open for at least 48 hours.

Thanks,
Regards
JB
-- 
Jean-Baptiste Onofré
jbonofre@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com

Re: [VOTE] Apache Karaf (Container) 4.1.3 release

Posted by francois papon <fr...@openobject.fr>.
+1 (non-binding)

thanks !


Le 27/10/2017 à 08:08, Jean-Baptiste Onofré a écrit :
> Hi all,
>
> I submit Karaf (Container) 4.1.3 release to your vote.
>
> Release Notes:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311140&version=12341130
>
>
> Staging Repository:
> https://repository.apache.org/content/repositories/orgapachekaraf-1100/
>
> Git Tag:
> karaf-4.1.3
>
> Please vote to approve this release:
>
> [ ] +1 Approve the release
> [ ] -1 Don't approve the release (please provide specific comments)
>
> This vote will be open for at least 48 hours.
>
> Thanks,
> Regards
> JB


Re: [VOTE] Apache Karaf (Container) 4.1.3 release

Posted by Christian Schneider <ch...@die-schneider.net>.
I looked through the solved jira issues .. at least one of these might be
problematic for a bugfix release:
https://issues.apache.org/jira/browse/KARAF-4932

Removing these bundles might cause issues for users. Shouldn`t we wait with
the removal until 4.2.0?

Christian

2017-10-27 6:08 GMT+02:00 Jean-Baptiste Onofré <jb...@nanthrax.net>:

> Hi all,
>
> I submit Karaf (Container) 4.1.3 release to your vote.
>
> Release Notes:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?proje
> ctId=12311140&version=12341130
>
> Staging Repository:
> https://repository.apache.org/content/repositories/orgapachekaraf-1100/
>
> Git Tag:
> karaf-4.1.3
>
> Please vote to approve this release:
>
> [ ] +1 Approve the release
> [ ] -1 Don't approve the release (please provide specific comments)
>
> This vote will be open for at least 48 hours.
>
> Thanks,
> Regards
> JB
> --
> Jean-Baptiste Onofré
> jbonofre@apache.org
> http://blog.nanthrax.net
> Talend - http://www.talend.com
>



-- 
-- 
Christian Schneider
http://www.liquid-reality.de
<https://owa.talend.com/owa/redir.aspx?C=3aa4083e0c744ae1ba52bd062c5a7e46&URL=http%3a%2f%2fwww.liquid-reality.de>

Computer Scientist
http://www.adobe.com

Re: [VOTE] Apache Karaf (Container) 4.1.3 release

Posted by "Jamie G." <ja...@gmail.com>.
+1 (binding)

On Fri, Oct 27, 2017 at 5:46 PM, Steinar Bang <sb...@dod.no> wrote:
>>>>>> Jean-Baptiste Onofré <jb...@nanthrax.net>:
>
>> I guess you didn't add the staging mvn repo in etc/org.ops4j.pax.url.mvn.cfg
>
> Ok, then it worked:
>
> karaf@root()> config:edit org.ops4j.pax.url.mvn
> karaf@root()> config:property-append org.ops4j.pax.url.mvn.repositories ", https://repository.apache.org/content/repositories/orgapachekaraf-1100/"
> karaf@root()> config:update
> karaf@root()> feature:install ukelonn
> karaf@root()>
>
> But the integration tests failed:
>  https://github.com/steinarb/ukelonn/tree/master/ukelonn.tests
> (they eventually failed with timeouts)
>
> But the integration test failure is probably caused by the same thing as
> the failure of my initial manual test.
> (Because the integration tests use karaf and loads the same features as
> my manual test, and there is nothing in the integration tests that
> changes the config)
>
> In any case the my application started in karaf, when installed
> manually, and was running identical to 4.1.2 in the testing that I did.
>
> So +1 (non-binding) from me
>
>
> Here's the diff to the parent pom of the above project:
>
> diff --git a/pom.xml b/pom.xml
> index 40824bd..bed74a5 100644
> --- a/pom.xml
> +++ b/pom.xml
> @@ -25,7 +25,7 @@
>      <properties>
>          <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
>          <maven.bundle.plugin.version>2.5.3</maven.bundle.plugin.version>
> -        <karaf.version>4.1.2</karaf.version>
> +        <karaf.version>4.1.3</karaf.version>
>          <liquibase.version>3.5.3</liquibase.version>
>          <liquibase-slf4j.version>2.0.0</liquibase-slf4j.version>
>          <snakeyaml.version>1.17</snakeyaml.version>
> @@ -428,11 +428,22 @@
>          <module>ukelonn.karaf</module>
>      </modules>
>
> +    <pluginRepositories>
> +        <pluginRepository>
> +            <id>karaf-staging</id>
> +            <url>https://repository.apache.org/content/repositories/orgapachekaraf-1100/</url>
> +        </pluginRepository>
> +    </pluginRepositories>
> +
>      <repositories>
>          <repository>
>              <id>vaadin-addons</id>
>              <url>http://maven.vaadin.com/vaadin-addons</url>
>          </repository>
> +        <repository>
> +            <id>karaf-staging</id>
> +            <url>https://repository.apache.org/content/repositories/orgapachekaraf-1100/</url>
> +        </repository>
>      </repositories>
>
>      <distributionManagement>
>

Re: [VOTE] Apache Karaf (Container) 4.1.3 release

Posted by Steinar Bang <sb...@dod.no>.
>>>>> Jean-Baptiste Onofré <jb...@nanthrax.net>:

> I guess you didn't add the staging mvn repo in etc/org.ops4j.pax.url.mvn.cfg

Ok, then it worked:

karaf@root()> config:edit org.ops4j.pax.url.mvn
karaf@root()> config:property-append org.ops4j.pax.url.mvn.repositories ", https://repository.apache.org/content/repositories/orgapachekaraf-1100/"
karaf@root()> config:update
karaf@root()> feature:install ukelonn
karaf@root()>

But the integration tests failed:
 https://github.com/steinarb/ukelonn/tree/master/ukelonn.tests
(they eventually failed with timeouts)

But the integration test failure is probably caused by the same thing as
the failure of my initial manual test.
(Because the integration tests use karaf and loads the same features as
my manual test, and there is nothing in the integration tests that
changes the config)

In any case the my application started in karaf, when installed
manually, and was running identical to 4.1.2 in the testing that I did.

So +1 (non-binding) from me 


Here's the diff to the parent pom of the above project:

diff --git a/pom.xml b/pom.xml
index 40824bd..bed74a5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <maven.bundle.plugin.version>2.5.3</maven.bundle.plugin.version>
-        <karaf.version>4.1.2</karaf.version>
+        <karaf.version>4.1.3</karaf.version>
         <liquibase.version>3.5.3</liquibase.version>
         <liquibase-slf4j.version>2.0.0</liquibase-slf4j.version>
         <snakeyaml.version>1.17</snakeyaml.version>
@@ -428,11 +428,22 @@
         <module>ukelonn.karaf</module>
     </modules>
 
+    <pluginRepositories>
+        <pluginRepository>
+            <id>karaf-staging</id>
+            <url>https://repository.apache.org/content/repositories/orgapachekaraf-1100/</url>
+        </pluginRepository>
+    </pluginRepositories>
+
     <repositories>
         <repository>
             <id>vaadin-addons</id>
             <url>http://maven.vaadin.com/vaadin-addons</url>
         </repository>
+        <repository>
+            <id>karaf-staging</id>
+            <url>https://repository.apache.org/content/repositories/orgapachekaraf-1100/</url>
+        </repository>
     </repositories>
 
     <distributionManagement>


Re: [VOTE] Apache Karaf (Container) 4.1.3 release

Posted by Jean-Baptiste Onofré <jb...@nanthrax.net>.
I guess you didn't add the staging mvn repo in etc/org.ops4j.pax.url.mvn.cfg

Regards
JB

On Oct 27, 2017, 19:09, at 19:09, Steinar Bang <sb...@dod.no> wrote:
>>>>>> Jean-Baptiste Onofré <jb...@nanthrax.net>:
>
>> Hi all,
>> I submit Karaf (Container) 4.1.3 release to your vote.
>
>> Release Notes:
>>
>https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311140&version=12341130
>
>> Staging Repository:
>>
>https://repository.apache.org/content/repositories/orgapachekaraf-1100/
>
>Got an error when installing my app (built with the karaf 4.1.2 maven
>plugin).  Looks like the error is because karaf can't download 4.1.3
>components using maven...?  Can this be worked around?  Eg. by adding
>the repo to .m2/settings.xml?
>
>karaf@root()> feature:repo-add
>mvn:no.priv.bang.ukelonn/ukelonn.karaf/LATEST/xml/features
>Adding feature url
>mvn:no.priv.bang.ukelonn/ukelonn.karaf/LATEST/xml/features
>karaf@root()> feature:install ukelonn-db-derby-test
>karaf@root()> feature:install ukelonn
>Error executing command: Error:
>Error downloading
>mvn:org.apache.karaf.scr/org.apache.karaf.scr.management/4.1.3
>karaf@root()>

Re: [VOTE] Apache Karaf (Container) 4.1.3 release

Posted by Steinar Bang <sb...@dod.no>.
>>>>> Jean-Baptiste Onofré <jb...@nanthrax.net>:

> Hi all,
> I submit Karaf (Container) 4.1.3 release to your vote.

> Release Notes:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311140&version=12341130

> Staging Repository:
> https://repository.apache.org/content/repositories/orgapachekaraf-1100/

Got an error when installing my app (built with the karaf 4.1.2 maven
plugin).  Looks like the error is because karaf can't download 4.1.3
components using maven...?  Can this be worked around?  Eg. by adding
the repo to .m2/settings.xml?

karaf@root()> feature:repo-add mvn:no.priv.bang.ukelonn/ukelonn.karaf/LATEST/xml/features
Adding feature url mvn:no.priv.bang.ukelonn/ukelonn.karaf/LATEST/xml/features
karaf@root()> feature:install ukelonn-db-derby-test
karaf@root()> feature:install ukelonn
Error executing command: Error:
        Error downloading mvn:org.apache.karaf.scr/org.apache.karaf.scr.management/4.1.3
karaf@root()>


Re: [VOTE] Apache Karaf (Container) 4.1.3 release

Posted by Achim Nierbeck <bc...@googlemail.com>.
+1 (binding)


2017-10-29 23:21 GMT+01:00 Krzysztof Sobkowiak <kr...@gmail.com>:

>
> Hi
>
> I'm trying following steps
>
> karaf@root()> feature:repo-add camel 2.19.3
> Adding feature url mvn:org.apache.camel.karaf/apache-camel/2.19.3/xml/
> features
> karaf@root()> feature:repo-add activemq 5.15.2
> Adding feature url mvn:org.apache.activemq/activemq-karaf/5.15.2/xml/
> features
> karaf@root()> feature:install  activemq-broker activemq-camel
> activemq-blueprint camel-blueprint camel-jms camel-cxf
>
> During the install step Karaf crashes. In the log file I can find
> following entry (full log attached)
>
>
> 2017-10-29T23:12:21,388 | ERROR | Karaf local console user karaf |
> ShellUtil                        | 42 - org.apache.karaf.shell.core -
> 4.1.3 | Exception caught while executing command
> java.io.IOError: java.io.IOException: Stream Closed
>     at org.jline.keymap.BindingReader.readCharacter(BindingReader.java:142)
> ~[49:org.jline:3.5.0]
>     at org.jline.keymap.BindingReader.readBinding(BindingReader.java:109)
> ~[49:org.jline:3.5.0]
>     at org.jline.keymap.BindingReader.readBinding(BindingReader.java:60)
> ~[49:org.jline:3.5.0]
>     at org.jline.reader.impl.LineReaderImpl.readBinding(LineReaderImpl.java:724)
> ~[49:org.jline:3.5.0]
>     at org.jline.reader.impl.LineReaderImpl.readLine(LineReaderImpl.java:526)
> ~[49:org.jline:3.5.0]
>     at org.apache.karaf.shell.impl.console.ConsoleSessionImpl.
> run(ConsoleSessionImpl.java:349) [42:org.apache.karaf.shell.core:4.1.3]
>     at java.lang.Thread.run(Thread.java:748) [?:?]
> Caused by: java.io.IOException: Stream Closed
>     at java.io.FileInputStream.read0(Native Method) ~[?:?]
>     at java.io.FileInputStream.read(FileInputStream.java:207) ~[?:?]
>     at org.jline.terminal.impl.DumbTerminal$1.read(DumbTerminal.java:48)
> ~[?:?]
>     at org.jline.terminal.impl.DumbTerminal$1.read(DumbTerminal.java:85)
> ~[?:?]
>     at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:284) ~[?:?]
>     at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:326) ~[?:?]
>     at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:178) ~[?:?]
>     at sun.nio.cs.StreamDecoder.read0(StreamDecoder.java:127) ~[?:?]
>     at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:112) ~[?:?]
>     at java.io.InputStreamReader.read(InputStreamReader.java:168) ~[?:?]
>     at org.jline.utils.NonBlockingReader.run(NonBlockingReader.java:276)
> ~[?:?]
>     ... 1 more
>
> After I start Karaf again, everything works ok. The further steps with JMS
> and Camel routes work ok. In this case my +1 (with small +) but I think it
> should be corrected in the next release
>
> Kindly regards
> Krzysztof
>
>
>
>
>
> On 10/27/17 6:08 AM, Jean-Baptiste Onofré wrote:
>
> Hi all,
>
> I submit Karaf (Container) 4.1.3 release to your vote.
>
> Release Notes:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?
> projectId=12311140&version=12341130
>
> Staging Repository:
> https://repository.apache.org/content/repositories/orgapachekaraf-1100/
>
> Git Tag:
> karaf-4.1.3
>
> Please vote to approve this release:
>
> [ ] +1 Approve the release
> [ ] -1 Don't approve the release (please provide specific comments)
>
> This vote will be open for at least 48 hours.
>
> Thanks,
> Regards
> JB
>
>
> --
> Krzysztof Sobkowiak (@ksobkowiak)
>
> JEE & OSS Architect, Integration Architect
> Apache Software Foundation Member (http://apache.org/)
> Apache ServiceMix Committer & PMC Member (http://servicemix.apache.org/)
> Senior Solution Architect @ Capgemini SSC (http://www.capgeminisoftware.
> pl/)
>



-- 

Apache Member
Apache Karaf <http://karaf.apache.org/> Committer & PMC
OPS4J Pax Web <http://wiki.ops4j.org/display/paxweb/Pax+Web/> Committer &
Project Lead
blog <http://notizblog.nierbeck.de/>
Co-Author of Apache Karaf Cookbook <http://bit.ly/1ps9rkS>

Software Architect / Project Manager / Scrum Master

Re: [VOTE] Apache Karaf (Container) 4.1.3 release

Posted by Krzysztof Sobkowiak <kr...@gmail.com>.
Hi

I'm trying following steps

karaf@root()> feature:repo-add camel 2.19.3
Adding feature url mvn:org.apache.camel.karaf/apache-camel/2.19.3/xml/features
karaf@root()> feature:repo-add activemq 5.15.2
Adding feature url mvn:org.apache.activemq/activemq-karaf/5.15.2/xml/features
karaf@root()> feature:install  activemq-broker activemq-camel activemq-blueprint camel-blueprint camel-jms camel-cxf

During the install step Karaf crashes. In the log file I can find following entry (full log attached)


2017-10-29T23:12:21,388 | ERROR | Karaf local console user karaf | ShellUtil                        | 42 - org.apache.karaf.shell.core - 4.1.3 | Exception caught while executing command
java.io.IOError: java.io.IOException: Stream Closed
    at org.jline.keymap.BindingReader.readCharacter(BindingReader.java:142) ~[49:org.jline:3.5.0]
    at org.jline.keymap.BindingReader.readBinding(BindingReader.java:109) ~[49:org.jline:3.5.0]
    at org.jline.keymap.BindingReader.readBinding(BindingReader.java:60) ~[49:org.jline:3.5.0]
    at org.jline.reader.impl.LineReaderImpl.readBinding(LineReaderImpl.java:724) ~[49:org.jline:3.5.0]
    at org.jline.reader.impl.LineReaderImpl.readLine(LineReaderImpl.java:526) ~[49:org.jline:3.5.0]
    at org.apache.karaf.shell.impl.console.ConsoleSessionImpl.run(ConsoleSessionImpl.java:349) [42:org.apache.karaf.shell.core:4.1.3]
    at java.lang.Thread.run(Thread.java:748) [?:?]
Caused by: java.io.IOException: Stream Closed
    at java.io.FileInputStream.read0(Native Method) ~[?:?]
    at java.io.FileInputStream.read(FileInputStream.java:207) ~[?:?]
    at org.jline.terminal.impl.DumbTerminal$1.read(DumbTerminal.java:48) ~[?:?]
    at org.jline.terminal.impl.DumbTerminal$1.read(DumbTerminal.java:85) ~[?:?]
    at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:284) ~[?:?]
    at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:326) ~[?:?]
    at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:178) ~[?:?]
    at sun.nio.cs.StreamDecoder.read0(StreamDecoder.java:127) ~[?:?]
    at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:112) ~[?:?]
    at java.io.InputStreamReader.read(InputStreamReader.java:168) ~[?:?]
    at org.jline.utils.NonBlockingReader.run(NonBlockingReader.java:276) ~[?:?]
    ... 1 more

After I start Karaf again, everything works ok. The further steps with JMS and Camel routes work ok. In this case my +1 (with small +) but I think it should be corrected in the next release

Kindly regards
Krzysztof





On 10/27/17 6:08 AM, Jean-Baptiste Onofré wrote:
> Hi all,
>
> I submit Karaf (Container) 4.1.3 release to your vote.
>
> Release Notes:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311140&version=12341130
>
> Staging Repository:
> https://repository.apache.org/content/repositories/orgapachekaraf-1100/
>
> Git Tag:
> karaf-4.1.3
>
> Please vote to approve this release:
>
> [ ] +1 Approve the release
> [ ] -1 Don't approve the release (please provide specific comments)
>
> This vote will be open for at least 48 hours.
>
> Thanks,
> Regards
> JB

-- 
Krzysztof Sobkowiak (@ksobkowiak)

JEE & OSS Architect, Integration Architect
Apache Software Foundation Member (http://apache.org/)
Apache ServiceMix Committer & PMC Member (http://servicemix.apache.org/)
Senior Solution Architect @ Capgemini SSC (http://www.capgeminisoftware.pl/)

[RESULT][VOTE] Apache Karaf (Container) 4.1.3 release

Posted by Jean-Baptiste Onofré <jb...@nanthrax.net>.
Hi all

This vote passed with only +1 (and at least three are binding).

I'm promoting the artifacts on Central and updating Jira. The website and official announcement will be done when artifacts will be promoted.

Thanks all for your vote.

Regards
JB

On Oct 27, 2017, 06:08, at 06:08, "Jean-Baptiste Onofré" <jb...@nanthrax.net> wrote:
>Hi all,
>
>I submit Karaf (Container) 4.1.3 release to your vote.
>
>Release Notes:
>https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311140&version=12341130
>
>Staging Repository:
>https://repository.apache.org/content/repositories/orgapachekaraf-1100/
>
>Git Tag:
>karaf-4.1.3
>
>Please vote to approve this release:
>
>[ ] +1 Approve the release
>[ ] -1 Don't approve the release (please provide specific comments)
>
>This vote will be open for at least 48 hours.
>
>Thanks,
>Regards
>JB
>-- 
>Jean-Baptiste Onofré
>jbonofre@apache.org
>http://blog.nanthrax.net
>Talend - http://www.talend.com

Re: [VOTE] Apache Karaf (Container) 4.1.3 release

Posted by Stephen Kitt <sk...@redhat.com>.
On Fri, 27 Oct 2017 06:08:11 +0200
Jean-Baptiste Onofré <jb...@nanthrax.net> wrote:
> I submit Karaf (Container) 4.1.3 release to your vote.
> 
> Release Notes:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311140&version=12341130
> 
> Staging Repository:
> https://repository.apache.org/content/repositories/orgapachekaraf-1100/
> 
> Git Tag:
> karaf-4.1.3
> 
> Please vote to approve this release:
> 
> [ ] +1 Approve the release
> [ ] -1 Don't approve the release (please provide specific comments)

+1 (non-binding).

Thanks JB!

Regards,

Stephen

Re: [VOTE] Apache Karaf (Container) 4.1.3 release

Posted by Freeman Fang <fr...@gmail.com>.
+1 (binding)

Thanks!
-------------
Freeman(Yue) Fang

Red Hat, Inc. 
FuseSource is now part of Red Hat



> On Oct 27, 2017, at 12:08 PM, Jean-Baptiste Onofré <jb...@nanthrax.net> wrote:
> 
> Hi all,
> 
> I submit Karaf (Container) 4.1.3 release to your vote.
> 
> Release Notes:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311140&version=12341130
> 
> Staging Repository:
> https://repository.apache.org/content/repositories/orgapachekaraf-1100/
> 
> Git Tag:
> karaf-4.1.3
> 
> Please vote to approve this release:
> 
> [ ] +1 Approve the release
> [ ] -1 Don't approve the release (please provide specific comments)
> 
> This vote will be open for at least 48 hours.
> 
> Thanks,
> Regards
> JB
> -- 
> Jean-Baptiste Onofré
> jbonofre@apache.org
> http://blog.nanthrax.net
> Talend - http://www.talend.com


Re: [VOTE] Apache Karaf (Container) 4.1.3 release

Posted by Jean-Baptiste Onofré <jb...@nanthrax.net>.
I gonna close the vote and promote artifacts in few minutes.

Regards
JB

On Nov 2, 2017, 18:24, at 18:24, "Mikael Åsberg" <m....@gmail.com> wrote:
>On 2017-10-27 06:08, Jean-Baptiste Onofré wrote:
>> Hi all,
>> 
>> I submit Karaf (Container) 4.1.3 release to your vote.
>> 
>
>Seems the vote passed but still no release, when can we expect it to be
>
>concluded? We're looking forward to this release!
>
>- Mikael

Re: [VOTE] Apache Karaf (Container) 4.1.3 release

Posted by Mikael Åsberg <m....@gmail.com>.
On 2017-10-27 06:08, Jean-Baptiste Onofré wrote:
> Hi all,
> 
> I submit Karaf (Container) 4.1.3 release to your vote.
> 

Seems the vote passed but still no release, when can we expect it to be 
concluded? We're looking forward to this release!

- Mikael


Re: [VOTE] Apache Karaf (Container) 4.1.3 release

Posted by Grzegorz Grzybek <gr...@gmail.com>.
+1 (non-binding)

regards
Grzegorz Grzybek

2017-10-27 10:00 GMT+02:00 Andrea Cosentino <an...@yahoo.com.invalid>:

> +1 (non-binding).
>
> Thanks JB.
>
> --
> Andrea Cosentino
> ----------------------------------
> Apache Camel PMC Member
> Apache Karaf Committer
> Apache Servicemix PMC Member
> Email: ancosen1985@yahoo.com
> Twitter: @oscerd2
> Github: oscerd
>
>
>
>
>
>
> On Friday, October 27, 2017, 6:08:16 AM GMT+2, Jean-Baptiste Onofré <
> jb@nanthrax.net> wrote:
>
>
>
>
>
> Hi all,
>
> I submit Karaf (Container) 4.1.3 release to your vote.
>
> Release Notes:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?
> projectId=12311140&version=12341130
>
> Staging Repository:
> https://repository.apache.org/content/repositories/orgapachekaraf-1100/
>
> Git Tag:
> karaf-4.1.3
>
> Please vote to approve this release:
>
> [ ] +1 Approve the release
> [ ] -1 Don't approve the release (please provide specific comments)
>
> This vote will be open for at least 48 hours.
>
> Thanks,
> Regards
> JB
> --
> Jean-Baptiste Onofré
> jbonofre@apache.org
> http://blog.nanthrax.net
> Talend - http://www.talend.com
>

Re: [VOTE] Apache Karaf (Container) 4.1.3 release

Posted by Andrea Cosentino <an...@yahoo.com.INVALID>.
+1 (non-binding).

Thanks JB.

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






On Friday, October 27, 2017, 6:08:16 AM GMT+2, Jean-Baptiste Onofré <jb...@nanthrax.net> wrote: 





Hi all,

I submit Karaf (Container) 4.1.3 release to your vote.

Release Notes:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311140&version=12341130

Staging Repository:
https://repository.apache.org/content/repositories/orgapachekaraf-1100/

Git Tag:
karaf-4.1.3

Please vote to approve this release:

[ ] +1 Approve the release
[ ] -1 Don't approve the release (please provide specific comments)

This vote will be open for at least 48 hours.

Thanks,
Regards
JB
-- 
Jean-Baptiste Onofré
jbonofre@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com