SpringBoot CouchbaseReactiveHealthIndicator uses blocking API to retrieve the cluster diagnostics

Title pretty much says it all, but use non-blocking cluster.reactive().diagnostics()instead of blocking cluster.diagnost...

SpringBoot Require micrometer-tracing-bridge-otel to auto-configure OpenTelemetry

We currently auto-configure some of our OpenTelemetry integration without micrometer-tracing-bridge-otel being on the cl...

SpringBoot Require micrometer-tracing-bridge-brave to auto-configure Brave

We currently auto-configure some of our Brave integration without micrometer-tracing-bridge-brave being on the classpath...

SpringBoot CLI arguments not beeing resolved

Hi,I am trying to start my application using Command Line Arguments but my application fail to build because of the para...

SpringBoot Remove redundant @ExtendWith(SpringExtension.class) from MyJmxTests example

@SpringBootTest already contains @ExtendWith(SpringExtension.class).Comment From: snicoll@1993heqiang thanks again.

SpringBoot Enable LoaderIntegrationTests with Java 19 once a liberica docker image is available

Comment From: wilkinsonaDuplicates #32289.Comment From: wilkinsonaBellsoft have published their Java 19 releases on GitH...

SpringBoot Fix system test failures caused by implicit task dependencies

Depending on the version of Gradle being used, the Paketo system tests for distZip archives might fail with a message sa...

SpringBoot Fix typos in code and documentation

Fix various small typos in code, Javadocs and documentations.Some sentences has been slightly simplified (e.g. all of th...

SpringBoot BootBuildImage's archiveFile property is annotated as an @Input but should be annotated as an @InputFile

In a project with Spring Boot 3.0.0-M5 I tried to upgrade from Gradle 7.5.1 to 8.0.0-milestone-1, but got this error mes...

SpringBoot sprinboot项目开启,mysql8.0.21连接报错

2022-09-26 16:56:03.487 ERROR 22504 --- [reate-173516428] com.alibaba.druid.pool.DruidDataSource : create connection S...

SpringBoot There is a pause before printing banner.

The logback was printed at 15:00:01, but the banner was printed at 15:00:07. The only thing in between is Springboot's i...

SpringBoot Allow a Rabbit Stream Environment and Template to be auto-configured when not using a streaming listener container factory

Currently, the entire RabbitStreamConfiguration is triggered by the listener type being equal to stream.While this is co...

SpringBoot Remove image banner support

Image banners rely on awt classes to convert the gif/png/jpeg file to text. They also convert the image on each run of t...

SpringBoot Limit modules in the aggregated javadoc to those that we expect an application to depend upon

We have some modules that contain public classes that we really consider to be internal. Such modules include:spring-boo...

SpringBoot Move spring-boot-properties-migrator into spring-boot-tools

Comment From: wilkinsonaClosed by https://github.com/spring-projects/spring-boot/commit/4a05230d5de9fdc0bb60612f7c1b1ea8...

SpringBoot Polish JavaVersionTests.currentJavaVersionNineteen()

This PR polishes JavaVersionTests.currentJavaVersionNineteen() by using the JRE.JAVA_19 enum value.Comment From: snicoll...

SpringBoot Logging beans are missing during AOT processing

When running https://github.com/spring-projects/spring-aot-smoke-tests/tree/main/actuator-webmvc on the JVM, http://loca...

SpringBoot Bug since v2.7.4: Spring Data R2DBC does not fetch a valid JSON from MySQL via MariaDB driver

Java 17Spring Boot v2.7.4MySQL 5.7MariaDB R2DBC driver (see why)MySQL:CREATE TABLE `some_table`( `id` BIGINT(20) UN...

SpringBoot Flyway auto-configuration fails with Flyway 9

After upgrading my project to Flyway core 9.1.2 the tests failed cause the spring boot autoconfiguration is using deprec...

SpringBoot spring.factories does not support autowiring in SpringBoot-M5

When I upgraded to SpringBoot-M5, I found that some autowiring has failed, such as mybatis-spring-boot-starter, these ar...
上一页 下一页
.