Spring AI Error using ElasticSearch with filter expression

源代码: List<String> documentIds = (List<String>) requestBody.getOrDefault("documentIds", new ArrayLi...

Spring AI Tool Observability

"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

Bug descriptionIn RetrievalAugmentationAdvisor, configuring a CompressionQueryTransformer or RewriteQueryTransformer wit...

Spring AI chatMemory.get(conversationId) returns unexpected timestamp

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.

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

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

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

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

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

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

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

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

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()

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

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

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

#!watchflakesdefault <- pkg == "golang.org/x/net/http2" && test == "TestConfigPingTimeoutServe...

Golang cmd/go: test failures due to network

#!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

Go versiongo version go1.24.1 linux/amd64Output of go env in your module/workspace:AR='ar'CC='gcc'CGO_CFLAGS='-O2 -g'CGO...

Golang all: unrecognized failures on plan9/386

#!watchflakesdefault <- goos == "plan9" && goarch == "386"(attn @golang/plan9)Comment Fro...
上一页 下一页
.