Spring Security Remove PrePostTemplateDefaults

It is replaced by AnnnotationTemplateExpressionDefaultsComment From: jzheauxClosing in favor of https://github.com/sprin...

Spring Security MvcRequestMatcher does not match Servlet from ServletRegistrationBean

If a Servlet is registered by an ServletRegistrationBean the MvcRequestMatcher does not match the mapping for the regist...

Spring Security Improve CVE-2023-34035 detection

:zap: UPDATE :zap:: A proposed solution is available in the latest 6.2 snapshot build. Please see this comment for detai...

Spring Security Simplify MvcRequestMatcher construction

Constructing an MvcRequestMatcher can be confusing since it's unclear where to obtain a HandlerMappingIntrospector from....

Spring Security Possible bug in AbstractRequestMatcherRegistry#requireOnlyPathMappedDispatcherServlet? (DispatcherServlet not found when resolving request matcher)

Describe the bugOnce I added a DispatcherServlet to my EAR application deployed on JBoss 7.4, I started to get the follo...

Spring Security AntPathRequestMatcher and MvcRequestMatcher have inconsistent behaviour against requests with null method

If you configure a new AntPathRequestMatcher(HttpMethod.OPTIONS, "/**") and ask it to match an HttpRequest that returns ...

Spring Security ClientRegistration.Builder.tokenUri() should take a URI parameter, not a String

Expected BehaviorClientRegistration.Builder.tokenUri() accepts a URI as its parameter. public Builder tokenUri(UR...

Spring Security We should remove usage of PathMatcher in web modules

We should remove the usage of PathMatcher in web modules to align with https://github.com/spring-projects/spring-framewo...

Spring Security Add PathPatternRequestMatcher static factory shortcuts

Similar to AntPathRequestMatcher.antMatcher, PathPatternRequestMatcher.pathMatcher would simplify the most common case.

Spring Security Raise log level from DEBUG to WARN for firewall-rejected requests in HttpStatusExchangeRejectedHandler

Expected BehaviorIt seems that logging request rejections from ServerWebExchangeFirewall at the WARN level would improve...

Spring AI Support for Re-ranking Retrieval Optimization in Advanced RAG

I want to add a re-ranking feature in RAG but have encountered some issues that need improvement.Initially, I planned to...

Spring AI Supporting multiple LLMs in auto-config

Currently, proprietary or open models running in Google Vertex can be accessed through the Vertex Gemini module, respect...

SpringBoot Docker response 407 is not handled correctly resulting in no error message

HttpClientTransport has the following code: private Response execute(HttpUriRequest request) { try { ...

SpringBoot Add configuration properties for MongoDB's read and write consistency

SummaryCurrently, MongoProperties in Spring Boot does not provide a dedicated property for configuring MongoDB read pref...

Spring Allow to set TTL (and other QoS-related settings) on a per-message (and/or per-send) basis

I know there are at least two other issues on this topic:- #9856 describes the requirement and the context precisely; ho...

Spring Introduce JmsClient with customizable send/receive operations

Inspired by the introduction of JdbcClient in 6.1 (#30931) and by the requirements for customizable operations expressed...

Spring Improve handling of ResponseEntity<?> in Spring MVC

We have separate HandlerMethodReturnValueHandlers for regular response body vs streaming type return values, and if you ...

Spring Introduce value alias for cacheNames in @CacheConfig

35096 made me aware of the fact that @CacheConfig does not have a value attribute alias for cacheNames, even though the ...

Golang x/tools/gopls: inconsistent documentation for builtin error.Error

Currently, error.Error appears to be the only symbol without a doc comment in builtin.go. This causes inconsistency in h...

Golang proposal: time: add Time.AppendText

Proposal DetailsHi,I wrote a zero allocation marshaller with mus-go for a struct that contains a lot of time.Time. Unfor...
上一页 下一页
.