Nineya
Home
Blog
Spring Adding cacheSharedConsumers configuration for CachingConnectionFactory
2025-01-08 05:05:58
1182
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
2025-01-08 05:05:54
464
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()
2025-01-08 05:05:51
7581
The logic right now is like this:public ReactorClientHttpConnector(ReactorResourceFactory factory, Function<HttpClien...
Spring Reducing the level of code nesting for some methods
2025-01-08 05:05:49
278
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
2025-01-08 05:05:45
554
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
2025-01-08 05:05:42
3583
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)
2025-01-08 05:05:39
224
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
2025-01-08 05:05:37
2660
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
2025-01-08 05:05:35
347
Changing the methods getObjectReader, getContextClass, logValue, and processException to protected allows the extended c...
Spring Polish DisposableBeanAdapter
2025-01-08 05:05:32
271
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
2025-01-08 05:05:30
793
Changing the methods getObjectReader, getContextClass, logValue, and processException to protected allows the extended c...
Spring Add Optional Support to JdbcTemplate [SPR-12662]
2025-01-08 05:05:27
5372
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
2025-01-08 05:05:24
1569
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
2025-01-08 05:05:20
3757
It seems like ResponseEntityResultHandler behaves differently compared to ServerResponseResultHandler regarding their h...
Spring charset=UTF-8 appended to application/x-www-form-urlencoded
2025-01-08 05:05:17
1641
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
2025-01-08 05:05:15
425
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
2025-01-08 05:05:12
17155
Affects: Spring Boot > 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
2025-01-08 05:05:08
4733
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]
2025-01-08 05:05:05
27178
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
2025-01-08 05:05:03
5901
RestTemplate does some substitutions on URLs passed to exchange(...). I just spent an hour trying to understand why my G...
上一页
下一页
1
…
1469
1470
1471
1472
1473
…
2246
.