Nineya
Home
Blog
SpringBoot CouchbaseReactiveHealthIndicator uses blocking API to retrieve the cluster diagnostics
2025-01-07 04:00:44
506
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
2025-01-07 04:00:41
302
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
2025-01-07 04:00:39
288
We currently auto-configure some of our Brave integration without micrometer-tracing-bridge-brave being on the classpath...
SpringBoot CLI arguments not beeing resolved
2025-01-07 04:00:37
4667
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
2025-01-07 04:00:34
115
@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
2025-01-07 04:00:29
308
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
2025-01-07 04:00:24
239
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
2025-01-07 04:00:22
671
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
2025-01-07 04:00:18
2093
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连接报错
2025-01-07 04:00:15
1105
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.
2025-01-07 04:00:13
2196
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
2025-01-07 04:00:10
1570
Currently, the entire RabbitStreamConfiguration is triggered by the listener type being equal to stream.While this is co...
SpringBoot Remove image banner support
2025-01-07 04:00:07
749
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
2025-01-07 04:00:04
1116
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
2025-01-07 04:00:02
129
Comment From: wilkinsonaClosed by https://github.com/spring-projects/spring-boot/commit/4a05230d5de9fdc0bb60612f7c1b1ea8...
SpringBoot Polish JavaVersionTests.currentJavaVersionNineteen()
2025-01-07 03:59:59
224
This PR polishes JavaVersionTests.currentJavaVersionNineteen() by using the JRE.JAVA_19 enum value.Comment From: snicoll...
SpringBoot Logging beans are missing during AOT processing
2025-01-07 03:59:56
1739
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
2025-01-07 03:59:53
1805
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
2025-01-07 03:59:50
10253
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
2025-01-07 03:59:27
343
When I upgraded to SpringBoot-M5, I found that some autowiring has failed, such as mybatis-spring-boot-starter, these ar...
上一页
下一页
1
…
1895
1896
1897
1898
1899
…
2246
.