Aurora Blog
Home
Redis Sentinel: Long delay before detecting master is subjectively down.
2025-11-18 14:02:44
17193
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
2025-11-18 14:02:39
1261
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
2025-11-18 14:02:25
4144
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)
2025-11-18 14:02:23
1868
Describe the bugorg.springframework.security.web.FilterChainProxy.getFilters(String) throws NPE in Spring Security 6.5.6...
Spring Security Document Jackson 3 Migration
2025-11-18 14:02:15
312
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
2025-11-18 14:01:47
2340
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
2025-11-18 14:01:42
1930
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
2025-11-18 14:01:40
1536
SummaryWhen using Spring AI with custom providers (or providers that include additionalfields such as usage cost, billin...
Spring AI Provide Infinispan Vector Store
2025-11-18 14:01:30
163
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
2025-11-18 14:01:28
2210
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
2025-11-18 14:01:18
131
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.
2025-11-18 14:01:16
3575
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
2025-11-18 14:01:04
1560
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
2025-11-18 14:01:01
1032
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
2025-11-18 14:00:59
328
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
2025-11-18 14:00:54
1103
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
2025-11-18 14:00:50
3719
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
2025-11-18 14:00:45
2217
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
2025-11-18 14:00:43
1359
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
2025-11-18 14:00:41
1149
Several years ago we migrated from JUnit 4 based parameterized test classes to standard JUnit Jupiter based test classes...
上一页
下一页
1
…
8
9
10
11
12
…
385
.