Nineya
Home
Blog
Spring How to monitor org.springframework.cache.interceptor.AbstractCacheInvoker#doEvict?
2025-01-08 04:21:50
960
Sorry to disturb you.I wanna monitor org.springframework.cache.interceptor.AbstractCacheInvoker#doEvict and handle some ...
Spring Make use of Reactor Netty API for request id
2025-01-08 04:21:47
1018
Currently ReactorServerHttpRequest sets the request id based on the Netty channel id and it also adds an integer that's ...
Spring Null passed in required @RequestParam now fails
2025-01-08 04:21:45
17625
Since 5.3.1 version null, passed for required nullable parameter throws Exception "is not present"@RequestMapping("...
Spring Create a CI build and test using GitHub Actions.
2025-01-08 04:21:42
891
Utilize GitHub's CI infrastructure to build and test your project on LTS versions of Java (8 & 11).Comment From: piv...
Spring Using MockMvc to test Flux<ServerSentEvent> endpoints?
2025-01-08 04:21:40
8365
I'm strugling with writing tests for rest endpoints that return Flux. I'd like to use mockMvc for this. Is this even pos...
Spring RSocket - lack of error status codes from responder to requester
2025-01-08 04:21:37
1914
Currently RSocket requester receives only ApplicationErrorException when server throws say IllegalArugmentException or a...
Spring WriteResultPublisher does not pass cancel signals
2025-01-08 04:21:34
548
Typically server side response writing shouldn't see cancellation since ServletHttpHandlerAdapter doesn't do that. Howe...
Spring How to get request header in webflux aspect?
2025-01-08 04:21:31
346
Affects: \stackoverflowhttps://stackoverflow.com/questions/66468364/how-to-get-request-header-in-weblux-aspectComment Fr...
Spring Illegal reflective access operation on Java 11 for lazy-init beans registered with MBeanServer
2025-01-08 04:21:28
104608
I'm using spring-boot 2.2.0.M2 with Java 11 and i am getting this warning:WARNING: An illegal reflective access operatio...
Spring Add RouterFunctionMapping to Javadoc for WebMvcConfigurationSupport
2025-01-08 04:21:25
345
https://github.com/spring-projects/spring-framework/blob/1ee9223348c81c903a1d53d3378032beb16c3cbe/spring-webmvc/src/main...
Spring JdbcTemplate.queryFor*(...) methods use Statement instead of PreparedStatement
2025-01-08 04:21:23
2166
I've just checked JDBCTemplate and found out that all the queryFor... method without params use Statement instead of Pre...
Spring Infer null-safety from type variables in Kotlin extensions when possible
2025-01-08 04:21:20
1667
As discussed in #22682 for specific JdbcOperations Kotlin extensions case, we could make null-safety more accurate by in...
Spring ResponseBodyAdvice cannot change the selected HttpMessageConverter
2025-01-08 04:21:18
9778
Affects: spring-webmvc-5.1.2.RELEASE1、There is a controller's return type is String in the controllers。2、Add the @Contr...
Spring Support UTF-16 and UTF-32 in Jackson HttpMessageConverters
2025-01-08 04:21:15
220
Besides UTF-8, Jackson supports UTF-16 and UTF-32, but because neither are present in Jackson's JsonEncoding enum, we tr...
Spring Spring RSocket client send unexpected data whose payload is wrong when during connecting and cause unlimited retry
2025-01-08 04:21:12
5243
Basic env info:OS: mac os 10.15.4JDK: openjdk8Springboot version: 2.3.4.RELEASEReproduce:I create a spring rsocket clien...
Spring WebSocket vs RSocket
2025-01-08 04:20:33
337
Hi,This is a question. I use Webflux. I have a requirement for websocket!What does spring recommend? RSocket? Is it prod...
Spring ServerHttpRequest content-type cannot be mutated
2025-01-08 04:20:31
134
Backport of gh-26615Comment From: bclozelOriginal change was introduced in 94824e30a4a8f23e4, so there's no need to back...
Spring ServerHttpRequest content-type cannot be mutated
2025-01-08 04:20:28
10327
Affects: 5.3.3Library: spring-webThe ReadOnlyHttpHeaders type wraps an existing (mutable) MultiValueMap. That map can be...
Spring Fix @EventListener example in reference manual
2025-01-08 04:20:26
395
Example code will throw an exception.Comment From: alex-krav@sbrannen, please provide permission for labeling pull-reque...
Spring How to use a custom ObjectInputStream for secure deserialization in Spring
2025-01-08 04:20:23
5365
OverviewOur tech stack is Spring, JPA using Hibernate, and SQL server.We use Jackson for JSON serialization/deserializat...
上一页
下一页
1
…
1515
1516
1517
1518
1519
…
2246
.