Spring get all placeholder that spring resolved

[enhancements]Affects: \org.springframework.util.PropertyPlaceholderHelper:this is util for replacing the placeholder wi...

Spring gradle resolves spring-boot-starter external dependency differently depending on gradle's version

I'm not certain whether this problem is caused by spring or gradle or my local environment.Summary: Webflux App runs on ...

Spring spring MVC params issues

When spring MVC receives a string type parameter in the controller's method, the requested URL and form data have this p...

Spring Scoped proxy causes conditional bean to throw unsatisfied dependency exception

Affects: Spring Boot 2.6.3, Spring Context 5.3.15I worked on make my web session serializable, so I turned some of the s...

Spring Add code contribution infrastructure

We need a contract where individual components can provide some code, the related RuntimeHints that could be necessary i...

Spring Make BeanDefinitionValueResolver public

BeanDefinitionValueResolver is package private at the moment and the AOT engine could use calling it directly to resolve...

Spring Add core JavaPoet utilities

Our prototype with Spring Native has shown that working with multiple statements and/or code blocks can lead to repetiti...

Spring Provide repackaged version of JavaPoet

Our AOT processing needs a code generation library and we're quite happy using JavaPoet in Spring Native. It would be qu...

Spring Add convenience factory method for ManagedList, ManagedSet and ManagedMap

This could be useful to create and initialize a collection in a single statement.See https://github.com/spring-projects-...

Spring spring-framework validation controller not support list?

Affects: \spring-framework validation controller not support list? @PostMapping("test") public List<I...

Spring Expose HttpHandler Decoration as a bean

Follows the development that has been done for https://github.com/spring-projects/spring-framework/issues/25633.Having t...

Spring spring.components not generated using ant ivy.xml

Hi, I want to implement sprint-context-indexer in my project, and I'm using ant ivy.xml. I've added the dependency, but ...

Spring Spring AOP cannot generate proxy for lambda on Java 16+

I'm migrating to Java 17 and found an issue with proxy generation for 'lambda beans'.Spring Boot: 2.6.3Maven: 3.8.4Java:...

Spring Improve log message when searching for default executor for async processing

When there are more than 1 TaskExecutors bean defined in the application, the whole stack trace will be printed.And with...

Spring Cannot use SpEL expression to inject an array into @CrossOrigin's value attribute

Affects: \5.2.2we usually inject an array use comma like this:key=A,B,C@Value("${key}")String[] keys;but can't...

Spring Bug Fix the port regular expression in'UriComponentsBuilder'.

SorryI've checked a bug in a commit I've fixed earlier.(https://github.com/spring-projects/spring-framework/pull/26905)T...

Spring @Value annotation should be able to inject List<String> from YAML properties [SPR-11759]

This is basically a duplicate of https://github.com/spring-projects/spring-framework/issues/16381, but the original issu...

Spring Review @Nullable annotations on DefaultJmsListenerContainerFactory

Working on a Kotlin sample where we call DefaultJmsListenerContainerFactory.setTransactionManager(null) and I see an err...

Spring Use String.repeat() and pattern matching instanceof

Using various new features from Java 9-17 such as String.repeat() and pattern matching instanceof.Comment From: sbrannen...

Spring Spring Webflux. Memory leak.

Affects: 2.3.1.RELEASEI found that spring webflux doesn't allow gc to collect a garbage.I simplified my code. There is s...
上一页 下一页
.