Spring Add support for refreshing an ApplicationContext for AOT processing

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

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

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

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

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

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]

Juergen Hoeller opened SPR-15154 and commentedThe BeanFactoryLocator facility and its beanRefContext.xml-based default ...

Spring 1. 添加spring注释。

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>?

Affects: \&lt; Spring Boot 2.1.2.RELEASE&gt;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

As reported on Twitter (https://twitter.com/nmpallas/status/1499731998558072840), we should review the links to Spring S...

Spring BeanDefinitionParserDelegate.getEnvironment causes NoSuchMethodError

Chris Beams commentedWorked around this issue prior to the M1 release with the following:commit 1a751de04fe4bc5691a31fb2...

Spring Update README.md

фывComment From: pivotal-cla@Solyaris Please sign the Contributor License Agreement!Click here to manually synchronize t...

Spring Support type-safe transaction rollback rules

Source code in question:private int getDepth(Class&lt;?&gt; exceptionClass, int depth) { if (exceptionClass.getName()...

Spring ReflectUtils#getBeanProperties does not support chained setter methods

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

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?

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)

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

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

I think it would be better that return empty LinkedHashMap instead of Collections.emptyMap() in PathVariableMapMethodArg...

Spring Avoid multiple invocations of private lifecycle method

See gh-28083Comment From: sbrannenThanks for the PR, but we have decided to approach the fix differently, and I have the...
上一页 下一页
.