Nineya
Home
Blog
Spring Incorrect reference information about CGLIB supported method visibility
2025-01-08 20:17:48
58
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.
2025-01-08 20:17:45
1555
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
2025-01-08 20:17:42
346
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
2025-01-08 20:17:40
4400
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
2025-01-08 20:17:37
598
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
2025-01-08 20:17:34
3216
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
2025-01-08 20:17:31
710
Affects: 5.2.5System.out.println("template:: " + templateStr);UriComponents uriComponents = UriComponentsBuild...
Spring AbstractReactiveTransactionManager bug
2025-01-08 20:17:28
370
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
2025-01-08 20:17:25
895
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
2025-01-08 20:17:22
1793
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
2025-01-08 20:17:19
1816
versionJDK:1.8SpringBoot:2.2.4.RELEASEpostgresql driver:42.2.11postgresql: 9.4questionWhen I use NamedParameterJdbcTempl...
Spring Needed wildcard support for ReloadableResourceBundleMessageSource [SPR-15113]
2025-01-08 20:17:16
1909
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
2025-01-08 20:17:14
600
https://github.com/spring-projects/spring-framework/blob/7adeb461e0464b0d07c2e8fbe36ce0a22f0a7b5e/spring-web/src/main/ja...
Spring ConcurrentLruCache no longer supports capacity = 0
2025-01-08 20:17:11
804
ConcurrentLruCache no longer allows for capacity = 0 (previously sizeLimit) breaking backward compatibility. Moreover, a...
Spring DefaultMessageListenerContainer stops listening
2025-01-08 20:17:08
683
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
2025-01-08 20:17:05
2420
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
2025-01-08 20:17:02
1514
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
2025-01-08 20:16:59
4664
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
2025-01-08 20:16:56
4722
@Component@Scope(value = BeanDefinition.SCOPE_PROTOTYPE, proxyMode = ScopedProxyMode.TARGET_CLASS)public class ShouldBeP...
Spring Documentation inconsistency vs implementation - scoped-proxy beans [SPR-9963]
2025-01-08 20:16:49
1793
Aurel Medvegy opened SPR-9963 and commentedDocumentation 4.5.4.5 Scoped beans as dependencies says:"Note: You do not nee...
上一页
下一页
1
…
1293
1294
1295
1296
1297
…
2246
.