SpringBoot Replace calls to verifyComplete() with expectComplete().verify(Duration) to avoid blocking indefinitely

We use verifyComplete() in several places. With the default StepVerifier timeout this will block indefinitely, potential...

SpringBoot Update properties-and-configuration.adoc

Update documentation example for newer Gradle versions.Comment From: sullrich84Sorry for the confusion. My understanding...

SpringBoot Jackson's ObjectMapper writes empty JSON strings for Spring Boot 3.1.0 if the entity is a record

Bug ReportI noticed after upgrading from Spring Boot 2.7.12 to Spring Boot 3.1.0, that records cannot be serialized anym...

SpringBoot ConditionEvaluationReportLoggingListener registered in ApplicationContextRunner should log the report if the context fails to start

In order to help me diagnose failures of test (in particular when context fails to be initialized), I need to get a repo...

SpringBoot Tracing only supports a single context propagation type

This change adds support for multiple context propagation types (e.g. B3 and W3C). It also adds support for a new propag...

SpringBoot Validation is not applied for ConfigurationProperties that implement Validator and use @ConstructorBinding

In this article (https://reflectoring.io/validate-spring-boot-configuration-parameters-at-startup/ ), it is advised to i...

SpringBoot Auto-configuration for Spring Data MongoDB ignores spring.data.mongodb.database when spring.data.mongodb.uri has been set

After upgrading to spring-boot 3 mongo auto configuration is not working, when connection string is used.I think we need...

SpringBoot Upgrade to Spring Framework 5.3.28

Comment From: wilkinsonahttps://github.com/spring-projects/spring-framework/commit/0211016957822e21317db50878f3c8c3affd2...

SpringBoot Make ReactiveOAuth2ResourceServerAutoConfigurationTests more robust

We have three tests that depend on some Spring Security internals and, as a result, they're quite brittle. They currentl...

SpringBoot Update description of spring-boot-starter-data-rest to clarify that it uses Spring MVC

See https://github.com/spring-projects/spring-boot/issues/35673 for some background. At the moment, the starter's descri...

SpringBoot Add @DynamicPropertySource to documented list of property source ordering

The Boot Documentation has a section about PropertySource order. The @DynamicPropertySource is missing in this list. Acc...

SpringBoot Custom ObservationHandler beans need to be registered after infrastructure handlers

I faced an ordering issue for registering custom ObservationHandler beans to the observation registry.The use case is th...

SpringBoot Result from SpringApplication.from(...) may need to provide access to more details in the future

With #35203 we changed SpringApplication.from(...) to return the ApplicationContext but it's possible we may need to exp...

SpringBoot Speed up BOMR library resolution

BOMR takes a lot of time to look for library updates. Looking for a single version can take up to 17 seconds in my tests...

SpringBoot Declaring Containters as beans does not work as expected

I followed the official guide to declare test containers as beans, the general method is working well.@TestConfiguration...

SpringBoot Use ephemeral port for Hazelcast

When Hazelcast is started on a fixed port and that port is already in use, it does not fail to start which makes the pro...

SpringBoot Add property to limit Jetty's maximum connections

Tomcat has such a property named server.tomcat.max-connections already. We should add one for Jetty, too. We can use the...

SpringBoot When virtual threads are enabled, configure Tomcat to use them

Tomcat's virtual thread support has been back-ported to 10.1.x and should be available in the next 10.1.x release. We ca...

SpringBoot Fix typo in Docker Compose documentation

Fix typo in docker-compose.adocComment From: pivotal-cla@sungchanjo Please sign the Contributor License Agreement!Click ...

SpringBoot @RestControllerEndpoint is not exposing micrometer metrics

Hey all,I have a custom endpoint that is accessible only under the admin actuator port and I would like to expose some u...
上一页 下一页
.