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

Bring JPMS to vertx-core #5244

Merged
merged 1 commit into from
Jun 27, 2024
Merged

Bring JPMS to vertx-core #5244

merged 1 commit into from
Jun 27, 2024

Conversation

vietj
Copy link
Member

@vietj vietj commented Jun 25, 2024

Bring support JPMS to vertx-core.

The exported packages are the public API of Vert.x as well as the internal API of Vert.x, the implementation of Vert.x remains encapsulated.

Vert.x as a library remains focused first on the classpath usage, however this aims to support it equally well in a applications.

The internal logging and implementation of vertx has been extracted into its own module since which makes it easier to test with modules and it actually does not interact much with the rest of the vertx core. Also this prevents default exposure of the logging packages to applications that don't need it. Note that does not prevent exposure, any module can depend on the io.vertx.core.ogging module but this module is not transitively exposed by the io.vertx.core module.

A lot of changes has been done in the tests since some tests behave differently with a module and the vertx tests had split packages with the vertx core classes which needs to be avoided for proper testing.

@vietj vietj added this to the 5.0.0 milestone Jun 25, 2024
@vietj vietj self-assigned this Jun 25, 2024
@vietj vietj force-pushed the jpms-support branch 6 times, most recently from 73d0711 to a873cb4 Compare June 25, 2024 12:37
The logging part of vertx-core has been extracted into its own module since which makes it easier to test with modules.

The most complex changes are actually in the vertx-core tests since some tests behave differently with a module and the vertx tests had split packages with the vertx core classes which needs to be avoided for proper testing.
@vietj vietj merged commit 01c1cd8 into master Jun 27, 2024
7 checks passed
@vietj vietj deleted the jpms-support branch June 27, 2024 06:00
tsegismont added a commit to eclipse-vertx/vertx-http-proxy that referenced this pull request Jun 27, 2024
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

1 participant