Nineya
Home
Blog
软著申请
SpringBoot Replace calls to verifyComplete() with expectComplete().verify(Duration) to avoid blocking indefinitely
2025-01-07 08:06:44
704
We use verifyComplete() in several places. With the default StepVerifier timeout this will block indefinitely, potential...
SpringBoot Update properties-and-configuration.adoc
2025-01-07 08:06:41
516
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
2025-01-07 08:06:37
3107
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
2025-01-07 08:06:34
7220
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
2025-01-07 08:06:31
5059
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
2025-01-07 08:06:24
3577
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
2025-01-07 08:06:21
15141
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
2025-01-07 08:06:16
227
Comment From: wilkinsonahttps://github.com/spring-projects/spring-framework/commit/0211016957822e21317db50878f3c8c3affd2...
SpringBoot Make ReactiveOAuth2ResourceServerAutoConfigurationTests more robust
2025-01-07 08:06:12
686
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
2025-01-07 08:06:07
295
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
2025-01-07 08:06:03
693
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
2025-01-07 08:06:01
2306
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
2025-01-07 08:05:58
401
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
2025-01-07 08:05:56
2803
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
2025-01-07 08:05:50
10017
I followed the official guide to declare test containers as beans, the general method is working well.@TestConfiguration...
SpringBoot Use ephemeral port for Hazelcast
2025-01-07 08:05:46
722
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
2025-01-07 08:05:43
172
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
2025-01-07 08:05:41
283
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
2025-01-07 08:05:37
352
Fix typo in docker-compose.adocComment From: pivotal-cla@sungchanjo Please sign the Contributor License Agreement!Click ...
SpringBoot @RestControllerEndpoint is not exposing micrometer metrics
2025-01-07 08:05:33
3043
Hey all,I have a custom endpoint that is accessible only under the admin actuator port and I would like to expose some u...
上一页
下一页
1
…
1808
1809
1810
1811
1812
…
2246
.