[
https://issues.apache.org/jira/browse/OPENJPA-2940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18080596#comment-18080596
]
ASF subversion and git services commented on OPENJPA-2940:
----------------------------------------------------------
Commit 5706ece38eb613d01bb1158005de159f0e5b5b10 in openjpa's branch
refs/heads/OPENJPA-2940 from Richard Zowalla
[ https://gitbox.apache.org/repos/asf?p=openjpa.git;h=5706ece38 ]
[OPENJPA-2940] Move Criteria tests to TestTypesafeCriteria, tag new public API
@since 4.2.0
Address PR #142 review feedback from @cristof:
- Move 7 Criteria tests (testCriteriaUnion/UnionAll/Except/Intersect,
testCriteriaNullPrecedence, testCriteriaListPredicates,
testCriteriaConcatList) from TestEJBQLFunction.java into
TestTypesafeCriteria.java with a self-contained seedCompUsers() helper.
- Add @since 4.2.0 to new public classes introduced on this branch
(Left/Right/Replace/TypecastAsNumber/TypecastAsString expression vals,
ConverterElement/ValueHandler, TypecastAsNumberPart, EntityGraphMetaData,
AttributeNodeImpl, EntityGraphImpl, SubgraphImpl, SchemaManagerImpl,
RecordPersistenceCapable, CriteriaSelectImpl).
- Add @since 4.2.0 to new public interface methods on BrokerFactory
(createPersistenceStructure/dropPersistenceStrucuture/
validatePersistenceStruture/truncateData) plus javadoc, on
JDBCConfiguration (getSyncMappingsExcludeTypes/setSyncMappingsExcludeTypes),
on ExpressionFactory (newTypecastAsString/newTypecastAsNumber/left/right/
replace/getNativeObjectId/version), on XROP.setCursorOutParams, and
on
PersistenceProviderImpl.createEntityManagerFactory(PersistenceConfiguration).
- Drop misleading @since tags from package-private CriteriaDeleteImpl /
CriteriaUpdateImpl.
> 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)