Commit Graph

  • 92bb3b055a OPENJPA-2911 replace Field access via ASM Mark Struberg 2023-06-17 20:29:00 +0200
  • a95530b4e6 OPENJPA-2911 attributeTranslation via ASM Mark Struberg 2023-06-15 15:37:40 +0200
  • 1a287b267f OPENJPA-2911 fix pcClearFields for mixed access subclassing Mark Struberg 2023-06-12 20:20:20 +0200
  • 50bfc57833 OPENJPA-2911 streamline validateProperties Mark Struberg 2023-06-10 18:37:02 +0200
  • 810f85ff9f OPENJPA-2911 fix findField Mark Struberg 2023-06-10 00:01:42 +0200
  • f0fe08baaa OPENJPA-2911 _pc was missing the Java Version Mark Struberg 2023-06-09 20:02:21 +0200
  • 3a667fe78a OPENJPA-2911 copyFields via ASM Mark Struberg 2023-06-09 20:01:44 +0200
  • 2d9fe35b21 First dummy unit test with jacoco working Simone Staccone 2023-06-09 02:09:37 +0200
  • d8d829b76b OPENJPA-2911 addProvidedFieldsMethod in ASM Mark Struberg 2023-06-08 19:11:23 +0200
  • 03f2d6ae88 OPENJPA-2911 add replace multiple fields in ASM Mark Struberg 2023-06-08 14:46:53 +0200
  • cd194bb72e OPENJPA-2911 addReplaceField in ASM Mark Struberg 2023-06-08 13:16:23 +0200
  • 6164d355a6 OPENJPA-2911 addManagedFieldCountMethod in ASM Mark Struberg 2023-06-06 20:22:11 +0200
  • 972b5d0e62 OPENJPA-2911 migrate addNewInstance to ASM Mark Struberg 2023-06-06 17:34:28 +0200
  • 4c7c81d249 OPENJPA-2911 clearFields method via ASM Mark Struberg 2023-06-06 12:11:59 +0200
  • 6950441288 OPENJPA-2814 fix mem leak gjevardat 2023-06-05 11:02:32 +0200
  • 1c6a6014a0 OPENJPA-2879 fix gjevardat 2023-06-05 11:01:25 +0200
  • 80272a3bf7 OPENJPA-2911 add pcFields via ASM Mark Struberg 2023-06-01 17:50:58 +0200
  • f2d27aa15f OPENJPA-2911 move from Serp to ASM Mark Struberg 2023-06-01 17:12:16 +0200
  • 032c6fc7fe OPENJPA-2911 Bridge from BCClass <-> ASM ClassNode Mark Struberg 2023-06-01 14:21:05 +0200
  • d13b85b139 OPENJPA-2911 remove Serp from PCSubclassValidator Mark Struberg 2023-05-30 12:19:30 +0200
  • 3ea2412003 OPENJPA-2911 move PCSubclassValidator to ASM Mark Struberg 2023-05-25 18:07:41 +0200
  • 2c3d37e859 OPENJPA-2911 move PCSubclassValidator to ASM Mark Struberg 2023-05-25 11:13:31 +0200
  • 31681982de OPENJPA-2911 move PCSubclassValidator to ASM Mark Struberg 2023-05-24 10:38:44 +0200
  • b51d003ed9 OPENJPA-2911 start migrating away from Serp Mark Struberg 2023-05-22 15:40:32 +0200
  • b238417dab OPENJPA-2911 make test cover bytecode part Mark Struberg 2023-05-16 09:29:21 +0200
  • 972f34d85f upgrade xbean to 4.22 Mark Struberg 2023-05-16 09:28:09 +0200
  • 39c838a56f OPENJPA-2911 move ApplicationIdTool from Serp to ASM Mark Struberg 2023-05-16 08:17:57 +0200
  • f19ba018e2 OPENJPA-2910 get rid of reflection Mark Struberg 2023-05-15 09:58:34 +0200
  • 2ab2746f77 OPENJPA-2910 WASManagedRuntime without Serp Mark Struberg 2023-05-15 09:16:07 +0200
  • 7ef6c946e1 Upgrade GH workflows with JDK 8 Francesco Chicchiriccò 2023-05-07 08:19:55 +0200
  • a4c4e484bc Upgrade GH workflows Francesco Chicchiriccò 2023-05-07 08:17:52 +0200
  • a84728ccb1 Upgrade GH workflows with JDK 11 Francesco Chicchiriccò 2023-05-07 08:13:32 +0200
  • 1423932978 OPENJPA-2908 reflekt Jakarta API in our readme Mark Struberg 2023-05-06 09:11:58 +0200
  • 0ddc38512d OPENJPA-2908 finish jakarta migration Mark Struberg 2023-05-05 17:31:20 +0200
  • 2535a24d55 OPENJPA-2909 fix ClassLoading if proxy cannot be loaded Mark Struberg 2023-05-04 21:31:00 +0200
  • ecff638a02 OPENJPA-2909 fix stack calculation Mark Struberg 2023-05-04 19:53:11 +0200
  • 7532498e7a OPENJPA-2909 more class generator fixes Mark Struberg 2023-05-04 18:14:43 +0200
  • ec946b6789 OPENJPA-2909 more proxy generator fixes Mark Struberg 2023-05-04 12:13:08 +0200
  • 8f9547b643 OPENJPA-2909 rough implementation with ASM is ready Mark Struberg 2023-05-03 23:16:59 +0200
  • 12f780eb76 OPENJPA-2909 implement ASM proxy for Collections Mark Struberg 2023-05-03 12:58:26 +0200
  • 87458c708b OPENJPA-2909 generate CalendarProxy via ASM Mark Struberg 2023-05-02 14:47:16 +0200
  • 94a2bf97be OPENJPA-2909 finish Date proxy via ASM Mark Struberg 2023-05-02 13:39:25 +0200
  • 65242c70b7 OPENJPA-2909 generate ProxyDate Mark Struberg 2023-05-02 10:39:12 +0200
  • 487159da3b OPENJPA-2909 first skeleton for ASM based proxies Mark Struberg 2023-05-01 20:24:34 +0200
  • 4ec4598ad1 OPENJPA-2909 move proxy code to own package Mark Struberg 2023-04-30 14:21:58 +0200
  • 6fc05e14d0 OPENJPA-2908 fix delayed collection proxies Mark Struberg 2023-04-25 16:16:46 +0200
  • 9a87badd3b OPENJPA-2908 fix derby snake case test Mark Struberg 2023-04-25 12:33:07 +0200
  • 3a436b585d OPENJPA-2809 more test fixes Mark Struberg 2023-04-24 12:25:23 +0200
  • d9ceb44526 OPENJPA-2908 Jakarta-3.0 API - WIP! Mark Struberg 2023-04-24 09:16:57 +0200
  • 6a5255db8f All test deleted Simone-Staccone 2023-04-07 12:50:15 +0200
  • d3de9083bb Tests removed Simone-Staccone 2023-04-07 09:17:17 +0200
  • 2f946b1a8a
    Merge 4cf4e0d5dc into 05069dfee4 Maxim Solodovnik 2023-01-11 16:36:24 +0000
  • 4cf4e0d5dc Almost all tests are passed upgrade-mysql-to-8 Maxim Solodovnik 2023-01-11 23:36:12 +0700
  • 1d47613294 Mysql driver is basically updated Maxim Solodovnik 2022-06-21 14:34:18 +0700
  • e23825d679
    Merge 82e7061efc into 05069dfee4 Jean-Baptiste Onofré 2022-12-05 22:38:50 +0800
  • 05069dfee4
    Bump postgresql from 42.5.0 to 42.5.1 (#109) dependabot[bot] 2022-11-24 11:24:21 +0700
  • 7569754a33
    Bump postgresql from 42.5.0 to 42.5.1 dependabot[bot] 2022-11-23 22:22:24 +0000
  • 920c19da45
    vuln-fix: Temporary File Information Disclosure Jonathan Leitschuh 2022-11-18 22:42:52 +0000
  • 47281ac235
    Bump hsqldb from 2.5.1 to 2.7.1 dependabot[bot] 2022-11-03 10:47:54 +0000
  • 57f300b1da
    Bump kubernetes-client from 5.9.0 to 6.2.0 (#105) dependabot[bot] 2022-11-03 11:46:07 +0100
  • bdc067425c Upgrade to 6.2.0 Francesco Chicchiriccò 2022-11-03 11:03:10 +0100
  • 112bb6aae5 Fixing KubernetesTCPRemoteCommitProviderTest Francesco Chicchiriccò 2022-11-03 10:16:25 +0100
  • 7fae1ff5d9
    Bump kubernetes-client from 5.9.0 to 5.10.2 dependabot[bot] 2022-11-02 23:12:20 +0000
  • dfcb40f093
    Merge efadd70e54 into e7cd6f6562 Michael Wiles 2022-10-09 14:56:29 +0800
  • e7cd6f6562
    Bump ant from 1.10.9 to 1.10.11 (#103) dependabot[bot] 2022-09-23 11:24:42 +0700
  • dfc1c0776f
    Ant is updated to the most recent version Maxim Solodovnik 2022-09-23 11:24:21 +0700
  • b6e467db52
    Bump ant from 1.10.9 to 1.10.11 dependabot[bot] 2022-09-23 04:22:52 +0000
  • 6aec10a41b
    Log4j2 update to last version (free of vulnerability such as Log4Shell) (#101) s4iko 2022-09-23 06:20:13 +0200
  • 451c98e0c4
    Log4j is updated one more time Maxim Solodovnik 2022-09-23 11:19:52 +0700
  • a26407bc89
    Bump log4j-core from 2.14.1 to 2.17.1 dependabot[bot] 2022-09-23 04:13:40 +0000
  • 0be08390d5 typo is fixed Maxim Solodovnik 2022-09-23 11:12:36 +0700
  • aed0e58f12 DB drivers are updated Maxim Solodovnik 2022-09-23 11:10:44 +0700
  • 03675948e0
    Bump postgresql from 42.2.19 to 42.3.7 dependabot[bot] 2022-09-22 18:31:11 +0000
  • fddbb8a6b3 Log4j2 update to last version (free of vulnerability such as Log4Shell) malaunaisj 2022-09-15 14:06:56 +0200
  • 6a03fb222d
    Bump postgresql from 42.2.19 to 42.4.1 dependabot[bot] 2022-08-06 05:58:47 +0000
  • d0cb488025
    Bump kubernetes-client from 5.9.0 to 5.11.2 dependabot[bot] 2022-07-15 05:19:19 +0000
  • 1cb8ee70cc
    Merge 7f5df387d0 into c3da147fc9 fuubo 2022-07-12 09:56:08 +0000
  • 7f5df387d0
    Update H2Dictionary.java fuubo 2022-07-12 17:53:32 +0800
  • 6a82212334 Tests added and added config.yml alexone95 2022-07-07 17:55:31 +0200
  • c1749b5bb8 Tests removed and fix to pom for enhancer.xml alexone95 2022-07-04 15:16:30 +0200
  • 7745c3d680
    Bump mysql-connector-java from 5.1.47 to 8.0.28 dependabot[bot] 2022-06-21 00:54:38 +0000
  • c3da147fc9 [maven-release-plugin] prepare for next development iteration Francesco Chicchiriccò 2022-03-16 09:25:57 +0100
  • e5933d6aee [maven-release-plugin] prepare release 3.2.2 3.2.2 Francesco Chicchiriccò 2022-03-16 09:25:56 +0100
  • 641dfd947e
    Merge pull request #93 from jeanouii/jakarta-relocate Romain Manni-Bucau 2022-03-10 10:57:00 +0100
  • a605d872e5 [OPENJPA-2713] Fixing OffsetDateTime conversion Francesco Chicchiriccò 2022-03-10 10:49:13 +0100
  • f228d2c259
    [OPENJPA-2713] Allow for OffsetTime and OffsetDateTime query parameters (#94) Francesco Chicchiriccò 2022-03-07 17:54:14 +0100
  • 9a4847bdcd [OPENJPA-2713] Allow for OffsetTime and OffsetDateTime query parameters Francesco Chicchiriccò 2022-03-07 17:16:17 +0100
  • e5c29f4318 Requires the full package for the pattern Jean-Louis Monteiro 2022-02-21 16:38:32 +0100
  • 6d7ee9ba59 refine Jakarta relocate patterns Jean-Louis Monteiro 2022-02-21 15:42:02 +0100
  • 68b77e1ae7 [maven-release-plugin] prepare for next development iteration Romain Manni-Bucau 2022-02-03 11:08:53 +0100
  • 000c065dbe [maven-release-plugin] prepare release 3.2.1 3.2.1 Romain Manni-Bucau 2022-02-03 11:08:53 +0100
  • 468a4538fa
    [OPENJPA-2896] automatic module name is set for bundles (#92) Maxim Solodovnik 2021-12-23 22:52:23 +0700
  • 54c5c2ab31 auto-module-name is dropped from openjpa-all Maxim Solodovnik 2021-12-23 22:12:36 +0700
  • cc7d6185b4 'org.apache.openjpa.jakarta' is dropped Maxim Solodovnik 2021-12-23 16:20:55 +0700
  • 16ce011841 Automatic-module-names for fat jars only Maxim Solodovnik 2021-12-23 14:56:21 +0700
  • ea80ce497b [OPENJPA-2896] automatic module name is set for bundles Maxim Solodovnik 2021-12-17 17:37:43 +0700
  • e15296c415
    [OPENJPA-2893] latest H2 more or less works (#91) Maxim Solodovnik 2021-12-15 19:24:19 +0700
  • 720869a4e0
    [OPENJPA-2881] orm* schemas are available offline (#89) Maxim Solodovnik 2021-12-15 19:23:10 +0700
  • 83d2b9ab8a Tests are green Maxim Solodovnik 2021-12-15 11:28:15 +0700
  • 6bb73697f2 [OPENJPA-2893] latest H2 more or less works Maxim Solodovnik 2021-12-13 22:04:20 +0700