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

Unlike Jetty, Tomcat, and Undertow, shutdown of an application that uses Reactor Netty is delayed by an active request. It appears to be delayed until the request completes. Looking at...

type: bug

A spring-boot application treats the escaping of arguments differently at startup as **root** or as user if it is not using the start-stop-daemon. The issue was introduced with commit 4c65e5e704cfab3160ea7276304f307c993bddf9...

type: bug
status: on-hold

Given the following configurations: ```java package com.example.demo.a; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import com.example.outside_app.SomeService; @Configuration public class SomeConfig { @Bean public SomeService someServiceFromA() { return new SomeService(); } } ``` and...

type: bug

The upgrade to Micrometer 1.0 RC 6 included [this change](https://github.com/spring-projects/spring-boot/commit/ccc820f723416c20f3163509d30af9597f8b3d49#diff-d3cdbe75bfa3f7df310dcfc8c9685021R106) that's derived from [this change](https://github.com/micrometer-metrics/micrometer/commit/a6a667418ff4c5ca205d4c49ab2b3de4338cfae4) for https://github.com/micrometer-metrics/micrometer/pull/264. The intent was to avoid recording a 200 response for a request that's...

type: bug

Hi, after upgrading Spring Boot from 2.1 to 2.6, I have a problem ([project sample](https://github.com/deripas/spring-issue-sample)) ``` The dependencies of some of the beans in the application context form a cycle:...

type: bug
status: pending-design-work

See https://github.com/spring-projects/spring-boot/issues/31233 for background.

type: bug

I have the following test, which works okay under Maven & Spring Boot 2.x. AuthorDao bean fails to load when running under Maven and Spring Boot M3. Works as expected...

type: bug

hello, Envronment: System: Windows 10 Home x64 21H2 JDK: 11.0.13 Spring Boot: 2.6.2 Docker Desktop 4.3.2 (WSL 2 based) We built a private docker repositories with Sonatype Nexus at `http://172.2.3.5:9000/`....

type: bug

See #31510 for background. Consider the following failure analysis: ``` Parameter 1 of method sessionRepositoryFilterRegistration in org.springframework.boot.autoconfigure.session.SessionRepositoryFilterConfiguration required a single bean, but 2 were found: - redisCacheConnectionFactory: defined by method...

type: bug

We have some modules that contain public classes that we really consider to be internal. Such modules include: - `spring-boot-configuration-processor` - `spring-boot-autoconfigure-processor` There are others that we may also want...

type: documentation
for: team-meeting