SpringBoot Provide method to customize ServerTransport created by org.springframework.boot.rsocket.netty.NettyRSocketServerFactory#createTransport

org.springframework.boot.rsocket.netty.NettyRSocketServerFactory#createTransport Currently there are methods to configur...

SpringBoot Remove auto-configuration support for '@HttpServiceClient'

Now that @HttpServiceClient has been removed in Spring Framework, we should remove the related auto-configuration.This b...

SpringBoot Externalize configuration property section configuration

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

The current reference documentation shows XML configuration as the primary configuration style in some sections. While X...

Spring Missing @Nullable on JsonPathAssertions.isEqualTo

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

As a backport ticket from #35435, we can revise FileSystemUtils.copyRecursively toward tolerating different source/desti...

Spring Add DataFieldMaxValueIncrementer for SQLite

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?

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)

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

Expected BehaviorThe JTokkitTokenCountEstimator should be improved to more accurately handle binary data (byte[]) within...

Spring AI ToolContext with MCP

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"

Expected BehaviorMCP Server @Service public class MemberTool { @Tool(description = "Query the user's order&qu...

Spring AI tool call中能携带鉴权信息,然后在mcp服务中获取到吗

比如向llm提问类似于 我的...在mcp服务中目前不知道怎么获取“我”的userinfo,可能还需要进一步提问回答如果能在tool call中添加authentication 在mcp中能够获取到用户信息就能直接查询Comment Fro...

Spring HtmlUtils.htmlUnescape() incorrect for numeric character references >= 𐀀 / 𐀀

HtmlUtils.htmlUnescape() returns incorrect values for numeric character references >= 𐀀 / 𐀀. O...

Spring Support intercepting non-reactive InvocableHandlerMethod in RequestMappingHandlerAdapter chain

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

We currently document declarative retry support using @Retryable in the reference manual, but we do not yet document pro...

Golang proposal: crypto/tls: add QUICEvent.Err

Proposal DetailsThis is an offshoot of discussion on #74922.crypto/tls.QUICConn can report errors occurring during the T...

Golang x/pkgsite: and other docs

What is the URL of the page with the issue?All other the pages!What is your user agent?Any user agentScreenshotJust visi...

Golang net: add tcp WriteTo func to enable splice socket data to file

When transfer data from tcp socket to file directly, splice will help us with low time cost in linux. Currently, os.File...

Golang net/http: document panic behavior of CrossOriginProtection.AddInsecureBypassPattern

The CrossOriginProtection.AddInsecureBypassPattern method of the net/http package panics if the given pattern conflicts ...
上一页 下一页
.