Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update JPA API dependency to 3.2-B01 #1930

Merged
merged 7 commits into from
Sep 20, 2023

Conversation

Tomas-Kraus
Copy link
Member

@Tomas-Kraus Tomas-Kraus commented Aug 21, 2023

Update JPA API dependency to 3.2-B01
jakartaee/persistence#414 - Add EntityManagerFactory.runInTransaction()/callInTransaction()
jakartaee/persistence#430 - Fix signatures of operations of entity graphs
jakartaee/persistence#433 - Add EntityManager.runWithConnection()/callWithConnection()
jakartaee/persistence#441 - Pull getParameters() up from CriteriaQuery to CommonAbstractCriteria
jakartaee/persistence#442 - Overload where(), having(), concat(), and() and or() to accept

@Tomas-Kraus Tomas-Kraus self-assigned this Aug 21, 2023
@Tomas-Kraus Tomas-Kraus force-pushed the ecl-jpa-32 branch 3 times, most recently from 71a1e97 to 89067f0 Compare August 25, 2023 09:01
@Tomas-Kraus Tomas-Kraus changed the title JPA 3.2 API changes Update JPA API dependency to 3.2-B01 Aug 29, 2023
@Tomas-Kraus Tomas-Kraus marked this pull request as ready for review August 29, 2023 12:37
…d or() to accept List.

Signed-off-by: Tomáš Kraus <[email protected]>
…CommonAbstractCriteria

Signed-off-by: Tomáš Kraus <[email protected]>
…llInTransaction()

JPA eclipse-ee4j#433 - Add EntityManager.runWithConnection()/callWithConnection()

Signed-off-by: Tomáš Kraus <[email protected]>
Copy link
Member

@lukasj lukasj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@lukasj lukasj merged commit 82ffef8 into eclipse-ee4j:master Sep 20, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants