Nineya
Home
Blog
软著申请
Spring Experiment with aggregateJavadoc task in Spring Javadoc plugin
2025-01-08 03:07:47
439
Experiment with the aggregateJavadoc Gradle task by @rwinch and provide feedback.Comment From: rwinchHere is what I have...
Spring SPR-8389 condense BeanCreationException exception message
2025-01-08 03:07:44
576
https://github.com/spring-projects/spring-framework/issues/8389The root cause is the message for NestedException include...
Spring Delete empty .gitignore file
2025-01-08 03:07:41
291
I propose to delete empty .gitignore file.Comment From: sbrannenPlease note that the .gitignore file is there to ensure ...
Spring Configure Gradle build for use with newer JDKs
2025-01-08 03:07:38
2487
OverviewIn order to test the Spring Framework against newer versions of the JDK (e.g., early access builds for JDK 14, 1...
Spring Upgrade to Groovy 2.5.10 (for JDK 14 compatibility)
2025-01-08 03:07:36
315
Groovy 2.5.10 comes with basic JDK 14 support now, and it looks like we can use it as the sole version in our build: i.e...
Spring Support for serving Brotli encoded, static resources [SPR-16381]
2025-01-08 03:07:34
7790
Ralph Schaer opened SPR-16381 and commentedWith the release of Safari 11 in September 2017 all major browsers support th...
Spring WebClient's UriBuilder option should encode path parameters passed into build [SPR-17465]
2025-01-08 03:07:31
4623
Benjamin Conlan opened SPR-17465 and commentedWhen using the reactive web WebClient's uribuilder building a Uri path val...
Spring org.springframework.web.util.NestedServletException: Handler processing failed; nested exception is java.lang.StackOverflowError [SPR-10007]
2025-01-08 03:07:28
717
rohid dev opened SPR-10007 and commentedException thrown : org.springframework.web.util.NestedServletException: Handler ...
Spring Use Collections.emptyList() instead of new ArrayList()
2025-01-08 03:07:26
860
It can reduce object creation.Comment From: PascalSchumacherBefore this change the method always returned a mutable list...
Spring UnknownHttpStatusCodeException is missing the response body
2025-01-08 03:07:23
1425
Updates DefaultResponseErrorHandler.handleError(ClientHttpReponse) to readthe response body once and reuse it for creati...
Spring MimeTypeUtils over-occupy the cpu
2025-01-08 03:07:20
286
In Spring-core-5.2.2-ReleaseInner class ConcurrentLruCache,When the LRU cache is full, it over-occupt the cpu. Because ...
Spring Additional pom with groupId io.spring.asciidoctor
2025-01-08 03:07:18
572
When releasing Spring Framework 5.2.4.RELEASE I noticed an extra package on Bintray for io.spring.asciidoctor. Looking ...
Spring Extract isDebugEnabled() checks to local variables
2025-01-08 03:07:15
564
Add log level checks before log input in some classes.Comment From: chenqimiao@sbrannen Thanks for your review.I have up...
Spring Avoid unnecessary sorting in AbstractHandlerMethodMapping
2025-01-08 03:07:13
139
This PR can reduce useless sorting in AbstractHandlerMethodMapping.Comment From: sbrannenGood catch!This has been merged...
Spring Fix syntax error
2025-01-08 03:07:10
314
Just found a syntax Error.And our community recently started translate Spring Framework doc in Chinese.This is link and ...
Spring Fix typos in MergedAnnotationsCollectionTests
2025-01-08 03:07:07
112
Fix some typos in MergedAnnotationsCollectionTests.Comment From: sbrannenThis has been merged into master.Thanks
Spring Improve javadoc in RollbackRuleAttribute regarding nested classes
2025-01-08 03:07:05
643
In public RollbackRuleAttribute(Class<?> clazz), only store the class name of the specified class, and in private ...
Spring Fix common HashMap initial capacity issue in HttpMethod
2025-01-08 03:06:59
544
It is a common error to specify HashMap's initial capacity as expected size. It doesn't take load factor into considerat...
Spring Actuator WebEndpoint on Webflux with responses over 8192 bytes sometimes fail
2025-01-08 03:06:56
9482
Affects versions: Spring Boot 2.1.8, Spring Boot 2.2.0M6O/S: Mac 10.12, Also manifests in docker container on various pl...
Spring AbstractSockJsSession exception when handling message with closed session
2025-01-08 03:06:53
1823
Hi AllWe are frequently finding this exception in our logs:org.springframework.web.socket.sockjs.SockJsMessageDeliveryEx...
上一页
下一页
1
…
1587
1588
1589
1590
1591
…
2246
.