Skip to content

HHH-15067 Set add() method as public to allow non-nullable associations #4772

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

Merged
merged 1 commit into from
Feb 3, 2022

Conversation

blafond
Copy link
Member

@blafond blafond commented Feb 2, 2022

See hibernate-reactive issue #1077

non-nullable association requires reactive to determine non-nullable transient dependencies in order to perform the insert. The non-visible NonNullableTransientDependencies.add(..) method is preventing access to using this class.

@hibernate-github-bot
Copy link

hibernate-github-bot bot commented Feb 2, 2022

Thanks for your pull request!

This pull request appears to follow the contribution rules.

› This message was automatically generated.

@DavideD
Copy link
Member

DavideD commented Feb 3, 2022

By the way we would need this in 5.6

@dreab8 dreab8 merged commit 5ced797 into hibernate:main Feb 3, 2022
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.

3 participants