Aurora Blog
Home
Spring AI equals,hashCode,toString auto-generate template
2025-09-09 14:01:40
467
I noticed that when using IntelliJ IDEA to auto-generate equals(), hashCode(), and toString() methods in the Spring AI s...
Spring AI Enhance BeanOutputConverter to trim Preamble
2025-09-09 14:00:39
740
Every so often I'll get responses from LLMs that look like this:I'll analyze and evaluate that for you. Here are the res...
SpringBoot Introduce a starter for HTTP Client applications
2025-09-09 14:00:30
4238
I'd like to suggest introducing a new Spring Boot starter aimed at client applications, with the necessary dependencies ...
SpringBoot Adapt RetryTopicConfiguration now that Spring Kafka no longer relies on Spring Retry
2025-09-09 14:00:28
222
We're still exposing spring.kafka.retry.topic.backoff.random that is no longer supported by Spring Kafka. Some propertie...
SpringBoot Provide method to customize ServerTransport created by org.springframework.boot.rsocket.netty.NettyRSocketServerFactory#createTransport
2025-09-09 14:00:26
638
org.springframework.boot.rsocket.netty.NettyRSocketServerFactory#createTransport Currently there are methods to configur...
SpringBoot Remove auto-configuration support for '@HttpServiceClient'
2025-09-09 14:00:25
143
Now that @HttpServiceClient has been removed in Spring Framework, we should remove the related auto-configuration.This b...
SpringBoot Externalize configuration property section configuration
2025-09-09 14:00:21
1196
The configuration of the configuration property sections in the appendix is currently hardcoded in the DocumentConfigura...
Spring Revamp documentation to prioritize Java/Annotation-Based configuration over XML
2025-09-09 14:00:17
915
The current reference documentation shows XML configuration as the primary configuration style in some sections. While X...
Spring Missing @Nullable on JsonPathAssertions.isEqualTo
2025-09-09 14:00:13
1007
Hello.Unless I am very confused, the parameter expectedValue of JsonPathAssertions.isEqualTo should be Nullable, but it ...
Spring Graceful fallback for non-default NIO.2 FileSystems
2025-09-09 14:00:09
359
As a backport ticket from #35435, we can revise FileSystemUtils.copyRecursively toward tolerating different source/desti...
Spring Add DataFieldMaxValueIncrementer for SQLite
2025-09-09 14:00:07
256
This feature request is about adding a DataFieldMaxValueIncrementer for SQLite. There is already one in Spring Batch her...
Redis [QUESTION] What does COUNT of SCAN mean?
2025-09-08 14:00:51
1384
https://redis.io/docs/latest/commands/scan/#the-count-optionBasically with COUNT the user specifies the amount of work t...
MyBatis Issue: PoolMaximumActiveConnections=1 Does Not Guarantee Single Connection in MyBatis Under High Contention (SQLite Database)
2025-09-08 14:00:41
8007
About the Bug...[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exists on...
Spring AI JTokkitTokenCountEstimator : Add Base64 support for more accurate binary data token estimation
2025-09-08 14:00:28
1629
Expected BehaviorThe JTokkitTokenCountEstimator should be improved to more accurately handle binary data (byte[]) within...
Spring AI ToolContext with MCP
2025-09-08 14:00:26
4475
Expected BehaviorEnable the use of ToolContext together with MCP.Current BehaviorI looked in the documentation but I did...
Spring AI Can custom parameters of the context be added in MCP? Similar to "ToolCalling - ToolContext"
2025-09-08 14:00:22
2250
Expected BehaviorMCP Server @Service public class MemberTool { @Tool(description = "Query the user's order&qu...
Spring AI tool call中能携带鉴权信息,然后在mcp服务中获取到吗
2025-09-08 14:00:21
1836
比如向llm提问类似于 我的...在mcp服务中目前不知道怎么获取“我”的userinfo,可能还需要进一步提问回答如果能在tool call中添加authentication 在mcp中能够获取到用户信息就能直接查询Comment Fro...
Spring HtmlUtils.htmlUnescape() incorrect for numeric character references >= 𐀀 / 𐀀
2025-09-08 14:00:08
2103
HtmlUtils.htmlUnescape() returns incorrect values for numeric character references >= 𐀀 / 𐀀. O...
Spring Support intercepting non-reactive InvocableHandlerMethod in RequestMappingHandlerAdapter chain
2025-09-08 14:00:06
3423
Spring Framework 6.2 added support for offloading non-reactive method to an executor, which Spring Boot configures when ...
Spring Document programmatic retry support in the reference manual
2025-09-08 14:00:04
358
We currently document declarative retry support using @Retryable in the reference manual, but we do not yet document pro...
上一页
下一页
1
…
59
60
61
62
63
…
369
.