Skip to content

fix hibernate#1001 #1002

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
wants to merge 2 commits into from
Closed

fix hibernate#1001 #1002

wants to merge 2 commits into from

Conversation

codingxu97
Copy link
Contributor

fixes #1001.
DefaultVertxInstance creates Vertx instance only if current vertx is null when start() invokes, and stop vertx only if it created by start().

@DavideD DavideD requested a review from Sanne October 15, 2021 20:07
Copy link
Member

@DavideD DavideD left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, overall.

Just a minor change

@DavideD DavideD self-assigned this Oct 15, 2021
@DavideD DavideD requested a review from gavinking October 15, 2021 20:26
@DavideD
Copy link
Member

DavideD commented Oct 16, 2021

Thanks!

I've created a new PR that contains your commits squashed together and add a new one to check that the tests still work when we don't override the VertxInstance service anymore.

@DavideD DavideD closed this Oct 16, 2021
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.

DefaultVertxInstance should not create a new Vertx instance if one exists already
2 participants