Nineya
Home
Blog
Spring Document bean override support in the TestContext framework in the reference manual
2025-01-08 22:25:12
1204
OverviewInitial documentation for bean override support in the Spring TestContext Framework (TCF) was introduced in e1bb...
Spring Introduce getName() in SpEL's BeanReference
2025-01-08 22:25:09
347
OverviewSeveral SpelNodeImpl implementations provide direct access to the associated property name, field name, method n...
Spring WebFlux temporary file not always deleted with parallel uploads.
2025-01-08 22:25:07
4682
I am working on a project using spring-webflux:6.0.8 and I have noticed an issue where temporary files created during a ...
Spring Spring hibernate is throwing java.lang.NoClassDefFoundError: javax/transaction/SystemException
2025-01-08 22:24:54
5651
Hi,I am upgrading our project to wildfly 30 with latest spring, hibernate-core with java 17. While deploying the server,...
Spring Fix typos in comment and test
2025-01-08 22:24:51
345
Comment From: pivotal-cla@laterlaugh Please sign the Contributor License Agreement!Click here to manually synchronize th...
Spring @Transactional of the target class is not considered for methods defined in a superclass
2025-01-08 22:24:48
2960
If a (public) method is declared at a superclass of an @Transactional target class, the method won't be wrapped in a tra...
Spring @Transactional of the target class is not considered for methods defined in a superclass
2025-01-08 22:24:46
128
Fix for #32491Comment From: jhoellerSee https://github.com/spring-projects/spring-framework/issues/32491#issuecomment-20...
Spring Client request observation contributes full URI template to uri meter tag values
2025-01-08 22:24:43
3959
After upgrading to Spring Boot 3, we are seeing http.client.requests metrics with uri tags containing the scheme, host a...
Spring Validate that private JUnit Jupiter lifecycle methods are not annotated with @Autowired
2025-01-08 22:24:40
583
OverviewIn #25966, we introduced support to validate that JUnit Jupiter test methods and lifecycle methods are not annot...
Spring @Transactional with autoCommit=true, similar to readOnly=true
2025-01-08 22:24:38
4633
I would like to use one DataSource bean for a mix of these operations:1. readOnly=true (implies autoCommit=true)2. readO...
Spring Optimize ConfigurationClassPostProcessor#enhanceConfigurationClasses method to shorten startup time
2025-01-08 22:24:36
7122
The Version of the Spring Framework I used: 5.2.8ConfigurationClassPostProcessor#enhanceConfigurationClasses method dete...
Spring why CVE-2016-1000027 just appear on HttpInvoker?
2025-01-08 22:24:24
1017
it confuse me a very long time, Java deserialization appears in everywhere in every framework, so why only HttpInvoker h...
Spring NullPointerException during custom GenericFilterBean init method execution
2025-01-08 22:24:21
6962
Description:When creating custom web filter and extending it from org.springframework.web.filter.OncePerRequestFilter (w...
Spring ApplicationContext caches are not cleared as expected in integration tests if beans are lazy initialized
2025-01-08 22:24:19
2848
The test suite for our application using Spring Boot 3.1.1 recently started failing with OutOfMemoryError.Analyzing the ...
Spring Jdk8
2025-01-08 22:24:09
193
Comment From: pivotal-cla@amita-seal Please sign the Contributor License Agreement!Click here to manually synchronize th...
Spring MethodIntrospector.selectMethods() fails to detect bridge methods across ApplicationContexts
2025-01-08 22:24:06
9701
Spring Boot version: 3.2.3, 3.2.4 (Spring Core 6.1.4)Java version: Temurin 17 (17.0.10)Reproduced on Windows and Github ...
Spring Why is the max regex length of expression#OperatorMatches always changing?
2025-01-08 22:24:03
929
spring version 5.3.25 no limitspring version 5.3.26 is MAX_REGEX_LENGTH = 256spring version 5.3.29 is MAX_REGEX_LENGTH ...
Spring JMSTemplate.sendAndReceive does not propagate tracer over the wire
2025-01-08 22:24:00
394
Affects: 6.1.5When using JMSTemplate.sendAndReceive, the JMS message is sent using executeLocal which does not forward ...
Spring Refine scheme, userinfo, host and port parsing in UriComponentsBuilder
2025-01-08 22:23:55
145
We should refine the expressions for the scheme, user info, host and port parts of the URL in UriComponentsBuilder to be...
Spring ResponseStatusException thrown from exception handler methods is no longer respected
2025-01-08 22:23:53
5370
Hi,After upgrading from spring boot 3.2.3 (spring framework 6.1.4) to 3.2.4 (spring framework 6.1.5) I noticed that the ...
上一页
下一页
1
…
1197
1198
1199
1200
1201
…
2246
.