itm / wsn-device-drivers

Drivers for Wireless Sensor Network Devices
Other
6 stars 4 forks source link

Update to Google Guice 3.0 #51

Closed mlegenhausen closed 13 years ago

mlegenhausen commented 13 years ago

Done in release/0.4 branch.

danbim commented 13 years ago

Is this compatible when Guice 2.0 is used in a software that uses wsn-device-drivers?

mlegenhausen commented 13 years ago

I had some problems with the annotations, cause Guice 3.0 uses the JSR-305 annotations for @Nullable. See here http://code.google.com/p/google-guice/wiki/UseNullable. These differ from the current @Nullable annotation. Cause of this issue I only changed the version in the release/0.4 branch. I don't know if it is possible to run them side by side.

danbim commented 13 years ago

What do we gain by using the newer version?

(I'm too lazy to upgrade e.g., Testbed Runtime without winning anything...)