Spring Using R2dbc transactional and non-transactional on a database connection pool fails for Oracle

Affects: 6.0.10++spring boot 3.0.10oracle-r2dbc 1.1.1r2dbc-pool 1.0.1.RELEASEUsing R2dbcEntityTemplate to handle CRUD.Co...

Spring Replace deprecated method getBuildDir() in Gradle build

According to the documentation , the method getBuildDir() is deprecated and should be replaced with getLayout().getBuild...

Spring BeanFactoryUtils.beanNamesForTypeIncludingAncestors doesn't find name for existing bean if proxied

Affects: 5.2.8Using Spring Framework with Jersey 2.31, I've enabled the Spring Security global method security intercept...

Spring DefaultMessageListenerContainer fails to reconnect to ActiveMQ broker

Affects: \5.2.25First, a little background:For a variety of reasons, we discovered the issue after upgrading the spring ...

Spring Spring Beans does not properly unwrap value if the value is java.util.Optional

class AbstractNestablePropertyAccessor, method getPropertyValue is not doing unwrapping of Optional, that causes Invali...

Spring Write the ReactorContext from CoWebFilter

Affects: \spring-web 6.0.11I'm using Spring WebFlux.I would like to be able to write to Context (ReactorContext) from Co...

Spring ConversionService is confused by interface extending Converter

For some custom infrastructure, I'm trying to leverage the GenericConversionService by creating specialized subinterface...

Spring Support TypedStringValue during AOT processing

OverviewWhen BeanDefinitionPropertyValueCodeGenerator.MapDelegate generates code for a Map, that map may contain instanc...

Spring @Resource annotation is not resolving the bean after Spring dependencies upgrade to 5.3.x

I migrated my application from spring framework 4.3.x to 5.3.x.After this bean injection is failing. It is failing only ...

Spring @Transactional annotation doesn't rollback after failure

Affects: 5.3.20Hi, I'm invoking a public method in a @Component annotated class. The method is annotated with the @Trans...

Spring AbstractNestablePropertyAccessor.processLocalProperty does not support generic type

Affects: 2.2.3.RELEASEI was using Spring boot to build a microservice.I request a GET method through url:port/v2/api/use...

Spring Groovy Dynamic Language fails compilation when using Ivy Grab

Script such as:@Grab('org.apache.httpcomponents:fluent-hc:4.5.13')import org.apache.http.client.fluent.Requestclass Grab...

Spring Method resolveType of GenericTypeResolver lost bounds info of TypeVariableImpl

Affects: \ 5.2.4As you can see,after resolve,that method return class named ComApproveRequest to replace genericType.Co...

Spring Do not count exchanges outcomes as UNKNOWN if response was committed

Per this comment, we should not mark observed HTTP server exchanges as "UNKNOWN" outcomes if the response was committed....

Spring Allow BeanDefinitionBuilder to set sub-class specific features if necessary

BeanDefinitionBuilder is around since Spring 2 and was designed for XML handlers. In the meantime, programmatic bean def...

Spring Replace deprecated method getBuildDir()

According to the documentation , the method getBuildDir() is deprecated and should be replaced with getLayout().getBuild...

Spring EMFU#doGetTransactionalEntityManager to check for actual transaction

… rather than just a synchronization. Otherwise, at least SharedEntityManagerCreator will create a 'lingering' EM inside...

Spring Messages arriving out-of-order despite setPreservePublishOrder(true)

setPreservePublishOrder(true) doesn't seem to guarantee that the client receives messages in the order of publication. I...

Spring Allow Filters to be initialized when they're added to MockMvc

Currently, when a Servlet Filter is added to MockMvc, its init(FilterConfig) method isn't called. This causes a problem ...

Spring Allow filters to be registered with MockMvc for particular dispatcher types

In Spring Boot 2.6, we've introduced a new filter that's only registered for ERROR dispatches. This works fine at runtim...
上一页 下一页
.