SpringBoot Reference documentation incorrectly uses 'disabled' rather than 'none' for access restrictions

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

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

GH-39865 added support for MethodValidationResult to DefaultErrorAttributes but it filters the list errors published in ...

SpringBoot refactor Test

@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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Related to https://github.com/spring-projects/spring-boot/pull/43334.Comment From: philwebbClosing in favor of PR #43345...
上一页 下一页
.