spring-boot icon indicating copy to clipboard operation
spring-boot copied to clipboard

Spring Boot helps you to create Spring-powered, production-grade applications and services with absolute minimum fuss.

Results 945 spring-boot issues
Sort by recently updated
recently updated
newest added

status: waiting-for-triage

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...

type: task

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...

type: enhancement
for: team-attention
theme: aot

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...

type: enhancement
status: noteworthy

The current order is metrics and then tracing. It should be the other way around.

type: bug

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`...

status: waiting-for-triage

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...

status: waiting-for-triage

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...

status: waiting-for-triage

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....

status: waiting-for-triage
for: team-meeting