Skip to content

Releases: hary-singh/spring-boot-commons

v0.0.2

25 May 01:01
Compare
Choose a tag to compare
Set service name resolution priority in OpenTelemetry config.

Replaced `spring.application.name` with a prioritized resolution strategy for the service name. The new implementation checks the `OTEL_SERVICE_NAME` environment variable first, then falls back to `spring.application.name`, with a default of "unknown-service." Also prepared the Gradle build for release by finalizing the version.

Release v0.0.1

18 May 21:30
Compare
Choose a tag to compare

Added

  • Initial release with common Spring Boot configuration
  • Actuator configuration
  • OpenTelemetry integration
  • Logging configuration
  • Health probes
  • Prometheus metrics