spring-boot
spring-boot copied to clipboard
Spring Boot helps you to create Spring-powered, production-grade applications and services with absolute minimum fuss.
2.6.x's dependencies are currently up-to-date, but running Bomr produces the following upgrade suggestions: ``` Jaybird 4.0.6.java8: 1: 4.0.6.java11 (some modules are missing: org.firebirdsql.jdbc:jaybird-jdk18) Enter selection (default: 4.0.6.java8) [1..1] Kotlin Coroutines...
There are a number of things in `SpringApplication` that are inferred at runtime based on the classpath, the environment or another property. Some of those checks do not work properly...
As of spring-projects/spring-framework#28925, Spring Framework doesn't configure the Apache HttpComponents client 4.x, as this generation is not maintained anymore. The implementation has switched to using the [httpclient5](https://mvnrepository.com/artifact/org.apache.httpcomponents.client5/httpclient5) generation. Besides adapting...
The current order is metrics and then tracing. It should be the other way around.
This PR is trying to address three potential issues with the `ObservationAutoConfiguration`: - Users can't replace/get rid of `DefaultMeterObservationHandler` - If tracing is configured `DefaultMeterObservationHandler` should be wrapped to `TracingAwareMeterObservationHandler`...
This PR adds Exemplars support for Micrometer Tracing. Please notice that this PR depends on https://github.com/spring-projects/spring-boot/pull/32399 because it needs all of those issues fixed first so the only real change...
Hello π , I searched for a similar issue, but didn't find one so I chose to open itβ¦ If I've missed it, sorry π. Following modification of [`@ConstructingBinding`](https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0.0-M2-Release-Notes#constructingbinding-no-longer-needed-at-the-type-level) in...
All Spring Boot (actually all Spring projects, but let us start with Boot) modules should be collected in a dedicated Spring Boot BOM that is then cross-references by every module....