Nineya
Home
Blog
Spring Issue with Lookup autowire with generic type
2025-01-08 20:21:07
1557
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
2025-01-08 20:21:04
283
This commit partially reverts 3b8dd0a5, which introduced a strict validation in JmsAccessor#setSessionAcknowledgeMode th...
Spring Deprecate Constants utility and stop using it internally
2025-01-08 20:21:01
1167
OverviewAs discussed in https://github.com/spring-projects/spring-framework/issues/30846#issuecomment-1628849776, since ...
Spring Support @ControllerAdvice on @Bean factory method
2025-01-08 20:20:58
2877
I am developing a shared component where all the configuration classes are registered using spring.factories.The library...
Spring Custom conversionService converter not working
2025-01-08 20:20:56
2084
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
2025-01-08 20:20:53
903
ProblemI have multiple applications running within same environment. They share some property files.It is hard to figure...
Spring Personal information on MethodArgumentNotValidException
2025-01-08 20:20:50
2200
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
2025-01-08 20:20:47
2276
version: 5.2.12.RELEASEExpect: StackOverflowError or BeanCreationExceptionBut: java.lang.NoClassDefFoundError: Could not...
Spring "assertBeanFactoryActive then use BeanFactory " is not a atomicity operation
2025-01-08 20:20:44
352
sorry , my english is poor。I came across a scenethread-1Thread-2assertBeanFactoryActiveclose contextgetBeanFactory().ge...
Spring Can't escape } in 'short' property declaration
2025-01-08 20:20:41
424
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
2025-01-08 20:20:38
1355
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]
2025-01-08 20:20:35
5759
ChenYang opened SPR-16089 and commentedClass ConcurrentWebSocketSessionDecorator in Spring Websocket containsprivate fin...
Spring NPE MockHttpServletResponse.doAddHeaderValue
2025-01-08 20:20:32
1562
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
2025-01-08 20:20:29
604
SimpleJdbcInsert.executeAndReturnKey() does not support LocalDateTime type.Corresponding to Mysql8.0.15 datetime type.Cu...
Spring SimpleJdbcInsertOperations executeBatch method should accept Collection as parameter
2025-01-08 20:20:26
1103
When we insert multiple records in one batch, very often we have a collection of records. As SimpleJdbcInsertOperations ...
Spring Spring Data Page with Gson
2025-01-08 20:20:23
1329
Hello,After changing from jackson:spring.http.converters.preferred-json-mapper=jacksonto gson:spring.http.converters.pre...
Spring Support 'default' option in StringToTimeZoneConverter
2025-01-08 20:20:20
552
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>>
2025-01-08 20:20:17
889
If we change MultiValueMap to wildcard the List type it extends then this code will compilefinal MultiValueMap<Strin...
Spring Encryption support for values in application.properties [SPR-17303]
2025-01-08 20:20:14
1176
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
2025-01-08 20:20:11
1122
Affects: org.springframework 5.2.2After updating java to jdk13, I used the named module in the project, because the unna...
上一页
下一页
1
…
1290
1291
1292
1293
1294
…
2246
.