Spring Align with R2DBC 0.9 API changes

With R2DBC 0.9, a couple of changes were introduced that would make sense to be used by applications. Specifically:Usage...

Spring Need Spring Framwork version as per Compatiblility Matrix

Hi Team, Have one requirement to upgrade Spring Framwork version to compatible with Spring Boot 2.xBut here is my system...

Spring Add GraalVM native JSON configuration generation

As a follow-up of #27829, we need to implement GraalVM native JSON configuration generation for reflection, JDK proxies,...

Spring Using DataClassRowMapper causes "No property found for column" debug messages in logs

Spring JDBC: 5.3.16Spring Boot 2.6.4We're experimenting with the new DataClassRowMapper and found that if logging is set...

Spring java.lang.NoClassDefFoundError: org/springframework/cglib/beans/BeanMapEmitter

Affects: \Hi:After we upgrade to spring boot 2.5.10 (spring-core 5.3.16), when invoke following methodorg.springframewor...

Spring MappingJacksonValue and Jackson2CodecSupport#registerObjectMappersForType do not work together

Spring Framework 5.3.15Spring Boot 2.6.3I set up 2 ObjectMappers (one per api version) : the last version uses the defau...

Spring Support custom HTTP status in client-side REST testing support

TL; DR;Add supporting for custom http statuses in mocked responsesI copied logic from org.springframework.http.ResponseE...

Spring Replace KotlinBodySpec with proper ResponseSpec extensions

Due to #20606, we had to introduce KotlinBodySpec in Spring Framework 5.0.x in order to unlock Kotlin developers for mos...

Spring Add consumeListWith() to KotlinBodySpec<List<B>>

Please add something like the following method to KotlinBodySpec&lt;B&gt; in org.springframework.test.web.reactive.serve...

Spring CustomEditorConfigurer中维护的Map并没有对应关系

在使用XMl文件的方式注入属性编辑器的过程中,使用,我发现map的键和值并不是一一对应的关系,于是找到CustomEditorConfigurer类发现CustomEditorConfigurer中维护的Map并没有对应关系,这个问题意味着...

Spring WebFlux multipart streaming not work

I want to upload files without saving to disk or memory.Controller:@RestController@RequestMapping(&quot;api/v1/files&quo...

Spring Improve SpringFactories to customize how arguments and instantiation failures are handled

Two commits that lay the groundwork for deprecating loadFactoryNames.See #27954Comment From: snicollFor the record the A...

Spring Fix findAnnotationOnBean Kotlin extension return type

Comment From: pivotal-issuemaster@danthonywalker Please sign the Contributor License Agreement!Click here to manually sy...

Spring Reflective illegal access to java.lang.SecurityManager.getClassContext()

When running the spring-boot application i have this warning.Running with --illegal-access=debug i found this:WARNING: I...

Spring Upgrade to Reactor 2020.0.17

Comment From: sbrannenNow available on Maven Central: https://repo1.maven.org/maven2/io/projectreactor/reactor-bom/2020....

Spring @Lazy injection point target is proxied twice for @Resource not matching bean name

OverviewIf the field name for a @Lazy @Resource does not match the bean name of the desired dependency, both CommonAnnot...

Spring @Lazy injection point is resolved from BeanFactory for every invocation on proxy

I found that, when I use @Lazy on @Resource fields, Spring injects a lazy proxy.The lazy proxy's TargetSource is not sta...

Spring Cache Abstraction Exception Handling [SPR-9275]

Chris Bonham opened SPR-9275 and commentedCurrently there is no explicit exception handling in the cache abstraction. F...

Spring How could @Caching version be bound to JPA entity version(optimistic lock)?

I use spring @Version for optimistic lock, and I use @Caching to cache the jpa entity. the version in database was auto ...

Spring An error occurred while registering beans using two ClassLoader

Is this a bug?fun main(args: Array&lt;String&gt;) { var application = runApplication&lt;SpringDemoApplication&...
上一页 下一页
.