You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@johnzon.apache.org by Jean-Louis Monteiro <jl...@tomitribe.com> on 2020/12/15 14:52:55 UTC

[VOTE] Apache Johnzon 1.2.9

Hi everyone,

Here is the vote for Apache Johnzon 1.2.9 with few fixes

Here is the changelog:
Bug

   - [JOHNZON-141 <https://issues.apache.org/jira/browse/JOHNZON-141>] -
   support object deduplication in Maps
   - [JOHNZON-146 <https://issues.apache.org/jira/browse/JOHNZON-146>] -
   Mapper json processing should use the order in the Json, not setters
   - [JOHNZON-191 <https://issues.apache.org/jira/browse/JOHNZON-191>] -
   [Schema] "patternProperties" does not correctly handle related property type
   - [JOHNZON-216 <https://issues.apache.org/jira/browse/JOHNZON-216>] -
   JsonStreamParserImpl.readString throws ArrayIndexOutOfBoundsException when
   dealing with string that contains escape characters
   - [JOHNZON-295 <https://issues.apache.org/jira/browse/JOHNZON-295>] -
   Only set JsonbJaxrsProvider configuration when non-default values are set
   - [JOHNZON-296 <https://issues.apache.org/jira/browse/JOHNZON-296>] -
   use more specific pid for configuration (JSONB)
   - [JOHNZON-299 <https://issues.apache.org/jira/browse/JOHNZON-299>] -
   jsonb MessageBodyReader/Writer provider excludes jsonp
   - [JOHNZON-322 <https://issues.apache.org/jira/browse/JOHNZON-322>] -
   johnzon-jsonschema: BaseNumberValidation cannot support negative numbers
   - [JOHNZON-325 <https://issues.apache.org/jira/browse/JOHNZON-325>] -
   JSON Pointer using "-" (last index) not properly handled for arrays
   - [JOHNZON-326 <https://issues.apache.org/jira/browse/JOHNZON-326>] -
   Primitive arrays not written correctly by JohnzonJsonB
   - [JOHNZON-327 <https://issues.apache.org/jira/browse/JOHNZON-327>] -
   Json Schema Validation: added integer type validation

New Feature

   - [JOHNZON-328 <https://issues.apache.org/jira/browse/JOHNZON-328>] -
   Create a nodule for strict compliancy

Improvement

   - [JOHNZON-105 <https://issues.apache.org/jira/browse/JOHNZON-105>] -
   add configurable support for MOVE in JsonPatchDiff
   - [JOHNZON-297 <https://issues.apache.org/jira/browse/JOHNZON-297>] -
   jsonp message body readers and writers
   - [JOHNZON-298 <https://issues.apache.org/jira/browse/JOHNZON-298>] -
   add a ClientBuilder service already prepared with json

Task

   - [JOHNZON-161 <https://issues.apache.org/jira/browse/JOHNZON-161>] -
   JohnzonCDIExtension might create a mem leak
   - [JOHNZON-317 <https://issues.apache.org/jira/browse/JOHNZON-317>] -
   Use lazy lookup for implicit converters
   - [JOHNZON-318 <https://issues.apache.org/jira/browse/JOHNZON-318>] -
   Ensure List<Object> and List<JsonValue> are supported for numbers not being
   ints
   - [JOHNZON-321 <https://issues.apache.org/jira/browse/JOHNZON-321>] -
   Ensure enum fields can use @JsonbProperty to rename enum names
   - [JOHNZON-323 <https://issues.apache.org/jira/browse/JOHNZON-323>] -
   [osgi] disable cdi by default



Here is the tag:
https://github.com/apache/johnzon/tree/v1.2.9

Here is the staging repo:
https://repository.apache.org/content/repositories/orgapachejohnzon-1045

Here is the dist area: https://dist.apache.org/repos/dist/dev/johnzon/ (rev
44979)

KEYS is up to date

Please vote:

[ ] +1
[ ] -1 ${cause}

Thanks,

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

[RESULT][VOTE] Apache Johnzon 1.2.9

Posted by Jean-Louis MONTEIRO <je...@gmail.com>.
Vote passes with

6 (+1): Jean-Baptiste, Jean-Louis, Cesar, Romain, Jonathan, Mark

No other vote.

Le mar. 22 déc. 2020 à 18:09, Mark Struberg <st...@yahoo.de.invalid> a
écrit :

> +1
>
> txs and LieGrue,
> strub
>
>
> > Am 15.12.2020 um 15:52 schrieb Jean-Louis Monteiro <
> jlmonteiro@tomitribe.com>:
> >
> > Hi everyone,
> >
> > Here is the vote for Apache Johnzon 1.2.9 with few fixes
> >
> > Here is the changelog:
> > Bug
> >
> >   - [JOHNZON-141 <https://issues.apache.org/jira/browse/JOHNZON-141>] -
> >   support object deduplication in Maps
> >   - [JOHNZON-146 <https://issues.apache.org/jira/browse/JOHNZON-146>] -
> >   Mapper json processing should use the order in the Json, not setters
> >   - [JOHNZON-191 <https://issues.apache.org/jira/browse/JOHNZON-191>] -
> >   [Schema] "patternProperties" does not correctly handle related
> property type
> >   - [JOHNZON-216 <https://issues.apache.org/jira/browse/JOHNZON-216>] -
> >   JsonStreamParserImpl.readString throws ArrayIndexOutOfBoundsException
> when
> >   dealing with string that contains escape characters
> >   - [JOHNZON-295 <https://issues.apache.org/jira/browse/JOHNZON-295>] -
> >   Only set JsonbJaxrsProvider configuration when non-default values are
> set
> >   - [JOHNZON-296 <https://issues.apache.org/jira/browse/JOHNZON-296>] -
> >   use more specific pid for configuration (JSONB)
> >   - [JOHNZON-299 <https://issues.apache.org/jira/browse/JOHNZON-299>] -
> >   jsonb MessageBodyReader/Writer provider excludes jsonp
> >   - [JOHNZON-322 <https://issues.apache.org/jira/browse/JOHNZON-322>] -
> >   johnzon-jsonschema: BaseNumberValidation cannot support negative
> numbers
> >   - [JOHNZON-325 <https://issues.apache.org/jira/browse/JOHNZON-325>] -
> >   JSON Pointer using "-" (last index) not properly handled for arrays
> >   - [JOHNZON-326 <https://issues.apache.org/jira/browse/JOHNZON-326>] -
> >   Primitive arrays not written correctly by JohnzonJsonB
> >   - [JOHNZON-327 <https://issues.apache.org/jira/browse/JOHNZON-327>] -
> >   Json Schema Validation: added integer type validation
> >
> > New Feature
> >
> >   - [JOHNZON-328 <https://issues.apache.org/jira/browse/JOHNZON-328>] -
> >   Create a nodule for strict compliancy
> >
> > Improvement
> >
> >   - [JOHNZON-105 <https://issues.apache.org/jira/browse/JOHNZON-105>] -
> >   add configurable support for MOVE in JsonPatchDiff
> >   - [JOHNZON-297 <https://issues.apache.org/jira/browse/JOHNZON-297>] -
> >   jsonp message body readers and writers
> >   - [JOHNZON-298 <https://issues.apache.org/jira/browse/JOHNZON-298>] -
> >   add a ClientBuilder service already prepared with json
> >
> > Task
> >
> >   - [JOHNZON-161 <https://issues.apache.org/jira/browse/JOHNZON-161>] -
> >   JohnzonCDIExtension might create a mem leak
> >   - [JOHNZON-317 <https://issues.apache.org/jira/browse/JOHNZON-317>] -
> >   Use lazy lookup for implicit converters
> >   - [JOHNZON-318 <https://issues.apache.org/jira/browse/JOHNZON-318>] -
> >   Ensure List<Object> and List<JsonValue> are supported for numbers not
> being
> >   ints
> >   - [JOHNZON-321 <https://issues.apache.org/jira/browse/JOHNZON-321>] -
> >   Ensure enum fields can use @JsonbProperty to rename enum names
> >   - [JOHNZON-323 <https://issues.apache.org/jira/browse/JOHNZON-323>] -
> >   [osgi] disable cdi by default
> >
> >
> >
> > Here is the tag:
> > https://github.com/apache/johnzon/tree/v1.2.9
> >
> > Here is the staging repo:
> > https://repository.apache.org/content/repositories/orgapachejohnzon-1045
> >
> > Here is the dist area: https://dist.apache.org/repos/dist/dev/johnzon/
> (rev
> > 44979)
> >
> > KEYS is up to date
> >
> > Please vote:
> >
> > [ ] +1
> > [ ] -1 ${cause}
> >
> > Thanks,
> >
> > --
> > Jean-Louis Monteiro
> > http://twitter.com/jlouismonteiro
> > http://www.tomitribe.com
>
>

-- 
Jean-Louis

Re: [VOTE] Apache Johnzon 1.2.9

Posted by Mark Struberg <st...@yahoo.de.INVALID>.
+1

txs and LieGrue,
strub


> Am 15.12.2020 um 15:52 schrieb Jean-Louis Monteiro <jl...@tomitribe.com>:
> 
> Hi everyone,
> 
> Here is the vote for Apache Johnzon 1.2.9 with few fixes
> 
> Here is the changelog:
> Bug
> 
>   - [JOHNZON-141 <https://issues.apache.org/jira/browse/JOHNZON-141>] -
>   support object deduplication in Maps
>   - [JOHNZON-146 <https://issues.apache.org/jira/browse/JOHNZON-146>] -
>   Mapper json processing should use the order in the Json, not setters
>   - [JOHNZON-191 <https://issues.apache.org/jira/browse/JOHNZON-191>] -
>   [Schema] "patternProperties" does not correctly handle related property type
>   - [JOHNZON-216 <https://issues.apache.org/jira/browse/JOHNZON-216>] -
>   JsonStreamParserImpl.readString throws ArrayIndexOutOfBoundsException when
>   dealing with string that contains escape characters
>   - [JOHNZON-295 <https://issues.apache.org/jira/browse/JOHNZON-295>] -
>   Only set JsonbJaxrsProvider configuration when non-default values are set
>   - [JOHNZON-296 <https://issues.apache.org/jira/browse/JOHNZON-296>] -
>   use more specific pid for configuration (JSONB)
>   - [JOHNZON-299 <https://issues.apache.org/jira/browse/JOHNZON-299>] -
>   jsonb MessageBodyReader/Writer provider excludes jsonp
>   - [JOHNZON-322 <https://issues.apache.org/jira/browse/JOHNZON-322>] -
>   johnzon-jsonschema: BaseNumberValidation cannot support negative numbers
>   - [JOHNZON-325 <https://issues.apache.org/jira/browse/JOHNZON-325>] -
>   JSON Pointer using "-" (last index) not properly handled for arrays
>   - [JOHNZON-326 <https://issues.apache.org/jira/browse/JOHNZON-326>] -
>   Primitive arrays not written correctly by JohnzonJsonB
>   - [JOHNZON-327 <https://issues.apache.org/jira/browse/JOHNZON-327>] -
>   Json Schema Validation: added integer type validation
> 
> New Feature
> 
>   - [JOHNZON-328 <https://issues.apache.org/jira/browse/JOHNZON-328>] -
>   Create a nodule for strict compliancy
> 
> Improvement
> 
>   - [JOHNZON-105 <https://issues.apache.org/jira/browse/JOHNZON-105>] -
>   add configurable support for MOVE in JsonPatchDiff
>   - [JOHNZON-297 <https://issues.apache.org/jira/browse/JOHNZON-297>] -
>   jsonp message body readers and writers
>   - [JOHNZON-298 <https://issues.apache.org/jira/browse/JOHNZON-298>] -
>   add a ClientBuilder service already prepared with json
> 
> Task
> 
>   - [JOHNZON-161 <https://issues.apache.org/jira/browse/JOHNZON-161>] -
>   JohnzonCDIExtension might create a mem leak
>   - [JOHNZON-317 <https://issues.apache.org/jira/browse/JOHNZON-317>] -
>   Use lazy lookup for implicit converters
>   - [JOHNZON-318 <https://issues.apache.org/jira/browse/JOHNZON-318>] -
>   Ensure List<Object> and List<JsonValue> are supported for numbers not being
>   ints
>   - [JOHNZON-321 <https://issues.apache.org/jira/browse/JOHNZON-321>] -
>   Ensure enum fields can use @JsonbProperty to rename enum names
>   - [JOHNZON-323 <https://issues.apache.org/jira/browse/JOHNZON-323>] -
>   [osgi] disable cdi by default
> 
> 
> 
> Here is the tag:
> https://github.com/apache/johnzon/tree/v1.2.9
> 
> Here is the staging repo:
> https://repository.apache.org/content/repositories/orgapachejohnzon-1045
> 
> Here is the dist area: https://dist.apache.org/repos/dist/dev/johnzon/ (rev
> 44979)
> 
> KEYS is up to date
> 
> Please vote:
> 
> [ ] +1
> [ ] -1 ${cause}
> 
> Thanks,
> 
> --
> Jean-Louis Monteiro
> http://twitter.com/jlouismonteiro
> http://www.tomitribe.com


Re: [VOTE] Apache Johnzon 1.2.9

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

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 mar. 15 déc. 2020 à 17:05, Cesar Hernandez <ce...@gmail.com> a
écrit :

> +1 plus one.
>
> El mar, 15 dic 2020 a las 10:04, Jean-Louis MONTEIRO (<jeanouii@gmail.com
> >)
> escribió:
>
> > My own +1
> >
> > Le mar. 15 déc. 2020 à 15:54, Jean-Baptiste Onofre <jb...@nanthrax.net> a
> > écrit :
> >
> > > +1 (non binding)
> > >
> > > Regards
> > > JB
> > >
> > > > Le 15 déc. 2020 à 15:52, Jean-Louis Monteiro <
> jlmonteiro@tomitribe.com
> > >
> > > a écrit :
> > > >
> > > > Hi everyone,
> > > >
> > > > Here is the vote for Apache Johnzon 1.2.9 with few fixes
> > > >
> > > > Here is the changelog:
> > > > Bug
> > > >
> > > >   - [JOHNZON-141 <https://issues.apache.org/jira/browse/JOHNZON-141
> >]
> > -
> > > >   support object deduplication in Maps
> > > >   - [JOHNZON-146 <https://issues.apache.org/jira/browse/JOHNZON-146
> >]
> > -
> > > >   Mapper json processing should use the order in the Json, not
> setters
> > > >   - [JOHNZON-191 <https://issues.apache.org/jira/browse/JOHNZON-191
> >]
> > -
> > > >   [Schema] "patternProperties" does not correctly handle related
> > > property type
> > > >   - [JOHNZON-216 <https://issues.apache.org/jira/browse/JOHNZON-216
> >]
> > -
> > > >   JsonStreamParserImpl.readString throws
> ArrayIndexOutOfBoundsException
> > > when
> > > >   dealing with string that contains escape characters
> > > >   - [JOHNZON-295 <https://issues.apache.org/jira/browse/JOHNZON-295
> >]
> > -
> > > >   Only set JsonbJaxrsProvider configuration when non-default values
> are
> > > set
> > > >   - [JOHNZON-296 <https://issues.apache.org/jira/browse/JOHNZON-296
> >]
> > -
> > > >   use more specific pid for configuration (JSONB)
> > > >   - [JOHNZON-299 <https://issues.apache.org/jira/browse/JOHNZON-299
> >]
> > -
> > > >   jsonb MessageBodyReader/Writer provider excludes jsonp
> > > >   - [JOHNZON-322 <https://issues.apache.org/jira/browse/JOHNZON-322
> >]
> > -
> > > >   johnzon-jsonschema: BaseNumberValidation cannot support negative
> > > numbers
> > > >   - [JOHNZON-325 <https://issues.apache.org/jira/browse/JOHNZON-325
> >]
> > -
> > > >   JSON Pointer using "-" (last index) not properly handled for arrays
> > > >   - [JOHNZON-326 <https://issues.apache.org/jira/browse/JOHNZON-326
> >]
> > -
> > > >   Primitive arrays not written correctly by JohnzonJsonB
> > > >   - [JOHNZON-327 <https://issues.apache.org/jira/browse/JOHNZON-327
> >]
> > -
> > > >   Json Schema Validation: added integer type validation
> > > >
> > > > New Feature
> > > >
> > > >   - [JOHNZON-328 <https://issues.apache.org/jira/browse/JOHNZON-328
> >]
> > -
> > > >   Create a nodule for strict compliancy
> > > >
> > > > Improvement
> > > >
> > > >   - [JOHNZON-105 <https://issues.apache.org/jira/browse/JOHNZON-105
> >]
> > -
> > > >   add configurable support for MOVE in JsonPatchDiff
> > > >   - [JOHNZON-297 <https://issues.apache.org/jira/browse/JOHNZON-297
> >]
> > -
> > > >   jsonp message body readers and writers
> > > >   - [JOHNZON-298 <https://issues.apache.org/jira/browse/JOHNZON-298
> >]
> > -
> > > >   add a ClientBuilder service already prepared with json
> > > >
> > > > Task
> > > >
> > > >   - [JOHNZON-161 <https://issues.apache.org/jira/browse/JOHNZON-161
> >]
> > -
> > > >   JohnzonCDIExtension might create a mem leak
> > > >   - [JOHNZON-317 <https://issues.apache.org/jira/browse/JOHNZON-317
> >]
> > -
> > > >   Use lazy lookup for implicit converters
> > > >   - [JOHNZON-318 <https://issues.apache.org/jira/browse/JOHNZON-318
> >]
> > -
> > > >   Ensure List<Object> and List<JsonValue> are supported for numbers
> not
> > > being
> > > >   ints
> > > >   - [JOHNZON-321 <https://issues.apache.org/jira/browse/JOHNZON-321
> >]
> > -
> > > >   Ensure enum fields can use @JsonbProperty to rename enum names
> > > >   - [JOHNZON-323 <https://issues.apache.org/jira/browse/JOHNZON-323
> >]
> > -
> > > >   [osgi] disable cdi by default
> > > >
> > > >
> > > >
> > > > Here is the tag:
> > > > https://github.com/apache/johnzon/tree/v1.2.9
> > > >
> > > > Here is the staging repo:
> > > >
> > https://repository.apache.org/content/repositories/orgapachejohnzon-1045
> > > >
> > > > Here is the dist area:
> https://dist.apache.org/repos/dist/dev/johnzon/
> > > (rev
> > > > 44979)
> > > >
> > > > KEYS is up to date
> > > >
> > > > Please vote:
> > > >
> > > > [ ] +1
> > > > [ ] -1 ${cause}
> > > >
> > > > Thanks,
> > > >
> > > > --
> > > > Jean-Louis Monteiro
> > > > http://twitter.com/jlouismonteiro
> > > > http://www.tomitribe.com
> > >
> > >
> >
> > --
> > Jean-Louis
> >
>
>
> --
> Atentamente:
> César Hernández.
>

Re: [VOTE] Apache Johnzon 1.2.9

Posted by Cesar Hernandez <ce...@gmail.com>.
+1 plus one.

El mar, 15 dic 2020 a las 10:04, Jean-Louis MONTEIRO (<je...@gmail.com>)
escribió:

> My own +1
>
> Le mar. 15 déc. 2020 à 15:54, Jean-Baptiste Onofre <jb...@nanthrax.net> a
> écrit :
>
> > +1 (non binding)
> >
> > Regards
> > JB
> >
> > > Le 15 déc. 2020 à 15:52, Jean-Louis Monteiro <jlmonteiro@tomitribe.com
> >
> > a écrit :
> > >
> > > Hi everyone,
> > >
> > > Here is the vote for Apache Johnzon 1.2.9 with few fixes
> > >
> > > Here is the changelog:
> > > Bug
> > >
> > >   - [JOHNZON-141 <https://issues.apache.org/jira/browse/JOHNZON-141>]
> -
> > >   support object deduplication in Maps
> > >   - [JOHNZON-146 <https://issues.apache.org/jira/browse/JOHNZON-146>]
> -
> > >   Mapper json processing should use the order in the Json, not setters
> > >   - [JOHNZON-191 <https://issues.apache.org/jira/browse/JOHNZON-191>]
> -
> > >   [Schema] "patternProperties" does not correctly handle related
> > property type
> > >   - [JOHNZON-216 <https://issues.apache.org/jira/browse/JOHNZON-216>]
> -
> > >   JsonStreamParserImpl.readString throws ArrayIndexOutOfBoundsException
> > when
> > >   dealing with string that contains escape characters
> > >   - [JOHNZON-295 <https://issues.apache.org/jira/browse/JOHNZON-295>]
> -
> > >   Only set JsonbJaxrsProvider configuration when non-default values are
> > set
> > >   - [JOHNZON-296 <https://issues.apache.org/jira/browse/JOHNZON-296>]
> -
> > >   use more specific pid for configuration (JSONB)
> > >   - [JOHNZON-299 <https://issues.apache.org/jira/browse/JOHNZON-299>]
> -
> > >   jsonb MessageBodyReader/Writer provider excludes jsonp
> > >   - [JOHNZON-322 <https://issues.apache.org/jira/browse/JOHNZON-322>]
> -
> > >   johnzon-jsonschema: BaseNumberValidation cannot support negative
> > numbers
> > >   - [JOHNZON-325 <https://issues.apache.org/jira/browse/JOHNZON-325>]
> -
> > >   JSON Pointer using "-" (last index) not properly handled for arrays
> > >   - [JOHNZON-326 <https://issues.apache.org/jira/browse/JOHNZON-326>]
> -
> > >   Primitive arrays not written correctly by JohnzonJsonB
> > >   - [JOHNZON-327 <https://issues.apache.org/jira/browse/JOHNZON-327>]
> -
> > >   Json Schema Validation: added integer type validation
> > >
> > > New Feature
> > >
> > >   - [JOHNZON-328 <https://issues.apache.org/jira/browse/JOHNZON-328>]
> -
> > >   Create a nodule for strict compliancy
> > >
> > > Improvement
> > >
> > >   - [JOHNZON-105 <https://issues.apache.org/jira/browse/JOHNZON-105>]
> -
> > >   add configurable support for MOVE in JsonPatchDiff
> > >   - [JOHNZON-297 <https://issues.apache.org/jira/browse/JOHNZON-297>]
> -
> > >   jsonp message body readers and writers
> > >   - [JOHNZON-298 <https://issues.apache.org/jira/browse/JOHNZON-298>]
> -
> > >   add a ClientBuilder service already prepared with json
> > >
> > > Task
> > >
> > >   - [JOHNZON-161 <https://issues.apache.org/jira/browse/JOHNZON-161>]
> -
> > >   JohnzonCDIExtension might create a mem leak
> > >   - [JOHNZON-317 <https://issues.apache.org/jira/browse/JOHNZON-317>]
> -
> > >   Use lazy lookup for implicit converters
> > >   - [JOHNZON-318 <https://issues.apache.org/jira/browse/JOHNZON-318>]
> -
> > >   Ensure List<Object> and List<JsonValue> are supported for numbers not
> > being
> > >   ints
> > >   - [JOHNZON-321 <https://issues.apache.org/jira/browse/JOHNZON-321>]
> -
> > >   Ensure enum fields can use @JsonbProperty to rename enum names
> > >   - [JOHNZON-323 <https://issues.apache.org/jira/browse/JOHNZON-323>]
> -
> > >   [osgi] disable cdi by default
> > >
> > >
> > >
> > > Here is the tag:
> > > https://github.com/apache/johnzon/tree/v1.2.9
> > >
> > > Here is the staging repo:
> > >
> https://repository.apache.org/content/repositories/orgapachejohnzon-1045
> > >
> > > Here is the dist area: https://dist.apache.org/repos/dist/dev/johnzon/
> > (rev
> > > 44979)
> > >
> > > KEYS is up to date
> > >
> > > Please vote:
> > >
> > > [ ] +1
> > > [ ] -1 ${cause}
> > >
> > > Thanks,
> > >
> > > --
> > > Jean-Louis Monteiro
> > > http://twitter.com/jlouismonteiro
> > > http://www.tomitribe.com
> >
> >
>
> --
> Jean-Louis
>


-- 
Atentamente:
César Hernández.

Re: [VOTE] Apache Johnzon 1.2.9

Posted by Jean-Louis MONTEIRO <je...@gmail.com>.
My own +1

Le mar. 15 déc. 2020 à 15:54, Jean-Baptiste Onofre <jb...@nanthrax.net> a
écrit :

> +1 (non binding)
>
> Regards
> JB
>
> > Le 15 déc. 2020 à 15:52, Jean-Louis Monteiro <jl...@tomitribe.com>
> a écrit :
> >
> > Hi everyone,
> >
> > Here is the vote for Apache Johnzon 1.2.9 with few fixes
> >
> > Here is the changelog:
> > Bug
> >
> >   - [JOHNZON-141 <https://issues.apache.org/jira/browse/JOHNZON-141>] -
> >   support object deduplication in Maps
> >   - [JOHNZON-146 <https://issues.apache.org/jira/browse/JOHNZON-146>] -
> >   Mapper json processing should use the order in the Json, not setters
> >   - [JOHNZON-191 <https://issues.apache.org/jira/browse/JOHNZON-191>] -
> >   [Schema] "patternProperties" does not correctly handle related
> property type
> >   - [JOHNZON-216 <https://issues.apache.org/jira/browse/JOHNZON-216>] -
> >   JsonStreamParserImpl.readString throws ArrayIndexOutOfBoundsException
> when
> >   dealing with string that contains escape characters
> >   - [JOHNZON-295 <https://issues.apache.org/jira/browse/JOHNZON-295>] -
> >   Only set JsonbJaxrsProvider configuration when non-default values are
> set
> >   - [JOHNZON-296 <https://issues.apache.org/jira/browse/JOHNZON-296>] -
> >   use more specific pid for configuration (JSONB)
> >   - [JOHNZON-299 <https://issues.apache.org/jira/browse/JOHNZON-299>] -
> >   jsonb MessageBodyReader/Writer provider excludes jsonp
> >   - [JOHNZON-322 <https://issues.apache.org/jira/browse/JOHNZON-322>] -
> >   johnzon-jsonschema: BaseNumberValidation cannot support negative
> numbers
> >   - [JOHNZON-325 <https://issues.apache.org/jira/browse/JOHNZON-325>] -
> >   JSON Pointer using "-" (last index) not properly handled for arrays
> >   - [JOHNZON-326 <https://issues.apache.org/jira/browse/JOHNZON-326>] -
> >   Primitive arrays not written correctly by JohnzonJsonB
> >   - [JOHNZON-327 <https://issues.apache.org/jira/browse/JOHNZON-327>] -
> >   Json Schema Validation: added integer type validation
> >
> > New Feature
> >
> >   - [JOHNZON-328 <https://issues.apache.org/jira/browse/JOHNZON-328>] -
> >   Create a nodule for strict compliancy
> >
> > Improvement
> >
> >   - [JOHNZON-105 <https://issues.apache.org/jira/browse/JOHNZON-105>] -
> >   add configurable support for MOVE in JsonPatchDiff
> >   - [JOHNZON-297 <https://issues.apache.org/jira/browse/JOHNZON-297>] -
> >   jsonp message body readers and writers
> >   - [JOHNZON-298 <https://issues.apache.org/jira/browse/JOHNZON-298>] -
> >   add a ClientBuilder service already prepared with json
> >
> > Task
> >
> >   - [JOHNZON-161 <https://issues.apache.org/jira/browse/JOHNZON-161>] -
> >   JohnzonCDIExtension might create a mem leak
> >   - [JOHNZON-317 <https://issues.apache.org/jira/browse/JOHNZON-317>] -
> >   Use lazy lookup for implicit converters
> >   - [JOHNZON-318 <https://issues.apache.org/jira/browse/JOHNZON-318>] -
> >   Ensure List<Object> and List<JsonValue> are supported for numbers not
> being
> >   ints
> >   - [JOHNZON-321 <https://issues.apache.org/jira/browse/JOHNZON-321>] -
> >   Ensure enum fields can use @JsonbProperty to rename enum names
> >   - [JOHNZON-323 <https://issues.apache.org/jira/browse/JOHNZON-323>] -
> >   [osgi] disable cdi by default
> >
> >
> >
> > Here is the tag:
> > https://github.com/apache/johnzon/tree/v1.2.9
> >
> > Here is the staging repo:
> > https://repository.apache.org/content/repositories/orgapachejohnzon-1045
> >
> > Here is the dist area: https://dist.apache.org/repos/dist/dev/johnzon/
> (rev
> > 44979)
> >
> > KEYS is up to date
> >
> > Please vote:
> >
> > [ ] +1
> > [ ] -1 ${cause}
> >
> > Thanks,
> >
> > --
> > Jean-Louis Monteiro
> > http://twitter.com/jlouismonteiro
> > http://www.tomitribe.com
>
>

-- 
Jean-Louis

Re: [VOTE] Apache Johnzon 1.2.9

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

Regards
JB

> Le 15 déc. 2020 à 15:52, Jean-Louis Monteiro <jl...@tomitribe.com> a écrit :
> 
> Hi everyone,
> 
> Here is the vote for Apache Johnzon 1.2.9 with few fixes
> 
> Here is the changelog:
> Bug
> 
>   - [JOHNZON-141 <https://issues.apache.org/jira/browse/JOHNZON-141>] -
>   support object deduplication in Maps
>   - [JOHNZON-146 <https://issues.apache.org/jira/browse/JOHNZON-146>] -
>   Mapper json processing should use the order in the Json, not setters
>   - [JOHNZON-191 <https://issues.apache.org/jira/browse/JOHNZON-191>] -
>   [Schema] "patternProperties" does not correctly handle related property type
>   - [JOHNZON-216 <https://issues.apache.org/jira/browse/JOHNZON-216>] -
>   JsonStreamParserImpl.readString throws ArrayIndexOutOfBoundsException when
>   dealing with string that contains escape characters
>   - [JOHNZON-295 <https://issues.apache.org/jira/browse/JOHNZON-295>] -
>   Only set JsonbJaxrsProvider configuration when non-default values are set
>   - [JOHNZON-296 <https://issues.apache.org/jira/browse/JOHNZON-296>] -
>   use more specific pid for configuration (JSONB)
>   - [JOHNZON-299 <https://issues.apache.org/jira/browse/JOHNZON-299>] -
>   jsonb MessageBodyReader/Writer provider excludes jsonp
>   - [JOHNZON-322 <https://issues.apache.org/jira/browse/JOHNZON-322>] -
>   johnzon-jsonschema: BaseNumberValidation cannot support negative numbers
>   - [JOHNZON-325 <https://issues.apache.org/jira/browse/JOHNZON-325>] -
>   JSON Pointer using "-" (last index) not properly handled for arrays
>   - [JOHNZON-326 <https://issues.apache.org/jira/browse/JOHNZON-326>] -
>   Primitive arrays not written correctly by JohnzonJsonB
>   - [JOHNZON-327 <https://issues.apache.org/jira/browse/JOHNZON-327>] -
>   Json Schema Validation: added integer type validation
> 
> New Feature
> 
>   - [JOHNZON-328 <https://issues.apache.org/jira/browse/JOHNZON-328>] -
>   Create a nodule for strict compliancy
> 
> Improvement
> 
>   - [JOHNZON-105 <https://issues.apache.org/jira/browse/JOHNZON-105>] -
>   add configurable support for MOVE in JsonPatchDiff
>   - [JOHNZON-297 <https://issues.apache.org/jira/browse/JOHNZON-297>] -
>   jsonp message body readers and writers
>   - [JOHNZON-298 <https://issues.apache.org/jira/browse/JOHNZON-298>] -
>   add a ClientBuilder service already prepared with json
> 
> Task
> 
>   - [JOHNZON-161 <https://issues.apache.org/jira/browse/JOHNZON-161>] -
>   JohnzonCDIExtension might create a mem leak
>   - [JOHNZON-317 <https://issues.apache.org/jira/browse/JOHNZON-317>] -
>   Use lazy lookup for implicit converters
>   - [JOHNZON-318 <https://issues.apache.org/jira/browse/JOHNZON-318>] -
>   Ensure List<Object> and List<JsonValue> are supported for numbers not being
>   ints
>   - [JOHNZON-321 <https://issues.apache.org/jira/browse/JOHNZON-321>] -
>   Ensure enum fields can use @JsonbProperty to rename enum names
>   - [JOHNZON-323 <https://issues.apache.org/jira/browse/JOHNZON-323>] -
>   [osgi] disable cdi by default
> 
> 
> 
> Here is the tag:
> https://github.com/apache/johnzon/tree/v1.2.9
> 
> Here is the staging repo:
> https://repository.apache.org/content/repositories/orgapachejohnzon-1045
> 
> Here is the dist area: https://dist.apache.org/repos/dist/dev/johnzon/ (rev
> 44979)
> 
> KEYS is up to date
> 
> Please vote:
> 
> [ ] +1
> [ ] -1 ${cause}
> 
> Thanks,
> 
> --
> Jean-Louis Monteiro
> http://twitter.com/jlouismonteiro
> http://www.tomitribe.com


Re: [VOTE] Apache Johnzon 1.2.9

Posted by Jean-Louis MONTEIRO <je...@gmail.com>.
One more vote guys.
Thank you

Le jeu. 17 déc. 2020 à 13:30, Jean-Louis MONTEIRO <je...@gmail.com> a
écrit :

> up ;-)
>
> Le mer. 16 déc. 2020 à 11:24, Jonathan Gallimore <
> jonathan.gallimore@gmail.com> a écrit :
>
>> +1
>>
>> On Tue, Dec 15, 2020 at 2:53 PM Jean-Louis Monteiro <
>> jlmonteiro@tomitribe.com> wrote:
>>
>> > Hi everyone,
>> >
>> > Here is the vote for Apache Johnzon 1.2.9 with few fixes
>> >
>> > Here is the changelog:
>> > Bug
>> >
>> >    - [JOHNZON-141 <https://issues.apache.org/jira/browse/JOHNZON-141>]
>> -
>> >    support object deduplication in Maps
>> >    - [JOHNZON-146 <https://issues.apache.org/jira/browse/JOHNZON-146>]
>> -
>> >    Mapper json processing should use the order in the Json, not setters
>> >    - [JOHNZON-191 <https://issues.apache.org/jira/browse/JOHNZON-191>]
>> -
>> >    [Schema] "patternProperties" does not correctly handle related
>> property
>> > type
>> >    - [JOHNZON-216 <https://issues.apache.org/jira/browse/JOHNZON-216>]
>> -
>> >    JsonStreamParserImpl.readString throws ArrayIndexOutOfBoundsException
>> > when
>> >    dealing with string that contains escape characters
>> >    - [JOHNZON-295 <https://issues.apache.org/jira/browse/JOHNZON-295>]
>> -
>> >    Only set JsonbJaxrsProvider configuration when non-default values are
>> > set
>> >    - [JOHNZON-296 <https://issues.apache.org/jira/browse/JOHNZON-296>]
>> -
>> >    use more specific pid for configuration (JSONB)
>> >    - [JOHNZON-299 <https://issues.apache.org/jira/browse/JOHNZON-299>]
>> -
>> >    jsonb MessageBodyReader/Writer provider excludes jsonp
>> >    - [JOHNZON-322 <https://issues.apache.org/jira/browse/JOHNZON-322>]
>> -
>> >    johnzon-jsonschema: BaseNumberValidation cannot support negative
>> numbers
>> >    - [JOHNZON-325 <https://issues.apache.org/jira/browse/JOHNZON-325>]
>> -
>> >    JSON Pointer using "-" (last index) not properly handled for arrays
>> >    - [JOHNZON-326 <https://issues.apache.org/jira/browse/JOHNZON-326>]
>> -
>> >    Primitive arrays not written correctly by JohnzonJsonB
>> >    - [JOHNZON-327 <https://issues.apache.org/jira/browse/JOHNZON-327>]
>> -
>> >    Json Schema Validation: added integer type validation
>> >
>> > New Feature
>> >
>> >    - [JOHNZON-328 <https://issues.apache.org/jira/browse/JOHNZON-328>]
>> -
>> >    Create a nodule for strict compliancy
>> >
>> > Improvement
>> >
>> >    - [JOHNZON-105 <https://issues.apache.org/jira/browse/JOHNZON-105>]
>> -
>> >    add configurable support for MOVE in JsonPatchDiff
>> >    - [JOHNZON-297 <https://issues.apache.org/jira/browse/JOHNZON-297>]
>> -
>> >    jsonp message body readers and writers
>> >    - [JOHNZON-298 <https://issues.apache.org/jira/browse/JOHNZON-298>]
>> -
>> >    add a ClientBuilder service already prepared with json
>> >
>> > Task
>> >
>> >    - [JOHNZON-161 <https://issues.apache.org/jira/browse/JOHNZON-161>]
>> -
>> >    JohnzonCDIExtension might create a mem leak
>> >    - [JOHNZON-317 <https://issues.apache.org/jira/browse/JOHNZON-317>]
>> -
>> >    Use lazy lookup for implicit converters
>> >    - [JOHNZON-318 <https://issues.apache.org/jira/browse/JOHNZON-318>]
>> -
>> >    Ensure List<Object> and List<JsonValue> are supported for numbers not
>> > being
>> >    ints
>> >    - [JOHNZON-321 <https://issues.apache.org/jira/browse/JOHNZON-321>]
>> -
>> >    Ensure enum fields can use @JsonbProperty to rename enum names
>> >    - [JOHNZON-323 <https://issues.apache.org/jira/browse/JOHNZON-323>]
>> -
>> >    [osgi] disable cdi by default
>> >
>> >
>> >
>> > Here is the tag:
>> > https://github.com/apache/johnzon/tree/v1.2.9
>> >
>> > Here is the staging repo:
>> >
>> https://repository.apache.org/content/repositories/orgapachejohnzon-1045
>> >
>> > Here is the dist area: https://dist.apache.org/repos/dist/dev/johnzon/
>> > (rev
>> > 44979)
>> >
>> > KEYS is up to date
>> >
>> > Please vote:
>> >
>> > [ ] +1
>> > [ ] -1 ${cause}
>> >
>> > Thanks,
>> >
>> > --
>> > Jean-Louis Monteiro
>> > http://twitter.com/jlouismonteiro
>> > http://www.tomitribe.com
>> >
>>
>
>
> --
> Jean-Louis
>


-- 
Jean-Louis

Re: [VOTE] Apache Johnzon 1.2.9

Posted by Jean-Louis MONTEIRO <je...@gmail.com>.
up ;-)

Le mer. 16 déc. 2020 à 11:24, Jonathan Gallimore <
jonathan.gallimore@gmail.com> a écrit :

> +1
>
> On Tue, Dec 15, 2020 at 2:53 PM Jean-Louis Monteiro <
> jlmonteiro@tomitribe.com> wrote:
>
> > Hi everyone,
> >
> > Here is the vote for Apache Johnzon 1.2.9 with few fixes
> >
> > Here is the changelog:
> > Bug
> >
> >    - [JOHNZON-141 <https://issues.apache.org/jira/browse/JOHNZON-141>] -
> >    support object deduplication in Maps
> >    - [JOHNZON-146 <https://issues.apache.org/jira/browse/JOHNZON-146>] -
> >    Mapper json processing should use the order in the Json, not setters
> >    - [JOHNZON-191 <https://issues.apache.org/jira/browse/JOHNZON-191>] -
> >    [Schema] "patternProperties" does not correctly handle related
> property
> > type
> >    - [JOHNZON-216 <https://issues.apache.org/jira/browse/JOHNZON-216>] -
> >    JsonStreamParserImpl.readString throws ArrayIndexOutOfBoundsException
> > when
> >    dealing with string that contains escape characters
> >    - [JOHNZON-295 <https://issues.apache.org/jira/browse/JOHNZON-295>] -
> >    Only set JsonbJaxrsProvider configuration when non-default values are
> > set
> >    - [JOHNZON-296 <https://issues.apache.org/jira/browse/JOHNZON-296>] -
> >    use more specific pid for configuration (JSONB)
> >    - [JOHNZON-299 <https://issues.apache.org/jira/browse/JOHNZON-299>] -
> >    jsonb MessageBodyReader/Writer provider excludes jsonp
> >    - [JOHNZON-322 <https://issues.apache.org/jira/browse/JOHNZON-322>] -
> >    johnzon-jsonschema: BaseNumberValidation cannot support negative
> numbers
> >    - [JOHNZON-325 <https://issues.apache.org/jira/browse/JOHNZON-325>] -
> >    JSON Pointer using "-" (last index) not properly handled for arrays
> >    - [JOHNZON-326 <https://issues.apache.org/jira/browse/JOHNZON-326>] -
> >    Primitive arrays not written correctly by JohnzonJsonB
> >    - [JOHNZON-327 <https://issues.apache.org/jira/browse/JOHNZON-327>] -
> >    Json Schema Validation: added integer type validation
> >
> > New Feature
> >
> >    - [JOHNZON-328 <https://issues.apache.org/jira/browse/JOHNZON-328>] -
> >    Create a nodule for strict compliancy
> >
> > Improvement
> >
> >    - [JOHNZON-105 <https://issues.apache.org/jira/browse/JOHNZON-105>] -
> >    add configurable support for MOVE in JsonPatchDiff
> >    - [JOHNZON-297 <https://issues.apache.org/jira/browse/JOHNZON-297>] -
> >    jsonp message body readers and writers
> >    - [JOHNZON-298 <https://issues.apache.org/jira/browse/JOHNZON-298>] -
> >    add a ClientBuilder service already prepared with json
> >
> > Task
> >
> >    - [JOHNZON-161 <https://issues.apache.org/jira/browse/JOHNZON-161>] -
> >    JohnzonCDIExtension might create a mem leak
> >    - [JOHNZON-317 <https://issues.apache.org/jira/browse/JOHNZON-317>] -
> >    Use lazy lookup for implicit converters
> >    - [JOHNZON-318 <https://issues.apache.org/jira/browse/JOHNZON-318>] -
> >    Ensure List<Object> and List<JsonValue> are supported for numbers not
> > being
> >    ints
> >    - [JOHNZON-321 <https://issues.apache.org/jira/browse/JOHNZON-321>] -
> >    Ensure enum fields can use @JsonbProperty to rename enum names
> >    - [JOHNZON-323 <https://issues.apache.org/jira/browse/JOHNZON-323>] -
> >    [osgi] disable cdi by default
> >
> >
> >
> > Here is the tag:
> > https://github.com/apache/johnzon/tree/v1.2.9
> >
> > Here is the staging repo:
> > https://repository.apache.org/content/repositories/orgapachejohnzon-1045
> >
> > Here is the dist area: https://dist.apache.org/repos/dist/dev/johnzon/
> > (rev
> > 44979)
> >
> > KEYS is up to date
> >
> > Please vote:
> >
> > [ ] +1
> > [ ] -1 ${cause}
> >
> > Thanks,
> >
> > --
> > Jean-Louis Monteiro
> > http://twitter.com/jlouismonteiro
> > http://www.tomitribe.com
> >
>


-- 
Jean-Louis

Re: [VOTE] Apache Johnzon 1.2.9

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

On Tue, Dec 15, 2020 at 2:53 PM Jean-Louis Monteiro <
jlmonteiro@tomitribe.com> wrote:

> Hi everyone,
>
> Here is the vote for Apache Johnzon 1.2.9 with few fixes
>
> Here is the changelog:
> Bug
>
>    - [JOHNZON-141 <https://issues.apache.org/jira/browse/JOHNZON-141>] -
>    support object deduplication in Maps
>    - [JOHNZON-146 <https://issues.apache.org/jira/browse/JOHNZON-146>] -
>    Mapper json processing should use the order in the Json, not setters
>    - [JOHNZON-191 <https://issues.apache.org/jira/browse/JOHNZON-191>] -
>    [Schema] "patternProperties" does not correctly handle related property
> type
>    - [JOHNZON-216 <https://issues.apache.org/jira/browse/JOHNZON-216>] -
>    JsonStreamParserImpl.readString throws ArrayIndexOutOfBoundsException
> when
>    dealing with string that contains escape characters
>    - [JOHNZON-295 <https://issues.apache.org/jira/browse/JOHNZON-295>] -
>    Only set JsonbJaxrsProvider configuration when non-default values are
> set
>    - [JOHNZON-296 <https://issues.apache.org/jira/browse/JOHNZON-296>] -
>    use more specific pid for configuration (JSONB)
>    - [JOHNZON-299 <https://issues.apache.org/jira/browse/JOHNZON-299>] -
>    jsonb MessageBodyReader/Writer provider excludes jsonp
>    - [JOHNZON-322 <https://issues.apache.org/jira/browse/JOHNZON-322>] -
>    johnzon-jsonschema: BaseNumberValidation cannot support negative numbers
>    - [JOHNZON-325 <https://issues.apache.org/jira/browse/JOHNZON-325>] -
>    JSON Pointer using "-" (last index) not properly handled for arrays
>    - [JOHNZON-326 <https://issues.apache.org/jira/browse/JOHNZON-326>] -
>    Primitive arrays not written correctly by JohnzonJsonB
>    - [JOHNZON-327 <https://issues.apache.org/jira/browse/JOHNZON-327>] -
>    Json Schema Validation: added integer type validation
>
> New Feature
>
>    - [JOHNZON-328 <https://issues.apache.org/jira/browse/JOHNZON-328>] -
>    Create a nodule for strict compliancy
>
> Improvement
>
>    - [JOHNZON-105 <https://issues.apache.org/jira/browse/JOHNZON-105>] -
>    add configurable support for MOVE in JsonPatchDiff
>    - [JOHNZON-297 <https://issues.apache.org/jira/browse/JOHNZON-297>] -
>    jsonp message body readers and writers
>    - [JOHNZON-298 <https://issues.apache.org/jira/browse/JOHNZON-298>] -
>    add a ClientBuilder service already prepared with json
>
> Task
>
>    - [JOHNZON-161 <https://issues.apache.org/jira/browse/JOHNZON-161>] -
>    JohnzonCDIExtension might create a mem leak
>    - [JOHNZON-317 <https://issues.apache.org/jira/browse/JOHNZON-317>] -
>    Use lazy lookup for implicit converters
>    - [JOHNZON-318 <https://issues.apache.org/jira/browse/JOHNZON-318>] -
>    Ensure List<Object> and List<JsonValue> are supported for numbers not
> being
>    ints
>    - [JOHNZON-321 <https://issues.apache.org/jira/browse/JOHNZON-321>] -
>    Ensure enum fields can use @JsonbProperty to rename enum names
>    - [JOHNZON-323 <https://issues.apache.org/jira/browse/JOHNZON-323>] -
>    [osgi] disable cdi by default
>
>
>
> Here is the tag:
> https://github.com/apache/johnzon/tree/v1.2.9
>
> Here is the staging repo:
> https://repository.apache.org/content/repositories/orgapachejohnzon-1045
>
> Here is the dist area: https://dist.apache.org/repos/dist/dev/johnzon/
> (rev
> 44979)
>
> KEYS is up to date
>
> Please vote:
>
> [ ] +1
> [ ] -1 ${cause}
>
> Thanks,
>
> --
> Jean-Louis Monteiro
> http://twitter.com/jlouismonteiro
> http://www.tomitribe.com
>