Spring Unable to resolve taglib schema through https for spring-webmvc

Affects: spring-webmvc 5.0.13 and aboveI'm upgrading spring-webmvc from 4.3.16 to 5.1.17 and getting this error at runt...

Spring Improve UriComponents.sanitizeSource()

The length of sanitized URI is either the same, or less than original one, so we can use char[] to reduce overhead broug...

Spring Upgrade to RSocket 1.1 M1

There is a significant internal refactoring planned that should not impact the current API. However there are also other...

Spring Optimize DefaultLifecycleProcessor::startBeans

Use lambda for minor refactoringComment From: sbrannenThis has been merged into master and slightly revised in 1f35cc5ca...

Spring Add spring-jcl information to reference doc

PR adds Spring JCL module information and fixes syntax error in core-beans.adoc + https://docs.spring.io/spring-boot/doc...

Spring Add logging reference documentation [SPR-17626]

Sébastien Deleuze opened SPR-17626 and commentedUnless I missed something, I think we have no reference documentation fo...

Spring MockHttpServletResponse's setCharacterEncoding() does not update contentType property

Using Spring Boot 2.3.2, I have the following MockMvc setup: this.mockMvc = MockMvcBuilders.webAppContextSetup(we...

Spring Use Groovy syntax highlighting in reference manual

Change the language name of the source block for highlight.This is an improved version of #25540.Comment From: sbrannen...

Spring Improve Javadoc for @RequestMapping#params

In the Javadoc comments for org.springframework.web.bind.annotation.RequestMapping#params, it is noted that:The primary ...

Spring Declare MessagePostProcessor as a @FunctionalInterface

Add the FunctionalInterface annotation to the MessagePostProcessorinterfaces in the spring-jms and spring-messaging proj...

Spring Updated as per standard design practice

As this class would be used in other Comparators, we should make this as singleton design pattern. I have just modified ...

Spring removed unnecessary comment

Comment From: snicoll@abhishek-abhi the comment is just fine, it indicates that more content (bean definition) can be ad...

Spring added private constructor as per the design

Comment From: abhishek-abhiHi, @sbrannen please review my PR and kindly merge if it is okay.Comment From: snicoll@abhish...

Spring removed unused opiton from CompilerConvention

ㅇㅁㄻㄴㅇㄹㅇㅁㄴㄹComment From: pivotal-issuemaster@hyeyoom Please sign the Contributor License Agreement!Click here to manually...

Spring Assert preconditions for MergedAnnotations.from() factory methods

If null values are supplied for the RepeatableContainers or AnnotationFilter arguments to from() factory methods in Merg...

Spring Synchronized blocks in MethodOverrides are hurting concurrency

Backport of gh-23448Comment From: smarquardHere's a patch for 4.x:https://jira.sakaiproject.org/secure/attachment/56518/...

Spring Provide access to AbstractRoutingDataSource's resolved target DataSources

We've had a few Spring Boot issues related to metrics and health where it would be useful to have access to an AbstractR...

Spring Refine use of substring operations

as title.Comment From: sbrannenThis has been merged into master in edfc6c0293fc45096876d9821670892aba2ea2ec and revised ...

Spring Possible optimization in UrlResource

UrlResource computes a cleanedUrl in its constructor, but only uses it in a small number of methods (e.g. hashCode()). I...

Spring Introduce getBeanProvider variants with allowEagerInit flag

Triggered by gh-24644, the unique capabilities of getBeanProvider (which include stream-based access to generic type mat...
上一页 下一页
.