Aurora Blog
Home
Redis API suggestion: variadic vectorset commands
2025-08-19 14:02:33
2406
The vectorset API, for mutate, is unusually granular - one element per command; it feels like a number of the mutate API...
Spring AMQP Kotlin Suspend functions should be asyncReplies=true in HandlerAdapter, so that the acknowledge is MANUAL
2025-08-19 14:02:23
1097
When you have a @RabbitListener that returns a Mono or CompletableFuture, that is automatically recognized the the Handl...
Spring Security Spring Security 7 and @PreAuthorize and .oauth2ResourceServer: AuthorizationDeniedException results in 500 response
2025-08-19 14:02:19
3974
Describe the bugWhen a @PreAuthorize annotated method is called with insufficient permissions (anonymous call, missing a...
Spring Security Support Expression Templates by Default
2025-08-19 14:02:14
152
Spring Security 6.x introduced support for interpreting templated expressions in annotations. Spring Security 7 can now ...
Spring Security Enabling CSRF in cloud gateway webflux will eventually lead to cloud gateway sending correct requests downstream
2025-08-19 14:01:43
1961
Describe the bugWhen CSRF handling is enabled in a Spring Cloud Gateway Webflux setup it can eventually lead to cloud ga...
Spring Security Log on OpenID connect fallback
2025-08-19 14:01:35
1549
I have an open-id connect provider (id-austria) that replies to a token-request with an invalid token (only 2 parts, not...
Spring Security The browser accesses a nonexistent resource during login, leading to /error after login
2025-08-19 14:01:33
4830
Describe the bugWhen the user is not logged in and the browser accesses the protected resource, the browser will jump to...
Spring Security OneTimeTokenAuthenticationProvider should validate UserDetails account status like DaoAuthenticationProvider
2025-08-19 14:01:30
1048
Describe the bugOneTimeTokenAuthenticationProvider does not validate UserDetails account status checks (isEnabled, isAcc...
Spring Security API key authentication support
2025-08-19 14:01:15
1646
Expected BehaviorSpring Security provides out-of-the-box some infrastructure for simplifying API key authentication impl...
Spring Security SAML Signature Certificate Rollover
2025-08-19 14:01:11
1299
Expected BehaviorYou can configure multiple certificates for signing SAML requests. When resolving the certificate for c...
Spring AI Possibility to configure MCP Client so it uses an existing OAuth Token
2025-08-19 14:01:03
837
Expected BehaviorAdd a config (application.properties) that enables passing of an existing TokenAn existing Token was aq...
Spring AI Add Full Hugging Face Model Support in Spring AI (Parity with Python Transformers)
2025-08-19 14:00:59
2097
Spring AI should allow developers to use any Hugging Face model (text generation, embeddings, summarization, translation...
Spring AI TopK issue with OpenAiChatOptions when using the ChatOptions or ToolCallingChatOptions builders
2025-08-19 14:00:52
3381
Bug descriptionOpenAiChatOptions does not have a topK parameter, but the generic ChatOptions rsp. ToolCallingChatOptions...
Spring Add class level support for @JsonView in JsonViewResponseBodyAdvice
2025-08-19 14:00:22
240
Currently @JsonView can be used on any @RequestMapping annotated method. In the case where a @Controller has multiple me...
Spring Fall back from cglib to JDK proxies when possible
2025-08-19 14:00:20
1306
I am using Spring Boot 2.7, which defaults to cglib proxies. I have a JavaConfig bean definition:interface ServiceInterf...
Spring Annotations on generic interface methods not found in type hierarchy with unresolved generics
2025-08-19 14:00:10
635
OverviewAlthough we have addressed similar issues in the past in #20609 and #21683, annotations on interface methods are...
Golang proposal: runtime audit hooks
2025-08-18 14:02:38
6336
Proposal DetailsRecently, there have been more and more news likehttps://socket.dev/blog/11-malicious-go-packages-distri...
Golang proposal: runtime: a hard limit version of GOMEMLIMIT for testing
2025-08-18 14:02:36
6826
What version of Go are you using (go version)?1.21, etcDoes this issue reproduce with the latest release?Yes.What operat...
Golang x/tools/gopls: invalid memory address or nil pointer dereference on highlight
2025-08-18 14:02:30
3522
What did you do?Open following file.What did you expect to see?test.go:package testfunc Test(t *testing.T) { tests :=...
Golang crypto/internal/boring: noescape and nocallback cgo directives result in suspected miscompilation
2025-08-18 14:02:21
2730
#!watchflakesdefault <- builder == "linux-arm64-boringcrypto" && date > "2023-10-22" &...
上一页
下一页
1
…
39
40
41
42
43
…
313
.