Releases: hary-singh/spring-boot-commons
Releases · hary-singh/spring-boot-commons
v0.0.2
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
Added
- Initial release with common Spring Boot configuration
- Actuator configuration
- OpenTelemetry integration
- Logging configuration
- Health probes
- Prometheus metrics