Nineya
Home
Blog
软著申请
Spring Public method in RSocketMessageHandler to register any handler method
2025-01-08 03:41:36
684
Right now RSocketMessageHandler can process only @MessageMapping methods when the handler class is marked with the @Cont...
Spring Spring-websocket SockJS prevents Spring Boot applications from refreshing [SPR-11498]
2025-01-08 03:41:34
5298
tomas lin opened SPR-11498 and commentedWe are trying to incorporate spring websockets into a Spring Boot application wi...
Spring Replace remaining usage of LinkedList with ArrayList/ArrayDeque
2025-01-08 03:41:32
3898
As of 2020 there's no need to use LinkedList:- empty ArrayList is more lightweight than LinkedList:@State(Scope.Thread)@...
Spring Avoid resizing of fixed-size HashMap
2025-01-08 03:41:29
6622
loadFactor should be 1.0 instead of default 0.75Comment From: jhoellerThis is rather subtle, unfortunately. It would be ...
Spring Extract MimeTypeUtils.ConcurrentLruCache and make it public
2025-01-08 03:41:27
2097
Affects: 5.1.6I'm using a custom LruCache based on LinkedHashMap.removeEldestEntry and I ran a search in this repository...
Spring ControllerAdvice with custom annotations not working [SPR-16964]
2025-01-08 03:41:23
2063
Simon Oelerich opened SPR-16964 and commentedCreating an ControllerAdvice with assignableTypes works fine.Custom annotat...
Spring Optimize single character equality checks
2025-01-08 03:41:21
165
Investigate claims made in Micro optimizations in Java. String.equals() article.Comment From: sbrannenRelated to #25552C...
Spring Optimize usage of "".equals()
2025-01-08 03:41:18
119
Investigate claims made in Micro optimizations in Java. String.equals() article.Comment From: sbrannenRelated to #25553
Spring SocketUtils ServerSocket、DatagramSocket use try-with-resource.
2025-01-08 03:41:16
386
SocketUtils ServerSocket、DatagramSocket use try-with-resource.Comment From: jhoellerOn review, I prefer the explicitness...
Spring Investigate possibility of SockJS without sticky sessions [SPR-12936]
2025-01-08 03:41:13
5042
Johan Frick opened SPR-12936 and commented(This was posted on Stackoverflow as well, before we realized that you had a J...
Spring Progressive HTML rendering support [SPR-14981]
2025-01-08 03:41:09
32702
Sébastien Deleuze opened SPR-14981 and commentedWe should provide a way to change flushing strategy without using Server...
Spring Use non-deprecated interfaces in HibernateJpaVendorAdapter [SPR-16916]
2025-01-08 03:41:06
1229
Marten Deinum opened SPR-16916 and commentedThe HibernateJpaVendorAdapter pre-defines the values for the entityManagerIn...
Spring Document that SimpleCacheManager requires caches to be initialized when not used as a bean
2025-01-08 03:41:03
3678
When creating a org.springframework.cache.support.SimpleCacheManager and explicitly adding caches to it, the configured ...
Spring Call StartupStep.end in finally block
2025-01-08 03:41:01
725
Prior to this commit it was possible that a StartupStep wasstarted but never ended. This was the case when an exceptiono...
Spring No way to set timeout for the requests when using Jetty reactive httpclient
2025-01-08 03:40:58
1986
We are using Jetty reactive http client as the httpclient in webClient. To do this we create ClientConnector object usin...
Spring Regression in SimpleThreadScope introduced in 5.2.7
2025-01-08 03:40:55
12935
Hello peopleI updated today to spring 5.2.8.RELEASE and started to give error in my mock session for JUNITjava.lang.Ille...
Spring Use Map::computeIfAbsent to simplify scope implementations
2025-01-08 03:40:53
208
It's a tiny improvement.Comment From: sbrannenThis has been merged into 5.2.x and master.ThanksComment From: sbrannen@qu...
Spring Fix typo in websocket.adoc
2025-01-08 03:40:50
488
Comment From: pivotal-issuemaster@OleksiiKlochko Please sign the Contributor License Agreement!Click here to manually sy...
Spring ./gradlew :spring-oxm:compileTestJava error
2025-01-08 03:40:48
1761
40 actionable tasks: 40 up-to-dateBuild scan background action failed.org.gradle.process.internal.ExecException: Process...
Spring MockMvc does not correctly initialize the request for non-file mock Part uploads
2025-01-08 03:40:44
756
When MockMultipartHttpServletRequestBuilder is initialized with Part (rather than MultipartFile) instances, it correctly...
上一页
下一页
1
…
1553
1554
1555
1556
1557
…
2246
.