Spring Experiment with aggregateJavadoc task in Spring Javadoc plugin

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

https://github.com/spring-projects/spring-framework/issues/8389The root cause is the message for NestedException include...

Spring Delete empty .gitignore file

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

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)

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]

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]

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]

rohid dev opened SPR-10007 and commentedException thrown : org.springframework.web.util.NestedServletException: Handler ...

Spring Use Collections.emptyList() instead of new ArrayList()

It can reduce object creation.Comment From: PascalSchumacherBefore this change the method always returned a mutable list...

Spring UnknownHttpStatusCodeException is missing the response body

Updates DefaultResponseErrorHandler.handleError(ClientHttpReponse) to readthe response body once and reuse it for creati...

Spring MimeTypeUtils over-occupy the cpu

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

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

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

This PR can reduce useless sorting in AbstractHandlerMethodMapping.Comment From: sbrannenGood catch!This has been merged...

Spring Fix syntax error

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

Fix some typos in MergedAnnotationsCollectionTests.Comment From: sbrannenThis has been merged into master.Thanks

Spring Improve javadoc in RollbackRuleAttribute regarding nested classes

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

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

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

Hi AllWe are frequently finding this exception in our logs:org.springframework.web.socket.sockjs.SockJsMessageDeliveryEx...
上一页 下一页
.