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/08/30 18:31:24 UTC

[VOTE] Release Apache Johnzon-1.1.9

hi folks!

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

The following tickets got fixed:

Bug

	• [JOHNZON-169] - @JsonbTypeDeserializer(xxxJsonbDeserializer.class) is not working properly
	• [JOHNZON-181] - JsonParser.getValue only supports objects and arrays
	• [JOHNZON-182] - Jsonpointer remove operation fails in some special scenarios
	• [JOHNZON-183] - JsonParser#hasNext() returns true even when input is completely empty
	• [JOHNZON-184] - JsonbAdapter declared through @JsonbTypeAdapter can not convert object properly
	• [JOHNZON-186] - EnumConverter creats a NPE if null values are in a Enum list
Improvement

	• [JOHNZON-174] - Apply Portable Java Contracts to all spec dependencies
	• [JOHNZON-176] - setIgnoreFieldsForType does not keep hierarchy in mind
	• [JOHNZON-179] - improve performance for writing arrays of wrapper and native types
	• [JOHNZON-185] - deserialising an illegal enum value should blow up with an Exception


The staging repo is at
https://repository.apache.org/content/repositories/orgapachejohnzon-1029/

The release artifact can be found here
https://repository.apache.org/content/repositories/orgapachejohnzon-1029/org/apache/johnzon/johnzon/1.1.9/
sha1 is de6717a638b21201b31a6c0f6d1ab48549493824


Please VOTE:

[+1] yeah, ship it
[+0] meh, don't care
[-1] stop there is a ${showstopper}

The VOTE is open for 72h.

LieGrue,
strub




Re: [VOTE] Release Apache Johnzon-1.1.9

Posted by Matthew Broadhead <ma...@nbmlaw.co.uk.INVALID>.
+1

On 30/08/18 20:31, Mark Struberg wrote:
> hi folks!
>
> I'd like to call a VOTE on releasing Apache Johnzon 1.1.9
>
> The following tickets got fixed:
>
> Bug
>
> 	• [JOHNZON-169] - @JsonbTypeDeserializer(xxxJsonbDeserializer.class) is not working properly
> 	• [JOHNZON-181] - JsonParser.getValue only supports objects and arrays
> 	• [JOHNZON-182] - Jsonpointer remove operation fails in some special scenarios
> 	• [JOHNZON-183] - JsonParser#hasNext() returns true even when input is completely empty
> 	• [JOHNZON-184] - JsonbAdapter declared through @JsonbTypeAdapter can not convert object properly
> 	• [JOHNZON-186] - EnumConverter creats a NPE if null values are in a Enum list
> Improvement
>
> 	• [JOHNZON-174] - Apply Portable Java Contracts to all spec dependencies
> 	• [JOHNZON-176] - setIgnoreFieldsForType does not keep hierarchy in mind
> 	• [JOHNZON-179] - improve performance for writing arrays of wrapper and native types
> 	• [JOHNZON-185] - deserialising an illegal enum value should blow up with an Exception
>
>
> The staging repo is at
> https://repository.apache.org/content/repositories/orgapachejohnzon-1029/
>
> The release artifact can be found here
> https://repository.apache.org/content/repositories/orgapachejohnzon-1029/org/apache/johnzon/johnzon/1.1.9/
> sha1 is de6717a638b21201b31a6c0f6d1ab48549493824
>
>
> Please VOTE:
>
> [+1] yeah, ship it
> [+0] meh, don't care
> [-1] stop there is a ${showstopper}
>
> The VOTE is open for 72h.
>
> LieGrue,
> strub
>
>
>


Re: [VOTE] Release Apache Johnzon-1.1.9

Posted by Reinhard Sandtner <re...@gmail.com>.
+1

lg
reini

> Am 31.08.2018 um 16:34 schrieb Jonathan Gallimore <jo...@gmail.com>:
> 
> +1
> 
> On Thu, Aug 30, 2018 at 7:31 PM Mark Struberg <struberg@yahoo.de.invalid <ma...@yahoo.de.invalid>>
> wrote:
> 
>> hi folks!
>> 
>> I'd like to call a VOTE on releasing Apache Johnzon 1.1.9
>> 
>> The following tickets got fixed:
>> 
>> Bug
>> 
>>        • [JOHNZON-169] -
>> @JsonbTypeDeserializer(xxxJsonbDeserializer.class) is not working properly
>>        • [JOHNZON-181] - JsonParser.getValue only supports objects and
>> arrays
>>        • [JOHNZON-182] - Jsonpointer remove operation fails in some
>> special scenarios
>>        • [JOHNZON-183] - JsonParser#hasNext() returns true even when
>> input is completely empty
>>        • [JOHNZON-184] - JsonbAdapter declared through @JsonbTypeAdapter
>> can not convert object properly
>>        • [JOHNZON-186] - EnumConverter creats a NPE if null values are in
>> a Enum list
>> Improvement
>> 
>>        • [JOHNZON-174] - Apply Portable Java Contracts to all spec
>> dependencies
>>        • [JOHNZON-176] - setIgnoreFieldsForType does not keep hierarchy
>> in mind
>>        • [JOHNZON-179] - improve performance for writing arrays of
>> wrapper and native types
>>        • [JOHNZON-185] - deserialising an illegal enum value should blow
>> up with an Exception
>> 
>> 
>> The staging repo is at
>> https://repository.apache.org/content/repositories/orgapachejohnzon-1029/
>> 
>> The release artifact can be found here
>> 
>> https://repository.apache.org/content/repositories/orgapachejohnzon-1029/org/apache/johnzon/johnzon/1.1.9/
>> sha1
>> <https://repository.apache.org/content/repositories/orgapachejohnzon-1029/org/apache/johnzon/johnzon/1.1.9/sha1 <https://repository.apache.org/content/repositories/orgapachejohnzon-1029/org/apache/johnzon/johnzon/1.1.9/sha1>>
>> is de6717a638b21201b31a6c0f6d1ab48549493824
>> 
>> 
>> Please VOTE:
>> 
>> [+1] yeah, ship it
>> [+0] meh, don't care
>> [-1] stop there is a ${showstopper}
>> 
>> The VOTE is open for 72h.
>> 
>> LieGrue,
>> strub


Re: [VOTE] Release Apache Johnzon-1.1.9

Posted by Jonathan Gallimore <jo...@gmail.com>.
+1

On Thu, Aug 30, 2018 at 7:31 PM Mark Struberg <st...@yahoo.de.invalid>
wrote:

> hi folks!
>
> I'd like to call a VOTE on releasing Apache Johnzon 1.1.9
>
> The following tickets got fixed:
>
> Bug
>
>         • [JOHNZON-169] -
> @JsonbTypeDeserializer(xxxJsonbDeserializer.class) is not working properly
>         • [JOHNZON-181] - JsonParser.getValue only supports objects and
> arrays
>         • [JOHNZON-182] - Jsonpointer remove operation fails in some
> special scenarios
>         • [JOHNZON-183] - JsonParser#hasNext() returns true even when
> input is completely empty
>         • [JOHNZON-184] - JsonbAdapter declared through @JsonbTypeAdapter
> can not convert object properly
>         • [JOHNZON-186] - EnumConverter creats a NPE if null values are in
> a Enum list
> Improvement
>
>         • [JOHNZON-174] - Apply Portable Java Contracts to all spec
> dependencies
>         • [JOHNZON-176] - setIgnoreFieldsForType does not keep hierarchy
> in mind
>         • [JOHNZON-179] - improve performance for writing arrays of
> wrapper and native types
>         • [JOHNZON-185] - deserialising an illegal enum value should blow
> up with an Exception
>
>
> The staging repo is at
> https://repository.apache.org/content/repositories/orgapachejohnzon-1029/
>
> The release artifact can be found here
>
> https://repository.apache.org/content/repositories/orgapachejohnzon-1029/org/apache/johnzon/johnzon/1.1.9/
> sha1
> <https://repository.apache.org/content/repositories/orgapachejohnzon-1029/org/apache/johnzon/johnzon/1.1.9/sha1>
> is de6717a638b21201b31a6c0f6d1ab48549493824
>
>
> Please VOTE:
>
> [+1] yeah, ship it
> [+0] meh, don't care
> [-1] stop there is a ${showstopper}
>
> The VOTE is open for 72h.
>
> LieGrue,
> strub
>
>
>
>

Re: [VOTE] [RESULT] Release Apache Johnzon-1.1.9

Posted by Mark Struberg <st...@yahoo.de.INVALID>.
Hi folks!

The VOTE did pass with the following:
+1: Jean-Louis, Romain, Roberto, Jon, Reinhard, Matthew, Hendrik, Mark
No -1 nor 0.

Txs to all who voted!


LieGrue,
strub


> Am 30.08.2018 um 20:31 schrieb Mark Struberg <st...@yahoo.de.INVALID>:
> 
> hi folks!
> 
> I'd like to call a VOTE on releasing Apache Johnzon 1.1.9
> 
> The following tickets got fixed:
> 
> Bug
> 
> 	• [JOHNZON-169] - @JsonbTypeDeserializer(xxxJsonbDeserializer.class) is not working properly
> 	• [JOHNZON-181] - JsonParser.getValue only supports objects and arrays
> 	• [JOHNZON-182] - Jsonpointer remove operation fails in some special scenarios
> 	• [JOHNZON-183] - JsonParser#hasNext() returns true even when input is completely empty
> 	• [JOHNZON-184] - JsonbAdapter declared through @JsonbTypeAdapter can not convert object properly
> 	• [JOHNZON-186] - EnumConverter creats a NPE if null values are in a Enum list
> Improvement
> 
> 	• [JOHNZON-174] - Apply Portable Java Contracts to all spec dependencies
> 	• [JOHNZON-176] - setIgnoreFieldsForType does not keep hierarchy in mind
> 	• [JOHNZON-179] - improve performance for writing arrays of wrapper and native types
> 	• [JOHNZON-185] - deserialising an illegal enum value should blow up with an Exception
> 
> 
> The staging repo is at
> https://repository.apache.org/content/repositories/orgapachejohnzon-1029/
> 
> The release artifact can be found here
> https://repository.apache.org/content/repositories/orgapachejohnzon-1029/org/apache/johnzon/johnzon/1.1.9/
> sha1 is de6717a638b21201b31a6c0f6d1ab48549493824
> 
> 
> Please VOTE:
> 
> [+1] yeah, ship it
> [+0] meh, don't care
> [-1] stop there is a ${showstopper}
> 
> The VOTE is open for 72h.
> 
> LieGrue,
> strub
> 
> 
> 


Re: [VOTE] Release Apache Johnzon-1.1.9

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

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>


Le ven. 31 août 2018 à 09:46, Jean-Louis Monteiro <jl...@tomitribe.com>
a écrit :

> +1
>
> Le jeu. 30 août 2018 à 20:31, Mark Struberg <st...@yahoo.de.invalid> a
> écrit :
>
> > hi folks!
> >
> > I'd like to call a VOTE on releasing Apache Johnzon 1.1.9
> >
> > The following tickets got fixed:
> >
> > Bug
> >
> >         • [JOHNZON-169] -
> > @JsonbTypeDeserializer(xxxJsonbDeserializer.class) is not working
> properly
> >         • [JOHNZON-181] - JsonParser.getValue only supports objects and
> > arrays
> >         • [JOHNZON-182] - Jsonpointer remove operation fails in some
> > special scenarios
> >         • [JOHNZON-183] - JsonParser#hasNext() returns true even when
> > input is completely empty
> >         • [JOHNZON-184] - JsonbAdapter declared through @JsonbTypeAdapter
> > can not convert object properly
> >         • [JOHNZON-186] - EnumConverter creats a NPE if null values are
> in
> > a Enum list
> > Improvement
> >
> >         • [JOHNZON-174] - Apply Portable Java Contracts to all spec
> > dependencies
> >         • [JOHNZON-176] - setIgnoreFieldsForType does not keep hierarchy
> > in mind
> >         • [JOHNZON-179] - improve performance for writing arrays of
> > wrapper and native types
> >         • [JOHNZON-185] - deserialising an illegal enum value should blow
> > up with an Exception
> >
> >
> > The staging repo is at
> >
> https://repository.apache.org/content/repositories/orgapachejohnzon-1029/
> >
> > The release artifact can be found here
> >
> >
> https://repository.apache.org/content/repositories/orgapachejohnzon-1029/org/apache/johnzon/johnzon/1.1.9/
> > sha1
> > <
> https://repository.apache.org/content/repositories/orgapachejohnzon-1029/org/apache/johnzon/johnzon/1.1.9/sha1
> >
> > is de6717a638b21201b31a6c0f6d1ab48549493824
> >
> >
> > Please VOTE:
> >
> > [+1] yeah, ship it
> > [+0] meh, don't care
> > [-1] stop there is a ${showstopper}
> >
> > The VOTE is open for 72h.
> >
> > LieGrue,
> > strub
> >
> >
> >
> >
>

Re: [VOTE] Release Apache Johnzon-1.1.9

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

Le jeu. 30 août 2018 à 20:31, Mark Struberg <st...@yahoo.de.invalid> a
écrit :

> hi folks!
>
> I'd like to call a VOTE on releasing Apache Johnzon 1.1.9
>
> The following tickets got fixed:
>
> Bug
>
>         • [JOHNZON-169] -
> @JsonbTypeDeserializer(xxxJsonbDeserializer.class) is not working properly
>         • [JOHNZON-181] - JsonParser.getValue only supports objects and
> arrays
>         • [JOHNZON-182] - Jsonpointer remove operation fails in some
> special scenarios
>         • [JOHNZON-183] - JsonParser#hasNext() returns true even when
> input is completely empty
>         • [JOHNZON-184] - JsonbAdapter declared through @JsonbTypeAdapter
> can not convert object properly
>         • [JOHNZON-186] - EnumConverter creats a NPE if null values are in
> a Enum list
> Improvement
>
>         • [JOHNZON-174] - Apply Portable Java Contracts to all spec
> dependencies
>         • [JOHNZON-176] - setIgnoreFieldsForType does not keep hierarchy
> in mind
>         • [JOHNZON-179] - improve performance for writing arrays of
> wrapper and native types
>         • [JOHNZON-185] - deserialising an illegal enum value should blow
> up with an Exception
>
>
> The staging repo is at
> https://repository.apache.org/content/repositories/orgapachejohnzon-1029/
>
> The release artifact can be found here
>
> https://repository.apache.org/content/repositories/orgapachejohnzon-1029/org/apache/johnzon/johnzon/1.1.9/
> sha1
> <https://repository.apache.org/content/repositories/orgapachejohnzon-1029/org/apache/johnzon/johnzon/1.1.9/sha1>
> is de6717a638b21201b31a6c0f6d1ab48549493824
>
>
> Please VOTE:
>
> [+1] yeah, ship it
> [+0] meh, don't care
> [-1] stop there is a ${showstopper}
>
> The VOTE is open for 72h.
>
> LieGrue,
> strub
>
>
>
>

Re: [VOTE] Release Apache Johnzon-1.1.9

Posted by Roberto Cortez <ra...@yahoo.com.INVALID>.
+1

> On 30 Aug 2018, at 19:31, Mark Struberg <st...@yahoo.de.INVALID> wrote:
> 
> hi folks!
> 
> I'd like to call a VOTE on releasing Apache Johnzon 1.1.9
> 
> The following tickets got fixed:
> 
> Bug
> 
> 	• [JOHNZON-169] - @JsonbTypeDeserializer(xxxJsonbDeserializer.class) is not working properly
> 	• [JOHNZON-181] - JsonParser.getValue only supports objects and arrays
> 	• [JOHNZON-182] - Jsonpointer remove operation fails in some special scenarios
> 	• [JOHNZON-183] - JsonParser#hasNext() returns true even when input is completely empty
> 	• [JOHNZON-184] - JsonbAdapter declared through @JsonbTypeAdapter can not convert object properly
> 	• [JOHNZON-186] - EnumConverter creats a NPE if null values are in a Enum list
> Improvement
> 
> 	• [JOHNZON-174] - Apply Portable Java Contracts to all spec dependencies
> 	• [JOHNZON-176] - setIgnoreFieldsForType does not keep hierarchy in mind
> 	• [JOHNZON-179] - improve performance for writing arrays of wrapper and native types
> 	• [JOHNZON-185] - deserialising an illegal enum value should blow up with an Exception
> 
> 
> The staging repo is at
> https://repository.apache.org/content/repositories/orgapachejohnzon-1029/
> 
> The release artifact can be found here
> https://repository.apache.org/content/repositories/orgapachejohnzon-1029/org/apache/johnzon/johnzon/1.1.9/
> sha1 is de6717a638b21201b31a6c0f6d1ab48549493824
> 
> 
> Please VOTE:
> 
> [+1] yeah, ship it
> [+0] meh, don't care
> [-1] stop there is a ${showstopper}
> 
> The VOTE is open for 72h.
> 
> LieGrue,
> strub
> 
> 
> 


Re: [VOTE] Release Apache Johnzon-1.1.9

Posted by Hendrik Dev <he...@gmail.com>.
+1
On Thu, Aug 30, 2018 at 8:31 PM Mark Struberg <st...@yahoo.de.invalid> wrote:
>
> hi folks!
>
> I'd like to call a VOTE on releasing Apache Johnzon 1.1.9
>
> The following tickets got fixed:
>
> Bug
>
>         • [JOHNZON-169] - @JsonbTypeDeserializer(xxxJsonbDeserializer.class) is not working properly
>         • [JOHNZON-181] - JsonParser.getValue only supports objects and arrays
>         • [JOHNZON-182] - Jsonpointer remove operation fails in some special scenarios
>         • [JOHNZON-183] - JsonParser#hasNext() returns true even when input is completely empty
>         • [JOHNZON-184] - JsonbAdapter declared through @JsonbTypeAdapter can not convert object properly
>         • [JOHNZON-186] - EnumConverter creats a NPE if null values are in a Enum list
> Improvement
>
>         • [JOHNZON-174] - Apply Portable Java Contracts to all spec dependencies
>         • [JOHNZON-176] - setIgnoreFieldsForType does not keep hierarchy in mind
>         • [JOHNZON-179] - improve performance for writing arrays of wrapper and native types
>         • [JOHNZON-185] - deserialising an illegal enum value should blow up with an Exception
>
>
> The staging repo is at
> https://repository.apache.org/content/repositories/orgapachejohnzon-1029/
>
> The release artifact can be found here
> https://repository.apache.org/content/repositories/orgapachejohnzon-1029/org/apache/johnzon/johnzon/1.1.9/
> sha1 is de6717a638b21201b31a6c0f6d1ab48549493824
>
>
> Please VOTE:
>
> [+1] yeah, ship it
> [+0] meh, don't care
> [-1] stop there is a ${showstopper}
>
> The VOTE is open for 72h.
>
> LieGrue,
> strub
>
>
>


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