Aurora Blog
Home
Spring AI Format instructions internationalization
2025-09-21 14:00:43
904
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
2025-09-21 14:00:38
458
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?为什么有时我的大模型的工具调用请求没有进入工具,而是直接返回
2025-09-21 14:00:34
2191
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
2025-09-21 14:00:25
1269
Description:When using Spring Boot with Liquibase, there are two relevant configuration properties:spring.liquibase.defa...
SpringBoot Auto-Configure ControllerAdvice beans in RSocket support
2025-09-21 14:00:21
260
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
2025-09-21 14:00:19
291
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
2025-09-21 14:00:15
1835
📝 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
2025-09-21 14:00:13
4441
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
2025-09-21 14:00:07
1868
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
2025-09-21 14:00:05
964
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)
2025-09-20 14:05:13
2688
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
2025-09-20 14:05:03
1058
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
2025-09-20 14:04:59
9491
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
2025-09-20 14:04:55
801
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
2025-09-20 14:04:52
782
govulncheck versionGo: go1.23.0Scanner: govulncheck@v1.1.3Does this issue reproduce at the latest version of golang.org/...
Golang runtime: implement WASM-GC
2025-09-20 14:04:38
16570
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
2025-09-20 14:04:32
3455
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)
2025-09-20 14:04:29
94391
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
2025-09-20 14:04:12
3321
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
2025-09-20 14:04:10
6221
Proposal Details51082 standardized Go directive comments. #37974 extended the syntax to allow for third party directives...
上一页
下一页
1
…
32
33
34
35
36
…
367
.