Redis [QUESTION] Disable RDB compression when diskless replication is used

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.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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...
上一页 下一页
.