You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomee.apache.org by Mark Struberg <st...@yahoo.de.INVALID> on 2019/04/06 13:05:00 UTC

Fwd: [VOTE] Release Apache OpenJPA-3.1.0

FYI.

OpenJPA-3.1.0 vote is otw.

LieGrue,
strub

> Anfang der weitergeleiteten Nachricht:
> 
> Von: Mark Struberg <st...@yahoo.de.INVALID>
> Betreff: [VOTE] Release Apache OpenJPA-3.1.0
> Datum: 6. April 2019 um 14:52:00 MESZ
> An: openjpa-dev <de...@openjpa.apache.org>
> Antwort an: dev@openjpa.apache.org
> 
> hi folks!
> 
> We have fixed tons of enhancements and bugs in OpenJPA for our 3.1.0 release.
> One of the main improvements is to move to a native JavaEE8 level - JPA-2.2.
> Please note that we implemented many JPA-2.2 features but not all yet. 
> We will work towards implementing the rest of the missing 2.2 stuff in the next bugfix releases.
> 
> 
> Here are the fixed tickets:
> 
> Sub-task
> 
> 	• [OPENJPA-2710] - Create and update to geronimo-jpa_2.2_spec
> Bug
> 
> 	• [OPENJPA-1993] - Deadlock Potential with ORM XML Processing
> 	• [OPENJPA-2555] - Timestamp precision from manual schema not respected
> 	• [OPENJPA-2567] - TINY/MEDIUM/LONG TEXT fields for MySQL and MariaDB are not supported
> 	• [OPENJPA-2673] - Table is not created in openjpa 3.0.0-SNAPSHOT and OSGi
> 	• [OPENJPA-2704] - The openjpa.jdbc.Schema no longer overrides orm.xml default
> 	• [OPENJPA-2733] - Subquery parameters are incorrectly assigned
> 	• [OPENJPA-2742] - SchemaTool fails with MySQL
> 	• [OPENJPA-2746] - OpenJPA Karaf feature is not complete
> 	• [OPENJPA-2756] - PostgreSQL requires escaping of search strings in all versions
> 	• [OPENJPA-2757] - upgrade to xbean-asm7 to support Java11
> 	• [OPENJPA-2761] - problem inserting more than 4000 charcters in oracle XMLTYPE column
> 	• [OPENJPA-2764] - Map path expression tests behave random
> 	• [OPENJPA-2768] - XMLStore SAXParser doesn't distinguish between element and extent
> 	• [OPENJPA-2770] - false boolean literal doesn't work
> 	• [OPENJPA-2771] - It seems like h2 'unlimited' is not "LIMIT 0" but rather "LIMIT -1"
> 	• [OPENJPA-2772] - list of h2 reserved words is incomplete
> 	• [OPENJPA-2777] - Indices specified using javax.persistence.Index annotation are not being created
> 	• [OPENJPA-2780] - ReverseMappingTool does not generate @Enumerated annotation
> 	• [OPENJPA-2781] - OpenJPA need internet connection to read the persistence.xml
> Improvement
> 
> 	• [OPENJPA-2745] - Clean up try-catch implementation for DB2Dictionary
> 	• [OPENJPA-2747] - Upgrade to JPA 2.2 and use javax.persistence-api spec
> 	• [OPENJPA-2748] - commons-collections should be updated to most recent version
> 	• [OPENJPA-2750] - commons-dbcp need to be updated to most recent version
> 	• [OPENJPA-2751] - Code clean-up should be performed
> 	• [OPENJPA-2752] - More libraries can be updated
> 	• [OPENJPA-2753] - Create profiles to start various databases via Docker
> 	• [OPENJPA-2755] - support MySQL DATETIME and TIMESTAMP fractions (milliseconds, nanos)
> 	• [OPENJPA-2773] - set minIdle to > 0 in DBCPDriverDataSource
> 	• [OPENJPA-2775] - hsqldb doesn't support NullTable to retrieve meta information
> Task
> 
> 	• [OPENJPA-2744] - commons-pool should be updated to most recent version
> 	• [OPENJPA-2754] - update to latest dbcp and verify moving from maxActive to maxTotal
> 	• [OPENJPA-2758] - JPA 2.2 compliance
> Dependency upgrade
> 
> 	• [OPENJPA-2784] - update docs before our release
> 
> 
> The staging repository is at:
> https://repository.apache.org/content/repositories/orgapacheopenjpa-1005/
> 
> The source release is at
> https://repository.apache.org/content/repositories/orgapacheopenjpa-1005/org/apache/openjpa/openjpa-parent/3.1.0/
> sha1 is 1aea7cfff20c3a5fed57fb41fb1fcd4784b999ae
> 
> I've pushed the release branch to my github repo 
> https://github.com/struberg/openjpa/tree/release-3.1.0
> 
> 
> Please VOTE:
> 
> [+1] yeah, ship it!
> [+0] meh, don't care
> [-1] nah, because ${showstopper}
> 
> The VOTE is open for 72h
> 
> txs and LieGrue,
> strub


Re: Fwd: [VOTE] Release Apache OpenJPA-3.1.0

Posted by Matthew Broadhead <ma...@nbmlaw.co.uk.INVALID>.
+1 loads of progress!  i don't think i am subscribed to openjpa dev, 
only users.

On 06/04/2019 15:05, Mark Struberg wrote:
> FYI.
>
> OpenJPA-3.1.0 vote is otw.
>
> LieGrue,
> strub
>
>> Anfang der weitergeleiteten Nachricht:
>>
>> Von: Mark Struberg <st...@yahoo.de.INVALID>
>> Betreff: [VOTE] Release Apache OpenJPA-3.1.0
>> Datum: 6. April 2019 um 14:52:00 MESZ
>> An: openjpa-dev <de...@openjpa.apache.org>
>> Antwort an: dev@openjpa.apache.org
>>
>> hi folks!
>>
>> We have fixed tons of enhancements and bugs in OpenJPA for our 3.1.0 release.
>> One of the main improvements is to move to a native JavaEE8 level - JPA-2.2.
>> Please note that we implemented many JPA-2.2 features but not all yet.
>> We will work towards implementing the rest of the missing 2.2 stuff in the next bugfix releases.
>>
>>
>> Here are the fixed tickets:
>>
>> Sub-task
>>
>> 	• [OPENJPA-2710] - Create and update to geronimo-jpa_2.2_spec
>> Bug
>>
>> 	• [OPENJPA-1993] - Deadlock Potential with ORM XML Processing
>> 	• [OPENJPA-2555] - Timestamp precision from manual schema not respected
>> 	• [OPENJPA-2567] - TINY/MEDIUM/LONG TEXT fields for MySQL and MariaDB are not supported
>> 	• [OPENJPA-2673] - Table is not created in openjpa 3.0.0-SNAPSHOT and OSGi
>> 	• [OPENJPA-2704] - The openjpa.jdbc.Schema no longer overrides orm.xml default
>> 	• [OPENJPA-2733] - Subquery parameters are incorrectly assigned
>> 	• [OPENJPA-2742] - SchemaTool fails with MySQL
>> 	• [OPENJPA-2746] - OpenJPA Karaf feature is not complete
>> 	• [OPENJPA-2756] - PostgreSQL requires escaping of search strings in all versions
>> 	• [OPENJPA-2757] - upgrade to xbean-asm7 to support Java11
>> 	• [OPENJPA-2761] - problem inserting more than 4000 charcters in oracle XMLTYPE column
>> 	• [OPENJPA-2764] - Map path expression tests behave random
>> 	• [OPENJPA-2768] - XMLStore SAXParser doesn't distinguish between element and extent
>> 	• [OPENJPA-2770] - false boolean literal doesn't work
>> 	• [OPENJPA-2771] - It seems like h2 'unlimited' is not "LIMIT 0" but rather "LIMIT -1"
>> 	• [OPENJPA-2772] - list of h2 reserved words is incomplete
>> 	• [OPENJPA-2777] - Indices specified using javax.persistence.Index annotation are not being created
>> 	• [OPENJPA-2780] - ReverseMappingTool does not generate @Enumerated annotation
>> 	• [OPENJPA-2781] - OpenJPA need internet connection to read the persistence.xml
>> Improvement
>>
>> 	• [OPENJPA-2745] - Clean up try-catch implementation for DB2Dictionary
>> 	• [OPENJPA-2747] - Upgrade to JPA 2.2 and use javax.persistence-api spec
>> 	• [OPENJPA-2748] - commons-collections should be updated to most recent version
>> 	• [OPENJPA-2750] - commons-dbcp need to be updated to most recent version
>> 	• [OPENJPA-2751] - Code clean-up should be performed
>> 	• [OPENJPA-2752] - More libraries can be updated
>> 	• [OPENJPA-2753] - Create profiles to start various databases via Docker
>> 	• [OPENJPA-2755] - support MySQL DATETIME and TIMESTAMP fractions (milliseconds, nanos)
>> 	• [OPENJPA-2773] - set minIdle to > 0 in DBCPDriverDataSource
>> 	• [OPENJPA-2775] - hsqldb doesn't support NullTable to retrieve meta information
>> Task
>>
>> 	• [OPENJPA-2744] - commons-pool should be updated to most recent version
>> 	• [OPENJPA-2754] - update to latest dbcp and verify moving from maxActive to maxTotal
>> 	• [OPENJPA-2758] - JPA 2.2 compliance
>> Dependency upgrade
>>
>> 	• [OPENJPA-2784] - update docs before our release
>>
>>
>> The staging repository is at:
>> https://repository.apache.org/content/repositories/orgapacheopenjpa-1005/
>>
>> The source release is at
>> https://repository.apache.org/content/repositories/orgapacheopenjpa-1005/org/apache/openjpa/openjpa-parent/3.1.0/
>> sha1 is 1aea7cfff20c3a5fed57fb41fb1fcd4784b999ae
>>
>> I've pushed the release branch to my github repo
>> https://github.com/struberg/openjpa/tree/release-3.1.0
>>
>>
>> Please VOTE:
>>
>> [+1] yeah, ship it!
>> [+0] meh, don't care
>> [-1] nah, because ${showstopper}
>>
>> The VOTE is open for 72h
>>
>> txs and LieGrue,
>> strub
>

-- 
Mr MT Broadhead
Nigel Broadhead Mynard
See the latest jobs available at NBM @ https://nbmlaw.co.uk/recruitment.htm

32 Rainsford Road
Chelmsford Essex CM1 2QG
Tel: 01245 269909 Fax: 01245 261932
https://nbmlaw.co.uk

Partners: WJ Broadhead NP Eason SJ Lacey CR Broadhead V Coggan

Nigel Broadhead Mynard Solicitors are authorised and regulated by the Solicitors Regulation Authority. We are also bound by their code of conduct. Registered no. 00061052

Nigel Broadhead Mynard also provide a will writing service, see https://nbmlaw.co.uk/wills.htm for more information

Confidentiality: Information in this message is confidential and may be legally privileged. It is intended solely for the recipient to whom it is addressed. If you receive the message in error, please notify the sender and immediately destroy all copies.

Security warning: Please note that this e-mail has been created in the knowledge that e-mail is not a 100% secure communications medium. We advise you that you understand and observe this lack of security when e-mailing us. This e-mail does not constitute a legally binding document. No contracts may be concluded on behalf of Nigel Broadhead Mynard Solicitors by e-mail communications.

Disclaimer: Please be aware of cyber crime. Nigel Broadhead Mynard will not take responsibility if you transfer money to a wrong bank account. Please speak to your Solicitor before transferring any money. If you receive an email from Nigel Broadhead Mynard requesting your bank details or telling you our bank details have changed, please contact your Solicitor immediately to clarify.

PLEASE ALSO NOTE that Nigel Broadhead Mynard only use emails which end with the suffix @nbmlaw.co.uk.  If you receive any email from an address without that suffix or where that suffix does not appear in the address box when you click "Reply" then you should not rely on the email being from NBM and you should immediately contact us on the above number or any numbers published on our website to verify the source of the email is genuine.

If you have any queries, please contact administrator@nbmlaw.co.uk


Re: [VOTE] Release Apache OpenJPA-3.1.0

Posted by Jean-Louis Monteiro <jl...@tomitribe.com>.
Thanks for the update Mark.
That is a very good news.
--
Jean-Louis Monteiro
http://twitter.com/jlouismonteiro
http://www.tomitribe.com


On Sat, Apr 6, 2019 at 3:05 PM Mark Struberg <st...@yahoo.de.invalid>
wrote:

> FYI.
>
> OpenJPA-3.1.0 vote is otw.
>
> LieGrue,
> strub
>
> > Anfang der weitergeleiteten Nachricht:
> >
> > Von: Mark Struberg <st...@yahoo.de.INVALID>
> > Betreff: [VOTE] Release Apache OpenJPA-3.1.0
> > Datum: 6. April 2019 um 14:52:00 MESZ
> > An: openjpa-dev <de...@openjpa.apache.org>
> > Antwort an: dev@openjpa.apache.org
> >
> > hi folks!
> >
> > We have fixed tons of enhancements and bugs in OpenJPA for our 3.1.0
> release.
> > One of the main improvements is to move to a native JavaEE8 level -
> JPA-2.2.
> > Please note that we implemented many JPA-2.2 features but not all yet.
> > We will work towards implementing the rest of the missing 2.2 stuff in
> the next bugfix releases.
> >
> >
> > Here are the fixed tickets:
> >
> > Sub-task
> >
> >       • [OPENJPA-2710] - Create and update to geronimo-jpa_2.2_spec
> > Bug
> >
> >       • [OPENJPA-1993] - Deadlock Potential with ORM XML Processing
> >       • [OPENJPA-2555] - Timestamp precision from manual schema not
> respected
> >       • [OPENJPA-2567] - TINY/MEDIUM/LONG TEXT fields for MySQL and
> MariaDB are not supported
> >       • [OPENJPA-2673] - Table is not created in openjpa 3.0.0-SNAPSHOT
> and OSGi
> >       • [OPENJPA-2704] - The openjpa.jdbc.Schema no longer overrides
> orm.xml default
> >       • [OPENJPA-2733] - Subquery parameters are incorrectly assigned
> >       • [OPENJPA-2742] - SchemaTool fails with MySQL
> >       • [OPENJPA-2746] - OpenJPA Karaf feature is not complete
> >       • [OPENJPA-2756] - PostgreSQL requires escaping of search strings
> in all versions
> >       • [OPENJPA-2757] - upgrade to xbean-asm7 to support Java11
> >       • [OPENJPA-2761] - problem inserting more than 4000 charcters in
> oracle XMLTYPE column
> >       • [OPENJPA-2764] - Map path expression tests behave random
> >       • [OPENJPA-2768] - XMLStore SAXParser doesn't distinguish between
> element and extent
> >       • [OPENJPA-2770] - false boolean literal doesn't work
> >       • [OPENJPA-2771] - It seems like h2 'unlimited' is not "LIMIT 0"
> but rather "LIMIT -1"
> >       • [OPENJPA-2772] - list of h2 reserved words is incomplete
> >       • [OPENJPA-2777] - Indices specified using javax.persistence.Index
> annotation are not being created
> >       • [OPENJPA-2780] - ReverseMappingTool does not generate
> @Enumerated annotation
> >       • [OPENJPA-2781] - OpenJPA need internet connection to read the
> persistence.xml
> > Improvement
> >
> >       • [OPENJPA-2745] - Clean up try-catch implementation for
> DB2Dictionary
> >       • [OPENJPA-2747] - Upgrade to JPA 2.2 and use
> javax.persistence-api spec
> >       • [OPENJPA-2748] - commons-collections should be updated to most
> recent version
> >       • [OPENJPA-2750] - commons-dbcp need to be updated to most recent
> version
> >       • [OPENJPA-2751] - Code clean-up should be performed
> >       • [OPENJPA-2752] - More libraries can be updated
> >       • [OPENJPA-2753] - Create profiles to start various databases via
> Docker
> >       • [OPENJPA-2755] - support MySQL DATETIME and TIMESTAMP fractions
> (milliseconds, nanos)
> >       • [OPENJPA-2773] - set minIdle to > 0 in DBCPDriverDataSource
> >       • [OPENJPA-2775] - hsqldb doesn't support NullTable to retrieve
> meta information
> > Task
> >
> >       • [OPENJPA-2744] - commons-pool should be updated to most recent
> version
> >       • [OPENJPA-2754] - update to latest dbcp and verify moving from
> maxActive to maxTotal
> >       • [OPENJPA-2758] - JPA 2.2 compliance
> > Dependency upgrade
> >
> >       • [OPENJPA-2784] - update docs before our release
> >
> >
> > The staging repository is at:
> >
> https://repository.apache.org/content/repositories/orgapacheopenjpa-1005/
> >
> > The source release is at
> >
> https://repository.apache.org/content/repositories/orgapacheopenjpa-1005/org/apache/openjpa/openjpa-parent/3.1.0/
> > sha1 is 1aea7cfff20c3a5fed57fb41fb1fcd4784b999ae
> >
> > I've pushed the release branch to my github repo
> > https://github.com/struberg/openjpa/tree/release-3.1.0
> >
> >
> > Please VOTE:
> >
> > [+1] yeah, ship it!
> > [+0] meh, don't care
> > [-1] nah, because ${showstopper}
> >
> > The VOTE is open for 72h
> >
> > txs and LieGrue,
> > strub
>
>