Julien Viet 3eda787971 Isolated deployment for Java 8 only (#3275)
* Isolated deployment becomes a feature exclusive to Java 8 thanks to Multi-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

* Feedback from review
2020-02-05 17:11:11 +01:00
2014-12-01 16:37:34 +00:00
2018-09-27 09:35:29 +02:00
2018-09-27 09:35:29 +02:00
2017-12-15 16:45:01 +01:00
2017-12-15 16:45:01 +01:00
2019-10-24 15:09:37 +02:00
2018-09-14 23:49:29 +02:00

Build Status

Vert.x Core

This is the repository for Vert.x core.

Vert.x core contains fairly low-level functionality, including support for HTTP, TCP, file system access, and various other features. You can use this directly in your own applications, and it's used by many of the other components of Vert.x.

For more information on Vert.x and where Vert.x core fits into the big picture please see the website.

Building Vert.x artifacts

> mvn package

Running tests

Runs the tests

> mvn test

Vert.x supports native transport on BSD and Linux, to run the tests with native transport

> mvn test -PtestNativeTransport

Vert.x supports domain sockets on Linux exclusively, to run the tests with domain sockets

> mvn test -PtestDomainSockets

Vert.x has a few integrations tests that run a differently configured JVM (classpath, system properties, etc....) for ALPN, native and logging

> vertx verify -Dtest=FooTest # FooTest does not exists, its only purpose is to execute no tests during the test phase

Building documentation

> mvn package -Pdocs -DskipTests

Open target/docs/vertx-core/java/index.html with your browser

Description
No description provided
Readme 108 MiB
Languages
Java 100%