Nineya
Home
Blog
Spring Array type bean cannot be proxied because is is final class
2025-01-08 05:00:18
1674
AnnotationAwareAspectJAutoProxyCreator(AbstractAutoProxyCreator) classhas wrapIfNecessary() method. In this method, Spri...
Spring [SPR-10412] Support generics in JmsTemplate
2025-01-08 05:00:16
1404
The #convertAndSend and #receiveAndConvert methods and theMessageConverter interface currently are not type safe. Everyw...
Spring InjectionPoint/DependencyDescriptor as injectable argument for @Bean methods [SPR-14033]
2025-01-08 05:00:13
1184
Juergen Hoeller opened SPR-14033 and commentedAs of 4.3, we have a rather simple InjectionPoint class as a base class fo...
Spring CVE-2021-22096 commit(s)
2025-01-08 05:00:11
4130
Hi,I'm part of the Debian LTS (Long Term Support) Team and I'm reviewing the security issues that affect the versions of...
Spring Early removal of 5.x-deprecated code
2025-01-08 05:00:08
568
Removing deprecated code in the 5.x generation early in the 6.x milestone will give a chance to early adopters to adapt ...
Spring Give warning when using capturing patterns with the AntPathMatcher
2025-01-08 05:00:05
893
This fails:@GetMapping("/resource/{*tail}")public Object statics(@PathVariable String tail) {...}with Required...
Spring Change configureAndRefreshWebApplicationContext change to requireNonNullElseGet if use jdk 17
2025-01-08 05:00:03
558
configureAndRefreshWebApplicationContext change to requireNonNullElseGet if use jdk 17Comment From: jhoellerGenerally sp...
Spring Update ServletContainerInitializer filename with old javax prefix to jakarta.
2025-01-08 05:00:00
421
Affects: 6.0.0-SNAPSHOTWhen implementing the WebApplicationInitializer interface, the implementation is never called.Thi...
Spring Update javadoc and reference docs for consistent version and package references to the Jakarta EE 9 APIs
2025-01-08 04:59:58
309
The javadoc for WebApplicationInitializer and SpringServletContainerInitializer references Servlet 3.0 in a few places. ...
Spring Fix javax.servlet doc to jakarta.servlet
2025-01-08 04:59:56
870
Fix the doc that contains javax.servletComment From: jhoellerWell spotted, and good timing with #27689 and #27690 which ...
Spring Add support for Coroutines transactions
2025-01-08 04:59:53
2544
Currently spring transactions bind to ThreadLocal.Are there any plans to support binding to Kotlin coroutines?For exampl...
Spring Passing a plain POJO to AnnotationConfigApplicationContext creates a Singleton/Prototype bean
2025-01-08 04:59:50
4556
Steps to reproduceScenario 1: : Singleton beans1. Create a Java Pojo public class Reader { public Reader() { }}Cre...
Spring Ignore HTML references > MAX_REFERENCE_SIZE in HtmlCharacterEntityDecoder
2025-01-08 04:59:48
501
Hello, I think that there's something incorrect when I read the code.Although this is not a severe problem, the code jus...
Spring SPR-14488 - FastOutputStreamWriter to improve tps of http response and save memory
2025-01-08 04:59:45
832
Comment From: pivotal-issuemaster@niaoge Please sign the Contributor License Agreement!Click here to manually synchroniz...
Spring convertList method added
2025-01-08 04:59:43
717
Implementation for #23254A simple method for converting lists in an iterative way. Considered to get converter outside o...
Spring Simple method for converting lists
2025-01-08 04:59:40
334
It might be good a simple method in Conversion Service to easily convert generic lists to some other target list. Like:v...
Spring Fix AntPathMatcher.isPattern for URI templates
2025-01-08 04:59:37
469
I'm not sure but I think AntPathMatcher.isPattern("/{bla}.jpg") should return true.Comment From: bclozelDoing that chang...
Spring ignore illegal String in SpringFactoriesLoader#loadFactoryNames
2025-01-08 04:59:35
1295
I write a spring-boot app,but when config EnableAutoConfiguration like as follows:org.springframework.boot.autoconfigure...
Spring @CachePut evaluates key before cache condition
2025-01-08 04:59:32
1900
Affects: Spring Context 4.3.4 and higherTrying to use @CachePut on a method that might return null.@CachePut(cacheNames ...
Spring Memoized implementation of PathMatchingResourcePatternResolver
2025-01-08 04:59:29
354
Allow applications that use uber jar to benefit from cached entries rather than using the slow jar lookup for component...
上一页
下一页
1
…
1475
1476
1477
1478
1479
…
2246
.