BriteSnow / snow

A Lightweight, Google Guice, Simple, and Powerful Web Application Framework that makes building modern Web Application a breeze! Fully open source, Apache V2 licensed.
http://britesnow.com/snow
29 stars 10 forks source link

Add Java 9 support - web class not found issues #55

Closed jeremychone closed 6 years ago

jeremychone commented 6 years ago

Problem

When using Java 9, the old Guava PackageScanner cannot find the annotated @WebRest... classes.

Solution

Update guava to add Java 9 support

jeremychone commented 6 years ago

Fixed.