Skip to content

Vert.x is a tool-kit for building reactive applications on the JVM

License

Notifications You must be signed in to change notification settings

tracelink/vert.x

This branch is 1746 commits behind eclipse-vertx/vert.x:master.

Folders and files

NameName
Last commit message
Last commit date
Nov 6, 2020
Jul 15, 2020
Dec 1, 2014
Sep 27, 2018
Sep 27, 2018
May 6, 2020
Dec 15, 2017
Dec 15, 2017
Oct 24, 2019
Dec 15, 2017
Sep 24, 2018
Sep 14, 2018
Nov 2, 2020
Nov 4, 2014

Repository files navigation

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

About

Vert.x is a tool-kit for building reactive applications on the JVM

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%