Hi all - I had a long stretch working on WAR-based apps so I let this project languish. I need it once again so I'm back to active work on GWizard.
Some things I've done:
* Bumped all dependencies to latest versions
* Replaced TestNG/Hamcrest with Junit5/AssertJ
* Build for Java 11
I kept Jetty at the latest version of the v9 branch since I'm not certain how stable 10/11 are.
I'm debating bumping to the Guice 5 beta. It sounds completely stable, and gets rid of the nastygram on startup due to cglib using some private java API that's slated for destruction.
Jeff