SpringBoot Make use of JavaExecSpec.getJvmArguments()

Gradle 8.1 will add and jvmArguments property to JavaExecSpec. We should be able to use this new property instead of our...

SpringBoot Allow Jackson StreamReadConstraints to be configured

Jackson 2.15 (v2.15.0-rc1 is out) has a default set of limits that it applies to inputs. Input Files that breach those l...

SpringBoot @MockBean and @SpyBean without amending the application context

This is more an idea for enhancement rather than an issue. @MockBean and @SpyBean are designed in a way that using them ...

SpringBoot Missing callback-Method "onBind" in org.springframework.boot.context.properties.bind.BindHandler

Hello!There are several methods for influencing / processing PropertyBinding using org.springframework.boot.context.prop...

SpringBoot Provide auto-configuration for Liquibase with NoSQL databases

Spring Boot version is 3.1.4.Reproducer (ignore the README title, the initial scope of the reproducer is unrelated to th...

SpringBoot Support Markdown documentation comments in spring-boot-configuration-processor

https://openjdk.org/jeps/467, currently targeted at Java 23, will add support for writing documentation comments using M...

SpringBoot Consider restructuring Spring Session configuration properties

This is a follow-up on #17278, which handled changes to flush mode related configuration properties. More changes in con...

SpringBoot Rework Spring Session Redis properties to make it clearer which properties apply in which situations

We have 6 properties at the moment:spring.session.redis.cleanup-cronspring.session.redis.configure-actionspring.session....

SpringBoot Provide a clearer link between the documented managed dependency coordinates and version properties

Going along the lines of https://github.com/spring-projects/spring-boot/issues/21723 etc. (i.e. switching from the Sprin...

SpringBoot Use consistent style for Nested/Collection/Map properties in @ConfigurationProperties

There are different styles in the codebase, even in a single source file, is it possible and worthy to force same style ...

SpringBoot Support Gradle's isolated projects feature

https://docs.gradle.org/current/userguide/isolated_projects.htmlExperimenting with the feature today shows that our Reso...

SpringBoot Enable autoconfiguration of OAuth2 machinery in a non-webapp

OAuth2 is useful in messaging and non-servlet, non-webflux apps. A lot of the machinery is not dependent on the web APIs...

SpringBoot Make stop behavior across various Web Server implementations consistent

Javadoc states:Stops the web server. Calling this method on an already stopped server has no effect.I reviewed all WebSe...

SpringBoot Clarify how warnings about soon-to-expire SSL certificates are reported

Related to #44650, the documentation about the current behavior is not clear about how warnings for soon-to-expire SSL c...

SpringBoot Add support for spring-grpc

We should add auto-configuration, properties and documentation for Spring GRPC. We may also want to revert or align #464...

SpringBoot Clarify when BootstrapContext get methods may return null rather than throwing an exception or calling the fallback supplier

Hey,Note: this is on 4.0.0-RC1I noticed with this commit https://github.com/spring-projects/spring-boot/commit/4ebf09ad1...

SpringBoot Application TaskExecutor is no longer used when a custom AsyncConfigurer bean is defined

As mentioned in the release notes of spring boot 3.5 the bean name "taskExecutor" was removed -> https://github.com/s...

SpringBoot BootZipCopyAction opens stream twice

these lines in BootZipCopyAction are causing library.openStream() to be called twice. The prepareStoredEntry method will...

SpringBoot RestTemplate with default connectionReuseStrategy uses connectTimeout as readTimeout on reused connection

Spring Boot 3.5.7 upgrades Apache HttpClient5 from 5.5 to 5.5.1.We now see a strange error when using RestTemplates with...

Spring Regression on 4.0.0-RC1: spring-boot-starter-kotlin-serialization

I've been using Spring Boot 4 since the M2 and I have a simple web application with spring-boot-starter-web and springdo...
下一页
.