Paulo Lopes 73f46c0097 Avoid eventbus npe on verticle factories (#3206)
* Avoid eventbus npe on verticle factories

Signed-off-by: Paulo Lopes <pmlopes@gmail.com>

* Added a regression test that asserts that eventbus and shared data are not null at factory init.

Signed-off-by: Paulo Lopes <pmlopes@gmail.com>
2019-12-05 15:55:52 +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%