SpringBoot Provide configuration properties for common low-level HTTP client settings

Currently, configuring implementation-specific properties for HTTPClient instances—such as idleTimeout or maxConnections...

SpringBoot Incorrect metadata for HttpServiceClientProperties ("spring.http.serviceclient")

spring-configuration-metadata.json in spring-boot-http-client-4.0.0-RC1.jar has incorrect metadata generated for HttpSer...

Spring Is it possible to change the default value of DEFAULT_CHARSET in StringHttpMessageConverter to UTF-8 in version 7.0?

I have looked at https://github.com/spring-projects/spring-framework/pull/29437, but I still insist that it's time to de...

Spring Convenient API Version Configuration in MockMvc

Java 21Spring Boot 4 RC1Example Project: https://github.com/hantsy/spring7-sandbox/tree/master/boot-api-versioning-webmv...

Spring Default API Vesrion Configuration in WebTestClient.ControllerSepc Not Applied

Java 21 Spring Boot 4.0 RC1Example Project: https://github.com/hantsy/spring7-sandbox/tree/master/boot-api-versioning-we...

Spring ContentNegotiationManager not finding media type when request includes quality parameter

Given a basic configuration for content negotiation: <bean id="contentNegotiationManager" class="or...

Spring Improve user check in TransportHandlingSockJsService

Based on https://github.com/spring-projects/spring-security/issues/18106, there is a Principal#equals check in Transport...

Spring RestTemplate with jetty client leads to IllegalArgumentException with "Self-suppression not permitted"

Affects:- spring-web 6.1.11There is a bug in the exception handling of the JettyClientHttpRequest.If a RestTemplate is u...

Spring Remove support for callable references in BeanRegistrarDsl

The support for callable references in BeanRegistrarDsl which has been introduced in #34922 adds around 150 additional c...

Spring Consider introducing JacksonXmlDecoder & friends

Spring Framework 7 migrated to Jackson 3. With this, Jackson2JsonDecoder got deprecated and is replaced by JacksonJsonDe...

Spring HtmlUnitRequestBuilder Creates ServletRequet.getServerPort() = -1

SummaryI'm getting an error in Spring Security when using HtmlUnitRequestBuilder to request a URL that does not contain ...

Spring Deprecate setConnectTimeout on HttpComponentsClientHttpRequestFactory

Spring Boot 3.5.7 upgrades Apache HttpClient5 from 5.5 to 5.5.1.We now see a strange error when using RestTemplates with...

Spring Improve 404 error handling in Spring MVC

There are two places in Spring MVC that can call sendError(SC_NOT_FOUND). One is the DispatcherServlet and the other Res...

SpringBoot Make use of JavaExecSpec.getJvmArguments()

Gradle 8.1 will add and jvmArguments property to JavaExecSpec. We should be able to use this new property instead of our...

SpringBoot Allow Jackson StreamReadConstraints to be configured

Jackson 2.15 (v2.15.0-rc1 is out) has a default set of limits that it applies to inputs. Input Files that breach those l...

SpringBoot @MockBean and @SpyBean without amending the application context

This is more an idea for enhancement rather than an issue. @MockBean and @SpyBean are designed in a way that using them ...

SpringBoot Missing callback-Method "onBind" in org.springframework.boot.context.properties.bind.BindHandler

Hello!There are several methods for influencing / processing PropertyBinding using org.springframework.boot.context.prop...

SpringBoot Provide auto-configuration for Liquibase with NoSQL databases

Spring Boot version is 3.1.4.Reproducer (ignore the README title, the initial scope of the reproducer is unrelated to th...

SpringBoot Support Markdown documentation comments in spring-boot-configuration-processor

https://openjdk.org/jeps/467, currently targeted at Java 23, will add support for writing documentation comments using M...

SpringBoot Consider restructuring Spring Session configuration properties

This is a follow-up on #17278, which handled changes to flush mode related configuration properties. More changes in con...
下一页
.