Skip to content

Release 0.17.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Oct 09:24

Artifacts

Maven Central: neonbee-core-0.17.0

Maven

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

Gradle

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

Docker Image

Use as base image in Dockerfile:

FROM ghcr.io/sap/neonbee:0.17.0

Changelog

Bug Fixes

  • multi-release issue w/ Infinispan (cd6ccd99)
  • close Infinispan cache container after NeonBee shutdown (57616a86)
  • #199, add tracing to EntityModelLoader and improve logging (d6130468)
  • odata query encoding (869d6875)

Features

  • introduce a NeonBeeExtension.TestBase (9608028c)

Continuous Integration