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

deps: remove code dependencies on hsqldb #3194

Merged
merged 1 commit into from
Dec 12, 2024

Conversation

Kehrlann
Copy link
Contributor

There are code dependencies on hsqldb. As part of gh-3186 , we are trying to ensure that tests are run against the correct database.

This code removes explicit code dependencies on hsqldb, without removing the dependency import.
It makes it easy to completely remove the hsqldb dependency when we are debugging databases and profiles, and ensure that HSQL is never used when we target postgres or mysql.

@strehle strehle requested review from a team December 12, 2024 14:39
@strehle
Copy link
Member

strehle commented Dec 12, 2024

@Kehrlann is this the fix for the issue, that unit tests run against wrong DB =?

Sonar has an issue , not with your PR, but maybe you can add also autowired to solve
https://sonarcloud.io/project/issues?impactSoftwareQualities=RELIABILITY&issueStatuses=OPEN%2CCONFIRMED&id=cloudfoundry-identity-parent&open=AYvcB25-VO9wqyuIg8ZU

btw. do you see the sonar findings ?

@duanemay duanemay merged commit 75976b1 into cloudfoundry:develop Dec 12, 2024
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

4 participants