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

I am using the embedded Jetty Container and came across the problem that the `server.max-http-header-size` property is "only" used to set the size of the request header. Jetty differentiates between...

type: enhancement

The Spring Boot build plugins support creating native images out of the box using the `build-image` command that uses Buildpacks to build the GraalVM native image. Still, Boot 3.0 has...

type: enhancement
status: blocked
theme: aot

See #30096 and #30378 for background. To make it easier for users to configure the refresh policy and indices options of the auto-configured `ReactiveElasticsearchTemplate`, it would be good to provide...

type: enhancement
status: pending-design-work

related PR: https://github.com/micrometer-metrics/micrometer/pull/3306

type: task
status: on-hold
theme: observability

Related PRs - [x] https://github.com/micrometer-metrics/micrometer/pull/3293 - [x] https://github.com/micrometer-metrics/tracing/pull/36

type: task
status: on-hold

One example of such a `Map` is [in Spring Cloud stream](https://github.com/spring-cloud/spring-cloud-stream/blob/bd002e4aaf05f2f4e31cb09d706910b470f960a3/spring-cloud-stream/src/main/java/org/springframework/cloud/stream/config/BindingServiceProperties.java#L60-L61). As things stand, there's no metadata for any of the properties on `BindingProperties`. I think it would be interesting...

type: enhancement
theme: config-data

While working on the AOT smoke test [`configuration-properties`](https://github.com/spring-projects/spring-aot-smoke-tests/tree/main/configuration-properties) I encountered a case where binding a nested class fails in native image. This works in JVM mode. See the failing build...

type: bug
status: pending-design-work
theme: aot

As said in https://github.com/reactor/reactor-kafka/issues/100#issuecomment-995178795 native support for Reactor Kafka would be nice to lots of users. Spring Boot currently supports WebFlux, but auto-configuration and more capabilities aren't supported yet with...

type: enhancement
status: pending-design-work