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

Fix entity-manager retrieval in spring-data-jpa #38323

Merged
merged 1 commit into from
Jan 22, 2024
Merged

Conversation

fladdimir
Copy link
Contributor

@fladdimir fladdimir commented Jan 22, 2024

Resolves some problems with quarkus-spring-data-repositories when using multiple persistence-units for the following operations:

  • save a detached entity (merge)
  • getOne
  • paginated queries
  • deleteAll

Fixes: #38319

when using multiple persistence-units:
- save a detached entity (merge)
- getOne
- paginated queries
- deleteAll

closes 38319
@quarkus-bot

This comment was marked as resolved.

@fladdimir fladdimir changed the title fix entity-manager retrieval in spring-data-repos Fix entity-manager retrieval in spring-data-repos Jan 22, 2024
@quarkus-bot quarkus-bot bot added area/panache area/spring Issues relating to the Spring integration labels Jan 22, 2024
@geoand geoand changed the title Fix entity-manager retrieval in spring-data-repos Fix entity-manager retrieval in spring-data-jpa Jan 22, 2024
Copy link
Contributor

@geoand geoand left a comment

Choose a reason for hiding this comment

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

Thanks a lot!

@quarkus-bot
Copy link

quarkus-bot bot commented Jan 22, 2024

✔️ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

You can consult the Develocity build scans.

@geoand geoand merged commit 06b3cd2 into quarkusio:main Jan 22, 2024
25 checks passed
@quarkus-bot quarkus-bot bot added this to the 3.9 - main milestone Jan 22, 2024
@gsmet gsmet modified the milestones: 3.9 - main, 3.6.7 Jan 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/panache area/spring Issues relating to the Spring integration kind/bugfix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

spring-data-jpa repository save exception with multiple persistence units
3 participants