Julien Ponge 1ab9884cb2 Update copyright notices
This also:

1. updates copyright to 2011-2019,
2. adds missing headers,
3. harmonizes to "Contributors to the Eclipse Foundation"
   (replacing a "Copyright Red Hat, Inc." by that is correct).

Signed-off-by: Julien Ponge <julien.ponge@gmail.com>
2019-10-24 15:09:37 +02:00
2019-10-24 15:09:37 +02: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
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%