Spring Mitigation for CVE-2021-44228

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

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

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

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

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]

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

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]

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

Suggestionorg.springframework.scheduling.annotation.Async enhancement@Target({ElementType.TYPE, ElementType.METHOD})@Ret...

Spring Base64 problem when I Override "configureMessageConverters"

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

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

When setting a redirect view name and a status code to ModelAndView, the status code is ignored.@PostMapping("/mode...

Spring Introduce AnnotationConfigGenericWebApplicationContext

A copy of Spring-boot 2.1.8 AnnotationConfigServletWebServerApplicationContext,except that it does not use its own WebSe...

Spring Introduce mockAutowired() in ReflectionTestUtils

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()

Change StringUtils trimWhitespace to String.strip()Comment From: poutsmaMerged in 982ba0e86d63d4740082eddac4fedf4f99399b...

Spring Deprecate StringUtils::trimWhitespace

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

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]

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

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…

…BodyAdvice.beforeBodySupport and RequestBodyAdvice.afterBodySupport, judge whether the RequestBodyAdvice.beforeBodyRead...
上一页 下一页
.