Nineya
Home
Blog
Spring Refactor ConcurrentLruCache
2025-01-09 00:49:15
559
Forgot to include this change, my previous PR was declined but I create new one for it.Sorry for inconvenience, I'm not ...
Spring Remove label usage for improved efficiency
2025-01-09 00:49:12
439
As far as I know, explicitly using "Label" is simple, but it's disorienting for a debugger, which is why I tried to crea...
Spring When Accept-Language header is blank, the default locale should be returned
2025-01-09 00:49:09
1033
Comment From: lllichenComment From: bclozelSending such a request header with an "empty text" value is I think invalid H...
Spring Return default locale when Accept-Language header is blank
2025-01-09 00:49:04
333
Comment From: pivotal-cla@lllichen Please sign the Contributor License Agreement!Click here to manually synchronize the ...
Spring Simplify utility implementations in spring-core
2025-01-09 00:49:02
1339
You just received a pull request, so I changed the format similar to that.enhancement by adding early returndelete the u...
Spring Enhance readability of classes in 'Spring-Core/Utils'
2025-01-09 00:48:57
794
ChangeImprove readability by deleting unnecessary 'else'.Improve readability by adding early return.Comment From: pivota...
Spring Improve explanation of AOP advice classes that should implement MethodInterceptor
2025-01-09 00:48:54
642
The following page: https://docs.spring.io/spring-framework/reference/core/aop-api/advice.html has a weird sentence:Clas...
Spring Simplify implementation of FilteredIterator
2025-01-09 00:48:51
1122
In my opinion, there are unnecessary 'else' phrases and if phrases.This can be good in terms of readability, but deepeni...
Spring Fix HtmlUnit dependency group id
2025-01-09 00:48:48
217
When using Spring Boot, this dependency is not managed nor works with MockMvcWebClientBuilder.webAppContextSetup(context...
Spring Add support for lazy connections in R2DBC in the same manner as LazyConnectionDataSourceProxy
2025-01-09 00:48:44
791
Support lazy connections in R2DBC following the same concepts in LazyConnectionDataSourceProxy for JDBC.atm hitting an "...
Spring Consider reordering converters and codecs in HTTP stacks
2025-01-09 00:48:38
626
The order of codecs has been the same for a very long time and applications might rely on it.On the other hand, Spring B...
Spring BUG: Dual Behavior of Tests into Spring Boot MockMvc and Curl
2025-01-09 00:48:36
2198
The Spring Test Context Framework has a behavior analysis problem when given to test cases.Ie.: With a Jakarta Servlet F...
Spring Add batch operations support to JdbcClient
2025-01-09 00:48:33
261
Similar to #33812 but for JdbcClient.Comment From: matt-locker@sdeleuze For replacing JdbcTemplate, this is the last rem...
Spring Refine ResolvableType type variable resolution
2025-01-09 00:48:31
756
While exploring using ResolvableType in Spring AI with @tzolov and Spring Cloud Function with @olegz, we figured out tha...
Spring MultipartFile is Null in @ModelAttribute with Spring Boot 3.3.4 but Works in 3.2.4
2025-01-09 00:48:29
4024
Title:MultipartFile is Null in @ModelAttribute with Spring Boot 3.3.4 but Works in 3.2.4Description:When upgrading from ...
Spring Improve documentation for SpelCompilerMode
2025-01-09 00:48:26
3428
class org.springframework.expression.spel.standard.SpelCompilerTests$Bean3 cannot be cast to class org.springframework.e...
Spring Revise cookies support with Apache HTTP Components in WebClient and WebTestClient
2025-01-09 00:48:23
5827
Steps to reproduceSetup Spring WebTestClient using apache httpcomponents as the underlying HTTP client library.Send a re...
Spring GenericTypeResolver should be able to introspect generic arguments from lambdas [SPR-12525]
2025-01-09 00:48:21
3712
Artem Bilan opened SPR-12525 and commentedSee the external linked discussion.The original issue is here: http://stackove...
Spring Resources link points to wrong section of reference guide
2025-01-09 00:48:18
596
I think there is a false link at https://github.com/spring-projects/spring-framework/blob/ac5c8adb9830939e2329f1e16727c5...
Spring Add Support for HttpMethod serialization in Spring 6
2025-01-09 00:48:14
2815
As mentioned here: https://github.com/spring-projects/spring-framework/issues/27697#issuecomment-2135164974Since migrati...
上一页
下一页
1
…
1130
1131
1132
1133
1134
…
2246
.