Skip to content

Releases: damianhoppe/RequestIDGeneratorForSpringBoot

1.0.2

Choose a tag to compare

@damianhoppe damianhoppe released this 12 May 18:20
  • Fixed AssertionError throwing in debug mode
  • Replaced asserts with checks for required cases

1.0.1

Choose a tag to compare

@damianhoppe damianhoppe released this 03 Jan 23:06

Fixed the problem of not detecting basic configuration profiles when using the EnableRequestIdGenerator annotation with the main SpringBootApplication class.

1.0.0

Choose a tag to compare

@damianhoppe damianhoppe released this 22 Dec 21:31

First version of the incoming request ID generator for Spring Boot.
Supports ID display in logs, injection into outgoing requests and has many configuration options.