Skip to content

Release 0.16.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Oct 10:45

Artifacts

Maven Central: neonbee-core-0.16.0

Maven

<!-- https://mvnrepository.com/artifact/io.neonbee/neonbee-core -->
<dependency>
  <groupId>io.neonbee</groupId>
  <artifactId>neonbee-core</artifactId>
  <version>0.16.0</version>
</dependency>

Gradle

// https://mvnrepository.com/artifact/io.neonbee/neonbee-core
implementation group: 'io.neonbee', name: 'neonbee-core', version: '0.16.0'

Docker Image

Use as base image in Dockerfile:

FROM ghcr.io/sap/neonbee:0.16.0

Changelog

Bug Fixes

  • health: make health check collection more resilient (5421607b)
  • removed docker image tag with sha (44cd0379)
  • register NeonBee mock (5d3999b2)
  • make SystemClassLoader available to Infinispan (d8b9b1f2)

Features

  • add option to set metrics registry name (194cbb2b)

Code Refactoring

  • registerNeonBeeMock should not influence mock (d392975f)