Aurora Blog
Home
Redis Why not Consider Moving Client Handling Tasks to IO Threads for Simplified Implementation and Improved Performance
2025-06-30 14:00:52
52983
cilentsCron: if (clientsCronHandleTimeout(c,now)) continue; if (clientsCronResizeQueryBuffer(c)) continue; if (...
Gorm v1.30.0: Preload with a scoped OR condition generates incorrect SQL WHERE clause
2025-06-30 14:00:49
5004
GORM Playground Linkhttps://github.com/go-gorm/playground/pull/812DescriptionSince upgrading to Gorm v1.30.0, Preload wi...
Spring Security Stub the call to OpenID configuration in an oauth2Client @SpringBootTest
2025-06-30 14:00:42
4474
Expected BehaviorEasy way to avoid the call to an OP /.well-known/openid-configuration in a @SpringBootTest of an applic...
Spring AI RedisVectorStore auto-configuration does not support metadataFields, causing chat memory retrieval failure
2025-06-30 14:00:38
7256
Bug descriptionWhen using VectorStoreChatMemoryAdvisor to implement chat memory with Redis vector store, if spring.ai.ve...
Spring WARN 27164 - trationDelegate$BeanPostProcessorChecker
2025-06-30 14:00:12
2100
springboot 3.5.3 springcloud2025.0.0 start springboot 2025-06-30 11:05:20.026 WARN 27164 - trationDelegate$BeanPost...
Spring Upgrade to JUnit 6
2025-06-30 14:00:11
568
Since JUnit 6.0 M1 has been released, we should start running our test suite using JUnit 6 for the following reasons.We ...
Spring Simplify dependency management for JUnit artifacts
2025-06-30 14:00:08
322
We currently configure multiple individual JUnit artifacts for our projects, even though that's sometimes unnecessary.In...
Golang cmd/go: making the output of the go clean -h command more informative
2025-06-29 14:02:32
2656
Go versiongo version go1.22.4 linux/amd64Output of go env in your module/workspace:GO111MODULE=''GOARCH='amd64'GOBIN=''G...
Golang net/url: semicolons treated as invalid characters in query string
2025-06-29 14:02:30
14375
What version of Go are you using (go version)?$ go version1.17.1Does this issue reproduce with the latest release?YesWha...
Golang net/http: ServeMux with CONNECT and empty path broke in 1.22
2025-06-29 14:02:28
3654
Go versiongo version go1.24.4 linux/amd64Output of go env in your module/workspace:AR='ar'CC='gcc'CGO_CFLAGS='-O2 -g'CGO...
Golang proxy.golang.org: fails to fetch github.com/gmlewis/go-fonts
2025-06-29 14:02:26
13686
What is the URL of the page with the issue?https://pkg.go.dev/github.com/gmlewis/go-fonts@v0.16.0 What is your user agen...
Golang cmd/compile: unnecessary internal variables are exported to DWARF for range-over-func loops
2025-06-29 14:02:20
386
The compiler exports to DWARF a variety of internal variables (#state, #next, parameters) for range-over-func loops that...
Golang x/tools/gopls: package not found when "linksInHover": "gopls"
2025-06-29 14:02:16
4588
ATTENTION: Please answer these questions BEFORE submitting your issue. Thanks!I am not sure if this is a gopls issue of ...
Golang cmd/link: loading c-shared into Go program crashes on Windows
2025-06-29 14:02:07
18083
What version of Go are you using (go version)?go version devel +bb0bfd002a Tue Oct 10 01:02:27 2017 +0000 windows/amd64D...
Golang proposal: compress/gzip: add distinct error for trailing garbage data
2025-06-29 14:02:05
3266
Proposal DetailsContextWhen using the compress/gzip package to decompress gzip files, receiving a gzip: invalid header e...
Golang net/http/httputil: new resp.Body returned by dump* is nocloser
2025-06-29 14:01:59
3170
Go versiongo version go1.22.0 windows/amd64Output of go env in your module/workspace:set GO111MODULE=set GOARCH=amd64set...
Golang go/types, types2: report source line numbers for assertion failures
2025-06-29 14:01:57
540
The type checkers should report the most recent (or closest) source line number for assertion failures.See https://githu...
Golang proposal: cmd/modgraphviz: Colorize edges for more clear view on large graphs
2025-06-29 14:01:55
2841
Proposal DetailsProblemDescriptionWhen using modgraphiz on large codebases, it generates edges colored black which makes...
Golang archive/zip: inconsistent non-ascii filename decoding
2025-06-29 14:01:50
4871
Go versiongo version go1.21.1 linux/amd64Output of go env in your module/workspace:GO111MODULE='on'GOARCH='amd64'GOBIN='...
Golang cmd/compile: TestScript/script_test_basics failures
2025-06-29 14:01:48
17813
#!watchflakesdefault <- pkg == "cmd/compile" && test == "TestScript/script_test_basics"Is...
上一页
下一页
1
…
270
271
272
273
274
…
386
.