Commit af9aeb5
authored
4.x: Forward ports all 3.x JDBC/JPA/JTA work (helidon-io#7437)
* Improves integrations/jdbc/jdbc to better support future JPA improvements; initial work (helidon-io#5654)
Signed-off-by: Laird Nelson <laird.nelson@oracle.com>
* Squashable commit; initial work (helidon-io#5716)
Lays some groundwork with deprecation and cleanup and isolated improvements to support ongoing JPA improvements.
Signed-off-by: Laird Nelson <laird.nelson@oracle.com>
* Introduces LocalXAResource and a few support classes in jta/jdbc. (helidon-io#5733)
Signed-off-by: Laird Nelson <laird.nelson@oracle.com>
* Adds connection unwrapping abilities to CDISEPlatform.java (helidon-io#5790)
Signed-off-by: Laird Nelson <laird.nelson@oracle.com>
* Introduces JtaConnection.java (helidon-io#5905)
Signed-off-by: Laird Nelson <laird.nelson@oracle.com>
* Fixes erroneous closing behavior in JtaConnection.java (helidon-io#6321)
* Fixes erroneous closing behavior in JtaConnection.java
Signed-off-by: Laird Nelson <laird.nelson@oracle.com>
* Minor JPA cleanups; part of overall refactoring effort (helidon-io#6435)
Signed-off-by: Laird Nelson <laird.nelson@oracle.com>
* Improving JPA pom.xml as part of overall JPA refactoring (helidon-io#6508)
Signed-off-by: Laird Nelson <laird.nelson@oracle.com>
* Fixes merge conflicts etc. from cherry-pick of c9a849e
Signed-off-by: Laird Nelson <laird.nelson@oracle.com>
* Adds an enabled flag to JpaExtension to permit subsequent refactoring and replacement (helidon-io#6512)
Adds an enabled flag to JpaExtension to permit subsequent refactoring and replacement
Signed-off-by: Laird Nelson <laird.nelson@oracle.com>
* Adds more classes as part of overall JPA refactoring effort (helidon-io#6584)
Signed-off-by: Laird Nelson <laird.nelson@oracle.com>
* Lets unit tests validating JpaExtension and unit tests validating PersistenceExtension run side-by-side; continuation of overall fix for nested transaction problems (helidon-io#7118)
* Lets unit tests validating JpaExtension and unit tests validating PersistenceExtension run side-by-side; continuation of overall fix for nested transaction problems
Signed-off-by: Laird Nelson <laird.nelson@oracle.com>
* Resolves issue 7316, which features some intermittent database-related tests (helidon-io#7317)
Signed-off-by: Laird Nelson <laird.nelson@oracle.com>
* Addresses copyright plugin complaints after lots of cherry-picking from old 3.x commits
Signed-off-by: Laird Nelson <laird.nelson@oracle.com>
---------
Signed-off-by: Laird Nelson <laird.nelson@oracle.com>1 parent 8c18882 commit af9aeb5
81 files changed
Lines changed: 16788 additions & 1564 deletions
File tree
- dependencies
- integrations
- cdi
- common-cdi
- delegates/src/main/java
- reference-counted-context/src/main/java
- io/helidon/integrations/cdi/referencecountedcontext
- datasource-ucp/src/main/java/io/helidon/integrations/datasource/ucp/cdi
- eclipselink-cdi
- src/main/java
- io/helidon/integrations/cdi/eclipselink
- jpa-cdi
- etc/spotbugs
- src
- main
- java
- io/helidon/integrations/cdi/jpa
- resources/io/helidon/integrations/cdi/jpa
- test
- java/io/helidon/integrations/cdi/jpa
- chirp2
- chirp
- resources
- META-INF
- jdbc/jdbc
- etc/spotbugs
- src
- main/java
- io/helidon/integrations/jdbc
- test/java/io/helidon/integrations/jdbc
- jta/jdbc
- etc/spotbugs
- src
- main/java
- io/helidon/integrations/jta/jdbc
- test
- java/io/helidon/integrations/jta/jdbc
- resources
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| 85 | + | |
85 | 86 | | |
86 | 87 | | |
87 | 88 | | |
| |||
285 | 286 | | |
286 | 287 | | |
287 | 288 | | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
288 | 293 | | |
289 | 294 | | |
290 | 295 | | |
291 | 296 | | |
292 | 297 | | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
293 | 302 | | |
294 | 303 | | |
295 | 304 | | |
296 | 305 | | |
297 | 306 | | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
298 | 311 | | |
299 | 312 | | |
300 | 313 | | |
301 | 314 | | |
302 | 315 | | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
303 | 325 | | |
304 | 326 | | |
305 | 327 | | |
| |||
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | | - | |
| 22 | + | |
| 23 | + | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
| 65 | + | |
64 | 66 | | |
| 67 | + | |
65 | 68 | | |
66 | 69 | | |
67 | 70 | | |
| |||
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
| 58 | + | |
57 | 59 | | |
| 60 | + | |
58 | 61 | | |
59 | 62 | | |
60 | 63 | | |
| |||
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
45 | 47 | | |
| 48 | + | |
46 | 49 | | |
47 | 50 | | |
48 | 51 | | |
| |||
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
22 | 25 | | |
| 26 | + | |
23 | 27 | | |
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
23 | 25 | | |
24 | 26 | | |
25 | | - | |
| 27 | + | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
| |||
0 commit comments