Aurora Blog
Home
Spring Security Remove PrePostTemplateDefaults
2025-07-04 14:01:31
157
It is replaced by AnnnotationTemplateExpressionDefaultsComment From: jzheauxClosing in favor of https://github.com/sprin...
Spring Security MvcRequestMatcher does not match Servlet from ServletRegistrationBean
2025-07-04 14:01:22
689
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
2025-07-04 14:01:20
57786
: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
2025-07-04 14:01:10
717
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)
2025-07-04 14:01:08
9659
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
2025-07-04 14:01:05
6074
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
2025-07-04 14:01:03
1843
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
2025-07-04 14:00:59
135
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
2025-07-04 14:00:55
119
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
2025-07-04 14:00:50
1073
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
2025-07-04 14:00:39
8087
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
2025-07-04 14:00:35
3606
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
2025-07-04 14:00:23
1146
HttpClientTransport has the following code: private Response execute(HttpUriRequest request) { try { ...
SpringBoot Add configuration properties for MongoDB's read and write consistency
2025-07-04 14:00:22
1569
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
2025-07-04 14:00:17
11256
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
2025-07-04 14:00:14
846
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
2025-07-04 14:00:10
768
We have separate HandlerMethodReturnValueHandlers for regular response body vs streaming type return values, and if you ...
Spring Introduce value alias for cacheNames in @CacheConfig
2025-07-04 14:00:08
315
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
2025-07-03 14:05:42
639
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
2025-07-03 14:05:40
2009
Proposal DetailsHi,I wrote a zero allocation marshaller with mus-go for a struct that contains a lot of time.Time. Unfor...
上一页
下一页
1
…
206
207
208
209
210
…
334
.