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

The `WebClientSenderConfiguration` contains the auto-configuration for the `WebClient` based Zipkin sender. The `RestTemplate` based one honors the timeouts from the `ZipkinProperties`, while the `WebClient` based one does not. Unfortunately there...

type: enhancement
theme: observability

Our test support has a `TestCompiler` (`org.springframework.boot.testsupport.compiler.TestCompiler`). Now that Spring Framework has a test module that ships with a more powerful variant, we should remove ours and adapt our existing...

type: task
theme: aot

As discussed with @dmikusa-pivotal, @mhalbritter and @scottfrederick, we need to integrate [GraalVM metadata repository](https://github.com/oracle/graalvm-reachability-metadata) in Buildpacks in addition to Native Build Tools current support (see #31687) in order to allow...

status: waiting-for-triage
status: pending-design-work
for: team-meeting
theme: aot

This is a WIP proposal for ReactorKafka auto-configuration. It is a modification of the original proposal in that it leverages the already existing producer/consumer from KafkaProperties as well as supports...

status: waiting-for-triage

I noticed that when I have a Spring Boot test, and the context fails to initialize, the Banner is printed twice, and I decided to look into why. ``` //...

type: bug
status: pending-design-work

At the moment, the `ThreadDumpEndpoint` is not usable in a native image, as GraalVM doesn't implement thread dumping yet. I've opened an issue for that: https://github.com/oracle/graal/issues/4714 When that issue is...

type: enhancement
status: blocked
theme: aot

As of now, we need at least GraalVM 22.1 for native image support. This is currently not in the docs, add it.

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

`spring.mvc.throw-exception-if-no-handler-found=true` requires additional configuration to be effective because default `+spring.mvc.static-path-pattern=/**+` collides it. This PR explains correlation, which is confusing. The confusion was reported in https://github.com/spring-projects/spring-boot/issues/9263 and others

status: waiting-for-triage

Got this warning in my log: ``` o.s.c.annotation.AnnotationTypeMapping : Support for convention-based annotation attribute overrides is deprecated and will be removed in Spring Framework 6.1. Please annotate the 'endpoint' attribute...

type: task