Nineya
Home
Blog
Spring SpringBeanAutowiringSupport should log at warn level when autowiring fails
2025-01-08 04:34:47
725
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
2025-01-08 04:34:44
1708
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
2025-01-08 04:34:41
2797
Affects: v5.3.6It's connected to https://github.com/spring-projects/spring-framework/issues/24763 - CorsConfiguration ba...
Spring Deprecate TransactionSynchronizationAdapter
2025-01-08 04:34:38
2823
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
2025-01-08 04:34:36
437
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
2025-01-08 04:34:32
1154
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.
2025-01-08 04:34:29
2369
Resolve #26838 This PR fixes following bug.https://github.com/spring-projects/spring-framework/blob/5b1ab31559798df83f1e...
Spring Optimize some scenes which need not proxy
2025-01-08 04:34:27
353
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
2025-01-08 04:34:25
975
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
2025-01-08 04:34:22
2685
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
2025-01-08 04:34:20
938
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
2025-01-08 04:34:17
496
Similar to CorsWebFilter there should be a PreFlightWebFilter in Spring Framework that leverages the PreFlightRequestHan...
Spring Support empty file uploads with HtmlUnit and MockMvc
2025-01-08 04:34:15
2329
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()
2025-01-08 04:34:12
257
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)
2025-01-08 04:34:09
144
Backport of gh-26799Comment From: sbrannenThis backport is unnecessary since the support for file uploads was not added ...
Spring Update ForwardedHeaderTransformer.java
2025-01-08 04:34:06
398
when set spring.webflux.base-path and use Spring's support for handling forwarded headers.ForwardedHeaderTransformer sh...
Spring fix aop @target bug
2025-01-08 04:34:03
1921
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]
2025-01-08 04:34:00
7365
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
2025-01-08 04:33:58
885
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
2025-01-08 04:33:55
297
xComment From: pivotal-issuemaster@htf1129 Please sign the Contributor License Agreement!Click here to manually synchron...
上一页
下一页
1
…
1502
1503
1504
1505
1506
…
2246
.