You are viewing a plain text version of this content. The canonical link for it is here.
- [openjpa] branch master updated (39c838a56 -> 2b9b024f2) - posted by st...@apache.org on 2023/07/03 09:52:18 UTC, 0 replies.
- [openjpa] 01/33: upgrade xbean to 4.22 - posted by st...@apache.org on 2023/07/03 09:52:19 UTC, 0 replies.
- [openjpa] 02/33: OPENJPA-2911 make test cover bytecode part - posted by st...@apache.org on 2023/07/03 09:52:20 UTC, 0 replies.
- [openjpa] 03/33: OPENJPA-2911 start migrating away from Serp - posted by st...@apache.org on 2023/07/03 09:52:21 UTC, 0 replies.
- [openjpa] 04/33: OPENJPA-2911 move PCSubclassValidator to ASM - posted by st...@apache.org on 2023/07/03 09:52:22 UTC, 0 replies.
- [openjpa] 05/33: OPENJPA-2911 move PCSubclassValidator to ASM - posted by st...@apache.org on 2023/07/03 09:52:23 UTC, 0 replies.
- [openjpa] 06/33: OPENJPA-2911 move PCSubclassValidator to ASM - posted by st...@apache.org on 2023/07/03 09:52:24 UTC, 0 replies.
- [openjpa] 07/33: OPENJPA-2911 remove Serp from PCSubclassValidator - posted by st...@apache.org on 2023/07/03 09:52:25 UTC, 0 replies.
- [openjpa] 08/33: OPENJPA-2911 Bridge from BCClass <-> ASM ClassNode - posted by st...@apache.org on 2023/07/03 09:52:26 UTC, 0 replies.
- [openjpa] 09/33: OPENJPA-2911 move from Serp to ASM - posted by st...@apache.org on 2023/07/03 09:52:27 UTC, 0 replies.
- [openjpa] 10/33: OPENJPA-2911 add pcFields via ASM - posted by st...@apache.org on 2023/07/03 09:52:28 UTC, 0 replies.
- [openjpa] 11/33: OPENJPA-2911 clearFields method via ASM - posted by st...@apache.org on 2023/07/03 09:52:29 UTC, 0 replies.
- [openjpa] 12/33: OPENJPA-2911 migrate addNewInstance to ASM - posted by st...@apache.org on 2023/07/03 09:52:30 UTC, 0 replies.
- [openjpa] 13/33: OPENJPA-2911 addManagedFieldCountMethod in ASM - posted by st...@apache.org on 2023/07/03 09:52:31 UTC, 0 replies.
- [openjpa] 14/33: OPENJPA-2911 addReplaceField in ASM - posted by st...@apache.org on 2023/07/03 09:52:32 UTC, 0 replies.
- [openjpa] 15/33: OPENJPA-2911 add replace multiple fields in ASM - posted by st...@apache.org on 2023/07/03 09:52:33 UTC, 0 replies.
- [openjpa] 16/33: OPENJPA-2911 addProvidedFieldsMethod in ASM - posted by st...@apache.org on 2023/07/03 09:52:34 UTC, 0 replies.
- [openjpa] 17/33: OPENJPA-2911 copyFields via ASM - posted by st...@apache.org on 2023/07/03 09:52:35 UTC, 0 replies.
- [openjpa] 18/33: OPENJPA-2911 _pc was missing the Java Version - posted by st...@apache.org on 2023/07/03 09:52:36 UTC, 0 replies.
- [openjpa] 19/33: OPENJPA-2911 fix findField - posted by st...@apache.org on 2023/07/03 09:52:37 UTC, 0 replies.
- [openjpa] 20/33: OPENJPA-2911 streamline validateProperties - posted by st...@apache.org on 2023/07/03 09:52:38 UTC, 0 replies.
- [openjpa] 21/33: OPENJPA-2911 fix pcClearFields for mixed access subclassing - posted by st...@apache.org on 2023/07/03 09:52:39 UTC, 0 replies.
- [openjpa] 22/33: OPENJPA-2911 attributeTranslation via ASM - posted by st...@apache.org on 2023/07/03 09:52:40 UTC, 0 replies.
- [openjpa] 23/33: OPENJPA-2911 replace Field access via ASM - posted by st...@apache.org on 2023/07/03 09:52:41 UTC, 0 replies.
- [openjpa] 24/33: !32852 work on staticInitializer via ASM - posted by st...@apache.org on 2023/07/03 09:52:42 UTC, 0 replies.
- [openjpa] 25/33: OPENJPA-2911 few more internal methods in ASM - posted by st...@apache.org on 2023/07/03 09:52:43 UTC, 0 replies.
- [openjpa] 26/33: OPENJPA-2911 addReplaceStateManagerMethod in ASM - posted by st...@apache.org on 2023/07/03 09:52:44 UTC, 0 replies.
- [openjpa] 27/33: OPENJPA-2911 addNoOpApplicationIdentityMethods in ASM - posted by st...@apache.org on 2023/07/03 09:52:45 UTC, 0 replies.
- [openjpa] 28/33: OPENJPA-2911 addGetIDOwningClass in ASM - posted by st...@apache.org on 2023/07/03 09:52:46 UTC, 0 replies.
- [openjpa] 29/33: OPENJPA-2911 addCopyKeyFieldsToObjectIdMethod in ASM - posted by st...@apache.org on 2023/07/03 09:52:47 UTC, 0 replies.
- [openjpa] 30/33: OPENJPA-2911 addCopyKeyFieldsFromObjectIdMethod in ASM - posted by st...@apache.org on 2023/07/03 09:52:48 UTC, 0 replies.
- [openjpa] 31/33: OPENJPA-2911 addNewObjectIdInstanceMethod in ASM - posted by st...@apache.org on 2023/07/03 09:52:49 UTC, 0 replies.
- [openjpa] 32/33: OPENJPA-2911 use ASM static initialiser - posted by st...@apache.org on 2023/07/03 09:52:50 UTC, 0 replies.
- [openjpa] 33/33: OPENJPA-2911 addAccessors in ASM - posted by st...@apache.org on 2023/07/03 09:52:51 UTC, 0 replies.
- [openjpa] branch master updated: OPENJPA-2911 using BCClassWriter - posted by st...@apache.org on 2023/07/03 16:08:41 UTC, 0 replies.
- [openjpa] branch master updated (e718fc8b5 -> d75713866) - posted by st...@apache.org on 2023/07/11 19:38:42 UTC, 0 replies.
- [openjpa] 01/02: OPENJPA-2911 isDetached via ASM - posted by st...@apache.org on 2023/07/11 19:38:43 UTC, 0 replies.
- [openjpa] 02/02: OPENJPA-2911 remove unused code - posted by st...@apache.org on 2023/07/11 19:38:44 UTC, 0 replies.
- [openjpa] branch master updated: OPENJPA-2911 DetachedState as ASM - posted by st...@apache.org on 2023/07/12 09:06:10 UTC, 0 replies.
- [openjpa] branch master updated: OPENJPA-2911 Externalizable in ASM - posted by st...@apache.org on 2023/07/13 09:06:48 UTC, 0 replies.
- [openjpa] branch master updated (62b14584f -> fb20da506) - posted by st...@apache.org on 2023/07/14 09:29:54 UTC, 0 replies.
- [openjpa] 01/02: OPENJPA-2911 addSerialization in ASM - posted by st...@apache.org on 2023/07/14 09:29:55 UTC, 0 replies.
- [openjpa] 02/02: OPENJPA-2911 add clone support in ASM - posted by st...@apache.org on 2023/07/14 09:29:56 UTC, 0 replies.
- [openjpa] branch master updated: OPENJPA-2911 AuxilaryEnhancer in ASM - posted by st...@apache.org on 2023/07/14 10:16:19 UTC, 0 replies.
- [openjpa] branch master updated (0ab02d696 -> 96a64bceb) - posted by st...@apache.org on 2023/07/16 15:41:05 UTC, 0 replies.
- [openjpa] 01/02: OPENJPA-2911 getIdClassConstructorParmOrder in ASM - posted by st...@apache.org on 2023/07/16 15:41:06 UTC, 0 replies.
- [openjpa] 02/02: OPENJPA-2911 simplification and more modern code - posted by st...@apache.org on 2023/07/16 15:41:07 UTC, 0 replies.
- [openjpa] branch master updated (96a64bceb -> 11367cfbe) - posted by st...@apache.org on 2023/07/17 16:07:23 UTC, 0 replies.
- [openjpa] 01/02: OPENJPA-2911 move BytecodeWriter to openjpa-kernel - posted by st...@apache.org on 2023/07/17 16:07:24 UTC, 0 replies.
- [openjpa] 02/02: OPENJPA-2911 ByteCodeWriter with ASM - posted by st...@apache.org on 2023/07/17 16:07:25 UTC, 0 replies.
- [openjpa] branch master updated: OPENJPA-2911 getPCBytecode now returns ClassNodeTracker - posted by st...@apache.org on 2023/07/17 17:32:46 UTC, 0 replies.
- [openjpa] branch master updated: moving to Class.forName to force clinit call instead of creating a dead instance - posted by rm...@apache.org on 2023/07/17 17:48:41 UTC, 0 replies.
- [openjpa] branch master updated: OPENJPA-2911 openjpa-lib without Serp - posted by st...@apache.org on 2023/07/17 20:33:09 UTC, 0 replies.
- [openjpa] branch master updated (86c266df7 -> eba163745) - posted by st...@apache.org on 2023/07/18 08:09:36 UTC, 0 replies.
- [openjpa] 01/02: OPENJPA-2911 inline ASM adapter handling - posted by st...@apache.org on 2023/07/18 08:09:37 UTC, 0 replies.
- [openjpa] 02/02: OPENJPA-2911 move more BCClass usage to ASM - posted by st...@apache.org on 2023/07/18 08:09:38 UTC, 0 replies.
- [openjpa] branch master updated: OPENJPA-2911 isCloneable via ClassNodeTracker - posted by st...@apache.org on 2023/07/18 08:54:22 UTC, 0 replies.
- [openjpa] branch master updated (b5a6424f2 -> dfaf8da48) - posted by st...@apache.org on 2023/07/18 12:06:44 UTC, 0 replies.
- [openjpa] 01/02: OPENJPA-2911 more _managedType removal, code cleanup - posted by st...@apache.org on 2023/07/18 12:06:45 UTC, 0 replies.
- [openjpa] 02/02: OPENJPA-2911 move ASM stuff to one place - posted by st...@apache.org on 2023/07/18 12:06:46 UTC, 0 replies.
- [openjpa] branch master updated: OPENJPA-2911 move PCEnhancer off Serp - posted by st...@apache.org on 2023/07/19 11:14:44 UTC, 0 replies.
- [openjpa] branch master updated: OPENJPA-2911 remove unused imports - posted by st...@apache.org on 2023/07/19 11:40:06 UTC, 0 replies.
- [openjpa] branch master updated: OPENJPA-2911 migrate InterfaceImplGenerator wip - posted by st...@apache.org on 2023/07/19 15:27:21 UTC, 0 replies.
- [openjpa] branch master updated: OPENJPA-2911 fix ClassLoader issue with temporary bytecode - posted by st...@apache.org on 2023/07/19 15:56:37 UTC, 0 replies.
- [openjpa] branch master updated (f83cb62c5 -> b04c98595) - posted by st...@apache.org on 2023/07/19 16:56:23 UTC, 0 replies.
- [openjpa] 01/02: OPENJPA-2911 ReverseMapping in ASM - posted by st...@apache.org on 2023/07/19 16:56:24 UTC, 0 replies.
- [openjpa] 02/02: OPENJPA-2911 code cleanup for InterfaceImplGenerator - posted by st...@apache.org on 2023/07/19 16:56:25 UTC, 0 replies.
- [openjpa] branch master updated: OPENJPA-2911 start removing Serp from PCDataGenerator - posted by st...@apache.org on 2023/07/23 16:37:25 UTC, 0 replies.
- [openjpa] branch master updated (60ccb2605 -> 279412c71) - posted by st...@apache.org on 2023/07/24 07:01:50 UTC, 0 replies.
- [openjpa] 01/02: OPENJPA-2911 enhanceToData in ASM - posted by st...@apache.org on 2023/07/24 07:01:51 UTC, 0 replies.
- [openjpa] 02/02: OPENJPA-2911 toNestedData in ASM - posted by st...@apache.org on 2023/07/24 07:01:52 UTC, 0 replies.
- [openjpa] branch master updated: OPENJPA-2911 newEmbeddedPCData in ASM - posted by st...@apache.org on 2023/07/24 08:14:02 UTC, 0 replies.
- [openjpa] branch master updated (a8cb9d9d3 -> f1993f146) - posted by st...@apache.org on 2023/07/24 09:28:55 UTC, 0 replies.
- [openjpa] 01/02: OPENJPA-2911 isLoaded via ASM - posted by st...@apache.org on 2023/07/24 09:28:56 UTC, 0 replies.
- [openjpa] 02/02: OPENJPA-2911 timeout via ASM - posted by st...@apache.org on 2023/07/24 09:28:57 UTC, 0 replies.
- [openjpa] branch master updated (f1993f146 -> c75e66645) - posted by st...@apache.org on 2023/07/24 09:32:56 UTC, 0 replies.
- [openjpa] 01/02: OPENJPA-2911 remove now unused SerpPrivacyHelper - posted by st...@apache.org on 2023/07/24 09:32:57 UTC, 0 replies.
- [openjpa] 02/02: OPENJPA-2911 remove unused Serp fragments - posted by st...@apache.org on 2023/07/24 09:32:58 UTC, 0 replies.
- [openjpa] branch master updated: OPENJPA-2911 addFieldImplDataMethods via ASM - posted by st...@apache.org on 2023/07/24 17:53:08 UTC, 0 replies.
- [openjpa] branch master updated: OPENJPA-2911 addLoadMethod via ASM - posted by st...@apache.org on 2023/07/24 19:26:32 UTC, 0 replies.
- [openjpa] branch master updated: OPENJPA-2911 addLoadWithFieldsMethod via ASM - posted by st...@apache.org on 2023/07/24 20:56:17 UTC, 0 replies.
- [openjpa] branch master updated (07edae25b -> 1f8db2ade) - posted by st...@apache.org on 2023/07/25 08:15:46 UTC, 0 replies.
- [openjpa] 01/02: OPENJPA-2911 PCDataGenerator#store via ASM - posted by st...@apache.org on 2023/07/25 08:15:47 UTC, 0 replies.
- [openjpa] 02/02: OPENJPA-2911 remove unused methods - posted by st...@apache.org on 2023/07/25 08:15:48 UTC, 0 replies.
- [openjpa] branch master updated (1f8db2ade -> bb11f022d) - posted by st...@apache.org on 2023/07/25 09:31:39 UTC, 0 replies.
- [openjpa] 01/02: OPENJPA-2911 newEmbeddedPCData via ASM - posted by st...@apache.org on 2023/07/25 09:31:40 UTC, 0 replies.
- [openjpa] 02/02: OPENJPA-2911 addGetData via ASM - posted by st...@apache.org on 2023/07/25 09:31:41 UTC, 0 replies.
- [openjpa] branch master updated: OPENJPA-2911 finish Serp removal - posted by st...@apache.org on 2023/07/25 10:03:05 UTC, 0 replies.
- [openjpa] branch master updated: OPENJPA-2914 upgrade xbean to 4.23 - posted by st...@apache.org on 2023/07/25 13:19:25 UTC, 0 replies.