玖涯软件开发
Home
Blog
Spring Adding isNotEmpty methods for collections and maps
2025-01-08 05:39:29
564
The motivation for this changes areMajority of time the intention is to check that the collection is not empty instead o...
Spring Failed to create AnnotationConfigApplicationContext instance
2025-01-08 05:39:26
2603
I don't know why the creation failed, I did nothing but just created the ApplicationContextMy JDK version is 17 and spri...
Spring hello 您对spring bean的生命周期怎么看
2025-01-08 05:39:24
639
面试经常被问spring bean的生命周期 我很苦恼,能不能简单说下Comment From: snicollThanks for getting in touch, but it feels like this is a questio...
Spring spring_ddj_explain
2025-01-08 05:39:22
205
Spring 中文解释Comment From: pivotal-cla@dujiang0311 Please sign the Contributor License Agreement!Click here to manually sy...
Spring DefaultContextCache uses hardcoded cache size, instead of the declared property
2025-01-08 05:39:19
345
Affects: masterThe documentation for org.springframework.test.context.cache.DefaultContextCache says "configured with a ...
Spring SPEL: In the map, variables are used as keys to obtain value, and unexpected results occur
2025-01-08 05:39:16
2531
Hi, engineers.When I use thymeleaf, I intend to use variables as keys in the map to obtain value, but by default, it see...
Spring CookieWebSessionIdResolver will never expire since maxAge is set in initSessionCookie()
2025-01-08 05:39:14
609
the method initSessionCookie should not be called in expireSession!!!as this will reset the expire state:if (this.cookie...
Spring Add level guards for trace logging in SpringFactoriesLoaderRuntimeHintsRegistrar
2025-01-08 05:39:11
126
This PR adds level guards for trace logging in SpringFactoriesLoaderRuntimeHintsRegistrar.Comment From: bclozelThanks @i...
Spring Circular bean reference error in Spring Boot v2.6.0 and above
2025-01-08 05:39:09
677
The same project running in Spring Boot v2.5.13 runs without any errors, but when upgrading to Spring Boot v2.6.0 or abo...
Spring Add assertions to the test case of nullReturningBeanPostProcessor
2025-01-08 05:39:06
902
Hey Guys,I would like to update the test code of nullReturningBeanPostProcessor.1. Remove the second bean BeanPostProces...
Spring Improve collectionFactory which allows single statement collection
2025-01-08 05:39:04
618
The original issue can be refer as: #28025I improve CollectionFactory to allow for single statement collection creation ...
Spring MediaType parameters in the "consumes" condition of @RequestMapping are not considered for matching
2025-01-08 05:39:01
2964
This issue was opened based on the discussion in #27999.Given the following controller:@RestController@RequestMapping(&q...
Spring Fix Kotlin example for static factory method
2025-01-08 05:38:58
496
https://docs.spring.io/spring-framework/docs/current/reference/html/core.html#beans-factory-class-static-factory-methodk...
Spring Remove "The" in "The BeanFactory" title in Core AsciiDoc documentation
2025-01-08 05:38:56
716
This title is cross-referenced in "1.1. Introduction to the Spring IoC Container and Beans". In this chapter, it would l...
Spring Add Javadoc since tag for RootBeanDefinition(ResolvableType) constructor
2025-01-08 05:38:53
211
This PR adds a Javadoc @since tag for the RootBeanDefinition(ResolvableType) constructor.This PR also removes redundant ...
Spring Update javadoc as type-level @Controller is now required
2025-01-08 05:38:51
183
See gh-22154 which removed support for a type-level @RequestMapping annotation alone being sufficient for handler detect...
Spring Add RootBeanDefinition constructor that accepts a ResolvableType
2025-01-08 05:38:48
178
Needing to use a builder in order to create a RootBeanDefinition with a ResolvableType is cumbersome. A new constructor ...
Spring Add assertions to complete the test case of detectAllHandlerAdapters
2025-01-08 05:38:44
438
Hey guys,The test code in the case of detectAllHandlerAdapters was not completed.I would like to add 2 assertions, as th...
Spring Facing SQL state [25P02]; error code [0] in spring integration flow while performing update
2025-01-08 05:38:41
23918
After looking at the logs we found that the exception occurred in UPDATE INT_MESSAGE_GROUP set UPDATED_DATE=? where GROU...
Spring Support AOT registration of Spring Factories
2025-01-08 05:38:39
712
As seen in #27753, SpringFactoriesLoader is currently supported in Spring Native through subtitutions and complex AOT pr...
上一页
下一页
1
…
1433
1434
1435
1436
1437
…
2246
.