Aurora Blog
Home
Redis [QUESTION] Disable RDB compression when diskless replication is used
2025-11-25 14:01:53
1875
If the master uses diskless synchronization and the replica uses diskless load, this means no RDB file persists on disk,...
Redis [QUESTION] About sds, the structures sdshdr## and the buf member.
2025-11-25 14:01:48
1319
HiWhile looking for a good string library for C language many developers suggested to use SDS. I am interested in using ...
Redis [BUG] "LOLWUT" ASCII art unimplemented in Redis7
2025-11-25 14:01:44
1778
Describe the bugAccording to the documentation, LOLWUT command should create a piece of generative computer art. This is...
Redis [NEW] Blocking command for priority queue sorted sets
2025-11-25 14:01:39
1294
Background job systems like Sidekiq use a Sorted Set as a timestamp-sorted priority queue: (epoch_seconds, job) so you'l...
Spring Security can no longer use custom jwtdecoder
2025-11-25 14:01:27
14261
Describe the bugWhile running into the common(?) 'Read timed out' error I tried to follow the common advise of providing...
Spring Security Add NimbusJwtDecoder RestTemplate timeouts to migration guide
2025-11-25 14:01:25
106
Related to #18195, we should add detail in the migration guide about how extend the socket timeout values.
Spring Security Missing oauth2AuthorizationServer method from HttpSecurityDsl in 7.0
2025-11-25 14:01:24
410
HttpSecurity on 7.0 added oauth2AuthorizationServer method, but HttpSecurityDsl missing thathttps://github.com/spring-pr...
Spring AI ChatClient advisors NPE when context contains null values
2025-11-25 14:01:21
2175
Bug descriptionChatClientRequest only forbids null keys, not null values. The advisors (ChatModelStreamAdvisor, ChatMode...
Spring AI When using extra-body, @ JsonProperty ("extra-body") is not added to the ChatCompletionRequest class, which is inconsistent with OpenAiChatOptions and prevents assigning values
2025-11-25 14:01:15
109
Comment From: znxs-dev我也一样,为什么你的OpenAiChatModel类有630行,我追的代码是在380行,发现参数被吞了Comment From: 819318216你是什么版本?1.1.0么
Spring AI Ollama Streaming API does not return 'thinking' metadata in ChatResponse
2025-11-25 14:01:12
1779
ProblemWhen using ollamaChatModel.call(), the "thinking" metadata field is correctly returned.However, when using the st...
Spring AI ChatClient Vision Capability Fails Without Explicit CallAdvisor - java.lang.IllegalStateException: No CallAdvisors available to execute
2025-11-25 14:00:53
2800
Bug descriptionGetting this error when trying to access the vision capability using ChatClient:java.lang.IllegalStateExc...
Spring AI Spring Boot 4.0 starters including WebClient and REST client dependencies
2025-11-25 14:00:49
145
With Spring Boot 4.0 module design, the boot starter web client and rest client dependencies need to specified explicitl...
SpringBoot Bug Report: @SpyBean Annotation Not Found in Spring Boot 4.0.0 GA Test Context
2025-11-25 14:00:46
5864
Detailed DescriptionWhen attempting to write an integration test using the standard Spring Boot testing stack (spring-bo...
SpringBoot SpringBootTest.UseMainMethod.WHEN_AVAILABLE and ALWAYS are incompatible with package-private or parameter-less main method
2025-11-25 14:00:35
2896
Spring Boot: 3.4.12, 3.5.8, 4.0.0Both @SpringBootTest(useMainMethod = ALWAYS) and @SpringBootTest(useMainMethod = WHEN_A...
SpringBoot RestClient HTTP service clients ignore properties in reactive + virtual threads
2025-11-25 14:00:33
1802
EnvironmentSpring Boot 4.0.0 (main branch)JDK 24 (also reproduces on JDK 21)SummaryIn a WebFlux application, REST_CLIENT...
Spring Mono.map Requires NonNull Result
2025-11-25 14:00:23
2124
Today I tried to migrate our application to Spring Boot 4.0.0. The first compilation failure is from Mono.map, which can...
Spring Enhance UrlHandlerFilter behaviour and capabilities
2025-11-25 14:00:21
3262
Spring Module and VersionSpring Web – v7.0.1Issue DescriptionI have a few suggestions regarding improvements to parts of...
Spring UrlHandlerFilter also removes query parameters and fragment when using HTTP redirect
2025-11-25 14:00:19
3374
Spring Module and VersionSpring Web – v7.0.1Issue DescriptionWhen using the RedirectTrailingSlashHandler variant of the ...
Spring @Configuration class in enclosing class is no longer discovered for @Nested test class
2025-11-25 14:00:15
3706
Hi,I have a test class annotated with @SpringBootTest that uses a static inner @TestConfigurationclass to override a bea...
Spring RestTestClient: HTTP-StatusCode 500 if credentials or roles are not matching with WebEnvironment MOCK
2025-11-25 14:00:13
2329
I am testing/using the new RestTestClient with Spring Boot 4 and I wanted to test a controller method if a role is not m...
上一页
下一页
1
…
5
6
7
8
9
…
385
.