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

Ensure TCCL is not null #1627

Merged
merged 1 commit into from Sep 23, 2016
Merged

Conversation

tsegismont
Copy link
Contributor

When the launcher class is used in a fat jar, the classloader field is null when the Vert.x instance is created. So the main thread context classloader is set to null and this can cause issues with third party code (not checking for tccl nullity)

Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
@vietj vietj merged commit 260d04d into eclipse-vertx:master Sep 23, 2016
@vietj vietj removed the to review label Sep 23, 2016
@tsegismont tsegismont deleted the noncli-classloader branch September 23, 2016 14:24
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.

None yet

2 participants