ef-labs / vertx-guice

Create Vert.x Modules and Verticles with dependency injection using Guice
MIT License
59 stars 24 forks source link

Guice 4.0 #6

Closed fkranawetter closed 8 years ago

fkranawetter commented 9 years ago

Would be cool to upgrade to Guice 4.0 as it has just been released officially including proper Java 8 support.

adrianluisgonzalez commented 9 years ago

Sure, are you using vert.x 2 or 3?

fkranawetter commented 9 years ago

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! :)

adrianluisgonzalez commented 9 years ago

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

jakub-bochenski commented 8 years ago

Are there plans to release version 3?

adrianluisgonzalez commented 8 years ago

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>