[
https://issues.apache.org/jira/browse/OPENJPA-2940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18080599#comment-18080599
]
ASF subversion and git services commented on OPENJPA-2940:
----------------------------------------------------------
Commit ca637d87c1ca915acafd6db6f2b817aca0bd6dd2 in openjpa's branch
refs/heads/OPENJPA-2940 from Richard Zowalla
[ https://gitbox.apache.org/repos/asf?p=openjpa.git;h=ca637d87c ]
[OPENJPA-2940] Make moved Criteria tests SELECT-only to avoid PK collision
The previous seedCompUsers() helper advanced the shared AUTO id
generator far enough on H2 that testLeft's next Person.id collided
with id=551 left over from TestTypedResults' 'Test Result Shape'
row, breaking the H2 PR-validation build.
Rewrite the seven moved Criteria tests so none of them persist
shared-table data:
- testCriteriaUnion / unionAll / except / intersect just execute
the cb.union/etc. CriteriaSelect queries and assert a non-null
result list.
- testCriteriaNullPrecedence / testCriteriaListPredicates /
testCriteriaConcatList use assertEquivalence against an equivalent
JPQL string, matching the rest of TestTypesafeCriteria.
Standalone TestTypesafeCriteria still passes 123/123 on Derby and
H2.
> Implement Jakarta Persistence 3.2
> ---------------------------------
>
> Key: OPENJPA-2940
> URL: https://issues.apache.org/jira/browse/OPENJPA-2940
> Project: OpenJPA
> Issue Type: Improvement
> Reporter: Paulo Cristovão de Araújo Silva Filho
> Priority: Major
> Attachments: image-2026-03-28-14-55-26-463.png
>
>
> Implement Jakarta Persistence API 3.2 as prescribed by
> [specification|https://jakarta.ee/specifications/persistence/3.2/] and
> required by Jakarta EE 11.
> This change requires JDK17 or higher compatibility and needs considerable
> checks.
> I've already pushed a branch (WIP) without the proper API bump, focusing on
> updating dependencies while keeping the project passing its current tests at
> least in default profile.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)