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

Revert Vert.x to 4.4 #1835

Merged
merged 3 commits into from
Jan 15, 2024
Merged

Revert Vert.x to 4.4 #1835

merged 3 commits into from
Jan 15, 2024

Conversation

DavideD
Copy link
Member

@DavideD DavideD commented Jan 15, 2024

Note that I've disabled CascadeTest#testQuery because fails the build with the Hibernate ORM snapshots

Fix #1834

@DavideD DavideD requested a review from yrodiere January 15, 2024 15:28
It doesn't work with Vert.x 4.4 and Hibernate ORM >= 6.2.14.Final.
Everything works fine with Vert.x 4.5

Error stacktrace:
``
       Caused by:
        org.opentest4j.AssertionFailedError: expected: <New Parent> but was: <NEW PARENT>
            at app//org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
            at app//org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
            at app//org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:197)
            at app//org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:182)
            at app//org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:177)
            at app//org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:1142)
            at app//org.hibernate.reactive.CascadeTest.lambda$testCascade$26(CascadeTest.java:136)
```
@DavideD DavideD force-pushed the 1834-Revert-vert.x branch from f09c825 to 3678c22 Compare January 15, 2024 15:41
@DavideD DavideD merged commit 3678c22 into hibernate:2.0 Jan 15, 2024
28 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