Spring Incorrect reference information about CGLIB supported method visibility

Backport of gh-25001Comment From: snicollClosed by 3c59c2a

Spring Documentation: "Multipart Filter with CSRF" is missing the reason explaining why we must use "web.xml" for filter ordering for Servlet 3.0 and up.

Here's a link to the latest documentation:https://docs.spring.io/spring-security/site/docs/current/reference/html5/#csrf...

Spring SpEL's CompoundExpression.toStringAST() omits ? for null-safe navigation

I discovered this bug while investigating #27421.Essentially, an expression like myProperty?.myMethod() should have an i...

Spring YamlProcessor does not handle numeric key in Maps properly

Affects: since 4.1I am trying to fix the #27020 , but meet one exists test case failed. But I really think the failed te...

Spring the member delegates in ChainedPersistenceExceptionTranslator not support custom process order

in my project,i want to tailor my custom sql exception translator ,but I find spring not support to assign the order tha...

Spring Connection not released when request is cancelled

Current BehaviorThis issue was first opened on r2dbc-postgresql, some discussion can be seen there.https://github.com/pg...

Spring UriComponentsBuilder does not resolve regex path variables

Affects: 5.2.5System.out.println("template:: " + templateStr);UriComponents uriComponents = UriComponentsBuild...

Spring AbstractReactiveTransactionManager bug

org.springframework.transaction.reactive.AbstractReactiveTransactionManager#doGetTransaction method's return type should...

Spring Exception loading LocalSessionFactoryBean - signer information does not match signer information of other classes in the same package

Affects: 5.1.4.RELEASEHello,My application is running on Java 11 and I am using Spring 5.1.4.RELEASE with Hibernate Core...

Spring Spring transaction info is not cleaned

We use Platform transaction management of Spring , the below example is how we use it.DefaultTransactionDefinition trans...

Spring NamedParameterJdbcTemplate#query use postgresql "WITH GROUP" ERROR

versionJDK:1.8SpringBoot:2.2.4.RELEASEpostgresql driver:42.2.11postgresql: 9.4questionWhen I use NamedParameterJdbcTempl...

Spring Needed wildcard support for ReloadableResourceBundleMessageSource [SPR-15113]

Hurelhuyag opened SPR-15113 and commentedI'm developing modular web application. I need to automatically register each m...

Spring spring-web RestTemplate doExecute HttpMethod is marked as @Nullable but later asserted to be non-null

https://github.com/spring-projects/spring-framework/blob/7adeb461e0464b0d07c2e8fbe36ce0a22f0a7b5e/spring-web/src/main/ja...

Spring ConcurrentLruCache no longer supports capacity = 0

ConcurrentLruCache no longer allows for capacity = 0 (previously sizeLimit) breaking backward compatibility. Moreover, a...

Spring DefaultMessageListenerContainer stops listening

5.0.8.RELEASEerro:All scheduled consumers have been paused, probably due to tasks having been rejected. Check your threa...

Spring spring schedule job is synchronous execute

Affects: \5.3.3I find a strange thing that schedule job is synchronous execute And hava to config this as below to exec...

Spring Relation between @Scheduled and task executors

Affects: All versionsPlease document the relation between @Scheduled annotation and task executors. There is no informat...

Spring ScheduledTaskRegistrar.addCronTask has concurrency issues in Spring 5.1.0 context

I used multiple threads to register multiple @Scheduled tasks during the spring container initialization phase, NullPoin...

Spring Prototype does not return new instance with ScopedProxyMode.TARGET_CLASS

@Component@Scope(value = BeanDefinition.SCOPE_PROTOTYPE, proxyMode = ScopedProxyMode.TARGET_CLASS)public class ShouldBeP...

Spring Documentation inconsistency vs implementation - scoped-proxy beans [SPR-9963]

Aurel Medvegy opened SPR-9963 and commentedDocumentation 4.5.4.5 Scoped beans as dependencies says:"Note: You do not nee...
上一页 下一页
.