Skip to content

Conversation

@dreab8
Copy link
Member

@dreab8 dreab8 commented Nov 19, 2025

Fix #2784

@hibernate-github-bot hibernate-github-bot bot changed the title Upgrade Hibenate ORM to 7.1.8.Final [4.1] Upgrade Hibenate ORM to 7.1.8.Final Nov 19, 2025
else {
tableMapping.getKeyMapping().forEachKeyColumn( tableInsertBuilder::addKeyColumn );
tableMapping.getKeyMapping()
.forEachKeyColumn( keyColumn -> tableInsertBuilder.addKeyColumn( keyColumn ) );
Copy link
Member Author

@dreab8 dreab8 Nov 19, 2025

Choose a reason for hiding this comment

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

The reason for this change is compiler complaining about ambiguity

@DavideD DavideD added this to the 4.1.6.Final milestone Nov 19, 2025
@DavideD DavideD added the upgrade Impact of dependency upgrades label Nov 19, 2025
@DavideD DavideD merged commit 89b9c15 into hibernate:4.1 Nov 19, 2025
17 checks passed
@DavideD
Copy link
Member

DavideD commented Nov 19, 2025

THanks!

@DavideD DavideD linked an issue Nov 19, 2025 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

4.1 upgrade Impact of dependency upgrades

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Upgrade Hibenate ORM to 7.1.8.Final

2 participants