Aurora Blog
Home
Spring AI ChatModel streaming chat response data is too large.
2025-07-17 14:00:43
809
When using Flux<ChatClientResponse>, the context is returned with every response, which results in large data volu...
SpringBoot Upgrade to Commons Lang3 3.18.0
2025-07-17 14:00:29
192
Upgrade to Commons Lang3 3.18.0.Comment From: waileong@snicoll Are there any plans to backport this dependency bump to t...
SpringBoot Support for Maven Toolchains in Spring Boot Maven Plugin
2025-07-17 14:00:27
1922
Currently, the Spring Boot Maven Plugin does not appear to support Maven Toolchains when executing goals like spring-boo...
SpringBoot Review auto-configuration that accepts both a URI and separate properties
2025-07-17 14:00:20
900
As identified by https://github.com/spring-projects/spring-boot/issues/41231, we should review our auto-configuration in...
SpringBoot Enable combined MongoDB URI and username/password properties usage
2025-07-17 14:00:17
2121
When configuring MongoDB authentication, the configuration needs to happen either through the URI or through individual ...
SpringBoot Add support for in-memory Batch infrastructure
2025-07-17 14:00:15
3189
Spring Batch 6 introduces support for "resource less" infrastructure. With this mode, a database is not required and thi...
Spring JMS connection not intimidating AMQ about scaling down the consumers because of less load.
2025-07-17 14:00:10
633
We are using - org.springframework.jms.connection.CachingConnectionFactory , and consumerCache is enabled by default.we ...
Golang go/types: assertion failure in recent range statement checking logic
2025-07-16 14:07:41
8352
gopls version: v0.16.1/go1.22.5gopls flags: update flags: proxyextension version: 0.41.4environment: Visual Studio Code ...
Golang cmd/go: built-in tools built on demand don't respect most of the build settings
2025-07-16 14:07:39
4787
Go versiongo version go1.25rc2 darwin/arm64Output of go env in your module/workspace:R='ar'CC='clang'CGO_CFLAGS='-O2 -g'...
Golang cmd/dist,x/build/cmd/coordinator: test logs missing errors or final status
2025-07-16 14:07:36
523556
#!watchflakespost <- repo == "go" && !(log ~ `^(All tests passed|FAIL|build failed|fatal error:|pan...
Golang x/tools/cmd/ssadump: needs to set packages.NeedModule flag
2025-07-16 14:07:33
736
ssadump doesn't set NeedModule, which causes go/types.Config.GoVersion to not be set, which means go/ssa won't respect t...
Golang x/telemetry: add a process for cleaning up obsolete data
2025-07-16 14:07:31
1151
Right now, there are several opportunities for the telemetry upload/aggregation process to leave behind artifacts that w...
Golang runtime/metrics: /cpu/classes/* double-counts idle time
2025-07-16 14:07:29
444
There's a double-counting bug where sched.idleTime is incremented for both idle mark workers and for genuine idle P time...
Golang cmd/internal/testdir:2_10: Test/fixedbugs/bug440_64.go failures
2025-07-16 14:07:27
2525
#!watchflakesdefault <- pkg == "cmd/internal/testdir:2_10" && test == "Test/fixedbugs/bug440_6...
Golang x/telemetry/config: add telemetry for add and remove struct tags refactoring operations
2025-07-16 14:07:23
563
SummaryAs part of the efforts to reduce third party dependencies in the VSCode go extension, we added refactoring codeac...
Golang encoding/json: unmarshal regression for extra data error under goexperiment.jsonv2
2025-07-16 14:07:22
2469
Go versiongo1.25Output of go env in your module/workspace:n/aWhat did you do?Run this code:type T struct{ calledWith str...
Golang x/tools/gopls: replace refactoring code actions Command with Edits and codeAction/resolve
2025-07-16 14:07:20
824
codeAction/resolve was introduced to LSP in 3.16. This allows code action requests to omit Edits for a code action and c...
Golang net/http: client timeout error message is ambiguous
2025-07-16 14:07:15
4296
Go versiongo version go1.23.2 darwin/arm64Output of go env in your module/workspace:GO111MODULE=''GOARCH='arm64'GOBIN=''...
Golang net/http: document that the fs.FS passed to ServeFileFS, FileServerFS, and NewFileTransportFS must implement io.Seeker
2025-07-16 14:07:13
972
The fs.FS argument, passed to the functions http.ServeFileFS, http.FileServerFS, and http.NewFileTransportFS, must impl...
Golang cmd/compile: //go:nointerface can result in non-nil interface with nil methods
2025-07-16 14:07:11
4329
Go versiongo version go1.25-20250711-RC00 REDACTED +6ebb5f56d9 X:fieldtrack,boringcrypto linux/amd64Output of go env in ...
上一页
下一页
1
…
107
108
109
110
111
…
271
.