Spring Documentation for CORS WebFlux

I've found no paragraph about CORS in the WebFlux part of the Spring Boot Documentation, is CORS only supported in Sprin...

Spring Connection created by SingleConnectionDataSource with suppressClose=true always returns isClosed=false even if the target connection is closed

If SingleConnectionDataSource is configured with suppressClose=true it will produce a Connection wrapped in CloseSuppre...

Spring Support range requests for Spring MVC request mapped methods that return a Resource [SPR-15789]

Andy Wilkinson opened SPR-15789 and commentedI've just been pleased to learn that WebFlux automatically supports range r...

Spring 'args' argument of 'JdbcTemplate#query(String, Object[], RowCallbackHandler)' method should be marked @Nullable

Currently second parameter of method query(String, Object[], RowCallbackHandler) is not annotated as @Nullable. It leads...

Spring Documentation: AbstractBeanDefinition.getBeanClass() vs BeanFactory.getType

Affects: all versionI try to know the beanClass of BeanDefinition, however, I found some subClass of BeanDefinition has...

Spring Recursively copy directory with symbolic link

The following modification will also recursively traverse the directory that the symbolic link points to.This modificati...

Spring Unable to find the license for Java HTTP Server component in spring-web-5.2.4.RELEASE.jar

In spring-web-5.2.4.RELEASE.jar for the below classesspring-web-5.2.4.RELEASE.jar/org/springframework/remoting/caucho/Si...

Spring Enable use of Servlet 3.1 Async I/O in SockJS server [SPR-12427]

Rossen Stoyanchev opened SPR-12427 and commentedAffects: 4.1.2Issue Links:- SEC-2786 Allow use of Spring Security filter...

Spring AntPatternComparator not comparing/sorting correctly

Affects: All VersionsThe AntPathMatcher.AntPatternComparator doesn't appear to be comparing correctly.Scenario:Pattern 1...

Spring Consider improvements to handling suffixed URL patterns [SPR-15618]

Andy Clement opened SPR-15618 and commentedSee the discussion in #19112 and #20156. It feels like suffixes are a common ...

Spring SessionStatus#setComplete() should affect concurrent requests as well [SPR-16306]

Sergey Yaskov opened SPR-16306 and commentedI have the Spring MVC controller which handles AJAX requests from a user. I ...

Spring Zipkin: Deprecatead APIs in documentation for customization of client parsing of the HTTP related spans

In the documentation, https://cloud.spring.io/spring-cloud-static/spring-cloud-sleuth/2.1.0.M2/multi/multi__customizatio...

Spring Allow nonstandard HTTP methods in RestTemplate [SPR-10707]

M. Justin opened SPR-10707 and commentedI would like to be able to use RestTemplate with a nonstandard HTTP method that'...

Spring Add ability to register additional extensions with @SpringJUnitConfig

Add the ability to provide additional extensions when using @SpringJunitConfigThe convenience annotation is nice but can...

Spring Proxy support for Netty4ClientHttpRequestFactory

Implementation for https://jira.spring.io/browse/SPR-17175@rstoyanchev please take a lookComment From: bclozelClosing - ...

Spring Add proxy capability to Netty4ClientHttpRequestFactory [SPR-17175]

Sergey Galkin opened SPR-17175 and commentedWe are heavily using RestTemplate and recently received requirement to use S...

Spring Fix Javadoc in PathPattern

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

Spring Change value of Order.LOWEST_PRECEDENCE or make it configurable

Whether you can change the Order of int LOWEST_PRECEDENCE = Integer. MAX_VALUE; Can provide overwriting LOWEST_PRECEDENC...

Spring illegal reflective access operation

java version : adoptOpenJdk 11.0.5spring-boot : 2.1.2.releaseWARNING: An illegal reflective access operation has occurre...

Spring Why does XmlBeanDefinitionReader store resourcesCurrentlyBeingLoaded in ThreadLocal?

XmlBeanDefinitionReader stores resourcesCurrentlyBeingLoaded in a ThreadLocal.Because I have lots of small bean files in...
上一页 下一页
.