Skip to content

Hammock 1.4

Choose a tag to compare

@johnament johnament released this 15 May 22:02
· 151 commits to master since this release

Hammock 1.4 Release Notes

New Features

  • Brave Integration has been enhanced to support Servlet use cases and injected JAX-RS clients (#88 / #89)
  • Jetty containers now support CDI managed listeners #92
  • You can now look at runtime container information by injecting HammockRuntime into your class. It can provide the listener information, including public host, of the machine this service is running on. Perfect for service registration and discovery. #91

Backwards Compatibility issues

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

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

Getting Started

To get started, visit LayingInYourFirstHammock