Closed fkranawetter closed 8 years ago
Sure, are you using vert.x 2 or 3?
Currently we require still vert.x 2, but we are going to port our project to vert.x 3 once the final release is available. Thanks a lot in advance! :)
3.0.0-SNAPSHOT uses guice 4.0. The feature branch can be seen here: https://github.com/englishtown/vertx-guice/tree/feature/guice-4
Are there plans to release version 3?
guice 4.0 was added in in commit 811d2421143f7da8a0aaa73057e0e28e89406c60
It was included with release 2.1.0
<dependency>
<groupId>com.englishtown.vertx</groupId>
<artifactId>vertx-guice</artifactId>
<version>2.1.0</version>
</dependency>
Would be cool to upgrade to Guice 4.0 as it has just been released officially including proper Java 8 support.