Spring Public method in RSocketMessageHandler to register any handler method

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]

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

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

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

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]

Simon Oelerich opened SPR-16964 and commentedCreating an ControllerAdvice with assignableTypes works fine.Custom annotat...

Spring Optimize single character equality checks

Investigate claims made in Micro optimizations in Java. String.equals() article.Comment From: sbrannenRelated to #25552C...

Spring Optimize usage of "".equals()

Investigate claims made in Micro optimizations in Java. String.equals() article.Comment From: sbrannenRelated to #25553

Spring SocketUtils ServerSocket、DatagramSocket use try-with-resource.

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]

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]

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]

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

When creating a org.springframework.cache.support.SimpleCacheManager and explicitly adding caches to it, the configured ...

Spring Call StartupStep.end in finally block

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

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

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

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

Comment From: pivotal-issuemaster@OleksiiKlochko Please sign the Contributor License Agreement!Click here to manually sy...

Spring ./gradlew :spring-oxm:compileTestJava error

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

When MockMultipartHttpServletRequestBuilder is initialized with Part (rather than MultipartFile) instances, it correctly...
上一页 下一页
.