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 Fix port handling in HtmlUnitRequestBuilder

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...

SpringBoot Rework Spring Session Redis properties to make it clearer which properties apply in which situations

We have 6 properties at the moment:spring.session.redis.cleanup-cronspring.session.redis.configure-actionspring.session....

SpringBoot Provide a clearer link between the documented managed dependency coordinates and version properties

Going along the lines of https://github.com/spring-projects/spring-boot/issues/21723 etc. (i.e. switching from the Sprin...

SpringBoot Use consistent style for Nested/Collection/Map properties in @ConfigurationProperties

There are different styles in the codebase, even in a single source file, is it possible and worthy to force same style ...

SpringBoot Support Gradle's isolated projects feature

https://docs.gradle.org/current/userguide/isolated_projects.htmlExperimenting with the feature today shows that our Reso...

SpringBoot Enable autoconfiguration of OAuth2 machinery in a non-webapp

OAuth2 is useful in messaging and non-servlet, non-webflux apps. A lot of the machinery is not dependent on the web APIs...
上一页 下一页
.