Skip to content

Hammock 1.5

Compare
Choose a tag to compare
@johnament johnament released this 17 Jul 03:11
· 128 commits to master since this release

Hammock 1.5 Release Notes

New Features

  • Security, Security, Security! Security was a big theme for this release, adding support for JWTs from Jose and Keycloak. #94 and #93 . Additionally you can use Jose with the existing SPI #95
  • Hammock now reads multiple property files by default, in addition to hammock.properties you can register microprofile.properties and META-INF/microprofile.properties
  • OWB 2 is now supported as a bootstrapping module #96 . The Microprofile Cochise distribution now uses OWB 2 as its bootstrapper

Backwards Compatibility issues

No major changes, however various libraries were upgraded to major versions:

  • Apache Johnzon
  • Apache Tomcat
  • Apache Camel
  • HikariCP
  • Spark
  • Flyway
  • Jetty
  • Undertow

Deprecation Notices

The next release of Hammock is anticipated to be 2.0, which will align with Microprofile 1.1 and above, adding support for the Config API and Fault Tolerance. It will also align with CDI 2.0.

DeltaSpike is likely to be removed from the code base in favor of the Geronimo Config project.

Getting Started

To get started, visit LayingInYourFirstHammock