Spring Issue with Lookup autowire with generic type

Here is my sample code. This was working fine in 5.2 but when I upgraded to 5.3.13 it threw error "org.springframework.b...

Spring Fix regression in JmsAccessor#setSessionAcknowledgeMode

This commit partially reverts 3b8dd0a5, which introduced a strict validation in JmsAccessor#setSessionAcknowledgeMode th...

Spring Deprecate Constants utility and stop using it internally

OverviewAs discussed in https://github.com/spring-projects/spring-framework/issues/30846#issuecomment-1628849776, since ...

Spring Support @ControllerAdvice on @Bean factory method

I am developing a shared component where all the configuration classes are registered using spring.factories.The library...

Spring Custom conversionService converter not working

Hi,I've got a problem with custom string to date converter using 4.3.30 spring-framework. Converter is not applying when...

Spring Enable a properties journal

ProblemI have multiple applications running within same environment. They share some property files.It is hard to figure...

Spring Personal information on MethodArgumentNotValidException

Affects: \6.0.11When using Spring's validation and Open Telemetry (agent version 1.25.0) we are seeing the rejected valu...

Spring beanFactory.getBean("self") in FactoryBean.getObject(), get an unreasonable Exception

version: 5.2.12.RELEASEExpect: StackOverflowError or BeanCreationExceptionBut: java.lang.NoClassDefFoundError: Could not...

Spring "assertBeanFactoryActive then use BeanFactory " is not a atomicity operation

sorry , my english is poor。I came across a scenethread-1Thread-2assertBeanFactoryActiveclose contextgetBeanFactory().ge...

Spring Can't escape } in 'short' property declaration

Hey,I think I found a bug while trying to figure out how to escape } in property declarations likeproperty: ${ENV_VAR:te...

Spring Enhance @DependsOn to be also configurable via class type

Currently the @DependsOn(...) annotation is only configurable using String, it would be nice to also support class type....

Spring Prevent WebSocket buffer overflow through application-level flow control [SPR-16089]

ChenYang opened SPR-16089 and commentedClass ConcurrentWebSocketSessionDecorator in Spring Websocket containsprivate fin...

Spring NPE MockHttpServletResponse.doAddHeaderValue

Affects: spring-test:5.3.4Hi, from time to time i get the following exception (Context: MockMvc of Spring):java.lang.Nul...

Spring SimpleJdbcInsert.executeAndReturnKey() does not support LocalDateTime type

SimpleJdbcInsert.executeAndReturnKey() does not support LocalDateTime type.Corresponding to Mysql8.0.15 datetime type.Cu...

Spring SimpleJdbcInsertOperations executeBatch method should accept Collection as parameter

When we insert multiple records in one batch, very often we have a collection of records. As SimpleJdbcInsertOperations ...

Spring Spring Data Page with Gson

Hello,After changing from jackson:spring.http.converters.preferred-json-mapper=jacksonto gson:spring.http.converters.pre...

Spring Support 'default' option in StringToTimeZoneConverter

Originally raised in in Spring Boot it would be nice if our StringToTimeZoneConverter could support "default" -> Time...

Spring Change MultiValueMap to extend Map<K, List<? extends V>>

If we change MultiValueMap to wildcard the List type it extends then this code will compilefinal MultiValueMap&lt;Strin...

Spring Encryption support for values in application.properties [SPR-17303]

member sound opened SPR-17303 and commentedSpring-Cloud has a feature to encrypt values in application.properties with a...

Spring ClassPathResource can not find resources in named module

Affects: org.springframework 5.2.2After updating java to jdk13, I used the named module in the project, because the unna...
上一页 下一页
.