Nineya
Home
Blog
Spring Multipart boundary should strip quotes
2025-01-08 04:20:20
3631
Affects: 5.3.3Library: spring-webAlthough uncommon, some HTTP clients will quote the multipart boundary value. This does...
Spring Issue got on server
2025-01-08 04:20:18
28332
getting the following exception on server, when using webfluxhappened for 7 api calls (request-response)encountered the ...
Spring DefaultMessageListenerContainer stops listening [SPR-4938]
2025-01-08 04:20:15
5911
Tom Lambrechts opened SPR-4938 and commentedDefaultMessageListenerContainer stops listening because all listener threads...
Spring Property placeholder in bean class name results exception but bean is instantiated afterwards
2025-01-08 04:20:12
7648
Affects: 4.3.30, 5.2.13, 5.3.4I tried all three, same result.I have a Spring Web Application. The root context is loaded...
Spring Header content-type not enforcing charset
2025-01-08 04:20:10
2171
Hi,after upgrading from Spring boot 2.3.1.RELEASE to 2.4.2 it seems the value for the content-type header isn't fully va...
Spring Add missing nullable annotation to ResponseEntity ok convenience method
2025-01-08 04:20:06
256
I noticed that the convenience method ResponseEntity.ok which also takes a body and delegates it to ResponseEntity.body ...
Spring MultipartBodyBuilder doesn't set filename in ContentDisposition when associated to FilePart
2025-01-08 04:20:04
3795
Affects: 5.3.4When I create a MultiValueMap with a MultipartBodyBuilder, the filename associated to the FilePart I use i...
Spring Improve Javadoc of RestOperations#exchange for responses without a body
2025-01-08 04:20:01
2010
Affects: spring-web:5.3.4The various RestTemplate.exchange() methods do not mark the parameter Class<T> responseTy...
Spring OncePerRequestFilter.isAsyncDispatch may return a NPE
2025-01-08 04:19:59
709
This is a follow-up ticket for as request in #26282 where OncePerRequestFilter.isAsyncDispatch might NPE.In our case we ...
Spring Improve handling of malformed Accept header for @ExceptionHandler methods
2025-01-08 04:19:56
96466
Used versionspring-boot: 2.2.4spring-web: 5.2.3The issueIf the clients send a malformed Accept header, then the server w...
Spring Fix handling of "file:" paths to non-existent files on Windows
2025-01-08 04:19:51
659
On Windows, for setAsText, if the text argument is a file: URL for a path that does not exist, Paths.get(text) is called...
Spring ClassLoader.getResource can throw IllegalArgumentException
2025-01-08 04:19:48
1943
ClassLoader.getResource can throw IllegalArgumentException if a malformed URL is provided to it.According to its javadoc...
Spring XML request body cannot be deserialised by Spring web 5 with javax.xml.bind.annotation
2025-01-08 04:19:46
2840
Hello, when upgrading SpringBoot from 1.x to 2.x, Restful apis which consumes xml as request body are broken because va...
Spring Allow RestTemplate JSON MessageMappers to take higher precedence than XML ones (even if XML mapping libraries are present)
2025-01-08 04:19:43
5508
Affects: Spring Framework (web) < 5.3.1While improving an existing architectural component (used by many microservic...
Spring Correctly set auto-growing array's element
2025-01-08 04:19:41
1166
The implementation of AbstractNestablePropertyAccessor.processKeyedProperty results in a java.lang.IllegalArgumentExcept...
Spring URL and HTTP method in rest client exception message
2025-01-08 04:19:37
1943
Dear team,This is a followup of a discussion in a past PR: https://github.com/spring-projects/spring-framework/pull/1956...
Spring Change in behaviour for cron expression with day of the week range starting with SUN
2025-01-08 04:19:34
2188
Affects: Spring Framework 5.3Before Spring 5.3 the parse for cron expressions had a different behaviour for the day of t...
Spring Update OncePerRequestFilter.isAsyncDispatch to use HttpServletRequest.getDispatcherType()
2025-01-08 04:19:32
1153
To ensure that the OncePerRequestFilter works when the servlet API is used directly it would be nice to update OncePerRe...
Spring Document all supported SpringProperties keys in the reference manual
2025-01-08 04:19:30
1133
OverviewAs a follow-up to #26492, we should document all known, supported properties that can be used with SpringPropert...
Spring AnnotatedElementUtils.getMergedAnnotationAttributes() does not work as expected for 'value' annotation attribute
2025-01-08 04:19:28
6043
Affects: 5.2.8.RELEASEHello, I have a problem with correctly resolving annotations data when the default value field is ...
上一页
下一页
1
…
1516
1517
1518
1519
1520
…
2246
.