Nineya
Home
Blog
Spring Add annotation judgment in method BeanFactoryUtils#beanNamesForAnnotationIncludingAncestors
2025-01-08 05:21:32
1427
When the local BeanFactory and the parent BeanFactory contain local bean of the same name and type, but only the parent ...
Spring Replace .equals("") with .isEmpty()
2025-01-08 05:21:30
947
isEmpty is faster, has less byte code and is easier to read.Comment From: pivotal-issuemaster@Laffini Please sign the Co...
Spring Duplicated Invoke when onApplicationEvent called from ApplicationListener
2025-01-08 05:21:27
1169
Running with springboot 2.2.5 ,which contains spring version: spring-core-5.2.4 and spring-aop-5.2.4.Scenario:My Listen...
Spring Simplified "String" return value
2025-01-08 05:21:24
540
Simplified code: Simplified "String" return valueComment From: pivotal-issuemaster@minny-park Please sign the Contributo...
Spring Possible fix - Quartz: Make MethodInvokingJobDetailFactoryBeans compatible with quartz JobStore.
2025-01-08 05:21:22
4534
Affects: \Hello,@jhoeller tagging you since you've contributed majorly to the quartz implementationI was able to figure ...
Spring implemented issue #25553(Optimize single character equality checks)
2025-01-08 05:21:20
3871
Comment From: abhishek-abhiHi, @snicoll , please review my PR. This time I worked on one raised issue #25553.Comment Fro...
Spring fix for issue #25323 with test
2025-01-08 05:21:17
383
Comment From: pivotal-issuemaster@eitan613 Please sign the Contributor License Agreement!Click here to manually synchron...
Spring specify null and zero length data
2025-01-08 05:21:14
712
String: length of zero and null value are not same.but, this code return null when string has length of zero.So, I think...
Spring Ensure utility classes cannot be instantiated.
2025-01-08 05:21:12
263
According to pull request #1848, utility classes are noninstantiable, but abstract is not enough for preventing create o...
Spring Proxy causes IllegalAccessException
2025-01-08 05:21:10
34976
When a proxy bean (e.g., the child) is passed to another bean (e.g., the parent), and that bean tries to call a method i...
Spring Any replacement for locatorFactorySelector in Spring 5.3.7
2025-01-08 05:21:05
1351
We are using Spring 4.3.5 in our application. While we try to uplift the Spring to 5.3.7, we are not able to initialize ...
Spring Add extra test case of creating bean
2025-01-08 05:21:03
352
I've noticed the method public Object createBean(Class<?> beanClass, int autowireMode, boolean dependencyCheck) th...
Spring Issue #24395 broke "user" destinations
2025-01-08 05:21:01
1005
Affects: 5.3User destinatinations are registered using the subscription-id and therefore they get ignored in SessionInfo...
Spring Update Etag validator
2025-01-08 05:20:58
677
On RFC7232-2.3.2, StrongValidator and WeakValidator get different comparison result.o Strong comparison: two entity-tag...
Spring High CPU during model validation
2025-01-08 05:20:55
17964
Affects: 5.2.3Environment: K8s, EC2, Tomcat 9.0.33, JDK 11, Spring Boot 2.2.3, JPA, Hibernate Validator 6.0.18We're runn...
Spring Can't translate sql errorcode if throws MetaDataAccessException at building SQLErrorCodeSQLExceptionTranslator with DataSource parameter
2025-01-08 05:20:52
1146
Affects: \5.2.5.RELEASE(spring-jdbc)mysql-connector-java: 8.0.19mybatis-spring-boot-starter: 2.1.2spring-boot-starter-jd...
Spring Optimize some scenes which need not proxy
2025-01-08 05:20:49
681
If using @target in the pointcut expression, spring will create proxy for the classed which are in maybe case and will c...
Spring Easier policy setters for ThreadPoolTaskScheduler.
2025-01-08 05:20:47
699
Added an easier way to set ExecuteExistingDelayedTasksAfterShutdown and ContinueExistingPeriodicTasksAfterShutdown polic...
Spring Question regarding AspectJExpressionPointcut#matches(Method, Class, boolean)
2025-01-08 05:20:42
1166
Affects: \<4.3.9.RELEASE>There is some comments In source code of the function (org.springframework.aop.aspectj.As...
Spring BEFORE_COMMIT @TransactionalEventListener is invoked without a transaction
2025-01-08 05:20:39
18668
I'm trying to isolate this in a test and it's impossible, it only happens in my CI and not always.I have a @Transactiona...
上一页
下一页
1
…
1452
1453
1454
1455
1456
…
2246
.