Skip to content

Release 0.5.1

Choose a tag to compare

@github-actions github-actions released this 06 Aug 11:53

Artifacts

Maven Central: neonbee-core-0.5.1

Maven

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

Gradle

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

Changelog

Bug Fixes

  • decode query parameters in odata requests (38e36e2f)
  • prepend uri paths of entity requests with a slash (ae31b863)

Code Refactoring

  • processor: extract common methods into helper (608ec395)
  • made the ClassPathScanner non-blocking (dc190210)
  • move error handler configuration to ServerConfig class (71e328ff)

Features

  • allow multiple MANIFST.MF files when parsing NeonBee-Module (dec4a91f)

Documentation

  • readme: add example repository (2a861f7f)