Aurora Blog
Home
Spring AI Please add a config of mcp server request timeout, default 10s is too short.
2025-05-19 14:01:03
349
Please add a config to modify the request time of mcp server in the McpServerAutoConfiguration.java .The mcp server has...
Spring AI Error using ElasticSearch with filter expression
2025-05-19 14:01:00
2066
源代码: List<String> documentIds = (List<String>) requestBody.getOrDefault("documentIds", new ArrayLi...
Spring AI Tool Observability
2025-05-19 14:00:58
1602
"Monitor tool execution behaviors, such as invoking a method before tool execution, invoking a method after tool executi...
Spring AI RC1 - RAG Advisor - QueryTransformer - ChatClient.Builder config with a low temperature is ignored
2025-05-19 14:00:55
9315
Bug descriptionIn RetrievalAugmentationAdvisor, configuring a CompressionQueryTransformer or RewriteQueryTransformer wit...
Spring AI chatMemory.get(conversationId) returns unexpected timestamp
2025-05-19 14:00:53
1173
Spring AI Version: 1.0.0-RC1chatMemory.get(conversationId) returns[{"messageType": "USER","metadata": {"CassandraChatMem...
SpringBoot Non Tenant discriminated Entities joining tenant discriminated Entities outside their Tenant context.
2025-05-19 14:00:49
1241
Basically, imagine we have 2 Entities:User and UserTenantLink. UserTenantLink has a OneToOne connection to User. User ha...
Spring Property placeholders for class names in XML config are not resolved
2025-05-19 14:00:44
11561
Hello.I've a Spring Boot 3.4.5 project that uses the old XML style to configure the application context.While in Spring ...
Spring MockHttpServletRequest.addHeader duplicates "Content-Type" header
2025-05-19 14:00:30
2763
I first encountered Stack Overflow question no. 79616625, reporting duplicate Content-Type headers in REST docs, specifi...
Spring Include source of package, such as Maven artifact ID or module name, in generated JavaDoc
2025-05-19 14:00:27
3072
One thing I've noticed when referencing the documentation for various classes, interfaces, packages, etc. is that it's n...
Spring unmarshall xml against xsd no longer works
2025-05-19 02:40:43
863
We use the spring-framework restclient and with the change from spring-boot 3.4.3 to spring-boot 3.4.4 (spring-framewor...
Spring Fail Gradle build whenever a javadoc task fails
2025-05-19 02:40:39
1428
OverviewChanges made in conjunction with #27497 caused the aggregated Javadoc not to be generated/published.However, we ...
Golang crypto/X509: Go handling of escape characters
2025-03-25 15:25:09
886
Go versiongo version go1.24.1 linux/amd64Output of go env in your module/workspace:CN=test,OU=Class 3 Public Primary Cer...
Golang proposal: strings: SplitAny and CountAny
2025-03-25 15:25:08
6445
Proposal DetailsThe strings package contains the function Split that splits a string whereever the separator string occu...
Golang http.StripPrefix not properly handling wildcards with muxes
2025-03-25 15:25:05
1490
Go versiongo1.22.1.linux-amd64Output of go env in your module/workspace:GO111MODULE=''GOARCH='amd64'GOBIN=''GOCACHE='/ho...
Golang x/tools/gopls/internal/analysis: add check for fmt.Sprintf("%s", x) -> x.String()
2025-03-25 15:25:04
243
There are surprisingly many calls likefmt.Sprintf("%s", x) // x implements Stringer// or even,fmt.Sprintf(&quo...
Golang x/benchmarks/sweet: go-build failed when install cmd/compile and cmd/link
2025-03-25 15:25:02
9314
Go versiongo version go1.24.1 linux/amd64Output of go env in your module/workspace:AR='ar'CC='/usr/bin/gcc'CGO_CFLAGS='-...
Golang runtime: Simple HTTP server causes high thread count on macOS Monterey
2025-03-25 15:25:00
19967
What version of Go are you using (go version)?$ go versiongo version go1.17.2 darwin/arm64Does this issue reproduce with...
Golang x/net/http2: TestConfigPingTimeoutServer failures
2025-03-25 15:24:49
118012
#!watchflakesdefault <- pkg == "golang.org/x/net/http2" && test == "TestConfigPingTimeoutServe...
Golang cmd/go: test failures due to network
2025-03-25 15:24:47
656244
#!watchflakespost <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && ( `Failed to connect to github.com ...
Golang x/tools/gopls/internal/analysis/modernize: range over int rule doesn't consider potential slice appends
2025-03-25 15:24:44
3567
Go versiongo version go1.24.1 linux/amd64Output of go env in your module/workspace:AR='ar'CC='gcc'CGO_CFLAGS='-O2 -g'CGO...
上一页
下一页
1
…
46
47
48
49
50
…
55
.