Spring TypeDescriptor does not check generics in equals method (for ConversionService caching)

Affects: 6.0.14The type descriptors of java.util.Optional<java.lang.Integer> and java.util.Optional<java.lang.S...

Spring PostgresCallMetaDataProvider should detect current schema as indicated by the JDBC Connection

Hi,I have issues trying to call a stored procedure using postgresql database through a SimpleJdbcCall.I set the current ...

Spring SimpleJdbcCall and Oracle function which returns custom type TABLE_NAME%rowtype

Hello!I am trying to use a SimpleJdbcCall to call an Oracle function which returncustom typeTABLE_NAME%rowtype`.Oracle f...

Spring PostgreSQL stored procedure call fails due escaping call with curly braces

Hi Team, I am facing an issue while invoking the PostgreSQL stored procedure call, it fails due escaping call with curly...

Spring @Transactional cause synchronized invalid

@Transactional cause synchronized invalid springboot version 2.1.7.releaseMy code is `public interface GoodsMapper {@Up...

Spring Support named parameters in CallableStatementCreator implementation [SPR-4406]

Mike Calmus opened SPR-4406 and commentedNamed parameters have been added for some operations, but the execution of a Ca...

Spring Spring Data REST not working as soon as @EnableWebMvc is added

Summary: Spring Data REST app with a servlet mapping set to something like/api/* seems to break as soon as I add the @En...

Spring Add Coroutines support for @Cacheable

Leveraging the Reactive support introduced via https://github.com/spring-projects/spring-framework/issues/17920, we shou...

Spring Nullpointer Exception on Generating Key with SimpleKeyGenerator

The issue https://github.com/spring-projects/spring-framework/issues/31412 introduced an regression for us.The check Kot...

Spring EOFException when wait_timeout on server side is bellow the time interval between two queries

If wait_timeout on server side is set bellow the time interval between two database queries and you use DataSourceTransa...

Spring LocalDataSourceJobStore for Quartz should not invoke setDontSetAutoCommitFalse(true)

Quartz locks SQL using select xxxx for update when useDBLocks is true.(https://github.com/quartz-scheduler/quartz/blob/m...

Spring Add Javadoc to MvcResult getResponse().getErrorMessage()

We are currently in the middle of migrating to spring 6 (via Spring Boot 3)In Spring 5 we checked the error Message in S...

Spring Cookie handling with reactor netty does not conform to RFC 6265 when sending multiple cookies

It was already indicated in #24819.It can be either handled as separate test (as suggested in issue) or it is possible t...

Spring Properties-driven path throws IllegalArgumentException

Affects: 6.1.1Following code works in 6.0.13.Let's create a method where the path is set from properties. In the provide...

Spring ApplicationListenerMethodAdapter not remove when ApplicationContext close.

I found the Adapter for @ EventListener was not remove when ApplicationContext close. But the ApplicationListener remove...

Spring GenericConverter methods are contradictory and risk ClassCastException

GenericConverter.getConvertibleTypes returns a pair of Class<?>, while GenericConverter. convert accepts a pair of...

Spring <jee:local-slsb> no longer works with a business-interface attribute

Affects: 6.1.0When migrate Spring Framework from 5.3.x to 6.1.x, we noticed that \ is not useable.Using the similar XML ...

Spring Uploading malformed multipart file should respond 400 instead of 500

Uploading a malformed multi-part file results in 500 Internal Server Error even though sending malformed data is clearly...

Spring JPATransactionManager and HibernateJpaDialect is not handling gracefully a org.hibernate.TransactionException

Affects: Spring Orm: 5.3.14Spring boot version: 2.6.2Spring data jpa: 2.6.0Spring Integration version: 5.5.6Issue:Seems ...

Spring SpEL cannot evaluate after update from 6.0.13 to 6.1.1

Affects: 6.1.1In version 6.0.13 following repro works:@Testvoid should() throws Exception { TestSpel testSpel = new T...
上一页 下一页
.