Skip to content
Vert.x is a tool-kit for building reactive applications on the JVM
Java
Branch: master
Clone or download

Latest commit

hutchig testListenInvalidPort now valid for Windows and OSX (#3443)
* testListenInvalidPort now valid for Windows and OSX

Signed-off-by: Gordon Hutchison <Gordon.Hutchison@gmail.com>

* Change HttpTest::testListenInvalidPort to use finally

Signed-off-by: Gordon Hutchison <Gordon.Hutchison@gmail.com>
Latest commit 7dc1f05 Jun 13, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
src testListenInvalidPort now valid for Windows and OSX (#3443) Jun 13, 2020
.editorconfig Add editorconfig file as per wiki May 4, 2017
.gitignore updated .gitignore Dec 1, 2014
.travis.deploy.artifacts.sh Travis tweaking Sep 27, 2018
.travis.maven.settings.xml Travis tweaking Sep 27, 2018
.travis.yml Netty 4.1.49.Final upgrade - see vert-x3/issues#526 May 6, 2020
BENCHMARKING.md Files renaming for consistency Dec 15, 2017
BUILDING.md Files renaming for consistency Dec 15, 2017
CONTRIBUTING.md Update copyright notices Oct 24, 2019
LICENSE.md License headers move to secondary headers Dec 15, 2017
NOTICE.md Use the new https://github.com/eclipse-vertx/vert.x repositoy Sep 24, 2018
README.md Added Travis badge status to test Sep 14, 2018
pom.xml Releasing 4.0.0-SNAPSHOT May 28, 2020
vertx_code_style.xml Added IntelliJ IDEA codestyle file for project Nov 4, 2014

README.md

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

You can’t perform that action at this time.