Skip to content

Release 0.16.1

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Oct 15:59

Artifacts

Maven Central: neonbee-core-0.16.1

Maven

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

Gradle

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

Docker Image

Use as base image in Dockerfile:

FROM ghcr.io/sap/neonbee:0.16.1

Changelog

Bug Fixes

  • pass SystemClassLoader to cluster manager configuration (ab258a7b)