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

Closes #36777 This PR includes: * Adding the ConnectionDetails abstraction for OAuth2 `Registration` + `Provider` * Docker-Compose Support for the [keycloak/keycloak](https://hub.docker.com/r/keycloak/keycloak) Image Open Questions: * Since the `Registration` has a...

type: enhancement

I followed the Spring Boot and Spring Framework documentations to configure a WebClient with Spring Boot 3.1.1. I have * configured the SSL following https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#io.rest-client.webclient.ssl * configured timeouts following https://docs.spring.io/spring-framework/reference/web/webflux-webclient/client-builder.html#webflux-client-builder-reactor-timeout...

type: bug
theme: ssl
theme: http-client-config

Tested on: Spring Boot 3.2.2 Hello. Sorry for the long title... What I found is this: if I use constructor binding on a `@ConfigurationProperties` class and the class has, somewhere,...

status: waiting-for-triage
status: feedback-provided

The last version of `SpringBootTestContextBootstrapper` allows extension so users could create there own test bootstrappers while keeping Spring Test Context creation in line with default implementation. Since `@BootstrapWith` annotation can...

type: enhancement
theme: testing

When using DataSourceBuilder to "deriveFrom" another DataSource, it is possible that the other Datasource has a getter for url, but not driverClassName. In this case, when the url is derived...

type: enhancement

The reference guide [has a section](https://docs.spring.io/spring-boot/docs/current/reference/html/deployment.html#deployment.efficient.unpacking) on unpacking the executable jar to get extra boost. It also has an additional hint for bypassing the bootlader with the impact on losing...

type: enhancement
for: team-meeting

We're using `com.gradle.plugin-publish` in version `0.15.0` in our CI when publishing the gradle plugin. We should update this to a newer version: https://plugins.gradle.org/plugin/com.gradle.plugin-publish

type: task

Hello We wanted to ask if its possible to include net.ttddyy.observation:datasource-micrometer-spring-boot:1.0.3 in spring boot starters ?

type: enhancement
status: blocked

One possible cause of #28832 is that the packages containing the components haven't been scanned. If it's possible to do so, I think it would be useful to include information...

type: enhancement

If there is only one dispatcher servlet in the servlet context, then it would be nice to have a simpler way to construct `MvcRequestMatcher` instances. As it is, an application...

type: enhancement
status: pending-design-work