Skip to content

Conversation

@MoadElfatihi
Copy link
Contributor

@MoadElfatihi MoadElfatihi commented Nov 15, 2025

Dear Team,

This change removes an unnecessary method override.
Since the minimum supported HSQLDB version is now 2.6.1, and pessimistic locking is fully supported from that version onward, the condition inside the override is never reachable. As a result, the method always delegates to the superclass implementation.

I have run the full HSQLDB test suite locally and did not observe any issues after removing the override.

If you prefer having a corresponding Jira issue for this change, please let me know and I will be glad to create one.

Thanks in advance 🙏
Moad ELFATIHI


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license
and can be relicensed under the terms of the LGPL v2.1 license in the future at the maintainers' discretion.
For more information on licensing, please check here.


Copy link
Member

@gavinking gavinking left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!

@MoadElfatihi
Copy link
Contributor Author

LGTM, thanks!

Honored - Thanks Gavin !

@gavinking gavinking merged commit 7e4382f into hibernate:main Nov 15, 2025
20 of 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

None yet

Development

Successfully merging this pull request may close these issues.

2 participants