Skip to content

Conversation

@dreab8
Copy link
Member

@dreab8 dreab8 commented Dec 13, 2024

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


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.


doInJPA(this::entityManagerFactory, entityManager -> {
Post post = entityManager.find(Post.class, 1L);
post.addComment(new PostComment("This post rocks!", post));
post.getComments().isEmpty(); // this fails

Choose a reason for hiding this comment

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

This comment could be removed because this test doesn't fail now, right?

@dreab8 dreab8 merged commit fefadfe into hibernate:main Dec 17, 2024
8 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.

4 participants