Nineya
Home
Blog
Spring Update copyright headers in spring-test
2025-01-08 21:19:46
823
I changed the copyright date,I hope it will help you with the spring framework!Comment From: pivotal-cla@Yaklede Please ...
Spring Rest Client, automatically set content-length of body on put/post
2025-01-08 21:19:43
1530
Put call that fails with 400:restClient.put() .uri("/tickets/$ticketId") .conten...
Spring Avoid nested constructor data binding if there are no request parameters
2025-01-08 21:19:37
10473
Note: I also raised this topic as a SO question: https://stackoverflow.com/q/77645476/827950When attempting to upgrade o...
Spring Add support for reading classes from JPMS modules
2025-01-08 21:19:33
6756
Consider the following situation. JPMS application with layer tree. In Module X on Layer C it is necessary to create Sp...
Spring No tracing context when processing ClientResponse body
2025-01-08 21:19:29
2396
When processing ClientResponse body, tracing context is missing.One of many way to reproduce it:clientResponse.mutate()....
Spring WebClient toBodilessEntity loses tracing context in Spring WebFlux 3.0.5
2025-01-08 21:19:15
14363
Hi,I'm diagnosing a production Spring WebFlux 3.0.5 bug where certain requests are losing their tracing context and I've...
Spring RestClient vs. RestTemplate regarding null request params
2025-01-08 21:19:12
1055
Affects: \6.1.1RestClient exchange configuration for null valuesI'm trying to use spring-boot 3 new feature of Exchange ...
Spring Convert args to Kotlin value class in CoroutinesUtils
2025-01-08 21:19:09
9277
Currently, IllegalArgumentException occurs when Kotlin suspend function with value class parameters in proxied class is...
Spring Improve error message when using reserved bean name
2025-01-08 21:19:07
1249
Affects: v6I created a TransactionManager forgetting that there was already a default bean with this name. From the erro...
Spring Support Kotlin value (JvmInline) classes as suspend handler method arguments
2025-01-08 21:19:04
14732
Affects: Spring Framework 5.3.9, Spring Boot 2.5.4Using a @JvmInline value class as a handler method argument fails with...
Spring Combine if-statements in ScopedProxyBeanDefinitionDecorator
2025-01-08 21:19:01
661
This pull request simplifies the code and makes it more readable by combining two conditions into a single statement usi...
Spring Small code doc suggestion for BeanFactoryDefinitionRegistryPostProcessor
2025-01-08 21:18:56
2329
I was trying to understand the bean factory post processing logic but it was hard to understand the difference between a...
Spring SpEL expression on a reloadable type can no longer be resolved
2025-01-08 21:18:53
2706
Starting with Boot 3.1.6/Framework 6.0.14, the following SpEL expression fails to resolve the referenced type, but only ...
Spring AnnotatedElementUtils.getMergedRepeatableAnnotations does not return meta annotations on repeatedly-annotated class
2025-01-08 21:18:51
6495
We use a meta-annotation @As400Sql for the annotation @Sql. It is repeatable.We annotate DoubleAnnotatedClass.class with...
Spring Replaces methods that will be deprecated by gradle (project.buildDir -> project.layout.buildDirectory)
2025-01-08 21:18:48
408
Replaces methods that will be deprecated by gradleReference- gradle 8.5 official documentation - Upgrading version 8.x t...
Spring PostConstruct annotation should be taken from javax.annotation-api
2025-01-08 21:18:45
1229
Hi,I've created a Spring project, and created a bean and added lifecycle method annotated with PostConstruct.According t...
Spring Add tests for SpEL expressions on Kotlin suspending function parameters
2025-01-08 21:18:42
3092
Referencing parameter names in SpEL expressions fails when using Kotlin suspending functions.For example@Cacheable(cache...
Spring Add IntegerHttpMessageConverter and LongHttpMessageConverter
2025-01-08 21:18:39
1297
Affects: all versionsSpring already has the very nice StringHttpMessageConverter.Sometimes it can be good to add simple...
Spring Enhancements to Utility Classes: Constructor Hiding, Readability Improvements, and Loop Optimizations
2025-01-08 21:18:36
1217
This pull request introduces several enhancements to the utility classes:Constructor Hiding: Default constructors have b...
Spring Fixed doc format.adoc
2025-01-08 21:18:33
344
Remove a new line on the doc for styling problems documentComment From: pivotal-cla@vicheanath Please sign the Contribut...
上一页
下一页
1
…
1246
1247
1248
1249
1250
…
2246
.