Spring AI Format instructions internationalization

Hello! Thank you guys for such a powerful library!I suppose most of LLMs works better in English, as well as users mostl...

Spring AI Access all conversation IDs through the ChatMemory interface

Although this is possible through memory storage, I’m wondering if it would be possible to add a method to access all en...

Spring AI Why do some of my large model tool call requests not enter the tool but return directly?为什么有时我的大模型的工具调用请求没有进入工具,而是直接返回

In most cases, when I explicitly tell the model which tool to use, the model can accurately complete the call, but there...

SpringBoot LiquibaseEndpoint always uses defaultSchema instead of liquibaseSchema

Description:When using Spring Boot with Liquibase, there are two relevant configuration properties:spring.liquibase.defa...

SpringBoot Auto-Configure ControllerAdvice beans in RSocket support

The RSocketMessagingAutoConfiguration should "connect" components annotated with @ControllerAdvice to MessagingAdviceBea...

SpringBoot Make it easier to define multiple connection details beans of the same type with @ServiceConnection

This is similar to #42746 but for the Testcontainers side of things. We need to consider @ServiceConnection on both @Bea...

Spring QUIC Support for HTTP3 in WebClient

📝 Proposal: Add QUIC (HTTP/3) Support to Spring WebClient🎯 MotivationQUIC is the transport protocol behind HTTP/3, offer...

Spring Unexpected query parameter order with UriComponentsBuilder

With spring-web 6.2.5, I get the following behavior :System.out.println(UriComponentsBuilder.fromUriString(“http://myhos...

Spring Introduce a new hook point for Optimizing a Bean if it is present at runtime

As Spring AOT should offer a way to run an application without a locked down BeanFactory, we need a way to keep some of ...

Spring Reinstantiate checks for kotlin-reflect

BeanUtils.instantiateClass(Constructor, Object…) is not checking for the presence of Kotlin Reflect before calling Kotli...

Golang cmd/vet: vet detects wrong conversion of string(int), but not string(int32)

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

Golang testing: wrong example in package docs for unexported identifier

The following text from the description of the package is at least misleading:// If the test file is in the same package...

Golang os: os.Chtimes is corrupting very old timestamps

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

Golang x/pkgsite: package removal request for github.com/jeaguil/forgotten-fields and github.com/jeaguil/piefai/cmd

What is the path of the package that you would like to have removed?github.com/jeaguil/Are you the owner of this package...

Golang x/vuln/cmd/govulncheck: add module info to paths in text traces

govulncheck versionGo: go1.23.0Scanner: govulncheck@v1.1.3Does this issue reproduce at the latest version of golang.org/...

Golang runtime: implement WASM-GC

Go applications compiled to WASM with the browser as target are quite inefficient and large. Both the download payload ...

Golang time: improve ParseDuration performance for invalid input

Proposal DetailsA common use of time.ParseDuration is to check whether a string is a valid time.Duration. However, when ...

Golang runtime: time.Sleep takes more time than expected on Windows (1ms -> 10ms)

This seems to be a regression with Go 1.16 time.Sleep.What version of Go are you using (go version)?$ go versiongo versi...

Golang text/template: Unable to set zero value for fields in template

Go versiongo1.24.0Output of go env in your module/workspace:set AR=arset CC=gccset CGO_CFLAGS=-O2 -gset CGO_CPPFLAGS=set...

Golang proposal: go/format: simplify old directive comments

Proposal Details51082 standardized Go directive comments. #37974 extended the syntax to allow for third party directives...
上一页 下一页
.