Skip to content
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

Add missing metadata for Hibernate Reactive (needed for some collections mappings) #489

Merged
merged 3 commits into from
Apr 26, 2024

Conversation

radovanradic
Copy link
Member

@radovanradic radovanradic commented Apr 26, 2024

What does this PR do?

Adds missing metadata for Hibernate Reactive. Without this, when there are entities with @ManyToMany or @ElementCollection then following error was being thrown:

Caused by: org.hibernate.MappingException: Could not find appropriate constructor for org.hibernate.reactive.persister.collection.impl.ReactiveBasicCollectionPersister

Code sections where the PR accesses files, network, docker or some external service

  • (example link to code section)
    The test was already using mysql community docker so I have not added anything extra.

Checklist before merging

@msupic msupic merged commit 6bdcebb into oracle:master Apr 26, 2024
10 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