-
Notifications
You must be signed in to change notification settings - Fork 95
DefaultVertxInstance should not create a new Vertx instance if one exists already #1001
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
Milestone
Comments
Closed
DavideD
pushed a commit
to DavideD/hibernate-reactive
that referenced
this issue
Oct 16, 2021
DefaultVertxInstance used to create a new Vert.x instance every time, even if one was already present. This commit make it easier to use Hibernate Reactive when a Vert.x instance already exists. In particular, when used with Vert.x verticles.
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
Oct 16, 2021
It's not required anymore because now we get the Vert.x instance from the current context.
DavideD
pushed a commit
to DavideD/hibernate-reactive
that referenced
this issue
Oct 16, 2021
DefaultVertxInstance used to create a new Vert.x instance every time, even if one was already present. This commit make it easier to use Hibernate Reactive when a Vert.x instance already exists. In particular, when used with Vert.x verticles.
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
Oct 16, 2021
It's not required anymore because now we get the Vert.x instance from the current context.
DavideD
pushed a commit
that referenced
this issue
Oct 18, 2021
DefaultVertxInstance used to create a new Vert.x instance every time, even if one was already present. This commit make it easier to use Hibernate Reactive when a Vert.x instance already exists. In particular, when used with Vert.x verticles.
DavideD
added a commit
that referenced
this issue
Oct 18, 2021
It's not required anymore because now we get the Vert.x instance from the current context.
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
Jan 11, 2022
…ists" This reverts commit 21ddc12.
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
Jan 11, 2022
This reverts commit ede99c0.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See this discussion.
The text was updated successfully, but these errors were encountered: