Nineya
Home
Blog
Spring Upgrade to gradle-versions-plugin 0.49.0
2025-01-08 20:31:26
280
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.
2025-01-08 20:31:24
2895
Lets say i have the following method:@Transactionalpublic void transactionCreatingMethod(){ myJpaRepository.findAll();}...
Spring Prevent message resolution after context close
2025-01-08 20:31:21
206
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]
2025-01-08 20:31:18
2582
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
2025-01-08 20:31:15
9431
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
2025-01-08 20:30:27
2356
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?
2025-01-08 20:30:23
2606
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
2025-01-08 20:30:20
2519
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
2025-01-08 20:30:17
141
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
2025-01-08 20:30:15
1360
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
2025-01-08 20:30:12
2505
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
2025-01-08 20:30:09
769
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
2025-01-08 20:30:06
157
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
2025-01-08 20:30:04
231
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
2025-01-08 20:30:02
2573
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
2025-01-08 20:29:59
1136
version:<parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-bo...
Spring AOT bean registrations miss reflection hints on property fields
2025-01-08 20:29:56
1224
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
2025-01-08 20:29:54
1217
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
2025-01-08 20:29:51
1958
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
2025-01-08 20:29:48
3125
I don't know why the boolean closeResources parameter is neededExcept for the queryForStream method, virtually all of th...
上一页
下一页
1
…
1281
1282
1283
1284
1285
…
2246
.