Spring Array type bean cannot be proxied because is is final class

AnnotationAwareAspectJAutoProxyCreator(AbstractAutoProxyCreator) classhas wrapIfNecessary() method. In this method, Spri...

Spring [SPR-10412] Support generics in JmsTemplate

The #convertAndSend and #receiveAndConvert methods and theMessageConverter interface currently are not type safe. Everyw...

Spring InjectionPoint/DependencyDescriptor as injectable argument for @Bean methods [SPR-14033]

Juergen Hoeller opened SPR-14033 and commentedAs of 4.3, we have a rather simple InjectionPoint class as a base class fo...

Spring CVE-2021-22096 commit(s)

Hi,I'm part of the Debian LTS (Long Term Support) Team and I'm reviewing the security issues that affect the versions of...

Spring Early removal of 5.x-deprecated code

Removing deprecated code in the 5.x generation early in the 6.x milestone will give a chance to early adopters to adapt ...

Spring Give warning when using capturing patterns with the AntPathMatcher

This fails:@GetMapping("/resource/{*tail}")public Object statics(@PathVariable String tail) {...}with Required...

Spring Change configureAndRefreshWebApplicationContext change to requireNonNullElseGet if use jdk 17

configureAndRefreshWebApplicationContext change to requireNonNullElseGet if use jdk 17Comment From: jhoellerGenerally sp...

Spring Update ServletContainerInitializer filename with old javax prefix to jakarta.

Affects: 6.0.0-SNAPSHOTWhen implementing the WebApplicationInitializer interface, the implementation is never called.Thi...

Spring Update javadoc and reference docs for consistent version and package references to the Jakarta EE 9 APIs

The javadoc for WebApplicationInitializer and SpringServletContainerInitializer references Servlet 3.0 in a few places. ...

Spring Fix javax.servlet doc to jakarta.servlet

Fix the doc that contains javax.servletComment From: jhoellerWell spotted, and good timing with #27689 and #27690 which ...

Spring Add support for Coroutines transactions

Currently spring transactions bind to ThreadLocal.Are there any plans to support binding to Kotlin coroutines?For exampl...

Spring Passing a plain POJO to AnnotationConfigApplicationContext creates a Singleton/Prototype bean

Steps to reproduceScenario 1: : Singleton beans1. Create a Java Pojo public class Reader { public Reader() { }}Cre...

Spring Ignore HTML references > MAX_REFERENCE_SIZE in HtmlCharacterEntityDecoder

Hello, I think that there's something incorrect when I read the code.Although this is not a severe problem, the code jus...

Spring SPR-14488 - FastOutputStreamWriter to improve tps of http response and save memory

Comment From: pivotal-issuemaster@niaoge Please sign the Contributor License Agreement!Click here to manually synchroniz...

Spring convertList method added

Implementation for #23254A simple method for converting lists in an iterative way. Considered to get converter outside o...

Spring Simple method for converting lists

It might be good a simple method in Conversion Service to easily convert generic lists to some other target list. Like:v...

Spring Fix AntPathMatcher.isPattern for URI templates

I'm not sure but I think AntPathMatcher.isPattern("/{bla}.jpg") should return true.Comment From: bclozelDoing that chang...

Spring ignore illegal String in SpringFactoriesLoader#loadFactoryNames

I write a spring-boot app,but when config EnableAutoConfiguration like as follows:org.springframework.boot.autoconfigure...

Spring @CachePut evaluates key before cache condition

Affects: Spring Context 4.3.4 and higherTrying to use @CachePut on a method that might return null.@CachePut(cacheNames ...

Spring Memoized implementation of PathMatchingResourcePatternResolver

Allow applications that use uber jar to benefit from cached entries rather than using the slow jar lookup for component...
上一页 下一页
.