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 1031 spring-boot issues
Sort by recently updated
recently updated
newest added

Currently the `CacheMetricsRegistrarConfiguration` binds the meters for the cache related metrics in a `@PostContstruct` for all known cache names. Looking at the `spring-boot-sample-cache` project and the various caches implementations, most...

type: enhancement
status: blocked

### Use case Providing a Helm Chart for a Spring Boot application, typically requires translating input from `values.yaml` to application properties. There are many ways to achieve this, one of...

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

Hello, as of Spring Boot 3 the `management.metrics.web.server.request.autotime` configuration properties were removed and the following note was left: `Should be applied at the ObservationRegistry level.` There's no explanation anywhere on...

type: documentation

**Affects:** Spring Boot 3.3.2, Spring 6.1.11 When using a value class property in `@ConfigurationProperties` with a default value and *not* providing its value in application configuration leads to an error...

type: bug
theme: kotlin

I am using DevContainers in my development setup with Docker Compose, but I am encountering difficulties in integrating it seamlessly with Spring Boot's Docker Compose support. Specifically, my devcontainer.json configuration...

type: enhancement
theme: containers

This PR enhances the functionality related to issue #40342 by introducing configurable additional paths for live reload. This feature mirrors the existing capability for configuring additional paths for application restart.

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

As identified by https://github.com/spring-projects/spring-boot/issues/41231, we should review our auto-configuration in the places where it accepts both a URI and separate properties as there's the potential for some confusion and inconsistency....

type: task

Please enhance the documentation on how to properly enforce HTTPS on cloudfoundry... [1] only describes some aspects when using tomcat behind a proxy and does not talk about enforcing HTTPS,...

type: documentation

Users can provide optional `bindings` in the Maven `spring-boot:build-image` and Gradle `bootBuildImage` configuration. There are a few directories that are used by buildpacks during the image building process, and using...

type: enhancement

See https://github.com/spring-io/start.spring.io/issues/1529. We should add redirects so older files work.

type: task