Spring Lazy entity loading on native results in: Generation of HibernateProxy instances at runtime is not allowed when the configured BytecodeProvider is 'none'

Affects:Spring Boot 3.0.1 / Spring Framework 6.0.3Reproducer code: https://github.com/theotherp/reproduce-bytecodeprovid...

Spring Provide a way to configure KotlinSerializationJsonDecoder

It seems there isn't a way to provide a custom Json or set config on Json for the KotlinSerializationJsonDecoderSpring F...

Spring Avoid rollback after a commit failure in TransactionalOperator

A failure to commit a reactive transaction will complete the transaction and clean up resources. Executing a rollback at...

Spring Propagate CoroutineContext in reactive transaction

Motivation:Fixes #27307 Modifications:Propagate caller's CoroutineContext when converting coroutines into Mono.In Corout...

Spring Jetty 12 support in WebFlux

Jetty 12 is currently in alpha but expected to enter its beta phase soon, as the first generation of Jetty to provide Se...

Spring No qualifying bean of type 'Resource' available while building in Docker

Affects: Spring 5.3.2.RELEASE, Spring Boot 2.2.4.RELEASE(I'm not sure if it's a Spring issue of Spring Boot issue.)I try...

Spring Log warning for usage of argNames attribute in AspectJ annotations

Since the introduction of the java.lang.reflect.Parameter API in Java 8, the argNames attributes in AspectJ annotations ...

Spring @AspectJ argument name resolution algorithm is outdated in reference manual

Backport of gh-30026Comment From: sbrannenClosed in 4dc45d551ce5b2846904e4551a0be4261a00efa2Comment From: sbrannenReopen...

Spring Possible bug on dependency injection.

Affects: 3.0.3Hello everyone!I'm using Spring 3.0.3 along with Kotlin.I've notice that apparently we have a bug on depe...

Spring @Async and @Transactional annotations do not work on the same method [SPR-7147]

Jamie Goodfellow opened SPR-7147 and commentedThe AsyncAnnotationBeanPostProcessor class is configured to put the AsyncA...

Spring AutowireCapableBeanFactory.createBean does not prefer default constructor anymore

With a project from start.spring.io.package com.example.demo;import org.springframework.beans.factory.annotation.Autowir...

Spring @AspectJ argument name resolution algorithm is outdated in reference manual

The Determining Argument Names section of the AOP chapter in the reference manual currently states:Parameter names are n...

Spring 同步最新

111Comment From: pivotal-cla@liufei1988 Please sign the Contributor License Agreement!Click here to manually synchronize...

Spring Server request URL with spring-webflux 6.0.5 is in resolved IP6 format

After upgrade to spring boot 3.0.3, Swagger authorization stopped working on http://localhost:8080.The issue is caused b...

Spring PathMatchingResourcePatternResolver can no longer handle paths containing spaces and special characters

Affects: spring-core : 6.0.5When the spring application is in a directory that contains a space, it skips probably all @...

Spring NullPointerException if passing an anonymous class to ReflectionsHint#registerType

If you (accidentally in this case) pass an anonymous class to registerType it fails withException in thread "main&q...

Spring Enable memory leak detection for tests with Netty 5 Buffer

Fix several memory leaks in tests.Comment From: violetagg@rstoyanchev @poutsma PTALComment From: violetagg@rstoyanchev P...

Spring TransactionalOperator should not attempt to rollback after a failed commit

Expected behaviorUsing reactive transaction management, when a commit step fails in the TransactionalOperator, then the ...

Spring Auto-generated transaction name is too long when used with R2DBC MSSQL driver

Affects: 6.0.4 (spring-r2dbc)When using @Transactional on a reactive service method, the auto-generated transaction name...

Spring Avoid duplicate URI construction in ReactorServerHttpRequest

It appeared that two URI's were being constructed. The first one was then manually created then converted to a string an...
上一页 下一页
.