Skip to content

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

Closed
DavideD opened this issue Oct 15, 2021 · 0 comments · Fixed by #1003
Closed

DefaultVertxInstance should not create a new Vertx instance if one exists already #1001

DavideD opened this issue Oct 15, 2021 · 0 comments · Fixed by #1003
Milestone

Comments

@DavideD
Copy link
Member

DavideD commented Oct 15, 2021

See this discussion.

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 DavideD added this to the 1.0.0.Final milestone Oct 18, 2021
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Jan 11, 2022
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Jan 11, 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
1 participant