Nineya
Home
Blog
软著申请
Spring Backport of ContentDisposition fixes to HttpHeaders
2025-01-08 03:16:43
530
ContentDisposition was created in 5.0, supporting all Content-Disposition types including "form-data", "inline" and "att...
Spring YamlPropertiesFactoryBean has empty string returned when empty array value is present in the YAML document
2025-01-08 03:16:41
4737
This is related to #21310.I'm using the latest spring boot version 2.2.6 and latest spring cloud config version 2.2.2.I...
Spring 24901 - Fix to handle static part of path variable URI mappings performance
2025-01-08 03:16:28
749
Currently Spring webmvc looks up direct URLs and fall back to evaluating every URL mapped if there is no exact match bas...
Spring Request Mapping url with path variable matching to handler is expensive
2025-01-08 03:16:26
5480
Affects: 4.3.x and 5.xWhen request mapping URLs have path variables (e.g. /api/fetchbyid/{id}) and if a component has th...
Spring Update advice on contentLength() in subclasses of InputStreamResource
2025-01-08 03:16:23
3538
bademus opened SPR-16445 and commentedIt seems the bug was introduced in #16633org.springframework.http.converter.Resour...
Spring Simplify if-else constructions in spring-web
2025-01-08 03:16:20
440
Removed redundant else-s in ReadOnlyHttpHeaders.java and in ResponseEntity.javaComment From: sbrannenThanks for the PR.F...
Spring Remove potentially confusing kotlin-reflect related log message
2025-01-08 03:16:18
1769
When using Spring Boot 2.2.6.RELEASE in Java, and I add a dependency that is written in Kotlin, Spring mentions org.spri...
Spring Simplify substring() usage in MimeTypeUtils
2025-01-08 03:16:14
229
Removed redundant if-constructions and unnecessary variable declaration.Comment From: mikaelparsekyanI did the changes.C...
Spring WebClientHateoasConfiguration has runtime dependency upon spring-test
2025-01-08 03:16:11
6062
The WebClientHateoasConfiguration has a runtime dependency upon spring-test. I'm not sure if this is working as designed...
Spring spring-test HtmlUnit does not recognize files for multipart uploading [SPR-13979]
2025-01-08 03:16:09
2234
Stephen Liang opened SPR-13979 and commentedOverviewThe params method in HtmlUnitRequestBuilder does not check if a para...
Spring "http://www.springframework.org/schema/beans/spring-beans-4.3.xsd" is not accessible and cause application fails to start-up
2025-01-08 03:16:06
6430
The below is the stack trace([DEBUG]) o.s.b.f.x.ResourceEntityResolver: Could not resolve XML entity [http://www.springf...
Spring Avoid unnecessary String instantiation in StringUtils.deleteAny()
2025-01-08 03:16:04
4476
When I was reading https://github.com/spring-projects/spring-framework/pull/24870, I noticed that String instantiation i...
Spring Simplify some control flow code
2025-01-08 03:16:01
137
@sbrannen Thank youlink #24907 Comment From: sbrannenThis has been merged into master.ThanksComment From: Deycoesrthank ...
Spring Simplify some control flow code
2025-01-08 03:15:59
583
I found some control flow code can be simplifyComment From: pivotal-issuemaster@Deycoesr Please sign the Contributor Lic...
Spring MockHttpServletRequest should not strip brackets from IPV6 address supplied via Host header
2025-01-08 03:15:52
3568
Affects: 5.0.2 - 5.2.5The latest versions of spring-test since 5.0.2 don't include the IPV6 address in the getRequestURL...
Spring change default Charset to UTF_8
2025-01-08 03:15:50
555
for internationalization@pivotal-issuemaster This is an Obvious FixComment From: pivotal-issuemaster@wordfeng Please sig...
Spring Fix Javadoc link in DefaultCorsProcessor
2025-01-08 03:15:47
252
Fixed a Javadoc link in DefaultCorsProcessor.The Javadoc of DefaultCorsProcessor#checkMethods mistakenly pointed to Cors...
Spring Introduce onlyNumbers() method in StringUtils
2025-01-08 03:15:45
1070
Hi!I create a new static method on SpringUtilsSometimes I need to compare Strings or their size in a condition and for t...
Spring DefaultMessageListenerContainer does not recover from broken connections [SPR-2370]
2025-01-08 03:15:42
5417
Craig Day opened SPR-2370 and commentedIf a connection is ever closed underneath a DefaultMessageListenerContainer, the ...
Spring Fix support of @ControllerAdvice registrations in the MockMvcBuilders standalone setup [SPR-17542]
2025-01-08 03:15:39
1927
Benoit BERAUD opened SPR-17542 and commentedMockMvcBuilders is supposed to support any kind of @ControllerAdvice (see #1...
上一页
下一页
1
…
1578
1579
1580
1581
1582
…
2246
.