You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by Jean-Baptiste Onofré <jb...@nanthrax.net> on 2021/11/22 15:58:46 UTC

Re: What's the status of 3.2.1?

Hi guys,

following Romain's email, I created some Jira/Pull Requests.

Here's the current Jira changelog targetting 3.2.1, and my proposal:

     * [OPENJPA-2711] - [JPA-2.2] add ability to stream results - == 
POSTPONE TO 3.2.2 ==
     * [OPENJPA-2714] - [JPA-2.2] allow AttributeConverters to support 
CDI injection - == POSTPONE TO 3.2.2 ==
     * [OPENJPA-2715] - [JPA-2.2] updated persistence provider discovery 
mechanism to support Java9 modules - == POSTPONE TO 3.2.2 ==
     * [OPENJPA-2670] - implement JPA-2.1 createEntityManager with 
SynchronizationType - == POSTPONE TO 3.2.2 ==
     * [OPENJPA-2694] - Creating count(distinct x.field) fails when 
using CriteriaBuilder - == POSTPONE TO 3.2.2 ==
     * [OPENJPA-2728] - Metamodel generation of entity or mapped 
superclass - == POSTPONE TO 3.2.2 ==
     * [OPENJPA-2767] - Incomplete ValueMapDiscriminatorStrategy cache - 
== CLOSE WITH "FIXED" ==
     * [OPENJPA-2800] - StateManager field in enhanced entities are not 
"synthetic" - == POSTPONE TO 3.2.2 ==
     * [OPENJPA-2806] - PESSIMISTIC_READ takes out exclusive lock on 
Postgres - == CAN BE CLOSED AS "WORKING AS EXPECTED" ==
     * [OPENJPA-2808] - SchemaTool action DROP doesn't drop Indexes 
created with @Index - == POSTPONE TO 3.2.2 ==
     * [OPENJPA-2837] - HerdDBDictionary does not work with 'native' 
SchemaFactory (LazySchemaFactory) - set useSchemaName=false by default - 
== TO BE MERGED ? ==
     * [OPENJPA-2888] - commons-dbcp2 bundle version defined in karaf 
features repository is not aligned with the actual version used by 
openjpa - == TO BE MERGED ==
     * [OPENJPA-2889] - commons-pool2 bundle version defined in karaf 
features repository is not aligned with the actual version used by 
openjpa - == TO BE MERGED ==
     * [OPENJPA-2881] - runtime exception in 
org.apache.openjpa.lib.meta.XMLMetaDataParser.parseNewResource - == 
FIXED ? ==
** Task
     * [OPENJPA-2662] - get rid of serp - == CLOSE WITH FIX ? ==

If you agree, I can upgrade the Jira and prepare the release.

Thoughts ?

Thanks !
Regards
JB





































Re: What's the status of 3.2.1?

Posted by Maxim Solodovnik <so...@gmail.com>.
Initial 3 PRs are still unmerged

other than that I see no stoppers for the release :)

On Tue, 18 Jan 2022 at 16:43, Romain Manni-Bucau <rm...@gmail.com> wrote:
>
> Hi all,
>
> any news on that? Just realised annotation processing was broken with
> jakarta bundling so it is clearly worth a release IMHO.
>
> 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 dim. 5 déc. 2021 à 17:42, Jean-Baptiste Onofre <jb...@nanthrax.net> a
> écrit :
>
> > Hi guys,
> >
> > From my side, I have the following PRs tested:
> >
> > https://github.com/apache/openjpa/pull/88
> > https://github.com/apache/openjpa/pull/87
> > https://github.com/apache/openjpa/pull/86
> >
> > I don’t have the permission to merge the PRs.
> >
> > Can a committer review the PRs, merge the PRs and move forward with
> > OpenJPA 3.2.1 release ?
> >
> > Thanks !
> >
> > Regards
> > JB
> >
> > > Le 23 nov. 2021 à 17:12, Jean-Baptiste Onofre <jb...@nanthrax.net> a écrit
> > :
> > >
> > > Hi Maxim
> > >
> > > Thanks, I will take a look and test.
> > >
> > > Regards
> > > JB
> > >
> > >> Le 23 nov. 2021 à 03:44, Maxim Solodovnik <so...@gmail.com> a
> > écrit :
> > >>
> > >> I've opened PR for OPENJPA-2881 :)
> > >>
> > >> On Mon, 22 Nov 2021 at 23:40, Romain Manni-Bucau <rm...@gmail.com>
> > wrote:
> > >>>
> > >>> +1
> > >>>
> > >>> (side note: OPENJPA-2662 is not fixed and still some debt we should
> > tackle
> > >>> at some point)
> > >>>
> > >>> 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 lun. 22 nov. 2021 à 16:58, Jean-Baptiste Onofré <jb...@nanthrax.net> a
> > >>> écrit :
> > >>>
> > >>>> Hi guys,
> > >>>>
> > >>>> following Romain's email, I created some Jira/Pull Requests.
> > >>>>
> > >>>> Here's the current Jira changelog targetting 3.2.1, and my proposal:
> > >>>>
> > >>>>    * [OPENJPA-2711] - [JPA-2.2] add ability to stream results - ==
> > >>>> POSTPONE TO 3.2.2 ==
> > >>>>    * [OPENJPA-2714] - [JPA-2.2] allow AttributeConverters to support
> > >>>> CDI injection - == POSTPONE TO 3.2.2 ==
> > >>>>    * [OPENJPA-2715] - [JPA-2.2] updated persistence provider discovery
> > >>>> mechanism to support Java9 modules - == POSTPONE TO 3.2.2 ==
> > >>>>    * [OPENJPA-2670] - implement JPA-2.1 createEntityManager with
> > >>>> SynchronizationType - == POSTPONE TO 3.2.2 ==
> > >>>>    * [OPENJPA-2694] - Creating count(distinct x.field) fails when
> > >>>> using CriteriaBuilder - == POSTPONE TO 3.2.2 ==
> > >>>>    * [OPENJPA-2728] - Metamodel generation of entity or mapped
> > >>>> superclass - == POSTPONE TO 3.2.2 ==
> > >>>>    * [OPENJPA-2767] - Incomplete ValueMapDiscriminatorStrategy cache -
> > >>>> == CLOSE WITH "FIXED" ==
> > >>>>    * [OPENJPA-2800] - StateManager field in enhanced entities are not
> > >>>> "synthetic" - == POSTPONE TO 3.2.2 ==
> > >>>>    * [OPENJPA-2806] - PESSIMISTIC_READ takes out exclusive lock on
> > >>>> Postgres - == CAN BE CLOSED AS "WORKING AS EXPECTED" ==
> > >>>>    * [OPENJPA-2808] - SchemaTool action DROP doesn't drop Indexes
> > >>>> created with @Index - == POSTPONE TO 3.2.2 ==
> > >>>>    * [OPENJPA-2837] - HerdDBDictionary does not work with 'native'
> > >>>> SchemaFactory (LazySchemaFactory) - set useSchemaName=false by
> > default -
> > >>>> == TO BE MERGED ? ==
> > >>>>    * [OPENJPA-2888] - commons-dbcp2 bundle version defined in karaf
> > >>>> features repository is not aligned with the actual version used by
> > >>>> openjpa - == TO BE MERGED ==
> > >>>>    * [OPENJPA-2889] - commons-pool2 bundle version defined in karaf
> > >>>> features repository is not aligned with the actual version used by
> > >>>> openjpa - == TO BE MERGED ==
> > >>>>    * [OPENJPA-2881] - runtime exception in
> > >>>> org.apache.openjpa.lib.meta.XMLMetaDataParser.parseNewResource - ==
> > >>>> FIXED ? ==
> > >>>> ** Task
> > >>>>    * [OPENJPA-2662] - get rid of serp - == CLOSE WITH FIX ? ==
> > >>>>
> > >>>> If you agree, I can upgrade the Jira and prepare the release.
> > >>>>
> > >>>> Thoughts ?
> > >>>>
> > >>>> Thanks !
> > >>>> Regards
> > >>>> JB
> > >>>>
> > >>>>
> > >>>>
> > >>>>
> > >>>>
> > >>>>
> > >>>>
> > >>>>
> > >>>>
> > >>>>
> > >>>>
> > >>>>
> > >>>>
> > >>>>
> > >>>>
> > >>>>
> > >>>>
> > >>>>
> > >>>>
> > >>>>
> > >>>>
> > >>>>
> > >>>>
> > >>>>
> > >>>>
> > >>>>
> > >>>>
> > >>>>
> > >>>>
> > >>>>
> > >>>>
> > >>>>
> > >>>>
> > >>>>
> > >>>>
> > >>>>
> > >>>>
> > >>
> > >>
> > >>
> > >> --
> > >> Best regards,
> > >> Maxim
> > >
> >
> >



-- 
Best regards,
Maxim

Re: What's the status of 3.2.1?

Posted by Romain Manni-Bucau <rm...@gmail.com>.
Hi all,

any news on that? Just realised annotation processing was broken with
jakarta bundling so it is clearly worth a release IMHO.

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 dim. 5 déc. 2021 à 17:42, Jean-Baptiste Onofre <jb...@nanthrax.net> a
écrit :

> Hi guys,
>
> From my side, I have the following PRs tested:
>
> https://github.com/apache/openjpa/pull/88
> https://github.com/apache/openjpa/pull/87
> https://github.com/apache/openjpa/pull/86
>
> I don’t have the permission to merge the PRs.
>
> Can a committer review the PRs, merge the PRs and move forward with
> OpenJPA 3.2.1 release ?
>
> Thanks !
>
> Regards
> JB
>
> > Le 23 nov. 2021 à 17:12, Jean-Baptiste Onofre <jb...@nanthrax.net> a écrit
> :
> >
> > Hi Maxim
> >
> > Thanks, I will take a look and test.
> >
> > Regards
> > JB
> >
> >> Le 23 nov. 2021 à 03:44, Maxim Solodovnik <so...@gmail.com> a
> écrit :
> >>
> >> I've opened PR for OPENJPA-2881 :)
> >>
> >> On Mon, 22 Nov 2021 at 23:40, Romain Manni-Bucau <rm...@gmail.com>
> wrote:
> >>>
> >>> +1
> >>>
> >>> (side note: OPENJPA-2662 is not fixed and still some debt we should
> tackle
> >>> at some point)
> >>>
> >>> 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 lun. 22 nov. 2021 à 16:58, Jean-Baptiste Onofré <jb...@nanthrax.net> a
> >>> écrit :
> >>>
> >>>> Hi guys,
> >>>>
> >>>> following Romain's email, I created some Jira/Pull Requests.
> >>>>
> >>>> Here's the current Jira changelog targetting 3.2.1, and my proposal:
> >>>>
> >>>>    * [OPENJPA-2711] - [JPA-2.2] add ability to stream results - ==
> >>>> POSTPONE TO 3.2.2 ==
> >>>>    * [OPENJPA-2714] - [JPA-2.2] allow AttributeConverters to support
> >>>> CDI injection - == POSTPONE TO 3.2.2 ==
> >>>>    * [OPENJPA-2715] - [JPA-2.2] updated persistence provider discovery
> >>>> mechanism to support Java9 modules - == POSTPONE TO 3.2.2 ==
> >>>>    * [OPENJPA-2670] - implement JPA-2.1 createEntityManager with
> >>>> SynchronizationType - == POSTPONE TO 3.2.2 ==
> >>>>    * [OPENJPA-2694] - Creating count(distinct x.field) fails when
> >>>> using CriteriaBuilder - == POSTPONE TO 3.2.2 ==
> >>>>    * [OPENJPA-2728] - Metamodel generation of entity or mapped
> >>>> superclass - == POSTPONE TO 3.2.2 ==
> >>>>    * [OPENJPA-2767] - Incomplete ValueMapDiscriminatorStrategy cache -
> >>>> == CLOSE WITH "FIXED" ==
> >>>>    * [OPENJPA-2800] - StateManager field in enhanced entities are not
> >>>> "synthetic" - == POSTPONE TO 3.2.2 ==
> >>>>    * [OPENJPA-2806] - PESSIMISTIC_READ takes out exclusive lock on
> >>>> Postgres - == CAN BE CLOSED AS "WORKING AS EXPECTED" ==
> >>>>    * [OPENJPA-2808] - SchemaTool action DROP doesn't drop Indexes
> >>>> created with @Index - == POSTPONE TO 3.2.2 ==
> >>>>    * [OPENJPA-2837] - HerdDBDictionary does not work with 'native'
> >>>> SchemaFactory (LazySchemaFactory) - set useSchemaName=false by
> default -
> >>>> == TO BE MERGED ? ==
> >>>>    * [OPENJPA-2888] - commons-dbcp2 bundle version defined in karaf
> >>>> features repository is not aligned with the actual version used by
> >>>> openjpa - == TO BE MERGED ==
> >>>>    * [OPENJPA-2889] - commons-pool2 bundle version defined in karaf
> >>>> features repository is not aligned with the actual version used by
> >>>> openjpa - == TO BE MERGED ==
> >>>>    * [OPENJPA-2881] - runtime exception in
> >>>> org.apache.openjpa.lib.meta.XMLMetaDataParser.parseNewResource - ==
> >>>> FIXED ? ==
> >>>> ** Task
> >>>>    * [OPENJPA-2662] - get rid of serp - == CLOSE WITH FIX ? ==
> >>>>
> >>>> If you agree, I can upgrade the Jira and prepare the release.
> >>>>
> >>>> Thoughts ?
> >>>>
> >>>> Thanks !
> >>>> Regards
> >>>> JB
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>
> >>
> >>
> >> --
> >> Best regards,
> >> Maxim
> >
>
>

Re: What's the status of 3.2.1?

Posted by Jean-Baptiste Onofre <jb...@nanthrax.net>.
Hi guys,

From my side, I have the following PRs tested:

https://github.com/apache/openjpa/pull/88
https://github.com/apache/openjpa/pull/87
https://github.com/apache/openjpa/pull/86

I don’t have the permission to merge the PRs.

Can a committer review the PRs, merge the PRs and move forward with OpenJPA 3.2.1 release ?

Thanks !

Regards
JB

> Le 23 nov. 2021 à 17:12, Jean-Baptiste Onofre <jb...@nanthrax.net> a écrit :
> 
> Hi Maxim
> 
> Thanks, I will take a look and test.
> 
> Regards
> JB
> 
>> Le 23 nov. 2021 à 03:44, Maxim Solodovnik <so...@gmail.com> a écrit :
>> 
>> I've opened PR for OPENJPA-2881 :)
>> 
>> On Mon, 22 Nov 2021 at 23:40, Romain Manni-Bucau <rm...@gmail.com> wrote:
>>> 
>>> +1
>>> 
>>> (side note: OPENJPA-2662 is not fixed and still some debt we should tackle
>>> at some point)
>>> 
>>> 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 lun. 22 nov. 2021 à 16:58, Jean-Baptiste Onofré <jb...@nanthrax.net> a
>>> écrit :
>>> 
>>>> Hi guys,
>>>> 
>>>> following Romain's email, I created some Jira/Pull Requests.
>>>> 
>>>> Here's the current Jira changelog targetting 3.2.1, and my proposal:
>>>> 
>>>>    * [OPENJPA-2711] - [JPA-2.2] add ability to stream results - ==
>>>> POSTPONE TO 3.2.2 ==
>>>>    * [OPENJPA-2714] - [JPA-2.2] allow AttributeConverters to support
>>>> CDI injection - == POSTPONE TO 3.2.2 ==
>>>>    * [OPENJPA-2715] - [JPA-2.2] updated persistence provider discovery
>>>> mechanism to support Java9 modules - == POSTPONE TO 3.2.2 ==
>>>>    * [OPENJPA-2670] - implement JPA-2.1 createEntityManager with
>>>> SynchronizationType - == POSTPONE TO 3.2.2 ==
>>>>    * [OPENJPA-2694] - Creating count(distinct x.field) fails when
>>>> using CriteriaBuilder - == POSTPONE TO 3.2.2 ==
>>>>    * [OPENJPA-2728] - Metamodel generation of entity or mapped
>>>> superclass - == POSTPONE TO 3.2.2 ==
>>>>    * [OPENJPA-2767] - Incomplete ValueMapDiscriminatorStrategy cache -
>>>> == CLOSE WITH "FIXED" ==
>>>>    * [OPENJPA-2800] - StateManager field in enhanced entities are not
>>>> "synthetic" - == POSTPONE TO 3.2.2 ==
>>>>    * [OPENJPA-2806] - PESSIMISTIC_READ takes out exclusive lock on
>>>> Postgres - == CAN BE CLOSED AS "WORKING AS EXPECTED" ==
>>>>    * [OPENJPA-2808] - SchemaTool action DROP doesn't drop Indexes
>>>> created with @Index - == POSTPONE TO 3.2.2 ==
>>>>    * [OPENJPA-2837] - HerdDBDictionary does not work with 'native'
>>>> SchemaFactory (LazySchemaFactory) - set useSchemaName=false by default -
>>>> == TO BE MERGED ? ==
>>>>    * [OPENJPA-2888] - commons-dbcp2 bundle version defined in karaf
>>>> features repository is not aligned with the actual version used by
>>>> openjpa - == TO BE MERGED ==
>>>>    * [OPENJPA-2889] - commons-pool2 bundle version defined in karaf
>>>> features repository is not aligned with the actual version used by
>>>> openjpa - == TO BE MERGED ==
>>>>    * [OPENJPA-2881] - runtime exception in
>>>> org.apache.openjpa.lib.meta.XMLMetaDataParser.parseNewResource - ==
>>>> FIXED ? ==
>>>> ** Task
>>>>    * [OPENJPA-2662] - get rid of serp - == CLOSE WITH FIX ? ==
>>>> 
>>>> If you agree, I can upgrade the Jira and prepare the release.
>>>> 
>>>> Thoughts ?
>>>> 
>>>> Thanks !
>>>> Regards
>>>> JB
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>> 
>> 
>> 
>> -- 
>> Best regards,
>> Maxim
> 


Re: What's the status of 3.2.1?

Posted by Jean-Baptiste Onofre <jb...@nanthrax.net>.
Hi Maxim

Thanks, I will take a look and test.

Regards
JB

> Le 23 nov. 2021 à 03:44, Maxim Solodovnik <so...@gmail.com> a écrit :
> 
> I've opened PR for OPENJPA-2881 :)
> 
> On Mon, 22 Nov 2021 at 23:40, Romain Manni-Bucau <rm...@gmail.com> wrote:
>> 
>> +1
>> 
>> (side note: OPENJPA-2662 is not fixed and still some debt we should tackle
>> at some point)
>> 
>> 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 lun. 22 nov. 2021 à 16:58, Jean-Baptiste Onofré <jb...@nanthrax.net> a
>> écrit :
>> 
>>> Hi guys,
>>> 
>>> following Romain's email, I created some Jira/Pull Requests.
>>> 
>>> Here's the current Jira changelog targetting 3.2.1, and my proposal:
>>> 
>>>     * [OPENJPA-2711] - [JPA-2.2] add ability to stream results - ==
>>> POSTPONE TO 3.2.2 ==
>>>     * [OPENJPA-2714] - [JPA-2.2] allow AttributeConverters to support
>>> CDI injection - == POSTPONE TO 3.2.2 ==
>>>     * [OPENJPA-2715] - [JPA-2.2] updated persistence provider discovery
>>> mechanism to support Java9 modules - == POSTPONE TO 3.2.2 ==
>>>     * [OPENJPA-2670] - implement JPA-2.1 createEntityManager with
>>> SynchronizationType - == POSTPONE TO 3.2.2 ==
>>>     * [OPENJPA-2694] - Creating count(distinct x.field) fails when
>>> using CriteriaBuilder - == POSTPONE TO 3.2.2 ==
>>>     * [OPENJPA-2728] - Metamodel generation of entity or mapped
>>> superclass - == POSTPONE TO 3.2.2 ==
>>>     * [OPENJPA-2767] - Incomplete ValueMapDiscriminatorStrategy cache -
>>> == CLOSE WITH "FIXED" ==
>>>     * [OPENJPA-2800] - StateManager field in enhanced entities are not
>>> "synthetic" - == POSTPONE TO 3.2.2 ==
>>>     * [OPENJPA-2806] - PESSIMISTIC_READ takes out exclusive lock on
>>> Postgres - == CAN BE CLOSED AS "WORKING AS EXPECTED" ==
>>>     * [OPENJPA-2808] - SchemaTool action DROP doesn't drop Indexes
>>> created with @Index - == POSTPONE TO 3.2.2 ==
>>>     * [OPENJPA-2837] - HerdDBDictionary does not work with 'native'
>>> SchemaFactory (LazySchemaFactory) - set useSchemaName=false by default -
>>> == TO BE MERGED ? ==
>>>     * [OPENJPA-2888] - commons-dbcp2 bundle version defined in karaf
>>> features repository is not aligned with the actual version used by
>>> openjpa - == TO BE MERGED ==
>>>     * [OPENJPA-2889] - commons-pool2 bundle version defined in karaf
>>> features repository is not aligned with the actual version used by
>>> openjpa - == TO BE MERGED ==
>>>     * [OPENJPA-2881] - runtime exception in
>>> org.apache.openjpa.lib.meta.XMLMetaDataParser.parseNewResource - ==
>>> FIXED ? ==
>>> ** Task
>>>     * [OPENJPA-2662] - get rid of serp - == CLOSE WITH FIX ? ==
>>> 
>>> If you agree, I can upgrade the Jira and prepare the release.
>>> 
>>> Thoughts ?
>>> 
>>> Thanks !
>>> Regards
>>> JB
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
> 
> 
> 
> -- 
> Best regards,
> Maxim


Re: What's the status of 3.2.1?

Posted by Maxim Solodovnik <so...@gmail.com>.
I've opened PR for OPENJPA-2881 :)

On Mon, 22 Nov 2021 at 23:40, Romain Manni-Bucau <rm...@gmail.com> wrote:
>
> +1
>
> (side note: OPENJPA-2662 is not fixed and still some debt we should tackle
> at some point)
>
> 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 lun. 22 nov. 2021 à 16:58, Jean-Baptiste Onofré <jb...@nanthrax.net> a
> écrit :
>
> > Hi guys,
> >
> > following Romain's email, I created some Jira/Pull Requests.
> >
> > Here's the current Jira changelog targetting 3.2.1, and my proposal:
> >
> >      * [OPENJPA-2711] - [JPA-2.2] add ability to stream results - ==
> > POSTPONE TO 3.2.2 ==
> >      * [OPENJPA-2714] - [JPA-2.2] allow AttributeConverters to support
> > CDI injection - == POSTPONE TO 3.2.2 ==
> >      * [OPENJPA-2715] - [JPA-2.2] updated persistence provider discovery
> > mechanism to support Java9 modules - == POSTPONE TO 3.2.2 ==
> >      * [OPENJPA-2670] - implement JPA-2.1 createEntityManager with
> > SynchronizationType - == POSTPONE TO 3.2.2 ==
> >      * [OPENJPA-2694] - Creating count(distinct x.field) fails when
> > using CriteriaBuilder - == POSTPONE TO 3.2.2 ==
> >      * [OPENJPA-2728] - Metamodel generation of entity or mapped
> > superclass - == POSTPONE TO 3.2.2 ==
> >      * [OPENJPA-2767] - Incomplete ValueMapDiscriminatorStrategy cache -
> > == CLOSE WITH "FIXED" ==
> >      * [OPENJPA-2800] - StateManager field in enhanced entities are not
> > "synthetic" - == POSTPONE TO 3.2.2 ==
> >      * [OPENJPA-2806] - PESSIMISTIC_READ takes out exclusive lock on
> > Postgres - == CAN BE CLOSED AS "WORKING AS EXPECTED" ==
> >      * [OPENJPA-2808] - SchemaTool action DROP doesn't drop Indexes
> > created with @Index - == POSTPONE TO 3.2.2 ==
> >      * [OPENJPA-2837] - HerdDBDictionary does not work with 'native'
> > SchemaFactory (LazySchemaFactory) - set useSchemaName=false by default -
> > == TO BE MERGED ? ==
> >      * [OPENJPA-2888] - commons-dbcp2 bundle version defined in karaf
> > features repository is not aligned with the actual version used by
> > openjpa - == TO BE MERGED ==
> >      * [OPENJPA-2889] - commons-pool2 bundle version defined in karaf
> > features repository is not aligned with the actual version used by
> > openjpa - == TO BE MERGED ==
> >      * [OPENJPA-2881] - runtime exception in
> > org.apache.openjpa.lib.meta.XMLMetaDataParser.parseNewResource - ==
> > FIXED ? ==
> > ** Task
> >      * [OPENJPA-2662] - get rid of serp - == CLOSE WITH FIX ? ==
> >
> > If you agree, I can upgrade the Jira and prepare the release.
> >
> > Thoughts ?
> >
> > Thanks !
> > Regards
> > JB
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >



-- 
Best regards,
Maxim

Re: What's the status of 3.2.1?

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

(side note: OPENJPA-2662 is not fixed and still some debt we should tackle
at some point)

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 lun. 22 nov. 2021 à 16:58, Jean-Baptiste Onofré <jb...@nanthrax.net> a
écrit :

> Hi guys,
>
> following Romain's email, I created some Jira/Pull Requests.
>
> Here's the current Jira changelog targetting 3.2.1, and my proposal:
>
>      * [OPENJPA-2711] - [JPA-2.2] add ability to stream results - ==
> POSTPONE TO 3.2.2 ==
>      * [OPENJPA-2714] - [JPA-2.2] allow AttributeConverters to support
> CDI injection - == POSTPONE TO 3.2.2 ==
>      * [OPENJPA-2715] - [JPA-2.2] updated persistence provider discovery
> mechanism to support Java9 modules - == POSTPONE TO 3.2.2 ==
>      * [OPENJPA-2670] - implement JPA-2.1 createEntityManager with
> SynchronizationType - == POSTPONE TO 3.2.2 ==
>      * [OPENJPA-2694] - Creating count(distinct x.field) fails when
> using CriteriaBuilder - == POSTPONE TO 3.2.2 ==
>      * [OPENJPA-2728] - Metamodel generation of entity or mapped
> superclass - == POSTPONE TO 3.2.2 ==
>      * [OPENJPA-2767] - Incomplete ValueMapDiscriminatorStrategy cache -
> == CLOSE WITH "FIXED" ==
>      * [OPENJPA-2800] - StateManager field in enhanced entities are not
> "synthetic" - == POSTPONE TO 3.2.2 ==
>      * [OPENJPA-2806] - PESSIMISTIC_READ takes out exclusive lock on
> Postgres - == CAN BE CLOSED AS "WORKING AS EXPECTED" ==
>      * [OPENJPA-2808] - SchemaTool action DROP doesn't drop Indexes
> created with @Index - == POSTPONE TO 3.2.2 ==
>      * [OPENJPA-2837] - HerdDBDictionary does not work with 'native'
> SchemaFactory (LazySchemaFactory) - set useSchemaName=false by default -
> == TO BE MERGED ? ==
>      * [OPENJPA-2888] - commons-dbcp2 bundle version defined in karaf
> features repository is not aligned with the actual version used by
> openjpa - == TO BE MERGED ==
>      * [OPENJPA-2889] - commons-pool2 bundle version defined in karaf
> features repository is not aligned with the actual version used by
> openjpa - == TO BE MERGED ==
>      * [OPENJPA-2881] - runtime exception in
> org.apache.openjpa.lib.meta.XMLMetaDataParser.parseNewResource - ==
> FIXED ? ==
> ** Task
>      * [OPENJPA-2662] - get rid of serp - == CLOSE WITH FIX ? ==
>
> If you agree, I can upgrade the Jira and prepare the release.
>
> Thoughts ?
>
> Thanks !
> Regards
> JB
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>