svn commit: r1684055 - in /openjpa/branches/openjpa_jpa-2.1: openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/kernel/ openjpa-kernel/src/main/java/org/apache/openjpa/meta/ openjpa-persistence-jdbc/s

2015-06-07 Thread rmannibucau
Author: rmannibucau Date: Sun Jun 7 18:12:39 2015 New Revision: 1684055 URL: http://svn.apache.org/r1684055 Log: mapping db param to jpa param for stored procedure parameter names + starting to impl cursor support (need testing) Modified: openjpa/branches/openjpa_jpa-2.1/openjpa-jdbc/src

svn commit: r1683972 [1/2] - in /openjpa/branches/openjpa_jpa-2.1: openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/identifier/ openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/kernel/ openjpa-jdb

2015-06-06 Thread rmannibucau
Author: rmannibucau Date: Sun Jun 7 01:05:22 2015 New Revision: 1683972 URL: http://svn.apache.org/r1683972 Log: OPENJPA-2592 basic stored procedure impl import Added: openjpa/branches/openjpa_jpa-2.1/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/kernel/StoredProcedureQuery.java

svn commit: r1683972 [2/2] - in /openjpa/branches/openjpa_jpa-2.1: openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/identifier/ openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/kernel/ openjpa-jdb

2015-06-06 Thread rmannibucau
Modified: openjpa/branches/openjpa_jpa-2.1/openjpa-persistence/src/main/java/org/apache/openjpa/persistence/AnnotationPersistenceMetaDataParser.java URL:

svn commit: r1683976 - in /openjpa/branches/openjpa_jpa-2.1/openjpa-persistence/src/main/java/org/apache/openjpa/persistence: MetaDataTag.java XMLPersistenceMetaDataParser.java

2015-06-06 Thread rmannibucau
Author: rmannibucau Date: Sun Jun 7 01:17:38 2015 New Revision: 1683976 URL: http://svn.apache.org/r1683976 Log: basis for stored procedure query xml parsing Modified: openjpa/branches/openjpa_jpa-2.1/openjpa-persistence/src/main/java/org/apache/openjpa/persistence/MetaDataTag.java

svn commit: r1683942 - in /openjpa/branches/openjpa_jpa-2.1: ./ openjpa-integration/tck/ openjpa-integration/validation/src/test/java/org/apache/openjpa/integration/persistence/provider/ openjpa-jest/

2015-06-06 Thread rmannibucau
Author: rmannibucau Date: Sat Jun 6 19:19:11 2015 New Revision: 1683942 URL: http://svn.apache.org/r1683942 Log: upgrading API (throwing exception for all new methods) to JPA 2.1 Modified: openjpa/branches/openjpa_jpa-2.1/openjpa-integration/tck/pom.xml openjpa/branches/openjpa_jpa-2.1

svn commit: r1683938 - /openjpa/branches/openjpa_jpa-2.1/

2015-06-06 Thread rmannibucau
Author: rmannibucau Date: Sat Jun 6 17:38:42 2015 New Revision: 1683938 URL: http://svn.apache.org/r1683938 Log: creating a jpa 2.1 branchfrom trunk Added: openjpa/branches/openjpa_jpa-2.1/ (props changed) - copied from r1683937, openjpa/trunk/ Propchange: openjpa/branches

svn commit: r1688082 - /openjpa/trunk/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/sql/HSQLDictionary.java

2015-06-28 Thread rmannibucau
Author: rmannibucau Date: Mon Jun 29 04:25:16 2015 New Revision: 1688082 URL: http://svn.apache.org/r1688082 Log: OPENJPA-2597 DECIMAL and NUMERIC needs scale configuration for hsqldb Modified: openjpa/trunk/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/sql/HSQLDictionary.java

svn commit: r1716891 - in /openjpa/trunk: openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/query/TupleQueryTest.java openjpa-persistence/src/main/java/org/apache/openjpa/persisten

2015-11-27 Thread rmannibucau
Author: rmannibucau Date: Fri Nov 27 15:52:13 2015 New Revision: 1716891 URL: http://svn.apache.org/viewvc?rev=1716891=rev Log: OPENJPA-2618 pevent Tuple to pass through in createXQuery methods since we dont support it yet Added: openjpa/trunk/openjpa-persistence-jdbc/src/test/java/org

svn commit: r1718043 - /openjpa/trunk/openjpa-kernel/src/main/java/org/apache/openjpa/util/BlacklistClassResolver.java

2015-12-04 Thread rmannibucau
Author: rmannibucau Date: Fri Dec 4 21:59:08 2015 New Revision: 1718043 URL: http://svn.apache.org/viewvc?rev=1718043=rev Log: new line - checkstyle fix Modified: openjpa/trunk/openjpa-kernel/src/main/java/org/apache/openjpa/util/BlacklistClassResolver.java Modified: openjpa/trunk

svn commit: r1719469 - /openjpa/trunk/openjpa-kernel/src/main/java/org/apache/openjpa/util/BlacklistClassResolver.java

2015-12-11 Thread rmannibucau
Author: rmannibucau Date: Fri Dec 11 16:27:33 2015 New Revision: 1719469 URL: http://svn.apache.org/viewvc?rev=1719469=rev Log: forcing EOL for BlacklistClassResolver Modified: openjpa/trunk/openjpa-kernel/src/main/java/org/apache/openjpa/util/BlacklistClassResolver.java (props changed

svn commit: r1716864 - /openjpa/trunk/openjpa-kernel/src/main/java/org/apache/openjpa/util/BlacklistClassResolver.java

2015-11-27 Thread rmannibucau
Author: rmannibucau Date: Fri Nov 27 12:41:31 2015 New Revision: 1716864 URL: http://svn.apache.org/viewvc?rev=1716864=rev Log: better whitelist handling Modified: openjpa/trunk/openjpa-kernel/src/main/java/org/apache/openjpa/util/BlacklistClassResolver.java Modified: openjpa/trunk

svn commit: r1716859 - in /openjpa/trunk: openjpa-kernel/src/main/java/org/apache/openjpa/util/ openjpa-persistence/src/main/java/org/apache/openjpa/persistence/

2015-11-27 Thread rmannibucau
Author: rmannibucau Date: Fri Nov 27 12:15:47 2015 New Revision: 1716859 URL: http://svn.apache.org/viewvc?rev=1716859=rev Log: OPENJPA-2617 adding BlacklistClassResolver to support blacklisting of class loading in our ObjectInputStream Added: openjpa/trunk/openjpa-kernel/src/main/java/org

svn commit: r1727495 - in /openjpa/sandboxes/21: openjpa-persistence/src/main/java/org/apache/openjpa/persistence/EntityManagerImpl.java openjpa/pom.xml

2016-01-29 Thread rmannibucau
Author: rmannibucau Date: Fri Jan 29 08:07:05 2016 New Revision: 1727495 URL: http://svn.apache.org/viewvc?rev=1727495=rev Log: applying OPENJPA-2607 Modified: openjpa/sandboxes/21/openjpa-persistence/src/main/java/org/apache/openjpa/persistence/EntityManagerImpl.java openjpa/sandboxes

svn commit: r1727520 - in /openjpa/trunk/openjpa-kernel/src: main/java/org/apache/openjpa/enhance/AsmAdaptor.java main/java/org/apache/openjpa/enhance/PCClassFileTransformer.java test/java/org/apache/

2016-01-29 Thread rmannibucau
Author: rmannibucau Date: Fri Jan 29 10:36:53 2016 New Revision: 1727520 URL: http://svn.apache.org/viewvc?rev=1727520=rev Log: OPENJPA-2626 support of java 8 bytecode test for isEnhanced - avoid to have logs full of exception/warnings when it actually works cause it is already enahnced

svn commit: r1757319 - /openjpa/trunk/openjpa-project/checkstyle.xml

2016-08-23 Thread rmannibucau
Author: rmannibucau Date: Tue Aug 23 07:57:16 2016 New Revision: 1757319 URL: http://svn.apache.org/viewvc?rev=1757319=rev Log: ensure checkstyle uses UNIx EOL to have a portable build on windows Modified: openjpa/trunk/openjpa-project/checkstyle.xml Modified: openjpa/trunk/openjpa-project

svn commit: r1757320 - /openjpa/trunk/openjpa-persistence/src/main/java/org/apache/openjpa/persistence/meta/AnnotationProcessor6.java

2016-08-23 Thread rmannibucau
Author: rmannibucau Date: Tue Aug 23 07:57:38 2016 New Revision: 1757320 URL: http://svn.apache.org/viewvc?rev=1757320=rev Log: OPENJPA-2300 avoid warnings due to annotation processor Modified: openjpa/trunk/openjpa-persistence/src/main/java/org/apache/openjpa/persistence/meta

svn commit: r1770509 - in /openjpa/trunk: openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/kernel/ openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/meta/ openjpa-jdbc/src/main/java/org/apache/open

2016-11-19 Thread rmannibucau
Author: rmannibucau Date: Sat Nov 19 18:08:44 2016 New Revision: 1770509 URL: http://svn.apache.org/viewvc?rev=1770509=rev Log: OPENJPA-2554 JPA 2.1 - Schema Generation, patch from Roberto Cortez, doc to update still Added: openjpa/trunk/openjpa-kernel/src/main/java/org/apache/openjpa/conf

svn commit: r1838151 - /openjpa/trunk/openjpa-features/src/main/feature/feature.xml

2018-08-16 Thread rmannibucau
Author: rmannibucau Date: Thu Aug 16 06:35:24 2018 New Revision: 1838151 URL: http://svn.apache.org/viewvc?rev=1838151=rev Log: OPENJPA-2746 patch from jbonofre, OpenJPA Karaf feature is not complete, missing xbean asm 6 and provider capabilities Modified: openjpa/trunk/openjpa-features/src

[openjpa] branch master updated: OPENJPA-2770 ensure equal(xxx, literal(boolean)) works in criteria builder

2019-01-23 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/openjpa.git The following commit(s) were added to refs/heads/master by this push: new 9e22265 OPENJPA-2770 ensure equal(xxx

[openjpa] branch master updated: OPENJPA-2743 skip AttributeConverter when loading the Metamodel and preparing the broker to avoid to fail if it was registered in persistent classes (allowed in JPA to

2019-07-29 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/openjpa.git The following commit(s) were added to refs/heads/master by this push: new ef98e18 OPENJPA-2743 skip

[openjpa] branch master updated: OPENJPA-2803 make dbcp2 optional in OSGi

2020-02-10 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/openjpa.git The following commit(s) were added to refs/heads/master by this push: new 36ddbac OPENJPA-2803 make dbcp2 optional

[openjpa] branch master updated: removing kubernetes module from our osgi bundle

2020-02-10 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/openjpa.git The following commit(s) were added to refs/heads/master by this push: new aad345f removing kubernetes module from

[openjpa] branch master updated: OPENJPA-2803 make pool2 optional in OSGi

2020-02-10 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/openjpa.git The following commit(s) were added to refs/heads/master by this push: new a7c4f44 OPENJPA-2803 make pool2 optional

[openjpa] branch master updated: extracting directory enhancement logic in a runnable for junit5 module to be able to reuse it easily

2020-03-31 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/openjpa.git The following commit(s) were added to refs/heads/master by this push: new beb1255 extracting directory enhancement

[openjpa] branch master updated: OPENJPA-2811 asm8 support

2020-04-27 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/openjpa.git The following commit(s) were added to refs/heads/master by this push: new a975a3d OPENJPA-2811 asm8 support

[openjpa] 01/02: OPENJPA-2813 PersistenceProvider#generateSchema (misses the boolean state)

2020-04-29 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/openjpa.git commit bf418eb1b3036f49d9536db66e30ef7ceb83332d Author: Romain Manni-Bucau AuthorDate: Wed Apr 29 20:47:12 2020 +0200

[openjpa] 02/02: OPENJPA-2812 snake_case support in dbdictionary for db column names

2020-04-29 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/openjpa.git commit d0875670dd470473e305aea00d66984735a8e3dc Author: Romain Manni-Bucau AuthorDate: Wed Apr 29 20:47:28 2020 +0200

[openjpa] branch master updated (a975a3d -> d087567)

2020-04-29 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/openjpa.git. from a975a3d OPENJPA-2811 asm8 support new bf418eb OPENJPA-2813 PersistenceProvider#generateSchema (misses

[openjpa] branch master updated: activating back seasar repo for uow-api now xbean had been downloaded on the ci

2020-05-07 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/openjpa.git The following commit(s) were added to refs/heads/master by this push: new 868a446 activating back seasar repo

[openjpa] branch master updated: commenting seasar-repo since it should be useless now (and try to get back the CI green/blue)

2020-05-07 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/openjpa.git The following commit(s) were added to refs/heads/master by this push: new 560a850 commenting seasar-repo since

[openjpa] branch master updated: ensure TestSnakeCaseDDL runs in enhanced mode otherwise there is an issue in column name uniqueness check + fixing MappingDefaultsImpl name definition

2020-05-07 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/openjpa.git The following commit(s) were added to refs/heads/master by this push: new e721abf ensure TestSnakeCaseDDL runs

[openjpa] branch master updated: OPENJPA-2809 adding openjpa-junit5 module

2020-03-17 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/openjpa.git The following commit(s) were added to refs/heads/master by this push: new ae9b2a9 OPENJPA-2809 adding openjpa

[openjpa] branch master updated: using same jpa spec jar in junit5 module than others

2020-03-23 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/openjpa.git The following commit(s) were added to refs/heads/master by this push: new 4c9ac41 using same jpa spec jar

[openjpa] branch master updated: fixing parent version of junit5 module

2020-03-23 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/openjpa.git The following commit(s) were added to refs/heads/master by this push: new d2ba842 fixing parent version of junit5

[openjpa] branch master updated: OPENJPA-2809 ensure embeddabe too are enhanced

2020-03-23 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/openjpa.git The following commit(s) were added to refs/heads/master by this push: new f9b0906 OPENJPA-2809 ensure embeddabe

[openjpa] branch master updated: [OPENJPA-2829] ensure empty lines are ignored for executeScript action

2020-09-15 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/openjpa.git The following commit(s) were added to refs/heads/master by this push: new 8dbdc14 [OPENJPA-2829] ensure empty

[openjpa] branch master updated: [OPENJPA-2830] ensure we don't drop a SQL statement when running action executeScript

2020-09-15 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/openjpa.git The following commit(s) were added to refs/heads/master by this push: new a38684b [OPENJPA-2830] ensure we don't

[openjpa] branch master updated: dropping java < 8 asm test since we require java >= 8

2020-09-16 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/openjpa.git The following commit(s) were added to refs/heads/master by this push: new 1862e2b dropping java < 8 asm test si

[openjpa] branch master updated: [OPENJPA-2833] asm 9

2020-09-29 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/openjpa.git The following commit(s) were added to refs/heads/master by this push: new 910a812 [OPENJPA-2833] asm 9 910a812

[openjpa] branch master updated (049c2ef -> 758b866)

2020-09-30 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/openjpa.git. from 049c2ef Merge pull request #71 from eolivelli/fix/OPENJPA-2820-delim new b24a6a2 OPENJPA-2832 DROP

[openjpa] branch master updated: [OPENJPA-2834] ensure setProperty invalid properties cache in em

2020-09-30 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/openjpa.git The following commit(s) were added to refs/heads/master by this push: new 4a546f7 [OPENJPA-2834] ensure

[openjpa] branch master updated: [OPENJPA-2834] cache EMF#properties

2020-09-30 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/openjpa.git The following commit(s) were added to refs/heads/master by this push: new bd015d0 [OPENJPA-2834] cache EMF

[openjpa] branch master updated: OPENJPA-2820

2020-09-30 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/openjpa.git The following commit(s) were added to refs/heads/master by this push: new bc63cd2 OPENJPA-2820 new 049c2ef

[openjpa] branch master updated: [OPENJPA-2834] ensure getProperties does not fail with xmlstore

2020-09-30 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/openjpa.git The following commit(s) were added to refs/heads/master by this push: new 9fa619f [OPENJPA-2834] ensure

[openjpa] branch master updated (f93ea15 -> 4c624c0)

2020-09-26 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/openjpa.git. from f93ea15 [OPENJPA-2828] Fix method equals() (#72) new dd9bce0 OPENJPA-2816 Add HerdDB DBDictionary

[openjpa] branch master updated: useless import

2020-10-01 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/openjpa.git The following commit(s) were added to refs/heads/master by this push: new 629ebae useless import 629ebae

[openjpa] branch master updated: [OPENJPA-2834] also cache properties in the em - even if less useful, but no need to recompute it again and again

2020-10-01 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/openjpa.git The following commit(s) were added to refs/heads/master by this push: new 574e226 [OPENJPA-2834] also cache

[openjpa] branch master updated: [OPENJPA-2834] enable to bypass synchronizeMappings when calling getProperties

2020-10-01 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/openjpa.git The following commit(s) were added to refs/heads/master by this push: new 0b68db6 [OPENJPA-2834] enable to bypass

[openjpa] branch master updated: [OPENJPA-2834] invalid properties cache when a propery changes

2020-10-27 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/openjpa.git The following commit(s) were added to refs/heads/master by this push: new 6f26922 [OPENJPA-2834] invalid

[openjpa] branch master updated: OPENJPA-2816 Add HerdDB DBDictionary - implement HerdDBDictionary - add autodiscovery of HerdDB

2020-07-13 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/openjpa.git The following commit(s) were added to refs/heads/master by this push: new c933137 OPENJPA-2816 Add HerdDB

[openjpa] branch OPENJPA-2817_PCClassFileTransformer-exclusions updated: excluding asm too

2020-07-14 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a commit to branch OPENJPA-2817_PCClassFileTransformer-exclusions in repository https://gitbox.apache.org/repos/asf/openjpa.git The following commit(s) were added to refs/heads/OPENJPA

[openjpa] 01/01: OPENJPA-2817 dropping _transforming from PCClassFileTransformer and replace it by a minimal exclusion list

2020-07-14 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a commit to branch OPENJPA-2817_PCClassFileTransformer-exclusions in repository https://gitbox.apache.org/repos/asf/openjpa.git commit 763e20c3777be37df7eafc62f3b103d524f51704 Author: Romain Manni-Bucau

[openjpa] branch OPENJPA-2817_PCClassFileTransformer-exclusions created (now 763e20c)

2020-07-14 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a change to branch OPENJPA-2817_PCClassFileTransformer-exclusions in repository https://gitbox.apache.org/repos/asf/openjpa.git. at 763e20c OPENJPA-2817 dropping _transforming from

[openjpa] branch master updated: OPENJPA-2815 jakarta bundle

2020-06-08 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/openjpa.git The following commit(s) were added to refs/heads/master by this push: new db5912b OPENJPA-2815 jakarta bundle

[openjpa] branch master updated: [OPENJPA-2824] simplify OpenJPADirectoriesEnhancer runtime when in auto mode

2020-07-24 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/openjpa.git The following commit(s) were added to refs/heads/master by this push: new 119df60 [OPENJPA-2824] simplify

[openjpa] branch master updated (0e32d49 -> c1a6aa5)

2020-07-20 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/openjpa.git. from 0e32d49 Merge pull request #63 from eolivelli/fix/OPENJPA-2816-herddb new dcc313b OPENJPA-2819 Add

[openjpa] 02/02: excluding asm too

2020-07-23 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a commit to branch OPENJPA-2817_PCClassFileTransformer-exclusions in repository https://gitbox.apache.org/repos/asf/openjpa.git commit 1c14bc28cb399e32afba5e59d4b23c6eb6ad3067 Author: Romain Manni-Bucau

[openjpa] branch OPENJPA-2817_PCClassFileTransformer-exclusions updated (9e665c0 -> 1c14bc2)

2020-07-23 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a change to branch OPENJPA-2817_PCClassFileTransformer-exclusions in repository https://gitbox.apache.org/repos/asf/openjpa.git. omit 9e665c0 Merge branch 'master' into OPENJPA

[openjpa] 01/02: OPENJPA-2817 dropping _transforming from PCClassFileTransformer and replace it by a minimal exclusion list

2020-07-23 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a commit to branch OPENJPA-2817_PCClassFileTransformer-exclusions in repository https://gitbox.apache.org/repos/asf/openjpa.git commit fd70273f246255e86411bc4ed738860bd5cdc8f6 Author: Romain Manni-Bucau

[openjpa] branch OPENJPA-2817_PCClassFileTransformer-exclusions updated (96b2b12 -> 9e665c0)

2020-07-23 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a change to branch OPENJPA-2817_PCClassFileTransformer-exclusions in repository https://gitbox.apache.org/repos/asf/openjpa.git. from 96b2b12 excluding asm too add c933137 OPENJPA-2816 Add HerdDB

[openjpa] branch master updated: [OPENJPA-2838] jul log factory

2020-11-16 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/openjpa.git The following commit(s) were added to refs/heads/master by this push: new 440cdb3 [OPENJPA-2838] jul log factory

[openjpa] branch master updated: [OPENJPA-2840] light abstraction for asm

2020-11-20 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/openjpa.git The following commit(s) were added to refs/heads/master by this push: new 0d78162 [OPENJPA-2840] light abstraction

[openjpa] branch master updated (6f26922 -> aabbc25)

2020-10-29 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/openjpa.git. from 6f26922 [OPENJPA-2834] invalid properties cache when a propery changes new 02e9144 OPENJPA-2836

[openjpa] branch master updated (6f26922 -> aabbc25)

2020-10-29 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/openjpa.git. from 6f26922 [OPENJPA-2834] invalid properties cache when a propery changes new 02e9144 OPENJPA-2836

[openjpa] branch master updated (6f26922 -> aabbc25)

2020-10-29 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/openjpa.git. from 6f26922 [OPENJPA-2834] invalid properties cache when a propery changes new 02e9144 OPENJPA-2836

[openjpa] branch master updated (6f26922 -> aabbc25)

2020-10-29 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/openjpa.git. from 6f26922 [OPENJPA-2834] invalid properties cache when a propery changes new 02e9144 OPENJPA-2836

[openjpa] branch master updated (6f26922 -> aabbc25)

2020-10-29 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/openjpa.git. from 6f26922 [OPENJPA-2834] invalid properties cache when a propery changes new 02e9144 OPENJPA-2836

[openjpa] branch master updated (ba985ac -> 722eb57)

2021-05-28 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/openjpa.git. from ba985ac [maven-release-plugin] prepare for next development iteration new 4894c17 OPENJPA-2875 make

[openjpa] branch master updated: [OPENJPA-2852] marking mojo as threadsafe

2021-03-31 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/openjpa.git The following commit(s) were added to refs/heads/master by this push: new 9a96e0c [OPENJPA-2852] marking mojo

[openjpa] branch master updated: OPENJPA-2882: Exception passing javax.persistence.* String values to createEntityManager(Map)

2021-10-21 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/openjpa.git The following commit(s) were added to refs/heads/master by this push: new 30c443d OPENJPA-2882: Exception passing

[openjpa] branch master updated (cb258ae -> e7774e3)

2021-11-30 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/openjpa.git. from cb258ae Merge pull request #81 from tandraschko/master new fe42383 [OPENJPA-2891] allow configuration

[openjpa] branch master updated: OPENJPA-2885 ensure openjpa-junit5 can support jakarta as well without any shade

2021-10-26 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/openjpa.git The following commit(s) were added to refs/heads/master by this push: new 1fdf245 OPENJPA-2885 ensure openjpa

[openjpa] branch master updated: OPENJPA-2884 trying to not relocate javax.annotation.processing

2021-10-26 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/openjpa.git The following commit(s) were added to refs/heads/master by this push: new 3b6a69e OPENJPA-2884 trying

[openjpa] branch master updated (1fdf245 -> cb258ae)

2021-10-27 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/openjpa.git. from 1fdf245 OPENJPA-2885 ensure openjpa-junit5 can support jakarta as well without any shade new 116eda9

[openjpa] branch master updated: [OPENJPA-2889] Align commons-pool2 bundle version in Karaf features repository with the actual one

2021-12-05 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/openjpa.git The following commit(s) were added to refs/heads/master by this push: new 4d932bc [OPENJPA-2889] Align commons

[openjpa] branch master updated (a605d87 -> 641dfd9)

2022-03-10 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/openjpa.git. from a605d87 [OPENJPA-2713] Fixing OffsetDateTime conversion new 6d7ee9b refine Jakarta relocate patterns

svn commit: r52378 - in /dev/openjpa: apache-openjpa-3.2.1-source.zip apache-openjpa-3.2.1-source.zip.asc apache-openjpa-3.2.1-source.zip.sha512

2022-02-03 Thread rmannibucau
Author: rmannibucau Date: Thu Feb 3 10:17:01 2022 New Revision: 52378 Log: apache openjpa 3.2.1 dev area Added: dev/openjpa/apache-openjpa-3.2.1-source.zip (with props) dev/openjpa/apache-openjpa-3.2.1-source.zip.asc dev/openjpa/apache-openjpa-3.2.1-source.zip.sha512 Added: dev

[openjpa] branch master updated (468a453 -> 68b77e1)

2022-02-03 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/openjpa.git. from 468a453 [OPENJPA-2896] automatic module name is set for bundles (#92) new 000c065 [maven-release-plugin

[openjpa] 01/02: [maven-release-plugin] prepare release 3.2.1

2022-02-03 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/openjpa.git commit 000c065dbe8ceb4589fc1f789a37b8d68af6311e Author: Romain Manni-Bucau AuthorDate: Thu Feb 3 11:08:53 2022 +0100

[openjpa] annotated tag 3.2.1 created (now 85a3466)

2022-02-03 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a change to annotated tag 3.2.1 in repository https://gitbox.apache.org/repos/asf/openjpa.git. at 85a3466 (tag) tagging 000c065dbe8ceb4589fc1f789a37b8d68af6311e (commit) replaces 3.2.0

[openjpa] 02/02: [maven-release-plugin] prepare for next development iteration

2022-02-03 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/openjpa.git commit 68b77e1ae7a078fa336d42b0ea6bf1c9b6e65dca Author: Romain Manni-Bucau AuthorDate: Thu Feb 3 11:08:53 2022 +0100

svn commit: r52416 - in /release/openjpa: 3.2.0/ 3.2.1/ 3.2.1/apache-openjpa-3.2.1-source.zip 3.2.1/apache-openjpa-3.2.1-source.zip.asc 3.2.1/apache-openjpa-3.2.1-source.zip.sha512

2022-02-06 Thread rmannibucau
Author: rmannibucau Date: Sun Feb 6 14:33:19 2022 New Revision: 52416 Log: openjpa release v3.2.1 Added: release/openjpa/3.2.1/ release/openjpa/3.2.1/apache-openjpa-3.2.1-source.zip (with props) release/openjpa/3.2.1/apache-openjpa-3.2.1-source.zip.asc release/openjpa/3.2.1

svn commit: r52417 - in /dev/openjpa: apache-openjpa-3.2.1-source.zip apache-openjpa-3.2.1-source.zip.asc apache-openjpa-3.2.1-source.zip.sha512

2022-02-06 Thread rmannibucau
Author: rmannibucau Date: Sun Feb 6 14:33:29 2022 New Revision: 52417 Log: openjpa release v3.2.1 - cleanup of dev Removed: dev/openjpa/apache-openjpa-3.2.1-source.zip dev/openjpa/apache-openjpa-3.2.1-source.zip.asc dev/openjpa/apache-openjpa-3.2.1-source.zip.sha512

[openjpa] branch master updated: moving to Class.forName to force clinit call instead of creating a dead instance

2023-07-17 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/openjpa.git The following commit(s) were added to refs/heads/master by this push: new a494966e8 moving to Class.forName