Spring Apply "instanceof pattern matching" in spring-beans

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

Backport of gh-27772Comment From: jhoellerClosing this backport ticket since there does not seem to be an easy regressio...

Spring Deprecate CachingConfigurerSupport and AsyncConfigurerSupport

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

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

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]

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]

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

Affects: \the class org.springframework.aop.framework.DefaultAopProxyFactory had implements Serializable , but did't add...

Spring Possible NPE in Spring MVC LogFormatUtils

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

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

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

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

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

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

Juergen Hoeller opened SPR-13186 and commentedResourcesJDK 9 early access buildsGradle 3.0 nightly buildsnightly release...

Spring Remove JamonPerformanceMonitorInterceptor support

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

AnnotationTransactionAttributeSource contains a flag whether to only consider public methods, set to true by default. I ...

Spring Avoid unescape when CONNECT and CONNECTED frames

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

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

Why do we need to change the private methods to protected in AbstractJackson2decoder?To have the ability to use all the ...
上一页 下一页
.