Skip to content

Release 0.20.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Mar 15:45

Artifacts

Maven Central: neonbee-core-0.20.0

Maven

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

Gradle

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

Changelog

Bug Fixes

  • assertion for test verifyJobExecuted in JobVerticleTest (3e41a91a)

Chores

  • remove unused docker plugin (f8e7369a)
  • remove webserver name from X-Instance-Info header (14f29a18)

Tests

  • odata: unit tests for OData Batch Request handling (99d20852)
  • odata: implement ODataMetadataRequest and deprecate ODataRequest#setMetadata (c1cdaef5)

Documentation

  • health: fix register checks via SPI (d2f220e3)

Build System

  • deps: bump jackson-databind from 2.13.4.2 to 2.14.2 (c34dbd34)
  • deps: bump net.ltgt.errorprone from 2.0.2 to 3.0.1 (dda0c554)
  • deps: bump org.sonarqube from 3.3 to 3.5.0.2730 (d8081a8f)
  • deps: bump micrometer-registry-prometheus from 1.9.2 to 1.10.3 (573e91e6)
  • deps: bump org.ajoberstar.grgit from 4.1.1 to 5.0.0 (11f097cb)
  • deps: bump com.diffplug.spotless from 6.0.5 to 6.14.1 (5213a54b)
  • deps: bump org.ow2.asm:asm from 9.3 to 9.4 (48800a6b)
  • deps: bump com.github.spotbugs:spotbugs-annotations (8a000604)
  • deps: bump com.github.johnrengelman.shadow from 7.1.0 to 7.1.2 (73a3fd78)
  • deps: bump com.sap.cds:cds4j-core from 1.30.0 to 1.35.1 (a5404865)
  • deps: bump org.infinispan:infinispan-component-annotations (80443bee)
  • deps: bump sapmachine from 11.0.15.0.1 to 11.0.18 (8fbacd88)
  • deps: bump com.github.spotbugs from 5.0.3 to 5.0.13 (4e4e5ed2)
  • deps: bump se.bjurr.violations.violations-gradle-plugin (b7eadcb8)
  • deps: bump Vert.x to 4.3.8 (d781e505)
  • deps: bump a few dependencies (52cb1bcb)
  • deps: bump com.diffplug.spotless from 6.14.1 to 6.15.0 (083f5d54)
  • deps: bump checkstyle from 9.2 to 10.7.0 (ad9d7974)
  • deps: bump org.sonarqube from 3.5.0.2730 to 4.0.0.2929 (5bc945da)
  • deps: bump io.micrometer:micrometer-registry-prometheus (ccc95583)
  • deps: bump com.sap.cds:cds4j-core from 1.35.1 to 1.36.0 (53d679e7)
  • deps: bump se.bjurr.violations.violations-gradle-plugin (afae401a)
  • deps: bump com.diffplug.spotless from 6.15.0 to 6.16.0 (a27696c2)
  • deps: bump Vert.x to 4.4.0 and switch to vertx-openapi (05c8bdf4)

Continuous Integration

  • dependabot: configure dependencies to ignore (4e49086d)
  • add dependabot configuration (050454e9)