Nineya
Home
Blog
Spring get all placeholder that spring resolved
2025-01-08 05:18:45
777
[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
2025-01-08 05:18:42
2447
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
2025-01-08 05:18:39
611
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
2025-01-08 05:18:33
18644
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
2025-01-08 05:18:31
264
We need a contract where individual components can provide some code, the related RuntimeHints that could be necessary i...
Spring Make BeanDefinitionValueResolver public
2025-01-08 05:18:29
335
BeanDefinitionValueResolver is package private at the moment and the AOT engine could use calling it directly to resolve...
Spring Add core JavaPoet utilities
2025-01-08 05:18:27
319
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
2025-01-08 05:18:25
725
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
2025-01-08 05:18:22
158
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?
2025-01-08 05:18:20
797
Affects: \spring-framework validation controller not support list? @PostMapping("test") public List<I...
Spring Expose HttpHandler Decoration as a bean
2025-01-08 05:18:17
1066
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
2025-01-08 05:18:15
1146
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+
2025-01-08 05:18:12
5129
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
2025-01-08 05:18:09
1160
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
2025-01-08 05:18:06
2750
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'.
2025-01-08 05:18:04
608
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]
2025-01-08 05:18:01
1036
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
2025-01-08 05:17:58
1763
Working on a Kotlin sample where we call DefaultJmsListenerContainerFactory.setTransactionManager(null) and I see an err...
Spring Use String.repeat() and pattern matching instanceof
2025-01-08 05:17:56
2294
Using various new features from Java 9-17 such as String.repeat() and pattern matching instanceof.Comment From: sbrannen...
Spring Spring Webflux. Memory leak.
2025-01-08 05:17:51
7062
Affects: 2.3.1.RELEASEI found that spring webflux doesn't allow gc to collect a garbage.I simplified my code. There is s...
上一页
下一页
1
…
1455
1456
1457
1458
1459
…
2246
.