SpringBoot Update "Running Behind a Front-end Proxy Server" to include reactive and ForwardedHeaderTransformer

This paragraph in particular is Servlet-specific when it does not need to be:If this is not enough, Spring Framework pro...

SpringBoot Document that spring-boot-starter-parent sets maven.compiler.release and how to unset it if needed

springboot 3.2.0-RC1<plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven...

SpringBoot Add support for Netty metrics

netty's metrics have been provided since micrometer 1.11.x.https://github.com/micrometer-metrics/micrometer/tree/main/mi...

SpringBoot Add tests for DataBlockInputStream and track remaining bytes correctly

Although it isn't breaking anything the DataBlockInputStream is not correctly tracking remaining bytes. It also is lacki...

SpringBoot Virtual threads not supported on JDK <21

Got this error in client's environment. So can't create short example. If needed, I can enable required debug log and re...

SpringBoot Nested jars are not opened with runtime version set, causing classes in META-INF/versions to be ignored

HelloI tried new version of spring-framework 3.2.0-RC1 with spring.threads.virtual.enabled=true feature. But I faced iss...

SpringBoot PropertiesLauncher does not find correct Main Class when using ZIP as layout (3.2.0-RC1)

We recently upgrade to spring boot 3.2.0-RC1 and the local development does work as expected. Then I wanted to create a ...

SpringBoot spring.jackson.deserialization.fail-on-unknown-properties Not Working

I am using SpringBoot 3.1.5 with Spring Boot starter web and validation.When I try to set the properties spring.jackson....

SpringBoot AutoTimer should be deprecated

Affects: \3.1.3During the migration of instrumentation from the old APIs, based on WebMvcMetricsFilter, to the new Micro...

SpringBoot Refactor RSocketPortInfoApplicationContextInitializer to extract "server.ports" to a constant

This commit refactors the RSocketPortInfoApplicationContextInitializer class to replace the hardcoding of "server.ports"...

SpringBoot Links to portfolio projects which use Antora are broken

Our Snapshot documentation links to https://docs.spring.io/spring-framework/reference/6.1-SNAPSHOT/ which is a 404 - the...

SpringBoot Thymeleaf generated text in TEXT mode replaces CRLF with LF?

In a spring project, the Thymeleaf (vers. 3.0.15) template is like this:Label1: [($(var1))]Label2: [($(var2))]Label3: [(...

SpringBoot Document how to customize the basePackages that auto-configurations consider (for example Spring Data Repositories)

When adding an external library to Spring Boot with a different base package structure than your Spring Boot based appli...

SpringBoot Testcontainers at Development Time doesn't work with Spring Data JPA

Hello,I've updated my application from Spring-Boot 3.2.0-M3 to 3.2.0-RC1 and since then the used postgresql testcontaine...

SpringBoot Create a StandardJarScanner that can handle nested URLs directly

Currently StandardJarScanner.process calls org.apache.tomcat.util.scan.JarFactory to create a org.apache.tomcat.Jar inst...

SpringBoot @ServiceConnection is not working with @RestartScope in 3.2.0-RC1

Section Using DevTools with Testcontainers at Development Time in docs shows how @RestartScope works with existing Servi...

SpringBoot Mail health indicator fails when host is not set in properties

In what version(s) of Spring Integration are you seeing this issue?5.5.19Describe the bugI started seeing it after I hav...

SpringBoot Configure maven.compiler.release in spring-boot-starter-parent to prevent impossible JDK API usage

When cross compiling with newer JDKs against an older JDK API, it might happen, that a JDK API is used, which is not ava...

SpringBoot Clarifying documentation on including a top-level @TestConfiguration class in a test

A test configuration annotated with @TestConfiguration does not override a bean, if it is defined as a separate class. O...

SpringBoot Document ConfigurationPropertyCaching

spring-boot version: 3.0.2 (since 2.3.0)In commit 7afd25fc9a30e4e439791504eb8105acfde1d0cc, a cache was introduced to op...
上一页 下一页
.