Spring Adding cacheSharedConsumers configuration for CachingConnectionFactory

There could be use cases to allow more fine grained control in the CachingConnectionFactory so the user can specify what...

Spring Fix transitive dependency on Java EE 8 JAX-B API in spring-webmvc test compile classpath

spring-webmvc has the Java EE 8 JAX-B API on its test compile classpath (through dom4j) see https://github.com/spring-pr...

Spring The ReactorClientHttpConnector must apply mapper before tcpConfiguration()

The logic right now is like this:public ReactorClientHttpConnector(ReactorResourceFactory factory, Function<HttpClien...

Spring Reducing the level of code nesting for some methods

Trivial code formatting - reduce code nesting on conditionals in HttpHeadersComment From: poutsmaThank you for the PR bu...

Spring Docs missing Dynamic Language Support Refreshable: Refresh does not work with <lang:inline-script> beans

https://docs.spring.io/spring-framework/docs/5.0.20.RELEASE/spring-framework-reference/languages.html#dynamic-language-b...

Spring ForwardedHeaderFilter should allow prepend / replace depending on configuration

After seeing discussion put in #18949,Let's see the following caseSpring boot BOM version 2.5.6Spring cloud 2020.0.4spri...

Spring spring-webmvc has the Java EE 8 JAX-B API on its test compile classpath (through dom4j)

It's a transitive dependency of org.dom4j:dom4j: https://ge.spring.io/s/rhkh754ui6xpc/dependencies?dependencies=jaxb-api...

Spring Expose getHandlerMapping() as public for interceptor overrides

Affects: \After Spring commit by default all interceptors will applied to static resource which result in pollute appli...

Spring Update private methods to be protected

Changing the methods getObjectReader, getContextClass, logValue, and processException to protected allows the extended c...

Spring Polish DisposableBeanAdapter

This PR polishes DisposableBeanAdapter.Comment From: snicollThanks for the PR @izeye but I feel that warnWithConditional...

Spring Update private methods to be protected in AbstractJackson2Decoder to allow extended classes to access the methods

Changing the methods getObjectReader, getContextClass, logValue, and processException to protected allows the extended c...

Spring Add Optional Support to JdbcTemplate [SPR-12662]

Philippe Marschall opened SPR-12662 and commentedProblemFrom time to time we find ourselves working on queries that may ...

Spring Treat RowSet column labels as case-insensitive

CachedRowSetImpl doesn't allow for column label use (SPR-7506).Looking up values by labels in RowSet is supported by Res...

Spring WebFlux ServerResponse does not overwrite already present response headers

It seems like ResponseEntityResultHandler behaves differently compared to ServerResponseResultHandler regarding their h...

Spring charset=UTF-8 appended to application/x-www-form-urlencoded

Hey everyone,So for a top tier telco comnpany I am trying to integrate and set CONTENT_TYPE in my request .. in many way...

Spring Missing reference documentation for WebSocketScope

Affects: 5,2,6.RELEASEDidn't find any reference documentation about defining a WebSocketScope that mentioned at https://...

Spring Suggested WebSocket config causes circular bean reference

Affects: Spring Boot &gt; 2.6.0, Spring Framework 5.3.10Hello everyone,right before the weekend I updated our microservi...

Spring Would be nice to have some doc on how WebClient handles JSON -> Objects

Affects: Current and older docThis is a doc enhancement request that I am also volunteering to write. The current WebCli...

Spring PathMatchingResourcePatternResolver not working fine on weblogic and websphere [SPR-15950]

kk580kk opened SPR-15950 and commentedIn my project, I used this code to find resources in jar file. It works nice in to...

Spring Document URI template support in Javadoc for RestTemplate

RestTemplate does some substitutions on URLs passed to exchange(...). I just spent an hour trying to understand why my G...
上一页 下一页
.