Aurora Blog
Home
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/...
Spring AI Spring AI vector store operations not reactive-friendly
2025-05-20 14:01:44
2789
Bug descriptionWhen using Spring AI's OpenAI embeddings in a reactive Spring Boot application, the vector store operatio...
Spring AI Add isPreventDefaultMerge flag for models options
2025-05-20 14:01:43
950
I think this issue has more to do with #3253.As far as I understand, in each model, if we set a parameter as null in its...
Spring AI Model incompatible request argument supplied: temperature
2025-05-20 14:01:41
628
Bug descriptionWhen using the OpenAI search models the following error is returned: Model incompatible request argument ...
Spring AI VectorStoreChatMemoryAdvisor Never Persist Assistant Response in Database For Bedrock Converse Streaming
2025-05-20 14:01:32
3918
Bug descriptionVectorStoreChatMemoryAdvisor after method is not never called for stream based advisor. This leads not...
Spring AI Chat Response Metadata Aggergration Stop Reason is not Populated for Bedrock's MessageStop Event
2025-05-20 14:01:17
1186
Bug descriptionDescribed in this issue, the conditional block for Message Stop Event relayed from Bedrock Streaming Resp...
Spring AI Why toolCallArguments cannot be null or empty?
2025-05-20 14:01:15
2903
Bug descriptionA simple toolcalling for asking current datetime, but i receive toolCallArguments cannot be null or empty...
Spring AI LastMaxTokenSizeContentPurger Logic backwards
2025-05-20 14:01:11
1577
I don't see any document references to it and there are no tests so I'm not 100% but looking at LastMaxTokenSizeContentP...
Spring AI Support of Guardrails in Spring AI
2025-05-20 14:01:08
4323
Can we implement some guardrails features in built in Spring AI so we no need to fine tune the prompt: Gurard rails feat...
Spring AI SpringAI Guardrail support
2025-05-20 14:01:04
1363
Expected BehaviorWe would like to have Guardrailing support for Input, Dailog, Retrieval, Execution and Output of the LL...
上一页
下一页
1
…
14
15
16
17
18
…
25
.