Nineya
Home
Blog
Spring Align with R2DBC 0.9 API changes
2025-01-08 05:31:00
4461
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
2025-01-08 05:30:57
1136
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
2025-01-08 05:30:54
420
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
2025-01-08 05:30:52
2306
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
2025-01-08 05:30:49
799
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
2025-01-08 05:30:47
4028
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
2025-01-08 05:30:44
1814
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
2025-01-08 05:30:41
1336
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>>
2025-01-08 05:30:39
3087
Please add something like the following method to KotlinBodySpec<B> in org.springframework.test.web.reactive.serve...
Spring CustomEditorConfigurer中维护的Map并没有对应关系
2025-01-08 05:30:35
553
在使用XMl文件的方式注入属性编辑器的过程中,使用,我发现map的键和值并不是一一对应的关系,于是找到CustomEditorConfigurer类发现CustomEditorConfigurer中维护的Map并没有对应关系,这个问题意味着...
Spring WebFlux multipart streaming not work
2025-01-08 05:30:32
4167
I want to upload files without saving to disk or memory.Controller:@RestController@RequestMapping("api/v1/files&quo...
Spring Improve SpringFactories to customize how arguments and instantiation failures are handled
2025-01-08 05:30:30
614
Two commits that lay the groundwork for deprecating loadFactoryNames.See #27954Comment From: snicollFor the record the A...
Spring Fix findAnnotationOnBean Kotlin extension return type
2025-01-08 05:30:27
624
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()
2025-01-08 05:30:24
3900
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
2025-01-08 05:30:22
125
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
2025-01-08 05:30:19
2753
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
2025-01-08 05:30:17
2503
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]
2025-01-08 05:30:14
5333
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)?
2025-01-08 05:30:11
903
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
2025-01-08 05:30:09
1500
Is this a bug?fun main(args: Array<String>) { var application = runApplication<SpringDemoApplication&...
上一页
下一页
1
…
1442
1443
1444
1445
1446
…
2246
.