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

Isolated loading restricted to Java 8 #3274

Closed
vietj opened this issue Feb 4, 2020 · 0 comments
Closed

Isolated loading restricted to Java 8 #3274

vietj opened this issue Feb 4, 2020 · 0 comments
Assignees
Milestone

Comments

@vietj
Copy link
Member

vietj commented Feb 4, 2020

Vert.x has provided isolated class loading support in Vert.x 3 . This option cannot be properly supported above Java 8 due to the evolution of the Java runtime. In Vert.x 4 we continue provides a best effort support of this option for Java 8.

This relies on Multi-Release Jar support supporting this support for Java version < 11 exclusively. The DeploymentOptions class for Java >= 11 will not provide anymore the class loading related fields and the class loader manager implementation is a no-op implementation.

@vietj vietj added this to the 4.0.0 milestone Feb 4, 2020
@vietj vietj self-assigned this Feb 4, 2020
vietj added a commit that referenced this issue Feb 4, 2020
…ulti-Release Jar support. The DeploymentOptions fields are deprecated and documented to be removed when used with Java 11 or above. The documentation is removed. - closes #3274
vietj added a commit that referenced this issue Feb 4, 2020
…ulti-Release Jar support. The DeploymentOptions fields are deprecated and documented to be removed when used with Java 11 or above. The documentation is removed. - closes #3274
@vietj vietj closed this as completed in 3eda787 Feb 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant