Nineya
Home
Blog
Spring Apply "instanceof pattern matching" in spring-beans
2025-01-08 05:09:30
284
Comment From: pivotal-cla@dramatist Please sign the Contributor License Agreement!Click here to manually synchronize the...
Spring MergedAnnotationReadingVisitor should ignore annotation types that cannot be loaded
2025-01-08 05:09:27
159
Backport of gh-27772Comment From: jhoellerClosing this backport ticket since there does not seem to be an easy regressio...
Spring Deprecate CachingConfigurerSupport and AsyncConfigurerSupport
2025-01-08 05:09:25
134
With default methods available for the base interface in 5.3.x, let's deprecated the support classes as these are no lon...
Spring AsyncConfigurer implementations are loaded too early
2025-01-08 05:09:23
2248
Affects: 5.3.3We use an AsyncConfigurer that needs some beans. Spring wants to create a BeanPostProcessor asyncAdvisor a...
Spring Extending CachingConfigurerSupport results in at least one log message about not being eligible for full post-processing
2025-01-08 05:09:20
13316
Affects: 5.3.xThis was originally reported in a Spring Boot issue. While diagnosing the problem, I observed that even wh...
Spring Enable support for custom vnd types in messaging MappingJackson2MessageConverter [SPR-15712]
2025-01-08 05:09:18
856
Vinicius Carvalho opened SPR-15712 and commentedThe current implementation of converters will not allow conversion of vn...
Spring ProxyFactoryBean getObject called before setInterceptorNames, silently creating an invalid proxy [SPR-7582]
2025-01-08 05:09:12
8006
nigel magnay opened SPR-7582 and commentedWe have an application that uses a fairly standard pattern to declare a proxy ...
Spring Declare serialVersionUID on DefaultAopProxyFactory
2025-01-08 05:09:09
286
Affects: \the class org.springframework.aop.framework.DefaultAopProxyFactory had implements Serializable , but did't add...
Spring Possible NPE in Spring MVC LogFormatUtils
2025-01-08 05:09:07
2507
Affects: 5.2.15When using Spring Boot (2.3.12) and when I activate debug: true in application.yml, I can get a NullPoint...
Spring Dokka generation is not including links to Coroutines
2025-01-08 05:09:05
1316
This is due to https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/package-list resulting in a 404.https...
Spring Upgrade to Kotlin 1.6.10
2025-01-08 05:09:01
234
As seen in #27409, this change also implies switching to a JDK17 baseline for compiling Kotlin code.Comment From: bcloze...
Spring Unable to use WebTestClient with mock server in Kotlin
2025-01-08 05:08:59
6291
Daniel Jones opened SPR-16057 and commentedI'm trying to set up a Kotlin/Spring project using Spring Boot 2.0.0.M4 and S...
Spring Remove references to AsyncConfigurerSupport as AsyncConfigurer should be used instead
2025-01-08 05:08:56
167
For consistency with #27811, let's remove any reference to AsyncConfigurerSupport as AsyncConfigurer has default methods...
Spring Clarify that interface-level cache annotations work for target-class proxies as well
2025-01-08 05:08:54
357
Hi, I would like to make some modification for cache annotation tip on reference documentation.Even if using cglib proxy...
Spring Upgrade core framework build to JDK 17
2025-01-08 05:08:52
3217
Juergen Hoeller opened SPR-13186 and commentedResourcesJDK 9 early access buildsGradle 3.0 nightly buildsnightly release...
Spring Remove JamonPerformanceMonitorInterceptor support
2025-01-08 05:08:49
476
The JAMon project doesn't seem really active anymore. Last update was (almost) 2 years ago, by the time Spring 6 will be...
Spring @Transactional does not work on package protected methods of CGLib proxies
2025-01-08 05:08:47
4323
AnnotationTransactionAttributeSource contains a flag whether to only consider public methods, set to true by default. I ...
Spring Avoid unescape when CONNECT and CONNECTED frames
2025-01-08 05:08:45
723
I faced an error that stomp websocket client can not send a header with backslash.Then I found reason.StopmEncoder dose ...
Spring Document Tradeoffs on How to Consume WebClient body
2025-01-08 05:08:42
2776
The documentation states:When you use exchange(), you must always use any of the body or toEntity methods of ClientRespo...
Spring Update private methods to protected in AbstractJacskon2Decoder
2025-01-08 05:08:39
5435
Why do we need to change the private methods to protected in AbstractJackson2decoder?To have the ability to use all the ...
上一页
下一页
1
…
1465
1466
1467
1468
1469
…
2246
.