Redis Sentinel: Long delay before detecting master is subjectively down.

SummaryMy team ran into an issue this week where Sentinel took a long time (approximately 15 minutes) to recognize that ...

Feign Publish a new release

In https://github.com/OpenFeign/feign/pull/2911#issuecomment-3444062150, @velo indicated that they want to publish a new...

Spring Security Spring ACL permissions are not bitmask-based

Describe the bugIf I grant a user the .....W permission (mask 3) and check it against a document I annotated with @PreAu...

Spring Security NPE in FilterChainProxy.getFilters(String)

Describe the bugorg.springframework.security.web.FilterChainProxy.getFilters(String) throws NPE in Spring Security 6.5.6...

Spring Security Document Jackson 3 Migration

Document how the switch to Jackson 3 is a breaking change. For example, users with custom Security classes that are mapp...

Spring AI Add a MustacheTemplateRenderer (with optional constraint hook) for prompt templating

Please do a quick search on GitHub issues first, the feature you are about to request might have already been requested....

Spring AI The exception handling in ChromaAPI when working with collections seems to be incorrect

Problem:Method ChromaApi#getCollection throws a RuntimeException with the message : "Collection [%s] does not exist" (no...

Spring AI Expose raw provider response (including custom fields) in Spring AI client responses

SummaryWhen using Spring AI with custom providers (or providers that include additionalfields such as usage cost, billin...

Spring AI Provide Infinispan Vector Store

Infinispan has vector search capabilities and integrates successfully with langchain4j for a while.Comment From: karesti...

Spring AI spring-ai 1.1.0 azure openai AsyncMcpToolCallbackProvider block()/blockFirst()/blockLast() are blocking, which is not supported

spring-ai version: 1.1.0 java.lang.IllegalStateException: block()/blockFirst()/blockLast() are blocking, which is not su...

SpringBoot Ivysettings are missing realm for commercial builds

spring-boot-smoke-test-ant can't work with a commercial build as it doesn't have the necessary realm for repository auth...

SpringBoot Otlp logging exporter does not respect configuration setting, it always uses http.

In Spring Boot RC2 I set the following properties:management.opentelemetry.logging.export.otlp.transport: GPRCmanagement...

SpringBoot Elasticsearch client's sniffer functionality should not be enabled by default

Refer - https://github.com/spring-projects/spring-boot/issues/47301#issuecomment-3542187734 for background.Elasticsearch...

SpringBoot Provide a configuration property for enabling and disabling Elasticsearch Client's sniffer

Previously, the sniffer functionality was in a separate jar but now it's part of the main Elasticsearch Client jar. As a...

SpringBoot Downgrade to GraphQL Java 24.3

We need to downgrade from GraphQL 25.0 as we won't have a GA in time for Spring Boot 4.0Comment From: snicollThis was do...

Spring Remove @see Javadoc references to deprecated PropertiesBeanDefinitionReader

1. OverviewWhile reviewing the codebase (around 6.2.x), I noticed that several classes still contain @see Javadoc tags t...

Spring Reconsider log level for final methods on CGLIB proxy classes

When a method is @Async, @Value variable becomes null in any other final methods (and, the @Async method itself if it's ...

Spring 6.2.13 introduces a regression in annotation discovery

On upgrading from Spring 6.2.11 to 6.2.13, we found that in some cases, transactions are not being created when calling ...

Spring NoSuchMethodError for computeIfAbsent in SpringExtension after upgrade to 7.0.0 version

After we upgrade to 7.0.0 version for org.springframework.spring-test , we are getting NoSuchMethodError for computeIfAb...

Spring Migrate to @ParameterizedClass where feasible

Several years ago we migrated from JUnit 4 based parameterized test classes to standard JUnit Jupiter based test classes...
上一页 下一页
.