Nineya
Home
Blog
Spring Add support for refreshing an ApplicationContext for AOT processing
2025-01-08 05:29:15
421
For us to be able to pre-process an ApplicationContext at build-time, we need a way to "refresh" it up to a point where ...
Spring Rationalise merged BeanDefinition resolution for inner beans
2025-01-08 05:29:13
499
There are more places where we need to create a beanName for an inner bean definition so rather than copy/pasting those,...
Spring Add GeneratedType infrastructure
2025-01-08 05:29:11
241
Contributions need a way to contribute code without having to care about naming and access to privileged packages. A gen...
Spring Add support for contributing runtime hints for generated code
2025-01-08 05:29:09
189
If a component wishes to contribute hints for generated code, it can use TypeReference.of taking a String but we could j...
Spring Add Bean instantiation generator infrastructure
2025-01-08 05:29:06
1442
As part of our AOT effort, we need an infrastructure that lets us generate the code to instantiate a bean.This includes ...
Spring 5.1.x
2025-01-08 05:29:04
221
Comment From: pivotal-cla@pengbina Please sign the Contributor License Agreement!Click here to manually synchronize the ...
Spring Drop outdated BeanFactoryLocator / beanRefContext.xml mechanism [SPR-15154]
2025-01-08 05:29:02
11262
Juergen Hoeller opened SPR-15154 and commentedThe BeanFactoryLocator facility and its beanRefContext.xml-based default ...
Spring 1. 添加spring注释。
2025-01-08 05:28:59
282
Comment From: pivotal-cla@1Tickets Please sign the Contributor License Agreement!Click here to manually synchronize the ...
Spring Why escaped comma is the delimiter for @RequestParam List<String>?
2025-01-08 05:28:56
3971
Affects: \< Spring Boot 2.1.2.RELEASE>I have a simple rest controller with the method the get requests mapped on:@...
Spring Links to Spring Security are broken in the reference guide
2025-01-08 05:28:49
234
As reported on Twitter (https://twitter.com/nmpallas/status/1499731998558072840), we should review the links to Spring S...
Spring BeanDefinitionParserDelegate.getEnvironment causes NoSuchMethodError
2025-01-08 05:28:47
16391
Chris Beams commentedWorked around this issue prior to the M1 release with the following:commit 1a751de04fe4bc5691a31fb2...
Spring Update README.md
2025-01-08 05:28:44
194
фывComment From: pivotal-cla@Solyaris Please sign the Contributor License Agreement!Click here to manually synchronize t...
Spring Support type-safe transaction rollback rules
2025-01-08 05:28:41
4066
Source code in question:private int getDepth(Class<?> exceptionClass, int depth) { if (exceptionClass.getName()...
Spring ReflectUtils#getBeanProperties does not support chained setter methods
2025-01-08 05:28:39
2294
Affects: 5.3.16public class TestBean { private String name; public String getName() { return name; } ...
Spring Document that transaction rollback rules may result in unintentional matches
2025-01-08 05:28:33
151
Follow up to #28098.[x] Document that transaction rollback rules may result in unintentional matches for similarly named...
Spring PluggableSchemaResolver not pulling in all jars from classpath?
2025-01-08 05:28:31
6577
Hi,I have an open issue with a spring5 app, The only workaround I have found is to logically put spring-beans-5.3.13.ja...
Spring Support for Jakarta EE 9 (annotations and interfaces in jakarta.* namespace)
2025-01-08 05:28:29
7660
What is the timing for the switch to the jakarta.* namespaced dependencies in JEE9? Is there a version I can use or buil...
Spring Reconsider fallback date formats for ISO variants in DateTimeFormatterRegistrar
2025-01-08 05:28:26
2208
spring-boot-starter-webflux-2.6.4The following controller can take a date in yyyy-MM-dd format in a @PostMapping request...
Spring Return empty LinkedHashMap instead of Collections.emptyMap() in PathVariableMapMethodArgumentResolver
2025-01-08 05:28:23
988
I think it would be better that return empty LinkedHashMap instead of Collections.emptyMap() in PathVariableMapMethodArg...
Spring Avoid multiple invocations of private lifecycle method
2025-01-08 05:28:19
556
See gh-28083Comment From: sbrannenThanks for the PR, but we have decided to approach the fix differently, and I have the...
上一页
下一页
1
…
1444
1445
1446
1447
1448
…
2246
.