[jira] [Commented] (OPENJPA-2920) CriteriaBuilder generating suboptimal code

2024-07-18 Thread Romain Manni-Bucau (Jira)
[ https://issues.apache.org/jira/browse/OPENJPA-2920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17866935#comment-17866935 ] Romain Manni-Bucau commented on OPENJPA-2920: - Hi, there are multiple things

Re: OpenJPA version 4.0.0 Doc update required

2024-04-08 Thread Romain Manni-Bucau
Hi Shiva Anything on central can be used yes. Still no certification of openjpa standalone. Le lun. 8 avr. 2024 à 19:48, Shiva Kumar Rayapuram a écrit : > Any updates ? can we use version 4.0.0? > > Thanks, > Shiva > > From: Shiva Kumar Rayapuram > Sent: Tuesday, April 2, 2024 12:49 PM > To:

[jira] [Comment Edited] (OPENJPA-2919) Connection pool can be exhausted when connections are killed on the DB side

2024-02-23 Thread Romain Manni-Bucau (Jira)
[ https://issues.apache.org/jira/browse/OPENJPA-2919?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17820042#comment-17820042 ] Romain Manni-Bucau edited comment on OPENJPA-2919 at 2/23/24 12:26 PM

[jira] [Commented] (OPENJPA-2919) Connection pool can be exhausted when connections are killed on the DB side

2024-02-23 Thread Romain Manni-Bucau (Jira)
[ https://issues.apache.org/jira/browse/OPENJPA-2919?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17820042#comment-17820042 ] Romain Manni-Bucau commented on OPENJPA-2919: - I don't use dbcp since some years but using

[jira] [Commented] (OPENJPA-2919) Connection pool can be exhausted when connections are killed on the DB side

2024-02-22 Thread Romain Manni-Bucau (Jira)
[ https://issues.apache.org/jira/browse/OPENJPA-2919?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17819534#comment-17819534 ] Romain Manni-Bucau commented on OPENJPA-2919: - Hi [~dionusos] , seems the pool

[jira] [Commented] (OPENJPA-2898) Cannot resolve the name 'orm:versionType'

2024-02-12 Thread Romain Manni-Bucau (Jira)
[ https://issues.apache.org/jira/browse/OPENJPA-2898?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17816699#comment-17816699 ] Romain Manni-Bucau commented on OPENJPA-2898: - looks good to me, just misses a test

Re: TypedQuery.getResultList() and saveOrUpdate(T entity) taking longer time with openjpa library 3.2.2

2024-02-06 Thread Romain Manni-Bucau
Hi, Do you reuse or recreate criteria query? should be created per "tx". Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://rmannibucau.metawerx.net/> | Old Blog <http://rmannibucau.wordpress.com> | Github <https://github.com

Re: [VOTE] release Apache OpenJPA-4.0.0

2024-02-02 Thread Romain Manni-Bucau
+1 Le sam. 3 févr. 2024 à 07:06, Francesco Chicchiriccò a écrit : > On 02/02/24 17:58, Mark Struberg wrote: > > Good afternoon! > > > > I'd like to call a VOTE on releasing Apache OpenJPA-4.0.0 > > This is a release targetting the JPA-3.0 spec. Note that we do not yet > pass all the TCK tests,

Re: OpenJPA with Spring 6

2024-01-12 Thread Romain Manni-Bucau
jakarta version so the classifier and the dependency need will disappear. Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://rmannibucau.metawerx.net/> | Old Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibuc

Re: OpenJPA with Spring 6

2024-01-11 Thread Romain Manni-Bucau
Hi, The plugin needs to add the jakarta bundle as a dependency (of the plugin not the project). Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://rmannibucau.metawerx.net/> | Old Blog <http://rmannibucau.wordpress.com> | Github <https://g

Re: OpenJPA with Spring 6

2024-01-09 Thread Romain Manni-Bucau
Hi, you can use jakarta bundle of openjpa with spring 6 AFAIK ( https://repo.maven.apache.org/maven2/org/apache/openjpa/openjpa/3.2.2/openjpa-3.2.2-jakarta.jar ). Does not have a jpa 3 full support but should be sufficient. Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibu

Re: Multi-tenancy and caching issues

2024-01-09 Thread Romain Manni-Bucau
uot;properties" models). The missing part is mainly the Tenant impl but guess you already have something for that ;) - I assume some security context and meta for login. Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://rmannibucau.metawerx.net/> |

Re: Multi-tenancy and caching issues

2024-01-09 Thread Romain Manni-Bucau
pool size etc which are at another level). In terms of spring-data integration there is also no link, just @Bean EMF routedEmf() and you'll get it working transparently while a tx - cache scope of spring - is for a single tenant. Hope I'm not missing something "key" ;). Romain Mann

Re: Multi-tenancy and caching issues

2024-01-08 Thread Romain Manni-Bucau
the datacase (query cache) configuration in the jpa properties can take a custom fully qualified name too. Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://rmannibucau.metawerx.net/> | Old Blog <http://rmannibucau.wordpress.com> | Github &

[jira] [Commented] (OPENJPA-2918) Support for Java 21

2023-12-01 Thread Romain Manni-Bucau (Jira)
[ https://issues.apache.org/jira/browse/OPENJPA-2918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17792149#comment-17792149 ] Romain Manni-Bucau commented on OPENJPA-2918: - It is xbean-asm-shaded whuch must

Re: Error with latest openjpa-maven-plugin 4.0.0-SNAPSHOT

2023-10-31 Thread Romain Manni-Bucau
I'm generally against milestone if there is no clear roadmap cause it pollutes users and they expect milestones/alpha/beta to not be usable so my 2cts would be for a final until somebody wish to propose some roadmap draft as back in time. Romain Manni-Bucau @rmannibucau <https://twitter.

Re: Error with latest openjpa-maven-plugin 4.0.0-SNAPSHOT

2023-10-29 Thread Romain Manni-Bucau
+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> |

Re: Error with latest openjpa-maven-plugin 4.0.0-SNAPSHOT

2023-10-29 Thread Romain Manni-Bucau
done but it is 3.0.1-SNAPSHOT now so openjpa can need to use the final release (or temporarly you force the last snapshot in your pom) Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://rmannibucau.metawerx.net/> | Old Blog <http://rmannibuca

Re: Error with latest openjpa-maven-plugin 4.0.0-SNAPSHOT

2023-10-29 Thread Romain Manni-Bucau
Hi Isnt it just the snapshot eviction on nexus? Le dim. 29 oct. 2023 à 11:51, Francesco Chicchiriccò a écrit : > Hi all, > with latest 4.0.0SNAPSHOT artifacts, we've started getting build errors, > but only on Windows and Mac OS. > > The reported error is [1][2] > > Failed to execute goal >

Re: Milestone / Alpha Release of OpenJPA?

2023-10-20 Thread Romain Manni-Bucau
am fine with it. I had a quick chat with Mark and after he fixed > > > a > > > regression in the OPENJPA SNAPSHOT found while building TomEE, he > > > was > > > also like "let's do a release". > > > > > > So maybe just a final and

Re: Milestone / Alpha Release of OpenJPA?

2023-10-19 Thread Romain Manni-Bucau
Guess we can do a final, we never fully implemented the spec (for good and bad reasons) so if Mark gives his go on the work he did on the bytecode I'm for a final. Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://rmannibucau.metawerx.net/> | Ol

Re: we've got rid of Serp

2023-07-25 Thread Romain Manni-Bucau
Congrats Mark! Think 2.x is kind of dead so I wouldnt consume time with it but no issue if somebody wants. Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://rmannibucau.metawerx.net/> | Old Blog <http://rmannibucau.wordpress.com> | Github &

Re: enhance without Serp - Update

2023-07-03 Thread Romain Manni-Bucau
@Francesco: can you *javap -v -cp $yourclasspath the.class.which.Fail* when it works vs when it fails please? Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://rmannibucau.metawerx.net/> | Old Blog <http://rmannibucau.wordpress.com> | Github &

Re: Need someone for pair programming/rubberducking for low level stuff

2023-04-30 Thread Romain Manni-Bucau
idea to implement it in plain java works with the issue to not support future java version if not done at runtime (new methods) but guess it is okish. Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://rmannibucau.metawerx.net/> | Ol

Re: Using OpenJPA with Spring Boot 3?

2022-12-28 Thread Romain Manni-Bucau
A bit from memory so can miss a few details but think adding openjpa with jakarta classifier as a dependency of the plugin does the trick. Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://rmannibucau.metawerx.net/> | Old Blog <http://rmannibuca

Re: Using OpenJPA with Spring Boot 3?

2022-12-27 Thread Romain Manni-Bucau
Use https://repo.maven.apache.org/maven2/org/apache/openjpa/openjpa/3.2.2/openjpa-3.2.2-jakarta.jar and exclude transitive deps. Le mer. 28 déc. 2022 à 08:45, Francesco Chicchiriccò a écrit : > On 27/12/22 17:14, Romain Manni-Bucau wrote: > > Yes, think you should either move to op

Re: Using OpenJPA with Spring Boot 3?

2022-12-27 Thread Romain Manni-Bucau
Yes, think you should either move to openjpa-all shade or generate the class with asm at build time (guess switching the main dep is easier). Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://rmannibucau.metawerx.net/> | Old Blog <http://rmannibuca

Re: Using OpenJPA with Spring Boot 3?

2022-12-27 Thread Romain Manni-Bucau
Yes 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> |

Re: Using OpenJPA with Spring Boot 3?

2022-12-27 Thread Romain Manni-Bucau
Hi, Well I guess the jakarta shade should handle jakarta properly else user can use what he wants and finally worse case you can still integrate the mapping in spring glue code (not sure you have something particular in mind so shouting in the wind ;)). Romain Manni-Bucau @rmannibucau <ht

[jira] [Commented] (OPENJPA-2903) compatibility with MariaDB Java Client 3.0.6

2022-07-25 Thread Romain Manni-Bucau (Jira)
[ https://issues.apache.org/jira/browse/OPENJPA-2903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17570885#comment-17570885 ] Romain Manni-Bucau commented on OPENJPA-2903: - [~pduroux] XML is equivalent to plain java

[jira] [Assigned] (OPENJPA-2903) compatibility with MariaDB Java Client 3.0.6

2022-07-25 Thread Romain Manni-Bucau (Jira)
[ https://issues.apache.org/jira/browse/OPENJPA-2903?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Romain Manni-Bucau reassigned OPENJPA-2903: --- Assignee: (was: Romain Manni-Bucau) > compatibility with MariaDB J

[jira] [Commented] (OPENJPA-2903) compatibility with MariaDB Java Client 3.0.6

2022-07-25 Thread Romain Manni-Bucau (Jira)
[ https://issues.apache.org/jira/browse/OPENJPA-2903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17570873#comment-17570873 ] Romain Manni-Bucau commented on OPENJPA-2903: - Hi [~pduroux] ,   Can depend the mapping

[jira] [Assigned] (OPENJPA-2903) compatibility with MariaDB Java Client 3.0.6

2022-07-25 Thread Romain Manni-Bucau (Jira)
[ https://issues.apache.org/jira/browse/OPENJPA-2903?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Romain Manni-Bucau reassigned OPENJPA-2903: --- Assignee: Romain Manni-Bucau > compatibility with MariaDB Java Cli

Re: Couple of questions

2022-05-18 Thread Romain Manni-Bucau
Hi Maxim, Answered inline Le mer. 18 mai 2022 à 18:07, Maxim Solodovnik a écrit : > Hello All, > > sorry for non informative subject, but I would like to avoid creating > 2 threads for these :))) > > Q1: JPMS related > openjpa has dependency on > [INFO] | +- >

Re: [VOTE] Apache OpenJPA 3.2.2

2022-03-16 Thread Romain Manni-Bucau
+1, thanks 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> |

Re: [DISCUSS] Any chance to release 3.2.2 anytime soon?

2022-03-16 Thread Romain Manni-Bucau
AFAIK you can go, pending work is done so rest can go in 3.2.3 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 &

[jira] [Commented] (OPENJPA-2901) Regression in CriteriaBuilder ParameterExpression behavior

2022-03-15 Thread Romain Manni-Bucau (Jira)
[ https://issues.apache.org/jira/browse/OPENJPA-2901?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17507195#comment-17507195 ] Romain Manni-Bucau commented on OPENJPA-2901: - Hi [~dazeydev] , great to hear about

[jira] [Updated] (OPENJPA-2900) javax.xml.bind must be relocated to jakarta namespace

2022-03-10 Thread Romain Manni-Bucau (Jira)
[ https://issues.apache.org/jira/browse/OPENJPA-2900?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Romain Manni-Bucau updated OPENJPA-2900: Fix Version/s: (was: 3.2.1) > javax.xml.bind must be relocated to jaka

[jira] [Updated] (OPENJPA-2899) openjpa-maven-plugin 3.2.1 uses log4j version 2.14.1

2022-02-22 Thread Romain Manni-Bucau (Jira)
[ https://issues.apache.org/jira/browse/OPENJPA-2899?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Romain Manni-Bucau updated OPENJPA-2899: Priority: Minor (was: Critical) > openjpa-maven-plugin 3.2.1 uses log4j vers

[jira] [Updated] (OPENJPA-2899) openjpa-maven-plugin 3.2.1 uses log4j version 2.14.1

2022-02-22 Thread Romain Manni-Bucau (Jira)
[ https://issues.apache.org/jira/browse/OPENJPA-2899?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Romain Manni-Bucau updated OPENJPA-2899: Issue Type: Task (was: Bug) > openjpa-maven-plugin 3.2.1 uses log4j vers

[jira] [Commented] (OPENJPA-2899) openjpa-maven-plugin 3.2.1 uses log4j version 2.14.1

2022-02-22 Thread Romain Manni-Bucau (Jira)
[ https://issues.apache.org/jira/browse/OPENJPA-2899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17496545#comment-17496545 ] Romain Manni-Bucau commented on OPENJPA-2899: - Hi [~richm123] ,   In terms

[RESULT] [VOTE] Release Apache OpenJPA 3.2.1

2022-02-06 Thread Romain Manni-Bucau
Which makes 6 +1 (enough bindings) so this vote passes, thank you all! Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://rmannibucau.metawerx.net/> | Old Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibuc

Re: [VOTE] Release Apache OpenJPA 3.2.1

2022-02-06 Thread Romain Manni-Bucau
My own +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> |

Re: [VOTE] Release Apache OpenJPA 3.2.1

2022-02-03 Thread Romain Manni-Bucau
running the openjpa maven plugin > > - using OpenJPA runtime > > - using HerdDBDictionary > > > > > > Thanks for driving the release > > > > Enrico > > > > Il giorno gio 3 feb 2022 alle ore 11:17 Romain Manni-Bucau > > ha scritto: > > >

[VOTE] Release Apache OpenJPA 3.2.1

2022-02-03 Thread Romain Manni-Bucau
x> RESOLVED [image: Major] [image: Task] OPENJPA-2884 <https://issues.apache.org/jira/browse/OPENJPA-2884> javax.annotation.processing shouldn't be relocated in jakarta shade <https://issues.apache.org/jira/browse/OPENJPA-2884> Romain Manni-Bucau <https://issues.apache.org/jira/secure/V

Re: What's the status of 3.2.1?

2022-01-18 Thread Romain Manni-Bucau
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://rmannibuca

Re: OPENJPA-2894 and -2895

2021-12-14 Thread Romain Manni-Bucau
is needed to convert it to SQL properly. Each value can get its own state impl for that purpose. Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://rmannibucau.metawerx.net/> | Old Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rm

Re: OPENJPA-2894 and -2895

2021-12-14 Thread Romain Manni-Bucau
Now I agree that criteria API is not very well defined in both the spec and openjpa and all combinations are not expected to work even if the API enables it so maybe we should also check all the related cases are valid or not from a spec point of view and ultimately from a SQL point of view. Romai

Re: H2 seems to be broken after update

2021-12-09 Thread Romain Manni-Bucau
probable is that we don't generate a statement which is compatible with this new version so table are actually not created and the error is lazily reported instead of early. Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://rmannibucau.metawerx.net/> | Ol

[jira] [Resolved] (OPENJPA-2889) commons-pool2 bundle version defined in karaf features repository is not aligned with the actual version used by openjpa

2021-12-05 Thread Romain Manni-Bucau (Jira)
[ https://issues.apache.org/jira/browse/OPENJPA-2889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Romain Manni-Bucau resolved OPENJPA-2889. - Resolution: Fixed > commons-pool2 bundle version defined in karaf featu

[jira] [Commented] (OPENJPA-2891) @Geenrated annotation cannot be disabled for static metamodel

2021-11-30 Thread Romain Manni-Bucau (Jira)
[ https://issues.apache.org/jira/browse/OPENJPA-2891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17451563#comment-17451563 ] Romain Manni-Bucau commented on OPENJPA-2891: - Thanks Benjamin, merged! > @Geenra

[jira] [Resolved] (OPENJPA-2891) @Geenrated annotation cannot be disabled for static metamodel

2021-11-30 Thread Romain Manni-Bucau (Jira)
[ https://issues.apache.org/jira/browse/OPENJPA-2891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Romain Manni-Bucau resolved OPENJPA-2891. - Fix Version/s: 3.2.1 Resolution: Fixed > @Geenrated annotation can

Re: What's the status of 3.2.1?

2021-11-22 Thread Romain Manni-Bucau
+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://g

[jira] [Commented] (OPENJPA-2881) runtime exception in org.apache.openjpa.lib.meta.XMLMetaDataParser.parseNewResource

2021-11-19 Thread Romain Manni-Bucau (Jira)
[ https://issues.apache.org/jira/browse/OPENJPA-2881?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17446348#comment-17446348 ] Romain Manni-Bucau commented on OPENJPA-2881: - Yes, namespace should likely be ignored most

[jira] [Commented] (OPENJPA-2886) javax.persistence.schema-generation.database.action setting seems to be ignored when using Persistence.createEntityManagerFactory()

2021-11-11 Thread Romain Manni-Bucau (Jira)
[ https://issues.apache.org/jira/browse/OPENJPA-2886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17442174#comment-17442174 ] Romain Manni-Bucau commented on OPENJPA-2886: - Yeah, use ServiceLoader to get an instance

[jira] [Commented] (OPENJPA-2886) javax.persistence.schema-generation.database.action setting seems to be ignored when using Persistence.createEntityManagerFactory()

2021-11-08 Thread Romain Manni-Bucau (Jira)
[ https://issues.apache.org/jira/browse/OPENJPA-2886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17440419#comment-17440419 ] Romain Manni-Bucau commented on OPENJPA-2886: - Hi [~Makkus] , have to admit I didn't spot

[jira] [Resolved] (OPENJPA-2885) Make openjpa-junit5 support jakarta namespace

2021-10-26 Thread Romain Manni-Bucau (Jira)
[ https://issues.apache.org/jira/browse/OPENJPA-2885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Romain Manni-Bucau resolved OPENJPA-2885. - Resolution: Fixed > Make openjpa-junit5 support jakarta namesp

[jira] [Created] (OPENJPA-2885) Make openjpa-junit5 support jakarta namespace

2021-10-26 Thread Romain Manni-Bucau (Jira)
Romain Manni-Bucau created OPENJPA-2885: --- Summary: Make openjpa-junit5 support jakarta namespace Key: OPENJPA-2885 URL: https://issues.apache.org/jira/browse/OPENJPA-2885 Project: OpenJPA

[jira] [Resolved] (OPENJPA-2884) javax.annotation.processing shouldn't be relocated in jakarta shade

2021-10-26 Thread Romain Manni-Bucau (Jira)
[ https://issues.apache.org/jira/browse/OPENJPA-2884?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Romain Manni-Bucau resolved OPENJPA-2884. - Resolution: Fixed > javax.annotation.processing shouldn't be reloca

[jira] [Created] (OPENJPA-2884) javax.annotation.processing shouldn't be relocated in jakarta shade

2021-10-26 Thread Romain Manni-Bucau (Jira)
Romain Manni-Bucau created OPENJPA-2884: --- Summary: javax.annotation.processing shouldn't be relocated in jakarta shade Key: OPENJPA-2884 URL: https://issues.apache.org/jira/browse/OPENJPA-2884

What's the status of 3.2.1?

2021-10-26 Thread Romain Manni-Bucau
Hi all, what is the status of our master? wonder if a release is planned, seems it can be worth it checking jira changelog. Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://rmannibucau.metawerx.net/> | Old Blog <http://rmannibucau.wordpress.com&g

[jira] [Resolved] (OPENJPA-2882) Exception passing javax.persistence.* String values to createEntityManager(Map)

2021-10-21 Thread Romain Manni-Bucau (Jira)
[ https://issues.apache.org/jira/browse/OPENJPA-2882?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Romain Manni-Bucau resolved OPENJPA-2882. - Resolution: Fixed Thanks a lot [~dazeydev] for the PR, applied on master

[jira] [Updated] (OPENJPA-2882) Exception passing javax.persistence.* String values to createEntityManager(Map)

2021-10-21 Thread Romain Manni-Bucau (Jira)
[ https://issues.apache.org/jira/browse/OPENJPA-2882?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Romain Manni-Bucau updated OPENJPA-2882: Fix Version/s: 3.2.1 > Exception passing javax.persistence.* String val

Re: Force closing an entity manager which has thrown a "Multiple concurrent threads..." exception

2021-10-06 Thread Romain Manni-Bucau
up the EM in an illegal state (to reuse a java term ;)), maybe you should chase the bug in the application instead? Sounds like saner overall. Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://rmannibucau.metawerx.net/> | Old Blog <http://rmannibuca

[jira] [Commented] (OPENJPA-2879) Regression in Column.isCompatible

2021-08-02 Thread Romain Manni-Bucau (Jira)
[ https://issues.apache.org/jira/browse/OPENJPA-2879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17391545#comment-17391545 ] Romain Manni-Bucau commented on OPENJPA-2879: - Guess the default shouldn't be a return

[jira] [Commented] (OPENJPA-2878) org.apache.openjpa.persistence.ArgumentException: The persistence provider is attempting to use properties in the persistenc

2021-07-22 Thread Romain Manni-Bucau (Jira)
[ https://issues.apache.org/jira/browse/OPENJPA-2878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17385679#comment-17385679 ] Romain Manni-Bucau commented on OPENJPA-2878: - Sounds so

[jira] [Commented] (OPENJPA-2878) org.apache.openjpa.persistence.ArgumentException: The persistence provider is attempting to use properties in the persistenc

2021-07-22 Thread Romain Manni-Bucau (Jira)
[ https://issues.apache.org/jira/browse/OPENJPA-2878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17385627#comment-17385627 ] Romain Manni-Bucau commented on OPENJPA-2878: - Tomee autosets a lot of things in units, so

[jira] [Commented] (OPENJPA-2878) org.apache.openjpa.persistence.ArgumentException: The persistence provider is attempting to use properties in the persistenc

2021-07-22 Thread Romain Manni-Bucau (Jira)
[ https://issues.apache.org/jira/browse/OPENJPA-2878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17385540#comment-17385540 ] Romain Manni-Bucau commented on OPENJPA-2878: - Hi,   Did you try setting

Re: Issue OPENJPA-2692 on Jira

2021-07-15 Thread Romain Manni-Bucau
you can work on JIRA without assignment :) > Great advice I forgot to mention! > > On Thu, 15 Jul 2021 at 13:14, Romain Manni-Bucau > wrote: > > > Hmm, seems I still don't have the karma to do it on jira, anyone else can > > do it for Utkarsh please? > > > > Romai

Re: Issue OPENJPA-2692 on Jira

2021-07-15 Thread Romain Manni-Bucau
Hmm, seems I still don't have the karma to do it on jira, anyone else can do it for Utkarsh please? Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://rmannibucau.metawerx.net/> | Old Blog <http://rmannibucau.wordpress.com> | Github <https://g

Re: Issue OPENJPA-2692 on Jira

2021-07-13 Thread Romain Manni-Bucau
Hi, What's your userid on jira, seems I can't find you? 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 &

[jira] [Commented] (OPENJPA-2876) running 'refresh' schema action creates wrong SQL output

2021-06-10 Thread Romain Manni-Bucau (Jira)
[ https://issues.apache.org/jira/browse/OPENJPA-2876?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17361218#comment-17361218 ] Romain Manni-Bucau commented on OPENJPA-2876: - [~struberg] guess it is the `if (_writer

Re: CMS Migration for OpenJPA

2021-06-03 Thread Romain Manni-Bucau
Hi Dave, Looks good to me - and to be honest looks better than what we had before in term of process ;). Thanks a lot! Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://rmannibucau.metawerx.net/> | Old Blog <http://rmannibucau.wordpress.com&g

[jira] [Resolved] (OPENJPA-2875) JPA Provider must filter out other JPA Providers

2021-05-28 Thread Romain Manni-Bucau (Jira)
[ https://issues.apache.org/jira/browse/OPENJPA-2875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Romain Manni-Bucau resolved OPENJPA-2875. - Fix Version/s: 3.2.1 Resolution: Fixed PR merged, thanks JL! >

Re: Provider improvements for JPA TCK

2021-05-27 Thread Romain Manni-Bucau
It is because of the network setup of Gh action, looks mergeable for me. Any objection? Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://rmannibucau.metawerx.net/> | Old Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rm

Re: Provider improvements for JPA TCK

2021-05-26 Thread Romain Manni-Bucau
Looks overall good for me once your test will pass. I suspect it can be due to the persistence API we use but didn't take time to checkout it locally. Let me know if I you struggle with it, i'll try to find some time to do it. Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibu

Re: Provider improvements for JPA TCK

2021-05-25 Thread Romain Manni-Bucau
should do it for you, just needs to ensure it worked to avoid surprises but I don't expect any action except "validation" one. > -- > Jean-Louis Monteiro > http://twitter.com/jlouismonteiro > http://www.tomitribe.com > > > On Tue, May 25, 2021 at 3:21 PM Romain Manni-Bu

Re: Provider improvements for JPA TCK

2021-05-25 Thread Romain Manni-Bucau
Hi JL, Looks accurate to me done with javax on master (and likely properly rewritten in our relocation/jakarta artifact). Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://rmannibucau.metawerx.net/> | Old Blog <http://rmannibucau.wordpress.com&g

Re: [VOTE] Release Apache OpenJPA-3.2.0

2021-05-11 Thread Romain Manni-Bucau
+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> |

[jira] [Commented] (OPENJPA-2872) provide Jakarta EE artifacts

2021-05-08 Thread Romain Manni-Bucau (Jira)
[ https://issues.apache.org/jira/browse/OPENJPA-2872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17341324#comment-17341324 ] Romain Manni-Bucau commented on OPENJPA-2872: - Already done in OPENJPA-2815? > prov

Re: nearing a 3.2.0 release

2021-05-04 Thread Romain Manni-Bucau
lem is that it only creates a problem if you let this run multiple times Does it mean when a DB exists and you restart the app (or another instance starts) problem accurs? This must clearly not be I agree. Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://rmannibucau.

Re: nearing a 3.2.0 release

2021-05-04 Thread Romain Manni-Bucau
executions) or something not covered we should add? Goal is indeed to avoid it to happen again. Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://rmannibucau.metawerx.net/> | Old Blog <http://rmannibucau.wordpress.com> | Github <https://g

[jira] [Created] (OPENJPA-2869) Specification-Version still in v2

2021-05-02 Thread Romain Manni-Bucau (Jira)
Romain Manni-Bucau created OPENJPA-2869: --- Summary: Specification-Version still in v2 Key: OPENJPA-2869 URL: https://issues.apache.org/jira/browse/OPENJPA-2869 Project: OpenJPA Issue

Re: [DISCUSS] next up 3.1.3 or 3.2.0?

2021-04-26 Thread Romain Manni-Bucau
of the type mapping. wdyt? 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

Re: [DISCUSS] next up 3.1.3 or 3.2.0?

2021-04-25 Thread Romain Manni-Bucau
not fine we swallow it silently. > LieGrue, > strub > > > Am 25.04.2021 um 14:08 schrieb Romain Manni-Bucau >: > > > > Le dim. 25 avr. 2021 à 13:47, Mark Struberg <mailto:strub...@yahoo.de.invalid>> a > > écrit : > > > >> No, not a change.

Re: [DISCUSS] next up 3.1.3 or 3.2.0?

2021-04-25 Thread Romain Manni-Bucau
this by using > float, BigDecimal, etc. > Thus no change for existing projects. > Sure that some projects use the default and do diff between snapshots and previous release ddl based on that so a change ;). > LieGrue, > strub > > > > Am 25.04.2021 um 13

Re: [DISCUSS] next up 3.1.3 or 3.2.0?

2021-04-25 Thread Romain Manni-Bucau
specificities). I'm not sure of the SQLServer dict usage but HSQLDB one is really used, even with 1.8 branch so can be neat to at least ensure this part does not break *by default* for next immediate release. Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog

Re: [DISCUSS] next up 3.1.3 or 3.2.0?

2021-04-24 Thread Romain Manni-Bucau
if it was about hsqldb or another one but dont think we can release it without a 3.1.3. Doing a subdict keeping old one can mitigate it and enable to bypass 3.1.3. > LieGrue, > strub > > > > Am 24.04.2021 um 18:32 schrieb Romain Manni-Bucau >: > > > > Le s

Re: [DISCUSS] next up 3.1.3 or 3.2.0?

2021-04-24 Thread Romain Manni-Bucau
ent. > We touched dicts and mapping so i expect it to not be that transparent. At least it breaks ddl which is unexpexted > LieGrue, > strub > > > Am 24.04.2021 um 13:16 schrieb Romain Manni-Bucau >: > > > > What's the plan for 3.1.3 release then? > > >

Re: [DISCUSS] next up 3.1.3 or 3.2.0?

2021-04-24 Thread Romain Manni-Bucau
What's the plan for 3.1.3 release then? Le sam. 24 avr. 2021 à 11:38, Mark Struberg a écrit : > I'll move forward and update to 3.2.0-SNAPSHOT > > LieGrue, > strub > > > Am 19.04.2021 um 08:35 schrieb Francesco Chicchiriccò < > ilgro...@apache.org>: > > > > On 18/04/21 12:31, Mark Struberg

Re: Errors after recent commits

2021-04-22 Thread Romain Manni-Bucau
e 2800 as won't fix? > > LieGrue, > strub > > > Am 21.04.2021 um 15:43 schrieb Romain Manni-Bucau >: > > > > Oh would make sense since it is 2 compile cycles so cant really be > > synthetic. > > > > Le mer. 21 avr. 2021 à 13:49, Francesco Ch

Re: Errors after recent commits

2021-04-21 Thread Romain Manni-Bucau
le > > In my case, the error was occurring only for child entities in a different > module. > > Regards. > > On 21/04/21 13:46, Romain Manni-Bucau wrote: > > Hi, > > > > I think it is ok to revert when it breaks and reapply with the fix. > > I tested

Re: Errors after recent commits

2021-04-21 Thread Romain Manni-Bucau
Hi, I think it is ok to revert when it breaks and reapply with the fix. I tested on our opentrader application where there is a hierarchy with Ask entity and the method seems well generated with Mark's commit so I guess we need to refine the actual issue. Romain Manni-Bucau @rmannibucau <ht

Re: Errors after recent commits

2021-04-20 Thread Romain Manni-Bucau
Hi Francesco, Did you try to decompile previous and current version (with jd-gui for example) to see the diff? Normally Mark only changed synthetic flag on fields, nothing else should have changed AFAIK. Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog

[jira] [Commented] (OPENJPA-2865) [Oracle] use native java.time JDBC features

2021-04-18 Thread Romain Manni-Bucau (Jira)
[ https://issues.apache.org/jira/browse/OPENJPA-2865?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17324485#comment-17324485 ] Romain Manni-Bucau commented on OPENJPA-2865: - While represented value is correct

Re: [DISCUSS] next up 3.1.3 or 3.2.0?

2021-04-18 Thread Romain Manni-Bucau
I dont care much of this bundle naming (which looks like 3.1 since there is no real breaking change or arch for end users) but 3.1.3 is due so if it goes in 3.2.0 we should do a corelease of 3.1.3 with at least asm upgrade IMHO. Le dim. 18 avr. 2021 à 13:08, Enrico Olivelli a écrit : > Mark, >

Re: AbstractLobTest - test streaming from LOB

2021-04-01 Thread Romain Manni-Bucau
en we have a connection we can test the JDBC version it is related to we can log a warning when JDBC driver is v4 too. This kind of solves all related issues for me to have this setup and avoids to implement anything fancy. wdyt? Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau>

Re: AbstractLobTest - test streaming from LOB

2021-04-01 Thread Romain Manni-Bucau
Hmm, there are multiple solutions to that: 1. read the stream in mem and use a bytearrayinputstream if it fits 2. store a pointer (id) to the record and reopen it if needed at read time 3. something in between (like tolerate to load in mem 1M and rest is done with the pointer impl Romain Manni

[jira] [Created] (OPENJPA-2852) Maven Plugin should be marked thread safe

2021-03-31 Thread Romain Manni-Bucau (Jira)
Romain Manni-Bucau created OPENJPA-2852: --- Summary: Maven Plugin should be marked thread safe Key: OPENJPA-2852 URL: https://issues.apache.org/jira/browse/OPENJPA-2852 Project: OpenJPA

[jira] [Resolved] (OPENJPA-2852) Maven Plugin should be marked thread safe

2021-03-31 Thread Romain Manni-Bucau (Jira)
[ https://issues.apache.org/jira/browse/OPENJPA-2852?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Romain Manni-Bucau resolved OPENJPA-2852. - Resolution: Fixed > Maven Plugin should be marked thread s

  1   2   3   4   5   6   >