You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@johnzon.apache.org by Mark Struberg <st...@yahoo.de.INVALID> on 2018/02/10 14:00:29 UTC

[VOTE] Apache Johnzon-1.1.6

Good afternoon!

I'd like to call a VOTE on releasing Apache Johnzon-1.1.6

The following bugs and enhancements got fixed:

Bug

	• [JOHNZON-147] - support for Byte Order Mark in JsonStreamParser is missing
	• [JOHNZON-148] - writing primitives via OutputStream fails with weird exception
	• [JOHNZON-155] - Johnzon fails to extract real type from generic type over multiple inheritance level
	• [JOHNZON-156] - Make BufferStrategy configurable via system.property
Improvement

	• [JOHNZON-154] - Object cant be serialized properly when instance is a list


The stagin repository can be found here:
https://repository.apache.org/content/repositories/orgapachejohnzon-1023/

The tag of the release is at sha1 7c44f574b077a737db9a6337249af3737c pushed to our master.

The source release can be found at
https://repository.apache.org/content/repositories/orgapachejohnzon-1023/org/apache/johnzon/apache-johnzon/1.1.6/
the sha1 of the src.zip is 52031480c409997af6d9b2052138556b23431751

Please VOTE

[+1] go ship it!
[+0] meh, don't care
[-1] stop, I found a ${showstopper}

The VOTE is open for 72h.

txs and LieGrue,
strub


Re: [VOTE][CANCELLED] Apache Johnzon-1.1.6

Posted by Romain Manni-Bucau <rm...@gmail.com>.
I'm not sure it is a regression
since org.apache.johnzon.core.JsonStreamParserImpl#current was already
using >= 0 and initializing the default value to 0


Romain Manni-Bucau
@rmannibucau <https://twitter.com/rmannibucau> |  Blog
<https://rmannibucau.metawerx.net/> | Old Blog
<http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> |
LinkedIn <https://www.linkedin.com/in/rmannibucau> | Book
<https://www.packtpub.com/application-development/java-ee-8-high-performance>

2018-02-12 10:23 GMT+01:00 Mark Struberg <st...@yahoo.de.invalid>:

> I encountered a bug.
> Will commit a unit test and a fix soon.
>
> Please consider this VOTE as CANCELLED.
>
> Once all is fixed I gonna re-roll the vote.
>
> LieGrue,
> strub
>
>
> > Am 11.02.2018 um 20:52 schrieb Hendrik Dev <he...@gmail.com>:
> >
> > +1
> >
> > On Sun, Feb 11, 2018 at 3:40 PM, Jean-Louis Monteiro
> > <jl...@tomitribe.com> wrote:
> >> +1
> >>
> >> --
> >> Jean-Louis Monteiro
> >> http://twitter.com/jlouismonteiro
> >> http://www.tomitribe.com
> >>
> >> On Sat, Feb 10, 2018 at 8:30 PM, Romain Manni-Bucau <
> rmannibucau@gmail.com>
> >> wrote:
> >>
> >>> +1
> >>>
> >>> Le 10 févr. 2018 15:00, "Mark Struberg" <st...@yahoo.de.invalid> a
> >>> écrit :
> >>>
> >>>> Good afternoon!
> >>>>
> >>>> I'd like to call a VOTE on releasing Apache Johnzon-1.1.6
> >>>>
> >>>> The following bugs and enhancements got fixed:
> >>>>
> >>>> Bug
> >>>>
> >>>>        • [JOHNZON-147] - support for Byte Order Mark in
> JsonStreamParser
> >>>> is missing
> >>>>        • [JOHNZON-148] - writing primitives via OutputStream fails
> with
> >>>> weird exception
> >>>>        • [JOHNZON-155] - Johnzon fails to extract real type from
> generic
> >>>> type over multiple inheritance level
> >>>>        • [JOHNZON-156] - Make BufferStrategy configurable via
> >>>> system.property
> >>>> Improvement
> >>>>
> >>>>        • [JOHNZON-154] - Object cant be serialized properly when
> >>> instance
> >>>> is a list
> >>>>
> >>>>
> >>>> The stagin repository can be found here:
> >>>> https://repository.apache.org/content/repositories/
> >>> orgapachejohnzon-1023/
> >>>>
> >>>> The tag of the release is at sha1 7c44f574b077a737db9a6337249af3737c
> >>>> pushed to our master.
> >>>>
> >>>> The source release can be found at
> >>>> https://repository.apache.org/content/repositories/
> >>>> orgapachejohnzon-1023/org/apache/johnzon/apache-johnzon/1.1.6/
> >>>> the sha1 of the src.zip is 52031480c409997af6d9b2052138556b23431751
> >>>>
> >>>> Please VOTE
> >>>>
> >>>> [+1] go ship it!
> >>>> [+0] meh, don't care
> >>>> [-1] stop, I found a ${showstopper}
> >>>>
> >>>> The VOTE is open for 72h.
> >>>>
> >>>> txs and LieGrue,
> >>>> strub
> >>>>
> >>>>
> >>>
> >
> >
> >
> > --
> > Hendrik Saly (salyh, hendrikdev22)
> > @hendrikdev22
> > PGP: 0x22D7F6EC
>
>

Re: [VOTE][CANCELLED] Apache Johnzon-1.1.6

Posted by Mark Struberg <st...@yahoo.de.INVALID>.
I encountered a bug. 
Will commit a unit test and a fix soon.

Please consider this VOTE as CANCELLED.

Once all is fixed I gonna re-roll the vote.

LieGrue,
strub


> Am 11.02.2018 um 20:52 schrieb Hendrik Dev <he...@gmail.com>:
> 
> +1
> 
> On Sun, Feb 11, 2018 at 3:40 PM, Jean-Louis Monteiro
> <jl...@tomitribe.com> wrote:
>> +1
>> 
>> --
>> Jean-Louis Monteiro
>> http://twitter.com/jlouismonteiro
>> http://www.tomitribe.com
>> 
>> On Sat, Feb 10, 2018 at 8:30 PM, Romain Manni-Bucau <rm...@gmail.com>
>> wrote:
>> 
>>> +1
>>> 
>>> Le 10 févr. 2018 15:00, "Mark Struberg" <st...@yahoo.de.invalid> a
>>> écrit :
>>> 
>>>> Good afternoon!
>>>> 
>>>> I'd like to call a VOTE on releasing Apache Johnzon-1.1.6
>>>> 
>>>> The following bugs and enhancements got fixed:
>>>> 
>>>> Bug
>>>> 
>>>>        • [JOHNZON-147] - support for Byte Order Mark in JsonStreamParser
>>>> is missing
>>>>        • [JOHNZON-148] - writing primitives via OutputStream fails with
>>>> weird exception
>>>>        • [JOHNZON-155] - Johnzon fails to extract real type from generic
>>>> type over multiple inheritance level
>>>>        • [JOHNZON-156] - Make BufferStrategy configurable via
>>>> system.property
>>>> Improvement
>>>> 
>>>>        • [JOHNZON-154] - Object cant be serialized properly when
>>> instance
>>>> is a list
>>>> 
>>>> 
>>>> The stagin repository can be found here:
>>>> https://repository.apache.org/content/repositories/
>>> orgapachejohnzon-1023/
>>>> 
>>>> The tag of the release is at sha1 7c44f574b077a737db9a6337249af3737c
>>>> pushed to our master.
>>>> 
>>>> The source release can be found at
>>>> https://repository.apache.org/content/repositories/
>>>> orgapachejohnzon-1023/org/apache/johnzon/apache-johnzon/1.1.6/
>>>> the sha1 of the src.zip is 52031480c409997af6d9b2052138556b23431751
>>>> 
>>>> Please VOTE
>>>> 
>>>> [+1] go ship it!
>>>> [+0] meh, don't care
>>>> [-1] stop, I found a ${showstopper}
>>>> 
>>>> The VOTE is open for 72h.
>>>> 
>>>> txs and LieGrue,
>>>> strub
>>>> 
>>>> 
>>> 
> 
> 
> 
> -- 
> Hendrik Saly (salyh, hendrikdev22)
> @hendrikdev22
> PGP: 0x22D7F6EC


Re: [VOTE] Apache Johnzon-1.1.6

Posted by Hendrik Dev <he...@gmail.com>.
+1

On Sun, Feb 11, 2018 at 3:40 PM, Jean-Louis Monteiro
<jl...@tomitribe.com> wrote:
> +1
>
> --
> Jean-Louis Monteiro
> http://twitter.com/jlouismonteiro
> http://www.tomitribe.com
>
> On Sat, Feb 10, 2018 at 8:30 PM, Romain Manni-Bucau <rm...@gmail.com>
> wrote:
>
>> +1
>>
>> Le 10 févr. 2018 15:00, "Mark Struberg" <st...@yahoo.de.invalid> a
>> écrit :
>>
>> > Good afternoon!
>> >
>> > I'd like to call a VOTE on releasing Apache Johnzon-1.1.6
>> >
>> > The following bugs and enhancements got fixed:
>> >
>> > Bug
>> >
>> >         • [JOHNZON-147] - support for Byte Order Mark in JsonStreamParser
>> > is missing
>> >         • [JOHNZON-148] - writing primitives via OutputStream fails with
>> > weird exception
>> >         • [JOHNZON-155] - Johnzon fails to extract real type from generic
>> > type over multiple inheritance level
>> >         • [JOHNZON-156] - Make BufferStrategy configurable via
>> > system.property
>> > Improvement
>> >
>> >         • [JOHNZON-154] - Object cant be serialized properly when
>> instance
>> > is a list
>> >
>> >
>> > The stagin repository can be found here:
>> > https://repository.apache.org/content/repositories/
>> orgapachejohnzon-1023/
>> >
>> > The tag of the release is at sha1 7c44f574b077a737db9a6337249af3737c
>> > pushed to our master.
>> >
>> > The source release can be found at
>> > https://repository.apache.org/content/repositories/
>> > orgapachejohnzon-1023/org/apache/johnzon/apache-johnzon/1.1.6/
>> > the sha1 of the src.zip is 52031480c409997af6d9b2052138556b23431751
>> >
>> > Please VOTE
>> >
>> > [+1] go ship it!
>> > [+0] meh, don't care
>> > [-1] stop, I found a ${showstopper}
>> >
>> > The VOTE is open for 72h.
>> >
>> > txs and LieGrue,
>> > strub
>> >
>> >
>>



-- 
Hendrik Saly (salyh, hendrikdev22)
@hendrikdev22
PGP: 0x22D7F6EC

Re: [VOTE] Apache Johnzon-1.1.6

Posted by Jean-Louis Monteiro <jl...@tomitribe.com>.
+1

--
Jean-Louis Monteiro
http://twitter.com/jlouismonteiro
http://www.tomitribe.com

On Sat, Feb 10, 2018 at 8:30 PM, Romain Manni-Bucau <rm...@gmail.com>
wrote:

> +1
>
> Le 10 févr. 2018 15:00, "Mark Struberg" <st...@yahoo.de.invalid> a
> écrit :
>
> > Good afternoon!
> >
> > I'd like to call a VOTE on releasing Apache Johnzon-1.1.6
> >
> > The following bugs and enhancements got fixed:
> >
> > Bug
> >
> >         • [JOHNZON-147] - support for Byte Order Mark in JsonStreamParser
> > is missing
> >         • [JOHNZON-148] - writing primitives via OutputStream fails with
> > weird exception
> >         • [JOHNZON-155] - Johnzon fails to extract real type from generic
> > type over multiple inheritance level
> >         • [JOHNZON-156] - Make BufferStrategy configurable via
> > system.property
> > Improvement
> >
> >         • [JOHNZON-154] - Object cant be serialized properly when
> instance
> > is a list
> >
> >
> > The stagin repository can be found here:
> > https://repository.apache.org/content/repositories/
> orgapachejohnzon-1023/
> >
> > The tag of the release is at sha1 7c44f574b077a737db9a6337249af3737c
> > pushed to our master.
> >
> > The source release can be found at
> > https://repository.apache.org/content/repositories/
> > orgapachejohnzon-1023/org/apache/johnzon/apache-johnzon/1.1.6/
> > the sha1 of the src.zip is 52031480c409997af6d9b2052138556b23431751
> >
> > Please VOTE
> >
> > [+1] go ship it!
> > [+0] meh, don't care
> > [-1] stop, I found a ${showstopper}
> >
> > The VOTE is open for 72h.
> >
> > txs and LieGrue,
> > strub
> >
> >
>

Re: [VOTE] Apache Johnzon-1.1.6

Posted by Romain Manni-Bucau <rm...@gmail.com>.
+1

Le 10 févr. 2018 15:00, "Mark Struberg" <st...@yahoo.de.invalid> a
écrit :

> Good afternoon!
>
> I'd like to call a VOTE on releasing Apache Johnzon-1.1.6
>
> The following bugs and enhancements got fixed:
>
> Bug
>
>         • [JOHNZON-147] - support for Byte Order Mark in JsonStreamParser
> is missing
>         • [JOHNZON-148] - writing primitives via OutputStream fails with
> weird exception
>         • [JOHNZON-155] - Johnzon fails to extract real type from generic
> type over multiple inheritance level
>         • [JOHNZON-156] - Make BufferStrategy configurable via
> system.property
> Improvement
>
>         • [JOHNZON-154] - Object cant be serialized properly when instance
> is a list
>
>
> The stagin repository can be found here:
> https://repository.apache.org/content/repositories/orgapachejohnzon-1023/
>
> The tag of the release is at sha1 7c44f574b077a737db9a6337249af3737c
> pushed to our master.
>
> The source release can be found at
> https://repository.apache.org/content/repositories/
> orgapachejohnzon-1023/org/apache/johnzon/apache-johnzon/1.1.6/
> the sha1 of the src.zip is 52031480c409997af6d9b2052138556b23431751
>
> Please VOTE
>
> [+1] go ship it!
> [+0] meh, don't care
> [-1] stop, I found a ${showstopper}
>
> The VOTE is open for 72h.
>
> txs and LieGrue,
> strub
>
>