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

HOTFIX v0.3.2 | Fix issues with Transactional and Flushing behaviors while using multiple data sources #25

Merged
merged 2 commits into from
Aug 4, 2024

Conversation

Dhi13man
Copy link
Owner

@Dhi13man Dhi13man commented Aug 4, 2024

  • Replaced the use of native entity manager factory from LocalContainerEntityManagerFactoryBean with EntityManagerFactory Spring Proxy bean while creating PlatformTransactionManager bean to ensure that Transactional and Flush behaviour works as expected across all data sources.

  • Made some minor documentation improvements for dealing with hibernate properties with multiple spring data sources.

…rEntityManagerFactoryBean` with `EntityManagerFactory` Spring Proxy bean while creating `PlatformTransactionManager` bean to ensure that Transactional and Flush behaviour works as expected across all data sources.

Also made some minor documentation improvement for dealing with hibernate properties with multiple spring data sources.
@Dhi13man Dhi13man added the enhancement New feature or request label Aug 4, 2024
@Dhi13man Dhi13man self-assigned this Aug 4, 2024
@Dhi13man Dhi13man merged commit 13deed2 into main Aug 4, 2024
2 checks passed
@Dhi13man Dhi13man deleted the fix/transaction-manager branch August 4, 2024 05:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant