[GitHub] karaf pull request #375: [KARAF-5387] Implement getCharset() method in the J...

2017-09-26 Thread jbonofre
Github user jbonofre closed the pull request at: https://github.com/apache/karaf/pull/375 ---

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

2017-09-26 Thread Jean-Baptiste Onofré
Hi all, this vote passed with the following result: +1 (binding): Jamie Goodyear, Freeman Fang, Jean-Baptiste Onofré +1 (non-binding): Stephen Kitt, Grzegorz Grzybek I'm promoting the artifacts on Central, updating Jira and website, then I will announce the release. Thanks all for your vote.

Re: Build failure on master

2017-09-26 Thread Jean-Baptiste Onofré
FYI, I tested the fixes on a PR: https://github.com/apache/karaf/pull/375 I will merge on master when OK. Regards JB On 09/26/2017 09:21 AM, Jean-Baptiste Onofré wrote: Hi all, FYI, we currently have a build failure on master: org/apache/karaf/shell/impl/console/JLineTerminal.java:[45,8] o

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

2017-09-26 Thread Jean-Baptiste Onofré
+1 (binding) Regards JB On 09/25/2017 04:38 AM, Jean-Baptiste Onofré wrote: Hi all, I submit Karaf (Container) 4.0.10 release to your vote. Release Notes: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311140&version=12340287 Staging Repository: https://repository.apac

[GitHub] karaf pull request #377: Clean up object duplication

2017-09-26 Thread rovarga
GitHub user rovarga opened a pull request: https://github.com/apache/karaf/pull/377 Clean up object duplication This series of patches are attempts to improve resolver memory usage, which we have observed to go up to ~2GB while performing a mass install of all OpenDaylight feat

[GitHub] karaf pull request #376: Turn Feature.VERSION_SEPARATOR into a char

2017-09-26 Thread rovarga
GitHub user rovarga opened a pull request: https://github.com/apache/karaf/pull/376 Turn Feature.VERSION_SEPARATOR into a char String.indexOf(char) is faster than String.indexOf(String), so use char for VERSION_SEPARATOR. Signed-off-by: Robert Varga You can merge this

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

2017-09-26 Thread Grzegorz Grzybek
+1 (non-binding) regards Grzegorz Grzybek 2017-09-26 14:12 GMT+02:00 Freeman Fang : > +1 > > Thanks! > - > Freeman(Yue) Fang > > Red Hat, Inc. > FuseSource is now part of Red Hat > > > > > On Sep 25, 2017, at 10:38 AM, Jean-Baptiste Onofré > wrote: > > > > Hi all, > > > > I submit K

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

2017-09-26 Thread Freeman Fang
+1 Thanks! - Freeman(Yue) Fang Red Hat, Inc. FuseSource is now part of Red Hat > On Sep 25, 2017, at 10:38 AM, Jean-Baptiste Onofré wrote: > > Hi all, > > I submit Karaf (Container) 4.0.10 release to your vote. > > Release Notes: > https://issues.apache.org/jira/secure/Release

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

2017-09-26 Thread Jamie G.
+1 looks great :) On Mon, Sep 25, 2017 at 12:08 AM, Jean-Baptiste Onofré wrote: > Hi all, > > I submit Karaf (Container) 4.0.10 release to your vote. > > Release Notes: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311140&version=12340287 > > Staging Repository: > https://

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

2017-09-26 Thread Stephen Kitt
Hi JB, On Mon, 25 Sep 2017 04:38:11 +0200 Jean-Baptiste Onofré wrote: > Please vote to approve this release: > > [X] +1 Approve the release > [ ] -1 Don't approve the release (please provide specific comments) Tested with OpenDaylight. Thanks for preparing this! Regards, Stephen pgpLy8QWUG2

[GitHub] karaf pull request #375: [KARAF-5387] Implement getCharset() method in the J...

2017-09-26 Thread jbonofre
GitHub user jbonofre opened a pull request: https://github.com/apache/karaf/pull/375 [KARAF-5387] Implement getCharset() method in the JLineTerminal You can merge this pull request into a Git repository by running: $ git pull https://github.com/jbonofre/karaf KARAF-5387 Alter

Build failure on master

2017-09-26 Thread Jean-Baptiste Onofré
Hi all, FYI, we currently have a build failure on master: org/apache/karaf/shell/impl/console/JLineTerminal.java:[45,8] org.apache.karaf.shell.impl.console.JLineTerminal is not abstract and does not override abstract method encoding() in org.jline.terminal.Terminal I'm fixing that now. Sorr