Vert.x Bitsy Integration

February 17, 2017 ยท View on GitHub

Integrates Bitsy with Vert.x.

wercker status

Maven

Using it

To use Bitsy in Vert.x, you need to include following dependency to your project:

    <dependency>
      <groupId>org.cstamas.vertx.bitsy</groupId>
      <artifactId>vertx-bitsy</artifactId>
      <version>1.0.0</version>
    </dependency>

Branches and building

  • master - uses latest Bitsy 1.5.2 and Vert.x 3.3

Note: build depends on https://github.com/vert-x3/vertx-codegen/issues/81 as it uses Takari Lifecycle with JDT compiler! Hence, must use Vert.x 3.3.2+ if you are building this project.

Have fun!
t