You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by Guillaume Nodet <gn...@apache.org> on 2017/05/05 07:31:49 UTC

[VOTE] Release Gogo Runtime + JLine 1.0.6

I've staged a release candidate for Gogo Runtime + JLine 1.0.6.

Changelog:

[d45d2158d] [FELIX-5634][gogo][runtime] The file name generation may loop
into subtrees for nothing

[afb19d079] [FELIX-5633][gogo][runtime] The file name generation should
take ~ into account

[8df4736ec] [gogo][jline] Guard against infinite loops in the highlighter

[b5d05156a] [gogo][jline] Support new less options if available

[294586ee9] [FELIX-5631][gogo][runtime] The parser indicates wrong repair
string when parsing heredocs

[ba81fd752] [FELIX-5629][gogo][jline] When a job is in the foreground, the
shell should wait for its completion

[2200ec579] [gogo][jline] Let jline use defaults for better detection

[28ba922fa] [gogo][jline] Print a slighly nicer message when an exception
is caught from a posix command instead of "null"

[c5a266d64] [FELIX-5600] System streams are not correctly set when running
a new shell

[99a48c1a1] [FELIX-5599] Allow reusing a closure from a parent session

[d0189fd68] [FELIX-5598][gogo][jline] Support the JLine ttop function if
available

[91b4d5a6f] [FELIX-5596] Allow to configure the colors for the gogo grep
command

[2ab5fa96f] [FELIX-5594][gogo][jline] Make sure the highlighter supports
custom attributes containing non color attributes

[f787aad6c] [FELIX-5594][gogo][jline] Improve color support for ls/grep and
syntax highlighting

The releases are staged in the following repository:
  https://repository.apache.org/content/repositories/orgapachefelix-1179

The tags are available at:
  org.apache.felix.gogo.runtime-1.0.6/
<http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.gogo.runtime-1.0.6/>
  org.apache.felix.gogo.jline-1.0.6/
<http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.gogo.jline-1.0.6/>

Please review and vote !


-- 
------------------------
Guillaume Nodet

Re: [VOTE] Release Gogo Runtime + JLine 1.0.6

Posted by Karl Pauls <ka...@gmail.com>.
+1

regards,

Karl

On Fri, May 5, 2017 at 12:31 PM, Raymond Auge <ra...@liferay.com> wrote:
> +1 (non-binding)
>
> On May 5, 2017 04:49, "David Bosschaert" <da...@gmail.com> wrote:
>
>> +1
>>
>> David
>>
>> On 5 May 2017 at 08:31, Guillaume Nodet <gn...@apache.org> wrote:
>>
>> > I've staged a release candidate for Gogo Runtime + JLine 1.0.6.
>> >
>> > Changelog:
>> >
>> > [d45d2158d] [FELIX-5634][gogo][runtime] The file name generation may loop
>> > into subtrees for nothing
>> >
>> > [afb19d079] [FELIX-5633][gogo][runtime] The file name generation should
>> > take ~ into account
>> >
>> > [8df4736ec] [gogo][jline] Guard against infinite loops in the highlighter
>> >
>> > [b5d05156a] [gogo][jline] Support new less options if available
>> >
>> > [294586ee9] [FELIX-5631][gogo][runtime] The parser indicates wrong repair
>> > string when parsing heredocs
>> >
>> > [ba81fd752] [FELIX-5629][gogo][jline] When a job is in the foreground,
>> the
>> > shell should wait for its completion
>> >
>> > [2200ec579] [gogo][jline] Let jline use defaults for better detection
>> >
>> > [28ba922fa] [gogo][jline] Print a slighly nicer message when an exception
>> > is caught from a posix command instead of "null"
>> >
>> > [c5a266d64] [FELIX-5600] System streams are not correctly set when
>> running
>> > a new shell
>> >
>> > [99a48c1a1] [FELIX-5599] Allow reusing a closure from a parent session
>> >
>> > [d0189fd68] [FELIX-5598][gogo][jline] Support the JLine ttop function if
>> > available
>> >
>> > [91b4d5a6f] [FELIX-5596] Allow to configure the colors for the gogo grep
>> > command
>> >
>> > [2ab5fa96f] [FELIX-5594][gogo][jline] Make sure the highlighter supports
>> > custom attributes containing non color attributes
>> >
>> > [f787aad6c] [FELIX-5594][gogo][jline] Improve color support for ls/grep
>> and
>> > syntax highlighting
>> >
>> > The releases are staged in the following repository:
>> >   https://repository.apache.org/content/repositories/orgapachefelix-1179
>> >
>> > The tags are available at:
>> >   org.apache.felix.gogo.runtime-1.0.6/
>> > <http://svn.apache.org/repos/asf/felix/releases/org.apache.
>> > felix.gogo.runtime-1.0.6/>
>> >   org.apache.felix.gogo.jline-1.0.6/
>> > <http://svn.apache.org/repos/asf/felix/releases/org.apache.
>> > felix.gogo.jline-1.0.6/>
>> >
>> > Please review and vote !
>> >
>> >
>> > --
>> > ------------------------
>> > Guillaume Nodet
>> >
>>



-- 
Karl Pauls
karlpauls@gmail.com

Re: [VOTE] Release Gogo Runtime + JLine 1.0.6

Posted by Raymond Auge <ra...@liferay.com>.
+1 (non-binding)

On May 5, 2017 04:49, "David Bosschaert" <da...@gmail.com> wrote:

> +1
>
> David
>
> On 5 May 2017 at 08:31, Guillaume Nodet <gn...@apache.org> wrote:
>
> > I've staged a release candidate for Gogo Runtime + JLine 1.0.6.
> >
> > Changelog:
> >
> > [d45d2158d] [FELIX-5634][gogo][runtime] The file name generation may loop
> > into subtrees for nothing
> >
> > [afb19d079] [FELIX-5633][gogo][runtime] The file name generation should
> > take ~ into account
> >
> > [8df4736ec] [gogo][jline] Guard against infinite loops in the highlighter
> >
> > [b5d05156a] [gogo][jline] Support new less options if available
> >
> > [294586ee9] [FELIX-5631][gogo][runtime] The parser indicates wrong repair
> > string when parsing heredocs
> >
> > [ba81fd752] [FELIX-5629][gogo][jline] When a job is in the foreground,
> the
> > shell should wait for its completion
> >
> > [2200ec579] [gogo][jline] Let jline use defaults for better detection
> >
> > [28ba922fa] [gogo][jline] Print a slighly nicer message when an exception
> > is caught from a posix command instead of "null"
> >
> > [c5a266d64] [FELIX-5600] System streams are not correctly set when
> running
> > a new shell
> >
> > [99a48c1a1] [FELIX-5599] Allow reusing a closure from a parent session
> >
> > [d0189fd68] [FELIX-5598][gogo][jline] Support the JLine ttop function if
> > available
> >
> > [91b4d5a6f] [FELIX-5596] Allow to configure the colors for the gogo grep
> > command
> >
> > [2ab5fa96f] [FELIX-5594][gogo][jline] Make sure the highlighter supports
> > custom attributes containing non color attributes
> >
> > [f787aad6c] [FELIX-5594][gogo][jline] Improve color support for ls/grep
> and
> > syntax highlighting
> >
> > The releases are staged in the following repository:
> >   https://repository.apache.org/content/repositories/orgapachefelix-1179
> >
> > The tags are available at:
> >   org.apache.felix.gogo.runtime-1.0.6/
> > <http://svn.apache.org/repos/asf/felix/releases/org.apache.
> > felix.gogo.runtime-1.0.6/>
> >   org.apache.felix.gogo.jline-1.0.6/
> > <http://svn.apache.org/repos/asf/felix/releases/org.apache.
> > felix.gogo.jline-1.0.6/>
> >
> > Please review and vote !
> >
> >
> > --
> > ------------------------
> > Guillaume Nodet
> >
>

Re: [VOTE] Release Gogo Runtime + JLine 1.0.6

Posted by David Bosschaert <da...@gmail.com>.
+1

David

On 5 May 2017 at 08:31, Guillaume Nodet <gn...@apache.org> wrote:

> I've staged a release candidate for Gogo Runtime + JLine 1.0.6.
>
> Changelog:
>
> [d45d2158d] [FELIX-5634][gogo][runtime] The file name generation may loop
> into subtrees for nothing
>
> [afb19d079] [FELIX-5633][gogo][runtime] The file name generation should
> take ~ into account
>
> [8df4736ec] [gogo][jline] Guard against infinite loops in the highlighter
>
> [b5d05156a] [gogo][jline] Support new less options if available
>
> [294586ee9] [FELIX-5631][gogo][runtime] The parser indicates wrong repair
> string when parsing heredocs
>
> [ba81fd752] [FELIX-5629][gogo][jline] When a job is in the foreground, the
> shell should wait for its completion
>
> [2200ec579] [gogo][jline] Let jline use defaults for better detection
>
> [28ba922fa] [gogo][jline] Print a slighly nicer message when an exception
> is caught from a posix command instead of "null"
>
> [c5a266d64] [FELIX-5600] System streams are not correctly set when running
> a new shell
>
> [99a48c1a1] [FELIX-5599] Allow reusing a closure from a parent session
>
> [d0189fd68] [FELIX-5598][gogo][jline] Support the JLine ttop function if
> available
>
> [91b4d5a6f] [FELIX-5596] Allow to configure the colors for the gogo grep
> command
>
> [2ab5fa96f] [FELIX-5594][gogo][jline] Make sure the highlighter supports
> custom attributes containing non color attributes
>
> [f787aad6c] [FELIX-5594][gogo][jline] Improve color support for ls/grep and
> syntax highlighting
>
> The releases are staged in the following repository:
>   https://repository.apache.org/content/repositories/orgapachefelix-1179
>
> The tags are available at:
>   org.apache.felix.gogo.runtime-1.0.6/
> <http://svn.apache.org/repos/asf/felix/releases/org.apache.
> felix.gogo.runtime-1.0.6/>
>   org.apache.felix.gogo.jline-1.0.6/
> <http://svn.apache.org/repos/asf/felix/releases/org.apache.
> felix.gogo.jline-1.0.6/>
>
> Please review and vote !
>
>
> --
> ------------------------
> Guillaume Nodet
>

Re: [VOTE] Release Gogo Runtime + JLine 1.0.6

Posted by Jean-Baptiste Onofré <jb...@nanthrax.net>.
+1 (binding)

Regards
JB

On 05/05/2017 09:31 AM, Guillaume Nodet wrote:
> I've staged a release candidate for Gogo Runtime + JLine 1.0.6.
>
> Changelog:
>
> [d45d2158d] [FELIX-5634][gogo][runtime] The file name generation may loop
> into subtrees for nothing
>
> [afb19d079] [FELIX-5633][gogo][runtime] The file name generation should
> take ~ into account
>
> [8df4736ec] [gogo][jline] Guard against infinite loops in the highlighter
>
> [b5d05156a] [gogo][jline] Support new less options if available
>
> [294586ee9] [FELIX-5631][gogo][runtime] The parser indicates wrong repair
> string when parsing heredocs
>
> [ba81fd752] [FELIX-5629][gogo][jline] When a job is in the foreground, the
> shell should wait for its completion
>
> [2200ec579] [gogo][jline] Let jline use defaults for better detection
>
> [28ba922fa] [gogo][jline] Print a slighly nicer message when an exception
> is caught from a posix command instead of "null"
>
> [c5a266d64] [FELIX-5600] System streams are not correctly set when running
> a new shell
>
> [99a48c1a1] [FELIX-5599] Allow reusing a closure from a parent session
>
> [d0189fd68] [FELIX-5598][gogo][jline] Support the JLine ttop function if
> available
>
> [91b4d5a6f] [FELIX-5596] Allow to configure the colors for the gogo grep
> command
>
> [2ab5fa96f] [FELIX-5594][gogo][jline] Make sure the highlighter supports
> custom attributes containing non color attributes
>
> [f787aad6c] [FELIX-5594][gogo][jline] Improve color support for ls/grep and
> syntax highlighting
>
> The releases are staged in the following repository:
>   https://repository.apache.org/content/repositories/orgapachefelix-1179
>
> The tags are available at:
>   org.apache.felix.gogo.runtime-1.0.6/
> <http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.gogo.runtime-1.0.6/>
>   org.apache.felix.gogo.jline-1.0.6/
> <http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.gogo.jline-1.0.6/>
>
> Please review and vote !
>
>

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

Re: [VOTE] Release Gogo Runtime + JLine 1.0.6

Posted by Guillaume Nodet <gn...@apache.org>.
+1

2017-05-05 9:31 GMT+02:00 Guillaume Nodet <gn...@apache.org>:

> I've staged a release candidate for Gogo Runtime + JLine 1.0.6.
>
> Changelog:
>
> [d45d2158d] [FELIX-5634][gogo][runtime] The file name generation may loop
> into subtrees for nothing
>
> [afb19d079] [FELIX-5633][gogo][runtime] The file name generation should
> take ~ into account
>
> [8df4736ec] [gogo][jline] Guard against infinite loops in the highlighter
>
> [b5d05156a] [gogo][jline] Support new less options if available
>
> [294586ee9] [FELIX-5631][gogo][runtime] The parser indicates wrong repair
> string when parsing heredocs
>
> [ba81fd752] [FELIX-5629][gogo][jline] When a job is in the foreground, the
> shell should wait for its completion
>
> [2200ec579] [gogo][jline] Let jline use defaults for better detection
>
> [28ba922fa] [gogo][jline] Print a slighly nicer message when an exception
> is caught from a posix command instead of "null"
>
> [c5a266d64] [FELIX-5600] System streams are not correctly set when running
> a new shell
>
> [99a48c1a1] [FELIX-5599] Allow reusing a closure from a parent session
>
> [d0189fd68] [FELIX-5598][gogo][jline] Support the JLine ttop function if
> available
>
> [91b4d5a6f] [FELIX-5596] Allow to configure the colors for the gogo grep
> command
>
> [2ab5fa96f] [FELIX-5594][gogo][jline] Make sure the highlighter supports
> custom attributes containing non color attributes
>
> [f787aad6c] [FELIX-5594][gogo][jline] Improve color support for ls/grep
> and syntax highlighting
>
> The releases are staged in the following repository:
>   https://repository.apache.org/content/repositories/orgapachefelix-1179
>
> The tags are available at:
>   org.apache.felix.gogo.runtime-1.0.6/
> <http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.gogo.runtime-1.0.6/>
>   org.apache.felix.gogo.jline-1.0.6/
> <http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.gogo.jline-1.0.6/>
>
> Please review and vote !
>
>
> --
> ------------------------
> Guillaume Nodet
>
>


-- 
------------------------
Guillaume Nodet