Not sure if anyone is still out there, but just in case...
I've been using this project quietly in production for years, but it's long overdue for a refresh. A lot has changed in Javaland. So I made a new GWizard release (1.0-rc1). This has a very current baseline:
* Java 17
* Guice 7
* Resteasy 6
* Jetty 12
* The jakarta.* namespace
Some other changes:
* There's now a bom file
* Since there's no longer a resteasy-guice extension, I made my own. It's much better than the old one (and a tiny fraction of the amount of code). You can use it without GWizard:
https://github.com/gwizard/guiceeasy
At any rate, if (like me) you're still using Guice server-side, you might like this update.
I plan to let the RC bake in production for a couple weeks, then cut a final 1.0 release.
Cheers,
Jeff