SpringBoot Add requestFactorySettings method to RestTemplateBuilder

RestTemplateBuilder has method to configure timeouts and ssl bundles, but not an easy way to apply an existing ClientHtt...

SpringBoot Rename RestTemplateBuilder 'set' methods

RestTemplateBuilder has setConnectTimeout, setReadTimeout and setSslBundle methods which are oddly named compared to the...

SpringBoot Support Reactor Netty in ClientHttpRequestFactories

RestClient support in #36213 was followed by JDK HttpClient and Jetty client support in ClientHttpRequestFactories, #361...

SpringBoot MultipartFile is Null in @ModelAttribute with Spring Boot 3.3.4 but Works in 3.2.4

Title:MultipartFile is Null in @ModelAttribute with Spring Boot 3.3.4 but Works in 3.2.4Description:When upgrading from ...

SpringBoot MeterRegistry: same meter name with different tags is not reflected in /actuator/prometheus

SetupLet's setup a simple spring-boot app:build.gradle.ktsplugins { java id("org.springframework.boot") ...

SpringBoot Move default value descriptions to "description" in logging property metadata

This PR moves default value descriptions to "description" properties in logging property metadata as it doesn't seem to ...

SpringBoot Improve document to elaborate why the slash in the map key will be removed

https://github.com/spring-projects/spring-boot/blob/50d05192c828a299002ccf71020dbe0f7ea0499b/spring-boot-project/spring-...

SpringBoot java.lang.IllegalStateException: Error processing condition on org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration.propertySourcesPlaceholderConfigurer

I was working on my project to implement security for a WebSocket Connection, so, I have simply created the WebSocketSec...

SpringBoot @ConfigurationProperties used with @Bean doesn't work when config is loaded through @SpringBootTest's classes property.

When @ConfigurationProperties(prefix="..") is used with @Bean on an @Configuration class, it doesn't populate the fields...

SpringBoot Align the time at which AOT-based context initialization is performed more closely with the standard case

We currently add a custom initialiser for AOT and place it first in the application's list of initializers:https://githu...

SpringBoot Integration testing issues with spring boot 3.3.3 hibernate 6.5.2.Final

Here are my configuration : Spring boot 3.3.3Mockito core 5.14.2I used spring boot 3.2.2 and I. Updated to 3.3.3.Since t...

SpringBoot management.health.db.ignore-routing-datasources=true has no effect when an AbstractRoutingDataSource has been wrapped

Forward port of issue #42322 to 3.4.x.Comment From: corneliusroemerNote that this commit lead to CI breaking for us when...

SpringBoot No transactionId anymore in implementation classes of ErrorWebExceptionHandler

Spring boot version: 3.3.2Spring cloud dependencies version: 2023.0.3sample issue spring cloud gateway repository: https...

SpringBoot spring-boot-testcontainers when used on abstract class creates multiple contexts

Creating integration tests with a shared abstract class to avoid initializing multiple contexts does not work as expecte...

SpringBoot Backport Gradle 8 Upgrade to all 3.x branches

In order to help with #42333 we should align on a single Gradle versionComment From: philwebbMostly a cherry-pick of d75...

SpringBoot changelog-generator.yml shouldn't use ${{ !vars.COMMERCIAL }} as it isn't processed by GitHub Actions

We might be able to set it in the env before running the spring-io/github-changelog-generator action. If that's not an o...

SpringBoot Fix references to COMMERCIAL in release workflow

Some are just COMMERCIAL. They need to be vars.COMMERCIAL.Comment From: wilkinsonaAlready fixed in 9858b4b367dee816c736d...

SpringBoot Add Docker Compose @ServiceConnection support for ClickHouse

Similar to https://github.com/spring-projects/spring-boot/pull/42837 but for Docker Compose Comment From: snicollThanks ...

SpringBoot Document that embedded Tomcat must be at least 10.1.25

The System Requirements documentation specifies which versions are supported. However, not all patch versions of Tomcat ...

SpringBoot Update build name when deploying snapshots

When we branch main to 3.4.x, remember to change build-and-deploy-snapshot.yml:build-name: ${{ vars.COMMERCIAL &&am...
上一页 下一页
.