spring-boot
spring-boot copied to clipboard
Spring Boot helps you to create Spring-powered, production-grade applications and services with absolute minimum fuss.
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...
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...
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...
related PR: https://github.com/micrometer-metrics/micrometer/pull/3306
Related PRs - [x] https://github.com/micrometer-metrics/micrometer/pull/3293 - [x] https://github.com/micrometer-metrics/tracing/pull/36
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...
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...
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...