Nineya
Home
Blog
Spring Add a non-null variant of ServerRequest.queryParam() and ServerRequest.param().
2025-01-08 22:42:24
2095
In general, functional endpoint allows filtering HTTP requests via RequestPredicates. For query parameters, requests can...
Spring Additional Assert methods
2025-01-08 22:42:21
883
These changes might not be important.Sometimes user need(or want) to check the expressions or objects and throw specific...
Spring Spring Boot 3.2.6 with async mode AdviceMode.ASPECTJ IllegalStateException
2025-01-08 22:42:18
4317
When using the annotation @EnableAsync with Mode = AdviceMode.ASPECTJ, the following exception occurs with Spring Boot v...
Spring [Need to reopen] List serialization fails with Incompatible types when generics are used.
2025-01-08 22:42:16
41485
Affects: >=2.5.6, fails for latest 3.0 too of spring bootIssue:After upgrading spring boot to 2.5.14, serialization o...
Spring Fix typo in Jakarta validation documentation
2025-01-08 22:42:13
600
Fix typo jakarata -> jakarta for jakarta.validation.Validator in document -- https://jakarta.ee/specifications/bean-v...
Spring Example program for uploading files to rsocket @MessageMapping("upload")
2025-01-08 22:42:10
2142
When receiving 130KB, it is possible, but there is an error if it is greater than 130KbKotlin @MessageMapping("...
Spring Deprecate OkHttp3ClientHttpRequestFactory
2025-01-08 22:42:04
992
Aptly named, the OkHttp3ClientHttpRequestFactory is based on OkHttp 3. Since the introduction of this type, OkHttp4 has ...
Spring Throw exception if no handler found in Webflux
2025-01-08 22:42:01
1391
How to throw exception if no handler found in Webflux?Comment From: jaDEVirekHi @alxxyz By default, the DispatcherServle...
Spring SSE in Java Spring Boot giving uneven chunks
2025-01-08 22:41:59
18460
I have an SSE endpoint in flask which emit SSE data chunks which are according MDN standards which ends in two \n charac...
Spring Add formatting for SockJS close GoAway frame to prevent infinite loop for xhr-polling and xhr-streaming transport
2025-01-08 22:41:56
3991
This pull request is regarding the issue of infinite loop in SockJS library for xhr-polling and xhr-streaming transport....
Spring Refactor HttpMethod from enum to class
2025-01-08 22:41:38
2579
According to the HTTP specification, the HTTP method is not limited to the well known set (GET, HEAD, PUT, POST, etc.), ...
Spring Allow MockMvcTester to prepare the query without the need of static imports
2025-01-08 22:41:36
360
MockMvcTester has been introduced in #21178 and we focused on making sure that the AssertJ support offers a declarative ...
Spring SpEL compilation fails when indexing into an array or list with an Integer
2025-01-08 22:41:34
160
OverviewIn light of #32903, which is closely related to #32694, we have decided to backport #32694 from main to 6.1.x, 6...
Spring SpEL compilation fails when indexing into an array or list with an Integer
2025-01-08 22:41:32
1881
OverviewWhile implementing #32613, I noticed that SpEL currently does not support compilation of expressions that provid...
Spring SpEL compilation fails when indexing into a Map with a primitive
2025-01-08 22:41:29
5560
OverviewWe have found inconsistent behavior when using a Map in a SpEL expression.Example: mapWithArrays[1] != null &...
Spring Tracing information is missing when Exception is thrown from Scheduled methods
2025-01-08 22:41:24
3322
Affects: 5.3.3The issue was originally reported for Spring Cloud Sleuth but it seems it is not a Sleuth issue (and I can...
Spring Deprecate remoting technologies support
2025-01-08 22:41:19
10394
The original issue here was closed https://github.com/spring-projects/spring-framework/issues/24434 and I think this nee...
Spring PDF version of Spring documentation is not available for latest versions
2025-01-08 22:41:16
612
Affects: 6.0.9-6.1.8It seems that starting from version 6.0.9 the PDF version of Spring reference is not available for d...
Spring Make WebSocketMessageBrokerStats optionally export stats to micrometer
2025-01-08 22:41:13
2935
Currently we access stats via logs which WebSocketMessageBrokerStats produce. Would you consider exporting those metrics...
Spring add more test case to improve coverage
2025-01-08 22:41:11
553
Add more test case to improve coverage for SqlQuery class in spring-jdbc and EscapedErrors class in spring-webComment F...
上一页
下一页
1
…
1184
1185
1186
1187
1188
…
2246
.