Skip to content

Release 0.18.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Nov 13:10

Artifacts

Maven Central: neonbee-core-0.18.0

Maven

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

Gradle

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

Docker Image

Use as base image in Dockerfile:

FROM ghcr.io/sap/neonbee:0.18.0

Changelog

Bug Fixes

  • generated files have changed (80ef04ec)
  • odata query encoding in EntityVerticle (ae52053a)
  • dataquery cannot correctly process query strings (4cccf60b)

Features

  • include a version file inside jar files (ed244da5)
  • load Hazelcast configuration from file (f721875a)

Build System

  • deps: upgrade com.fasterxml.jackson to 2.13.4.2 (4f0bfaea)
  • docker: pin gradle version to 7.2 (cb1be0ed)