Spring SpringBeanAutowiringSupport should log at warn level when autowiring fails

I recently upgraded to a newer wildfly version (20-->23) and wildfly now init's webservices very early, before spring...

Spring UriComponentsBuilder handles invalid port numbers correctly

Hello.Fixed a bug in the'UriComponentBuilder' class.The bug occurs in'UriComponentBuilder#fromUriString()'.A bug occurs ...

Spring Ignore trailing slash in CorsConfiguration origin patterns

Affects: v5.3.6It's connected to https://github.com/spring-projects/spring-framework/issues/24763 - CorsConfiguration ba...

Spring Deprecate TransactionSynchronizationAdapter

Yanming Zhou opened SPR-17190 and commentedThose legacy adapter class should be marked as @Deprecated and removed in the...

Spring Fixes Incorrect Assertion check in AbstractBrokerRegistration

Fixes #26896 Fixes the incorrect double assertion check.Comment From: jhoellerSince I had myself assigned to the issue, ...

Spring Fix web parameters resolution when injected via constructor

This fixes the problem described in #25182 Comma-separated multi value parameters are wrongly injected if constructor in...

Spring Fix parameter bug of handler that Kotlin DSL defines as a parameter for the filterFunction.

Resolve #26838 This PR fixes following bug.https://github.com/spring-projects/spring-framework/blob/5b1ab31559798df83f1e...

Spring Optimize some scenes which need not proxy

If using @target in the pointcut expression, spring will create proxy for the classes which are in maybe case and will c...

Spring RSocketRequester disposal of underlying RSocketClient

Affects: 5.3.6When using RSocketRequester.builder().transport() a new underlying RSocketClient is created (which is hidd...

Spring Document feature to load @ModelAttribute through type conversion from a request value

The behavior of @ModelAttribute in Web MVC and WebFlux is different.Except for #26856, the HTTP GET parameter cannot be ...

Spring Different behaviour with controller query parameters mapping in object in Kotlin and Java

Spring boot 2.3.0, java 11.Hello everyone, i trying to map query params into object with kotlin data class.When i query ...

Spring Add PreFlightRequestWebFilter

Similar to CorsWebFilter there should be a PreFlightWebFilter in Spring Framework that leverages the PreFlightRequestHan...

Spring Support empty file uploads with HtmlUnit and MockMvc

When one uses HtmlUnit as a Web Client for tests, the HtmlUnitRequestBuilder can't cope with empty file input fields. It...

Spring Changed declaration order of some variables in GenericTypeResolver.resolveReturnTypeForGenericMethod()

Changed the order to don't declare variables that might not be needed. If declaredTypeVariables.length == 0 is true, the...

Spring HtmlUnitRequestBuilder can't cope with empty file input (NPE)

Backport of gh-26799Comment From: sbrannenThis backport is unnecessary since the support for file uploads was not added ...

Spring Update ForwardedHeaderTransformer.java

when set spring.webflux.base-path and use Spring's support for handling forwarded headers.ForwardedHeaderTransformer sh...

Spring fix aop @target bug

1. Problem DescribeI found spring will proxy some classes without the designated annotation , when I use @target in the ...

Spring MockMvc fails to capture the Exception message [SPR-12692]

Volkan Yazici opened SPR-12692 and commentedMockMvc fails to capture the message field of exceptions thrown by a control...

Spring Improve reference documentation on Resources

Status QuoAs discussed in #26443, the Resources section of the reference documentation is very outdated, focusing primar...

Spring Merge pull request #1 from spring-projects/master

xComment From: pivotal-issuemaster@htf1129 Please sign the Contributor License Agreement!Click here to manually synchron...
上一页 下一页
.