SpringBoot Spring Boot 3.2.0 failed to bind properties of a Map

Hi,I recently upgraded to Spring Boot 3.2.0 and i think i have found a regression with properties binding within a Map, ...

SpringBoot Add ThreadPoolTaskExecutorsEndpoint

Add ThreadPoolTaskExecutorsEndpoint, It is mainly used to observe the information about the asynchronous task thread poo...

SpringBoot Unable to find a @SpringBootConfiguration results in misleading error message

Exception is raised if the test is not located in the same or sub package of @SpringBootApplication main class, even if ...

SpringBoot Run PaketoBuilderTests on all JDK versions

30373 added @EnabledForJreRange but we might be able to drop that restriction now. If not, we can at least try to increa...

SpringBoot Enable GraalVM native Paketo Builder Tests on Java 22

Comment From: izeyeI'm not sure if "Java 22" in the issue title is just a typo for "Java 21", but ed42ed7c43e9c865c30258...

SpringBoot Make it possible and simple to use more than one kafka serializer and deserializer

We are in the situation where we have both consumers and producers in the code that all use avro, and using config only ...

SpringBoot UnsupportedOperationException when starting a Maven shaded application on Java 21 with virtual threads enabled

The plugin management for the Maven Shade Plugin does not add the Manifest Entry for Multi Release Jars. Does this make ...

SpringBoot PhysicalNamingStrategy Bean Confiugured on my code is not working

I have configured my naming strategy, which works on my local machine but it does not work when I deploy to an EC2 insta...

SpringBoot Expose osbasi.SettingsCreator.createFrom

To facilitate configuration of multiple DataSources, the missing piece of the convenience puzzle is SettingsCreator.crea...

SpringBoot Behaviour change - @ConfigurationProperties and empty objects in YAML

Summary:After upgrading to Spring Boot 3.4.0, @ConfigurationProperties classes no longer handle empty objects (something...

SpringBoot With multiple ResourceHandlerRegistrationCustomizer beans in the context, only one of them is used

WebFluxAutoConfiguration injects ResourceHandlerRegistrationCustomizer using ObjectProvider.getIfAvailable():https://git...

SpringBoot Testcontainers start() methods may be started multiple times

ContainerConnectionDetailsFactory.getContainer() is doing if (this.container instanceof Startable startable) { ...

SpringBoot Align WebFluxTags#uri() with WebMvcTags#uri()

Hi,this PR is an attempt to fix #15608 by aligning WebFluxTags#uri() with WebMvcTags#uri().Let me know what you think.Ch...

SpringBoot DataSourceHealthIndicator need timeout

for the business function,we will set database timeout(get connent form pool time out or exec query wait time out ) ve...

SpringBoot Spring Boot 3.4 failed on native compilation with Spring Cloud 2024.0.0

In the start if gradlew nativeCompile , I got the follow :[main] faultConfiguringBeanFactoryPostProcessor : No bean name...

SpringBoot Allow group description metadata to be generated by the configuration properties annotation processor

Currently we never set a description for item groups, however, our documentation does say that one can be provided in th...

SpringBoot Exception while creating/updating MongoDB index

Hi,I have a problem after upgrading Spring Boot to version 4.4.0 (MongoDB driver 5.2.1). I can no longer update an uniqu...

SpringBoot Consider reinstating CLI install command

The CLI used to support spring install but we removed it as part of #32263. We might want to reconsider if we should sup...

SpringBoot Multipart Upload Issue After Spring Boot 3.3.5 Upgrade – Connection Closed by Peer

Hello Experts,We’ve encountered an issue with multipart/form-data uploads in our microservices architecture after upgrad...

SpringBoot Add test for nullSafeValue with mapper transformation

I’ve added a test case for the newly introduced nullSafeValue method that accepts a mapper function (introduced in #4297...
上一页 下一页
.