Aurora Blog
Home
Spring AI 使用spring-ai-starter-mcp-client sse方式连接mcp server,重启mcp server后,以前的client不会自动重连。
2025-05-21 14:01:18
29606
1.0.0-M7 版本:client 采用sse 方式连接上 mcp server,可以正常运行;这个时候重启 mcp server, client 端就不会重连 mcp server,导致一直报错reactor.core.Exceptio...
Spring AI java.lang.NoSuchMethodError: 'void org.apache.tika.parser.pdf.PDF2XHTML.setIgnoreContentStreamSpaceGlyphs(boolean)'
2025-05-21 14:01:07
2356
Bug descriptionAn error occurs when processing PDF files using TikaDocumentReader. This issue does not occur in version ...
Spring AI Questions about gemini support in the spring ai module
2025-05-21 14:01:05
12570
I want to use the gemini apiKey to access my gemini Ai instead of using project-id+location.Currently, the spring ai mod...
Spring AI Enhance Tool Calling with Parameter Binding and Authentication Support
2025-05-21 14:01:00
2059
The current Spring AI tool calling mechanism (as documented here) is a powerful way to extend the capabilities of AI mod...
Spring AI Create MongoDB chat memory
2025-05-21 14:00:57
554
Please do a quick search on GitHub issues first, the feature you are about to request might have already been requested....
Spring AI Vertex AI Gemini: The ChatClient/LLM does not make use of the provided tool/s
2025-05-21 14:00:54
1510
Bug descriptionThe ChatClient/LLM does not make use of the provided tool/s when using GeminiEnvironment- Spring AI 1.0.0...
SpringBoot Document typical spring.application.group and name use
2025-05-21 14:00:41
900
The documentation on https://docs.spring.io/spring-boot/appendix/application-properties/index.html#application-propertie...
SpringBoot Document that bean methods should be static when annotated with @ConfigurationPropertiesBinding
2025-05-21 14:00:38
302
A bean annotated with @ConfigurationPropertiesBinding should be declared static as they're created early during bean pos...
SpringBoot ValidationAutoConfiguration triggers early initialization of properties binding
2025-05-21 14:00:34
2525
SummaryIn Sprint Boot 3.5, the injection of the Environment into the factory method of the MethodValidationPostProcessor...
SpringBoot Enforce that @ConfigurationPropertiesBinding bean methods are static
2025-05-21 14:00:30
144
See #45621 for why this is necessary. Depending on the outcome of #45622, we may also want to enforce that they're have ...
SpringBoot @ConfigurationPropertiesBinding should be @Role(BeanDefinition.ROLE_INFRASTRUCTURE)
2025-05-21 14:00:27
1367
Any bean that is @ConfigurationPropertiesBinding will be created during bean post-processing for configuration property ...
SpringBoot Remove APIs that were deprecated for removal in 4.0
2025-05-21 14:00:24
234
Comment From: snicollLooking at the number of changes, I've changed my mind. It would be better to do this after the res...
Spring Inconsistent behavior injecting null @Bean factory parameter
2025-05-21 14:00:20
2176
I am working on upgrading some Spring 5 code to Spring 6. This code does have some @Bean factory methods that can return...
Spring automate the remediation of Checkstyle
2025-05-21 14:00:13
1300
Fixing violations by hand is tedious and error-prone - even though you gain experience, which Checkstyle is also kind of...
Spring AI If the MCP server defines content path, the client endpoint can pass the first GET request sent to the/se path, but sending a post request with the response/mcp/message is incorrect, resulting in a 404 error
2025-05-20 14:03:04
4430
Bug descriptionHow does MCP Server define content path and connect to URL: localhost: port sse endpoint:/contentPath/sse...
Spring AI spring ai 调用 xinference 部署的qwen3模型,工具调用失败
2025-05-20 14:01:57
1126
xinference 工具调用返回数据中content字段为nulltool_call_message: Dict[str, Any] = { "role": "assistant&quo...
Spring AI mcp tool is not called
2025-05-20 14:01:55
5183
1.0.0-SNAPSHOT@Bean ChatClient tongYiWithMcp() { ChatClient.Builder builder = ChatClient.builder( ...
Spring AI Allow Tool Calls that use returnDirect to return the result object without serialisation
2025-05-20 14:01:52
2006
Currently, when doing tool calls, the response is a converted to JSON so it can be sent back to the model to process the...
Spring AI Gemini and function calling: function call may be discarded.
2025-05-20 14:01:49
6126
Bug descriptionThis is linked to the PR https://github.com/spring-projects/spring-ai/pull/2029 where I try to fix this.T...
Spring AI Milvus similarity search has fixed SEARCH_OUTPUT_FIELDS and EMBEDDING_FIELD_NAME
2025-05-20 14:01:47
1529
Bug descriptionCan't do similarity search with different columns.see line 338 and 341https://github.com/spring-projects/...
上一页
下一页
1
…
50
51
52
53
54
…
61
.