Skip to content

Conversation

@dreab8
Copy link
Member

@dreab8 dreab8 commented May 22, 2025

https://hibernate.atlassian.net/browse/HHH-19476


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.


@dreab8 dreab8 requested a review from beikov May 22, 2025 15:22
@hibernate-github-bot
Copy link

hibernate-github-bot bot commented May 22, 2025

Thanks for your pull request!

This pull request does not follow the contribution rules. Could you have a look?

❌ All commit messages should start with a JIRA issue key matching pattern HHH-\d+
    ↳ Offending commits: [1d4b90b]

› This message was automatically generated.

@Test
public void testJoinFetchAfterFind(EntityManagerFactoryScope scope) {
scope.inTransaction( entityManager -> {
TelephoneNumber telephoneNumber = entityManager.find( TelephoneNumber.class, TELEPHONE_NUMBER_ID );

Check notice

Code scanning / CodeQL

Unread local variable Note test

Variable 'TelephoneNumber telephoneNumber' is never read.
@dreab8 dreab8 merged commit 0a288ce into hibernate:main May 28, 2025
24 of 25 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