Aurora Blog
Home
Spring AI The SimpleLoggerAdvisor and the custom advisor have failed.
2025-06-12 14:01:13
3298
Bug descriptionFirstly, when I was using the custom Advisor, I found that the debugging did not take effect. Then, in or...
Spring AI The FilterExpressionTextParser cannot parse Long type values
2025-06-12 14:01:11
1584
Please do a quick search on GitHub issues first, there might be already a duplicate issue for the one you are about to c...
Spring AI ToolContext没有被传递
2025-06-12 14:01:09
4318
大模型: ollama qwen3:8bMCP-Server: spring-ai-starter-mcp-server-webflux 1.1.0-SNAPSHOTapplication.yml server: port:...
Spring AI Add advanced RAG (Hybrid Search and Semantic Hybrid Search) with Azure AI Search
2025-06-12 14:00:52
5852
Azure AI Search has the following feature along with Vector Similarity Search (which is already present in Spring AI).Hy...
Spring AI Spring AI Anthropic Client fails to parse "thinking" content block type from Claude 3.7 response
2025-06-12 14:00:48
2162
DescriptionThe application is failing to process responses from Claude 3.7 Sonnet when using the thinking parameter. We'...
Spring AI Support Anthropic interleaved thinking with tool use
2025-06-12 14:00:46
591
support Claude 4 models feature of interleaved thinking with tool use, allowing the model to reason between tool calls.S...
SpringBoot The build-image task fails with spring-boot-maven-plugin
2025-06-12 14:00:42
4215
I'm trying to build an OCI image from a spring boot project using heroku/builder:24.Using pack CLI, the build succeeds a...
SpringBoot Inconsistent behavior of circular dependencies on different machines
2025-06-12 14:00:41
1917
Due to legacy code, we’ve enabled circular dependencies. With the same codebase, both my colleague and I can run it norm...
SpringBoot Use jOOQ BOM
2025-06-12 14:00:39
145
Newly published releases 3.18.31, 3.19.24 and 3.20.5 of jOOQ introduced BOM module so Spring Boot should consider using ...
SpringBoot Allow Specifying ConfigData.Options On ConfigDataEnvironmentContributors
2025-06-12 14:00:33
1228
As part of the Spring Cloud Config Server we utilize Spring Boot's ConfigDataEnvironmentPostProcessor to populate an Env...
SpringBoot Binder does not work when referencing kebab-case property by camelCase naming
2025-06-12 14:00:29
1146
I setup an example config project (https://github.com/lorenzbaier/spring-config-server-client-test/blob/spring-bootrap-b...
SpringBoot Change of behaviour in env var interpretation from 3.4.5 to 3.5.0
2025-06-12 14:00:24
3629
Given an env var starting with #, when declared using @Value or @ConfigurationProperties, it isn't loaded.Code:@Value(&q...
SpringBoot CouchbaseProperties.Authentication.Jks#getPrivateKeyPassword seems to be unused
2025-06-12 14:00:22
1035
org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Authentication.Jks#getPrivateKeyPassword isn't used...
Spring UnsupportedMediaTypeException when using WebClient with body that is an Interface
2025-06-12 14:00:19
2161
Our team tried to upgrade from Spring Boot 3.4.4 to 3.5.0 and we stumble across a regression that was introduce in Sprin...
Spring Implement toString() in all RetryPolicy and RetryExecution implementations
2025-06-12 14:00:18
181
To align with back-off policies (see concrete implementations of BackOff and BackOffExecution), we should implement toSt...
Spring spring framework upgrade to 6.2.7 breaks integration with spring cloud gcp secret manager due to converter issue
2025-06-12 14:00:15
2286
Spring cloud gcp secret manager integration worked just fine up to the version 6.2.6 of spring framework but got broken ...
Spring Document registration recommendations for BeanPostProcessor and BeanFactoryPostProcessor
2025-06-12 14:00:13
1204
I believe that it's generally recommended for a BeanPostProcessor that's defined as a @Bean to use a static method and f...
Spring Specify flexible generics nullness in spring-jdbc
2025-06-12 14:00:10
648
JdbcOperations.query(String, ResultSetExtractor<T>) is currently declared as @Nullable. Tweaking the declaration t...
Golang cmd/compile: pointer shaped type with more than one field causes allocation when cast to interface
2025-06-11 14:17:01
2870
Consider the following program:package mainimport ( "fmt" "unsafe")func indir[T any]() bool { ...
Golang os: TestOpenFileCreateExclDanglingSymlink fails on AIX
2025-06-11 14:16:59
1784
--- FAIL: TestOpenFileCreateExclDanglingSymlink (0.00s) --- FAIL: TestOpenFileCreateExclDanglingSymlink/InRoot (0.00s...
上一页
下一页
1
…
171
172
173
174
175
…
215
.