Nineya
Home
Blog
Spring Mitigation for CVE-2021-44228
2025-01-08 05:07:43
1491
Is there mitigation for the log4j vulnerability?https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44228It appears ...
Spring Convert single null argument to Optional.empty() in SpEL varargs expression
2025-01-08 05:07:41
840
OverviewWhile testing the regression raised in #27719, I noticed that our support for java.util.Optional is inconsistent...
Spring Passing single null value in varargs SpEL expression results in NullPointerException
2025-01-08 05:07:39
1443
Affected Version : 5.3.13Worked in version : 5.3.6 (5.3.7 -> 5.3.12 not tested)Using a Spring expression (for cachin...
Spring Feature/add methods validate collections
2025-01-08 05:07:36
376
To keep using !true to negate conditions I believe is something not as clear as a method that contains a name that descr...
Spring Mention explicitly that @EventListener should be put on public methods
2025-01-08 05:07:33
611
any method should rather be any public method in this sectionComment From: yezhiweier很高兴收到你的邮件,我会及时查看,祝你天天好心情!Comment Fr...
Spring Detect whether parameter names are available for cache key computation [SPR-8893]
2025-01-08 05:07:31
4425
Eric Brun opened SPR-8893 and commentedHi,I have annotated method of my class with the new cache abstraction feature.a m...
Spring Build and test on ARM64
2025-01-08 05:07:28
3552
Affects: Any supported seriesMore and more software deployment and development is being done on ARM64 CPU architecture.I...
Spring Revisit AntPathMatcher's handling of patterns with file extensions [SPR-7336]
2025-01-08 05:07:26
3890
marc schipperheyn opened SPR-7336 and commentedThe AntPathMatchers in some cases prefers less specific matches over spec...
Spring @Async each method(or class) have a threadpool
2025-01-08 05:07:23
1184
Suggestionorg.springframework.scheduling.annotation.Async enhancement@Target({ElementType.TYPE, ElementType.METHOD})@Ret...
Spring Base64 problem when I Override "configureMessageConverters"
2025-01-08 05:07:20
956
Affects: 5.3.13I'm using fusionauth-jwt, when I override configureMessageConverters like this: @Override public vo...
Spring Document the difference in generics resolution between @Autowired and beanFactory.getBeanProvider
2025-01-08 05:07:18
422
See the sample project for code example: https://github.com/snicoll-scratches/demo-unresolved-type-fallbackIf a bean is ...
Spring ModelAndView.status does not work with RedirectView
2025-01-08 05:07:16
1827
When setting a redirect view name and a status code to ModelAndView, the status code is ignored.@PostMapping("/mode...
Spring Introduce AnnotationConfigGenericWebApplicationContext
2025-01-08 05:07:13
2682
A copy of Spring-boot 2.1.8 AnnotationConfigServletWebServerApplicationContext,except that it does not use its own WebSe...
Spring Introduce mockAutowired() in ReflectionTestUtils
2025-01-08 05:07:10
1455
Add method mockAutowired and getBean to auto mock Autowired fields, then it will be easy when mock some complex server w...
Spring Change StringUtils trimWhitespace to String.strip()
2025-01-08 05:07:08
154
Change StringUtils trimWhitespace to String.strip()Comment From: poutsmaMerged in 982ba0e86d63d4740082eddac4fedf4f99399b...
Spring Deprecate StringUtils::trimWhitespace
2025-01-08 05:07:05
394
PR #27703 has made StringUtils::trimWhitespace trivial, as the method now delegates to String::strip. The only significa...
Spring Add parameter name module to object mapper
2025-01-08 05:07:03
3723
The three modules for Java 8 feature support in Jackson have been merged into one (https://github.com/FasterXML/jackson-...
Spring Introduce support for test-scoped beans in the TestContext framework [SPR-14034]
2025-01-08 05:07:00
10111
Caleb Cushing opened SPR-14034 and commentedI'd like to be able to register a bean as @Scope("test") (or @TestScope), so...
Spring Update spring-webmvc RequestBodyAdvice.supports method
2025-01-08 05:06:57
1361
I found that when the RequestBodyAdvice is working, the supports method will be executed twice to determine whether it i...
Spring selfCoders → Split the RequestBodyAdvice.supports method into Request…
2025-01-08 05:06:55
257
…BodyAdvice.beforeBodySupport and RequestBodyAdvice.afterBodySupport, judge whether the RequestBodyAdvice.beforeBodyRead...
上一页
下一页
1
…
1467
1468
1469
1470
1471
…
2246
.