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

New main with Hibernate Reactive 2 #1487

Merged
merged 176 commits into from
Mar 2, 2023
Merged

New main with Hibernate Reactive 2 #1487

merged 176 commits into from
Mar 2, 2023

Conversation

DavideD
Copy link
Member

@DavideD DavideD commented Mar 2, 2023

CI will compile the project but it's not going to run the tests.

Previous stable version is available on the 1.1 branch.

DavideD added 30 commits March 2, 2023 13:56
For testing, using a connection directly to run the queries will
allow us to run the tests even if without support for Hibernate queries.
Basically everything related to queries, criteria, some id
strategies, and some type mapping

remove
Sanne and others added 23 commits March 2, 2023 13:56
This test also fails with plain old ORM 6
The assertion of the test needed to updated to the ORM 6 generated queries
(the queries as essentially the same, but the sequences and names of variables
have changed).

Furthermore, the custom cleanup is done because the actual test itself passes
(with the updated assertion), but the DB clearing fails because of the association
loading issue.
This is done because the actual test itself passes, what fails before
this change is the loading of entities which occurs when the database is
being cleared during test cleanup.

Furthermore, fix erroneous assertion in EagerUniqueKeyTest
…oOneTest

Furthermore, use property access instead of field access
With this change, the failing tests go from 65 to 63
The only thing that changes is the whitespaces generated by ORM
@DavideD DavideD marked this pull request as draft March 2, 2023 14:37
@DavideD DavideD changed the title New main with Hibernate Reacitve 2 New main with Hibernate Reactive 2 Mar 2, 2023
From github-code-scanning
@DavideD DavideD marked this pull request as ready for review March 2, 2023 15:24
@DavideD DavideD merged commit 80b119b into hibernate:main Mar 2, 2023
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