Skip to content

Release 0.32.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Jan 14:56

Artifacts

Maven Central: neonbee-core-0.32.0

Maven

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

Gradle

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

Changelog

BREAKING CHANGES

Bug Fixes

  • findFirst throws NPE if the selected element is null (35452cce)
  • complete promise in all cases (d7ad4ce6)
  • handle unexpected exceptions (be23b814)
  • setting the response Content-Type (1b04954d)

Features

  • use always the provided Content-Type (176da325)
  • add configuration to set default threading model for verticles (ad71c543)

Chores

  • upgrade to Vert.x 4.5.1, fix deprecations (af4ff536)
  • deprecate Java 11, introduce Java 21, fix deprecations & PMD (a413e333)

Documentation

  • add documentation for new config options (892d7a94)

Build System

  • deps: bump com.github.spotbugs from 5.2.3 to 5.2.4 (ffcecf49)
  • deps: bump com.diffplug.spotless from 6.22.0 to 6.23.0 (8cb2851c)
  • deps: bump io.micrometer:micrometer-registry-prometheus (e8b5aac5)
  • deps: bump com.diffplug.spotless from 6.23.0 to 6.23.3 (8de3fe6b)
  • deps: bump com.github.spotbugs:spotbugs-annotations (db80d88b)
  • deps: bump ch.qos.logback:logback-classic from 1.4.11 to 1.4.14 (9f4bcb98)
  • deps: bump com.github.spotbugs:spotbugs-annotations (8ec575a5)
  • deps: bump org.slf4j:slf4j-api from 2.0.9 to 2.0.10 (4df2ea30)
  • deps: bump com.diffplug.spotless from 6.23.3 to 6.24.0 (be07896b)

Continuous Integration