Nineya
Home
Blog
Spring TypeDescriptor does not check generics in equals method (for ConversionService caching)
2025-01-08 21:07:25
999
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
2025-01-08 21:07:23
846
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
2025-01-08 21:07:21
2485
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
2025-01-08 21:07:18
1734
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
2025-01-08 21:07:15
1891
@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]
2025-01-08 21:07:02
3684
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
2025-01-08 21:06:59
2212
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
2025-01-08 21:06:56
172
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
2025-01-08 21:06:54
2799
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
2025-01-08 21:06:51
1693
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)
2025-01-08 21:06:48
7835
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()
2025-01-08 21:05:36
4029
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
2025-01-08 21:05:33
4498
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
2025-01-08 21:05:30
4862
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.
2025-01-08 21:05:28
4099
I found the Adapter for @ EventListener was not remove when ApplicationContext close. But the ApplicationListener remove...
Spring GenericConverter methods are contradictory and risk ClassCastException
2025-01-08 21:05:24
919
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
2025-01-08 21:05:19
6142
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
2025-01-08 21:05:17
5059
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
2025-01-08 21:05:13
6282
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
2025-01-08 21:05:10
1932
Affects: 6.1.1In version 6.0.13 following repro works:@Testvoid should() throws Exception { TestSpel testSpel = new T...
上一页
下一页
1
…
1257
1258
1259
1260
1261
…
2246
.