[
https://issues.apache.org/jira/browse/OPENJPA-2940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18075790#comment-18075790
]
ASF subversion and git services commented on OPENJPA-2940:
----------------------------------------------------------
Commit 2a24744d3df26b4ac856612fc8a47b9a1f616a8c in openjpa's branch
refs/heads/OPENJPA-2940-rzo1 from Richard Zowalla
[ https://gitbox.apache.org/repos/asf?p=openjpa.git;h=2a24744d3 ]
[OPENJPA-2940] Make SchemaTool.deleteTableContents() best-effort
Truncate is a best-effort operation - the repo SchemaGroup may declare
tables the dialect never physically created (e.g. OPENJPA_SEQUENCE_TABLE
on dialects that prefer native sequences, or tables owned by generators
that were never exercised, or tables qualified by a schema that's not on
the connection's current search_path).
Set _ignoreErrs around the DELETE FROM statements so individual missing
tables are logged as warnings instead of aborting the whole truncate.
Fixes TestJDBCSchemaManager.testTruncate on PostgreSQL 17.
> 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)