Aurora Blog
Home
SpringBoot Upgrade to JUnit Jupiter 5.13.1
2025-06-22 14:00:13
577
Upgrade to JUnit Jupiter 5.13.1.Comment From: snicollThis unfortunately isn't an easy upgrade. Our use of @ClassPathExcl...
Spring Add Support to CompletableFuture as return type in Spring interfaces clients with RestClient
2025-06-22 14:00:08
3414
I suggest adding support for CompletableFuture and CompletionStage as a valid return type for methods in Spring client ...
Golang x/pkgsite: show "Added in go.1.x" for each std package as a whole
2025-06-21 14:05:50
665
For std packages, pkgsite shows "Added in go1.x" for each symbol that was not present when the package was created, but ...
Golang proposal: encoding/json/v2: MarshallJSONTo: Skip fields when marshalling to json
2025-06-21 14:05:40
4737
Proposal DetailsOne issue that we faced in the old Go JSON implementation is the inability to remove a field entirely wh...
Golang cmd/go: TestScript/get_insecure failures
2025-06-21 14:05:37
12855
#!watchflakesdefault <- pkg == "cmd/go" && test == "TestScript/get_insecure"Issue created...
Golang proposal: encoding/json/v2: permit SkipFunc for MarshalTo/UnmarshalFrom methods
2025-06-21 14:05:30
3465
Proposal DetailsTL;DR, I propose permitting SkipFunc as being allowed for MarshalerTo or UnmarshalerFrom methods. Howeve...
Golang x/tools/gopls: provide a way to suppress analysis diagnostics for certain files
2025-06-21 14:05:28
22616
gopls version❯ gopls -v versionBuild info----------golang.org/x/tools/gopls master golang.org/x/tools/gopls@(devel) ...
Golang x/build: update the rc1 announcement template to mention min gopls version and telemetry
2025-06-21 14:05:18
2316
For the go1.23rc1 release announcement, we want to:- Highlight the version of gopls required to use new language feature...
Golang crypto/rsa: TestNPrimeKeyGeneration failures
2025-06-21 14:05:16
747
#!watchflakesdefault <- pkg == "crypto/rsa" && test == "TestNPrimeKeyGeneration"Issue cre...
Golang x/tools/cmd/godoc: add https support?
2025-06-21 14:04:50
2429
Please answer these questions before submitting your issue. Thanks!What version of Go are you using (go version)?go1.8 l...
Golang cmd/gofmt: puts else if comments in wrong place
2025-06-21 14:04:48
4744
Please answer these questions before submitting your issue. Thanks!What version of Go are you using (go version)?play.go...
Golang cmd/compile: compiler panic for generic alias type
2025-06-21 14:04:46
1290
From https://github.com/golang/go/issues/46477#issuecomment-2175727569:The following code snippet causes the Go compiler...
Golang cmd/compile: optimize convI2I, assertI2I, assertE2I for statically known types
2025-06-21 14:04:15
7100
A conversion that involves runtime.getitab (convI2I, assertI2I, assertE2I) is generally much slower than an ordinaryinte...
Golang runtime/pprof: TestMutexProfileRateAdjust failures
2025-06-21 14:04:13
3982
#!watchflakesdefault <- pkg == "runtime/pprof" && test == "TestMutexProfileRateAdjust"Iss...
Golang proposal: spec: add support for int128 and uint128
2025-06-21 14:04:09
99552
Comment From: ianlancetaylorCan you provide a real-life use case?Comment From: twoledsit's good for UUID, IPv6, hashing ...
Golang cmd/go: "test timed out after ... running tests: ..." attached to one of many subtests in JSON mode, can be less visible compared to non-JSON output
2025-06-21 14:04:06
5877
Consider the output from go test without -json flag in a situation where a test timeout happens while multiple subtests ...
Golang cmd/link: duplicated definition of symbol github.com/ebitengine/purego.syscall15XABI0 when running with ASAN
2025-06-21 14:04:02
2992
Go versiongo1.24.4 Output of go env in your module/workspace:AR='ar'CC='gcc'CGO_CFLAGS='-O2 -g'CGO_CPPFLAGS=''CGO_CXXFLA...
Golang proposal: database/sql: add configuration option to ignore null values in Scan
2025-06-21 14:03:56
7894
like https://github.com/golang/go/issues/28414, but for all null valuescopied from https://github.com/golang/go/pull/570...
Golang proposal: runtime: export runtime.getAuxv()
2025-06-21 14:03:48
2693
Proposal DetailsThis proposal is based on the initiative started with go.dev/issue/67401 to lock down future use of //go...
Golang x/tools/cmd/signature-fuzzer/fuzz-runner: TestRunner failures
2025-06-21 14:03:46
27698
#!watchflakespost <- pkg == "golang.org/x/tools/cmd/signature-fuzzer/fuzz-runner" && test == "...
上一页
下一页
1
…
281
282
283
284
285
…
370
.