Nineya
Home
Blog
软著申请
SpringBoot Reference documentation incorrectly uses 'disabled' rather than 'none' for access restrictions
2025-01-08 00:23:54
1211
i've installed spring boot 3.4.0, and tried to migrate to the new actuator configuration.e.g. according to the docs:mana...
SpringBoot Improve starter reference documentation
2025-01-08 00:23:52
4200
I'm pretty sure several years ago looking at whatever tech on spring boot's docs it would advise to pull certain starter...
SpringBoot DefaultErrorAttributes doesn't populate errors for MethodValidationResult
2025-01-08 00:23:49
3239
GH-39865 added support for MethodValidationResult to DefaultErrorAttributes but it filters the list errors published in ...
SpringBoot refactor Test
2025-01-08 00:23:46
225
@pivotal-cla This is an Obvious Fixrefactor the case to testComment From: philwebbThese files are not intended to be tes...
SpringBoot Investigate applying ReactorNettyHttpClientMapper beans to the HttpClient used by an auto-configured ReactorClientHttpRequestFactoryBuilder
2025-01-08 00:23:44
2356
I'm trying out the new HTTP client enhancements made with 3.4.0 and noticed:* spring.http.client properties don't apply ...
SpringBoot H2ConsoleAutoConfiguration causes early initialization of DataSource beans
2025-01-08 00:23:41
4412
ContextI have an application (recently upgraded to Spring Boot 3.4.0) with two configured data sources, following a setu...
SpringBoot Springboot Kafka autoconfiguration - SSLBundle for SASL_PLAINTEXT with SCRAM-SHA-512
2025-01-08 00:23:38
5624
Since SpringBoot version 3.2 Kafka autoconfiguration is deprecated and marked for removal in version 3.4 https://docs.sp...
SpringBoot Make ReactiveUserDetailsServiceAutoConfiguration conditional on reactive web app
2025-01-08 00:23:36
933
The UserDetailsServiceAutoConfiguration is only to be active in a reactive web applicationI tried to align my tests to t...
SpringBoot STOMP Connection Closes Due to Missing Heartbeats Despite Frontend Showing Ping-Pongs
2025-01-08 00:23:33
2382
I’m experiencing a connection issue with WebSocket STOMP in Spring Boot using ActiveMQ Artemis. Despite proper heartbeat...
SpringBoot Springboot gzip compressing responses having size less than min-response-size configured
2025-01-08 00:23:31
4359
I am trying to implement Gzip response compression in my Springboot Rest APII am using below configuration in my applica...
SpringBoot refactor: remove unused method from ValidationErrors
2025-01-08 00:23:28
552
It appears that the hasErrors method is not referenced anywhere in the codebase. Removing it helps to simplify the class...
SpringBoot Remove unused ON_LOCATION_NOT_FOUND_PROPERTY constant
2025-01-08 00:23:25
152
Remove unused ON_LOCATION_NOT_FOUND_PROPERTY constantComment From: philwebbThis is a public constant and is used by Spri...
SpringBoot structured logging for CSV format
2025-01-08 00:23:22
3150
Now structured logging built-in support for Elastic Common Schema (ecs), Graylog Extended Log Format (gelf) and Logstash...
SpringBoot Register Base64ProtocolResolver as protocol resolver by default
2025-01-08 00:23:16
1951
In most of our projects these days, we use the following approach to be able to bind base64 encoded files as configurati...
SpringBoot Accept progress on numbers >2GB
2025-01-08 00:23:14
1924
Docker ProgressUpdateEvent may report file sizes larger than 2GB, but int has been used as the target type on parsing th...
SpringBoot Auto-configure VirtualThreadMetrics from micrometer-java21
2025-01-08 00:23:10
7681
Micrometer added a new MeterBinder for virtual thread metrics via https://github.com/micrometer-metrics/micrometer/pull/...
SpringBoot @SpringBootTest doesn't work with JAX-RS/Jersey
2025-01-08 00:23:07
7921
SummaryA simple @SpringBootTest passes when you test an application that uses a controller, but the same test fails when...
SpringBoot remove unused hasErrors method from ValidationErrors
2025-01-08 00:23:05
154
It appears that the hasErrors method is not referenced anywhere in the codebase. Removing it helps to simplify the class...
SpringBoot Document @MockBean vs @MockitoBean migration compatibility
2025-01-08 00:23:03
2044
OverviewDue to the deprecation of @MockBean and @SpyBean in favor of Spring Framework's new @MockitoBean and @MockitoSpy...
SpringBoot Make ReactiveUserDetailsServiceAutoConfiguration conditional on reactive web app
2025-01-08 00:23:00
150
Related to https://github.com/spring-projects/spring-boot/pull/43334.Comment From: philwebbClosing in favor of PR #43345...
上一页
下一页
1
…
1615
1616
1617
1618
1619
…
2246
.