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

[4.0] DatasourceAccessor ReentrantLock fix plus new SpringBoot test #2328

Conversation

rfelcman
Copy link
Contributor

Fixes #2219
Issue with DatasourceAccessor ReentratLock which was after migration accidentally shared across DatasourceAccessor instances as new instances are in some cases created due a clone() method and not by new DatasourceAccessor().
There is new Spring Boot test module with HikariCP Datasource as this issue was discovered in this environment, but this initial test doesn't cover mentioned bug scenario due a missing information from customer.
Update in booth Spring test modules to execute them in CI environment.

Copy link
Member

@Tomas-Kraus Tomas-Kraus left a comment

Choose a reason for hiding this comment

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

Looks Good.

@rfelcman rfelcman merged commit 0e339f7 into eclipse-ee4j:4.0 Dec 18, 2024
3 checks passed
@rfelcman rfelcman deleted the bug_jpa_2219_could_not_open_jpa_entitymanager_4.0 branch December 19, 2024 07:55
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