Aurora Blog
Home
SpringBoot Consider deprecating TestRestTemplate in favor of RestTestClient
2025-08-07 14:00:28
609
As of https://github.com/spring-projects/spring-framework/pull/34428, Spring Framework has a RestTestClient that aligns ...
Spring Korean character encoding/decoding issue
2025-08-07 14:00:24
13974
My system's using Spring Boot embedded Undertow.AS-ISboot 2.6.6MultipartResolver : org.springframework.web.multipart.com...
Spring Improve Javadoc of ApplicationEvents
2025-08-07 14:00:16
540
ApplicationEvents' Javadoc talks about using it via an autowired field before it talks about its use as method parameter...
Spring Introduce @Proxyable annotation for bean-specific proxy type
2025-08-07 14:00:09
301
Following up on #35293, a convenient annotation next to @Bean and @Component is needed for enforcing a bean-specific pro...
Golang fmt: unintentionally print "exit status 0x40010004"
2025-08-06 14:09:30
2314
Go versiongo version go1.24.2 windows/amd64Output of go env in your module/workspace:set AR=arset CC=gccset CGO_CFLAGS=-...
Golang x/build: bot freebsd-riscv64-mengzhuo--megrez-3 reported as broken
2025-08-06 14:09:27
188
The bot freebsd-riscv64-mengzhuo--megrez-3 has been reported as broken. It is currently in "quarantined" state. Please w...
Golang How many virtual memory I can use?
2025-08-06 14:09:23
914
go version 1.14My go program vss increased, while rss is stable. I haven seen:(1) "The runtime now uses a sparse heap l...
Golang runtime/trace, x/exp/trace: explicitly encode end of trace and surface it in parser
2025-08-06 14:09:17
796
A common source of bad traces is user error, specifically not calling trace.Stop, or not waiting for the call to finish ...
Golang proposal: cmd/go: make it easier to fork modules
2025-08-06 14:09:02
5584
Proposal DetailsForking a module is painful, because of intra-module import paths.If I fork github.com/upstream/foo as g...
Golang net/http: incorrect handling of list-based header values
2025-08-06 14:08:44
2621
Go versiongo version go1.24.5 linux/amd64Output of go env in your module/workspace:AR='ar'CC='gcc'CGO_CFLAGS='-O2 -g'CGO...
Golang x/pkgsite: package removal request for "go.software.jfrech.com/fsmap"
2025-08-06 14:08:42
833
What is the path of the package that you would like to have removed?go.software.jfrech.com/fsmapAre you the owner of thi...
Golang strconv: use DragonBox instead of Ryu for FormatFloat
2025-08-06 14:08:40
886
DragonBox is a faster algorithm.NodeJS has already switched as part of accelerating JSON.stringify().Float to string con...
Golang x/tools/gopls: gopls causes bad vscode performance on large projects due to excessive LSP traffic
2025-08-06 14:08:38
7991
gopls versionBuild infogolang.org/x/tools/gopls v0.20.0 golang.org/x/tools/gopls@v0.20.0 h1:fxOYZXKl6IsOTKIh6IgjDbIDH...
Golang internal/coverage/cfile: TestIssue59563TruncatedCoverPkgAll failures [consistent failure]
2025-08-06 14:08:32
36921
#!watchflakesdefault <- pkg == "internal/coverage/cfile" && test == "TestIssue59563TruncatedCo...
Golang net/http/httputil: export ReverseProxy.defaultErrorHandler
2025-08-06 14:08:28
2478
What version of Go are you using (go version)?$ go versiongo version go1.11.1 darwin/amd64Does this issue reproduce with...
Golang x/telemetry/internal/mmap: TestMultipleMaps failures
2025-08-06 14:08:22
4969
#!watchflakesdefault <- pkg == "golang.org/x/telemetry/internal/mmap" && test == "TestMultiple...
Golang x/telemetry/internal/mmap: TestSharedMemory failures
2025-08-06 14:08:20
4279
#!watchflakesdefault <- pkg == "golang.org/x/telemetry/internal/mmap" && test == "TestSharedMe...
Golang crypto/fips140: selective policy enforcement framework
2025-08-06 14:07:57
3285
Go 1.24 introduced the fips140=only GODEBUG setting, which strictly enforcesthat only FIPS 140-3 compliant cryptography ...
Golang net/http: use 308 instead of 301 in Server to preserve POST payload in redirects
2025-08-06 14:07:47
8411
What version of Go are you using (go version)?$ go versiongo1.17.5 darwin/amd64Does this issue reproduce with the latest...
Golang internal/coverage/cfile: TestIssue59563TruncatedCoverPkgAll failures [consistent failure]
2025-08-06 14:07:45
302881
#!watchflakesdefault <- pkg == "internal/coverage/cfile" && test == "TestIssue59563TruncatedCo...
上一页
下一页
1
…
86
87
88
89
90
…
317
.