玖涯软件开发
Home
Blog
Spring SSE breaks with indenting serializer in WebMvc.fn
2025-01-08 17:14:49
307
Related to #19465, WebMvc.fn SSE handling breaks when spring.jackson.serialization.indent_output=true is configured on S...
Spring Validate method response using WebFlux
2025-01-08 17:14:47
2339
Hi,I'm interested in to validate the request/response of REST services. There is no problem validating the request param...
Spring code review. optimize if()
2025-01-08 17:14:44
309
Too many levels of if nestingComment From: pivotal-cla@Arjen10 Please sign the Contributor License Agreement!Click here ...
Spring Increase max regex length in SpEL expressions
2025-01-08 17:14:41
4845
In version 6.0.7 of spring-expression there was a method added called checkRegexLength: https://github.com/spring-projec...
Spring Support wildcard patterns for scripts in @Sql
2025-01-08 17:14:38
2963
Currently, the @Sql annotation in Spring supports specifying a single SQL script file using the value attribute. However...
Spring Fix Support wildcard patterns for scripts in @Sql #30159
2025-01-08 17:14:36
275
Support wildcard patterns for scripts in @Sql Comment From: ShenFeng312Could you give me some feedback on this PR? @rsto...
Spring Allow API-only MVC apps to never create HttpSessions
2025-01-08 17:14:33
1919
Affects: \See this request on StackOverflow, which I found when searching for how to do the same thing:https://stackover...
Spring Fix DisposableBeanAdapter throws NPE
2025-01-08 17:14:29
520
This bug was previously found in the #10879 , and Jhoeller has already fixed it once.However, it is still reproduced in...
Spring Introduce assertions against Cookie attributes in CookieResultMatchers for MockMvc
2025-01-08 17:14:27
784
OverviewServlet API 6.0 introduced jakarta.servlet.http.Cookie.getAttribute(String) for accessing attributes other than ...
Spring Introduce StringUtils.truncate()
2025-01-08 17:14:23
160
StringUtils.truncate() will serve as central, consistent way for truncating strings.To be used immediately in LogFormatU...
Spring WebFlux [performance]
2025-01-08 17:14:22
2801
Affects: 3.0.3Hi, yesterday I finished small performance tests between Spring Boot MVC (classic) vs Spring Boot WebFlux...
Spring Add a couple missing java.time types to StatementCreatorUtils
2025-01-08 17:14:19
1148
This commit adds mapping for two types from the java.time package,complementing the types that are already translatable ...
Spring Support for stubbing http servers
2025-01-08 17:14:16
1828
Currently we have Spring Cloud Contract Wiremock (docs) that supports WireMock as an HTTP server stub. The problem is th...
Spring YamlMapFactoryBean doesn't override complex value with empty map
2025-01-08 17:14:14
4482
YamlMapFactoryBean appears to have a limitation in overriding complex values (Map with another nested map in it). When ...
Spring How to upload multipart files without a temporary directory
2025-01-08 17:14:11
1090
We are using MultipartFile to do the file upload in spring boot, but if we upload a large file (>5GB) through it, the...
Spring Refactor AssertJ assertions into more idiomatic ones
2025-01-08 17:14:09
3907
Converted AssertJ assetions into more redable/idiomatic (e.g. instead of assertThat(collection.size()).equals(5) -> a...
Spring Support SameSite cookie attribute in MockMvcHttpConnector
2025-01-08 17:14:06
325
Modified MockMvcHttpConnector to set sameSite using Cookie.getAttribute.The test relies on MockCookie setting the SameSi...
Spring Update MockCookie to make use of Servlet 6.0 APIs and semantics for "attributes"
2025-01-08 17:14:03
309
Modified MockCookie to populate attributes using setAttribute.Comment From: sbrannenThis has been merged into main in 28...
Spring Clients are not properly aware of server exceptions when the jackson serialized output does not resolve the circular dependency
2025-01-08 17:14:00
207176
Affects:spring boot 2.7.9/spring mvc 5.3.25 & jackson 2.13.5Describe the bugClients are not properly aware of server...
Spring Rename MockMVC matcher methods to prevent regression in user tests
2025-01-08 17:13:54
933
This commit changes the name of two recently introduced methods in theMockRestRequestMatchers class for header and query...
上一页
下一页
1
…
1358
1359
1360
1361
1362
…
2246
.