Aurora Blog
Home
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...
Golang proposal: crypto/tls: add QUICEvent.Err
2025-09-07 14:03:48
4123
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
2025-09-07 14:03:44
1211
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
2025-09-07 14:03:34
4453
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
2025-09-07 14:03:30
1690
The CrossOriginProtection.AddInsecureBypassPattern method of the net/http package panics if the given pattern conflicts ...
Golang x/tools/go/callgraph/rta: TestRTA/testdata/reflectcall.txtar failures [consistent failure]
2025-09-07 14:03:28
37801
#!watchflakesdefault <- pkg == "golang.org/x/tools/go/callgraph/rta" && test == "TestRTA/testd...
Golang x/tools/gopls/internal/analysis/modernize: added std imports are not grouped correctly
2025-09-07 14:03:26
689
For example, take a look at https://review.gerrithub.io/c/cue-lang/cue/+/1222171, which ran modernize -fix -slicescontai...
Golang github.com/hashicorp/terraform: unable to install terraform
2025-09-07 14:03:23
7958
Go versiongo version go1.23.0 darwin/arm64Output of go env in your module/workspace:GO111MODULE=''GOARCH='arm64'GOBIN=''...
Golang proposal: crypto/internal/fips140/aes: asm implementation of AES-XTS
2025-09-07 14:03:21
296
Proposal DetailsCurrently, AES CTR has an asm implementation for multi-blocks, which allows fast operation, but AES-XTS ...
Golang testing: tiny benchmark with StopTimer runs forever
2025-09-07 14:03:16
6459
From at least Go 1,4 onward,$ go versiongo version devel +e03220a594 Sat Aug 25 02:39:49 2018 +0000 linux/amd64$If we ru...
Golang x/build: add tip builders with GOEXPERIMENT=aliastypeparams=1 for at least go and x/tools repo
2025-09-07 14:03:12
1252
Add a builder for >=1.24 with GOEXPERIMENT=aliastypeparams=1 for additional test coverage (#46477). aliastypeparams w...
Golang x/tools/cmd/callgraph: calls from unreachable unexported methods not reported in callgraph
2025-09-07 14:03:10
7808
Go versiongo version go1.22.0 darwin/amd64Output of go env in your module/workspace:GO111MODULE=''GOARCH='amd64'GOBIN='/...
Golang x/crypto/pkcs12: unknown digest algorithm 2.16.840.1.101.3.4.2.1
2025-09-07 14:03:08
1705
What version of Go are you using (go version)?$ go versiongo version go1.21.0 windows/amd64Does this issue reproduce wit...
Golang all: fix printf(var) mistakes newly found in golang.org/x repos
2025-09-07 14:03:01
1909
Some golang.org/x repos have new findings from issue #68796 being resolved.This issue is to track fixing them all.CC @ad...
Golang x/net/route: ParseRIB fails with errMessageTooShort on an AF_ROUTE message from Darwin
2025-09-07 14:02:59
4619
I have a macOS program which listens to route changes from the kernel.It opens an AF_ROUTE socket: fd, err := uni...
上一页
下一页
1
…
77
78
79
80
81
…
386
.