Spring Upgrade to gradle-versions-plugin 0.49.0

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

Spring Make the trace logs of TransactionInterceptor and JpaTransactionManager discern between physical and logical transactions.

Lets say i have the following method:@Transactionalpublic void transactionCreatingMethod(){ myJpaRepository.findAll();}...

Spring Prevent message resolution after context close

Along with #21988, the internal MessageSource delegate within an ApplicationContext is being reset on context close. As ...

Spring Remove all ApplicationListenerMethodAdapters on context close [SPR-17456]

Pramy opened SPR-17456 and commentedI know a bean implement ApplicationListener will be remove from Context when it dest...

Spring Using AOP and DI itself causes Spring ApplicationListener to be fired twice

Software versionsSpring Version 5.3.18 and earlier JDK Version 1.8.0_202OverviewWhen I use Spring ApplicationListener, ...

Spring MappingJackson2HttpMessageConverter.canWrite ignores the declared type

Affects: 2.7.7ProblemMappingJackson2HttpMessageConverter ignores the declared (possibly generic) target type, and consu...

Spring Is it forbidden for a @Service annotated class to extend a @Repository annotated one?

Affects: 5.2.3.RELEASEHopefully this is not a bug, though I didn't have success looking for information around the net -...

Spring Inconsistent array binding when using bracket notation

When POSTing array data to a Spring MVC annotated controller method, I get inconsistent results when I use a square-brac...

Spring Upgrade to Micrometer 1.12.0-RC1

We'll need to change the dependency coordinates for the JMS instrumentation support, it's now shipped in "io.micrometer:...

Spring Introduce caching for functional routing

Currently the functional API does not support any kind of caching for resources. I was trying to replicate an nginx setu...

Spring Initialize beans with coroutine context

Currently there are a few ways to initialize beans, but i did not find a way to initialize a class that require a corout...

Spring LazyResolutionMessage does not implement proper toString

John opened SPR-16724 and commentedWhen JMS listerner configured in spring reads JMS from queue/topic it can log the mes...

Spring Make ReactorNettyClientRequestFactory lifecycle-aware

In order to improve the compatibility with JVM Checkpoint Restore (aka CRaC), ReactorNettyClientRequestFactory should im...

Spring Add a constructor with externally managed Reactor Netty resources to ReactorNettyClientRequestFactory

In order to support CRaC and Spring lifecycle, ReactorNettyClientRequestFactory implementation should provide a constru...

Spring ReflectionUtils.getDeclaredMethods fail when use jdk 21: Unnamed Variables and Patterns

Affects: \Affects:spring-core-6.0.12.jar:6.0.12I use a simple enum likeimport java.util.function.Function;import java.ma...

Spring "@EnableWebMvc" 、"PUT" and "application/x-www-form-urlencoded" leads to MissingServletRequestParameterException

version:<parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-bo...

Spring AOT bean registrations miss reflection hints on property fields

See #31213 for background.This issue is similar to #31293, but this time applies to missing reflection hints fields for ...

Spring Unable to provide a custom LocaleContextResolver

Affects: Spring WebFlux 5.2.4.RELEASE Spring Boot:2.2.5.RELEASEWe are trying to provide a custom LocaleContextResolver i...

Spring spring-jms DefaultMessageListenerContainer when using retries cause comes as null in Dead Letter Queue using ActiveMQ

Hi Spring community, I'm implementing retries with a DLQ in spring, I'm using the DefaultMessageListenerContainer but no...

Spring Remove jdbc execute "closeResources" parameter

I don't know why the boolean closeResources parameter is neededExcept for the queryForStream method, virtually all of th...
上一页 下一页
.