Hammock 2.0
Hammock 2.0 is a major change for Hammock. It makes things a bit simpler to integrate, and makes major shifts in the code structure to align with Java EE 8 and MicroProfile 1.2
- Dropped Apache DeltaSpike in favor of MicroProfile Config
- Added a secondary Health check specific utility to support MicroProfile Health Checks
- JWT has been refactored to better align to the specifications from MicroProfile JWT Auth
- The framework is based fully on CDI 2.0
- Component upgrades to align with Java EE 8:
- Weld 3.0.1
- OpenWebBeans 3.0.1
- CXF 3.2
- Jersey 2.26
- Johnzon 1.1.3 with both JSON-P and JSON-B support, Johnzon is now automatically registered when using the dependency
ws.ament.hammock:johnzon:2.0
For a full list of changes take a look here