Nineya
Home
Blog
Spring Unable to resolve taglib schema through https for spring-webmvc
2025-01-08 03:39:47
3634
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()
2025-01-08 03:39:42
140
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
2025-01-08 03:39:40
200
There is a significant internal refactoring planned that should not impact the current API. However there are also other...
Spring Optimize DefaultLifecycleProcessor::startBeans
2025-01-08 03:39:38
158
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
2025-01-08 03:39:35
409
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]
2025-01-08 03:39:33
798
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
2025-01-08 03:39:31
2996
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
2025-01-08 03:39:28
159
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
2025-01-08 03:39:25
1734
In the Javadoc comments for org.springframework.web.bind.annotation.RequestMapping#params, it is noted that:The primary ...
Spring Declare MessagePostProcessor as a @FunctionalInterface
2025-01-08 03:39:23
196
Add the FunctionalInterface annotation to the MessagePostProcessorinterfaces in the spring-jms and spring-messaging proj...
Spring Updated as per standard design practice
2025-01-08 03:39:20
523
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
2025-01-08 03:39:18
206
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
2025-01-08 03:39:15
356
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
2025-01-08 03:39:12
239
ㅇㅁㄻㄴㅇㄹㅇㅁㄴㄹComment From: pivotal-issuemaster@hyeyoom Please sign the Contributor License Agreement!Click here to manually...
Spring Assert preconditions for MergedAnnotations.from() factory methods
2025-01-08 03:39:10
694
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
2025-01-08 03:39:04
282
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
2025-01-08 03:38:59
589
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
2025-01-08 03:38:52
170
as title.Comment From: sbrannenThis has been merged into master in edfc6c0293fc45096876d9821670892aba2ea2ec and revised ...
Spring Possible optimization in UrlResource
2025-01-08 03:38:46
1767
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
2025-01-08 03:38:43
879
Triggered by gh-24644, the unique capabilities of getBeanProvider (which include stream-based access to generic type mat...
上一页
下一页
1
…
1334
1335
1336
1337
1338
…
2025
.