Aurora Blog
Home
Spring Slow webflux multipart upload
2025-08-21 14:00:19
1746
Hello,We are developing a document submission application using WebFlux. However, we have noticed that handling multipar...
Spring Regression issue with Spring-Data-JPA 3.5.x
2025-08-21 14:00:14
1468
Dear Spring JPA Framework,While upgrading from Spring 3.4.x to spring 3.5.x, I notice a regression issue while calling i...
Golang net/rpc/jsonrpc: client implementation is not compatible with JSON-RPC 1.0 spec
2025-08-20 14:07:39
2516
According to JSON-RPC 1.0 specification the params property should be an array of object. The canonical example of calli...
Golang runtime:cpu1: TestReadMetricsSched/not-in-go failures
2025-08-20 14:07:37
1571
#!watchflakesdefault <- pkg == "runtime:cpu1" && test == "TestReadMetricsSched/not-in-go"...
Golang runtime: TestReadMetricsSched failures
2025-08-20 14:07:35
3691
#!watchflakesdefault <- pkg == "runtime:cpu1" && test == "TestReadMetricsSched/running"Is...
Golang proposal: cmd/vet: warn when runtime.AddCleanup closes over the variable with the Cleanup attached
2025-08-20 14:07:33
2686
Proposal DetailsIf the function passed to runtime.AddCleanup contains a reference to the variable that the cleanup is at...
Golang text/template causing binary size to be exploded
2025-08-20 14:07:29
2457
Go version1.25.0Output of go env in your module/workspace:AR='ar'CC='gcc'CGO_CFLAGS='-O2 -g'CGO_CPPFLAGS=''CGO_CXXFLAGS=...
Golang archive/zip: Writer.Copy references entire Reader data
2025-08-20 14:07:27
4480
Go versiongo1.22-20240109-RC01 linux/amd64Output of go env in your module/workspace:GO111MODULE='on'GOARCH='amd64'GOBIN=...
Golang proposal: spec: proposal title Add Required Struct Fields
2025-08-20 14:07:25
21172
Go Programming ExperienceNoviceOther Languages ExperienceNo responseRelated Idea[ ] Has this idea, or one like it, been ...
Golang os: File.Seek doesn't set the correct offset with Windows overlapped handles
2025-08-20 14:07:23
3420
Go versiongo version go1.25.0 windows/arm64Output of go env in your module/workspace:set AR=arset CC=gccset CGO_CFLAGS=-...
Golang os: File.Seek doesn't set the correct offset with Windows overlapped handles [1.24 backport]
2025-08-20 14:07:21
277
@qmuntal requested issue #75081 to be considered for backport to the next 1.24 minor release.@gopherbot please backport ...
Golang cmd/compile: For some sizes, zeroing memory through OpZero could be faster (AMD64)
2025-08-20 14:07:19
10737
I'm working on a patch for inlining known-size memclrNoHeapPointers calls and replacing them with an OpZero. The inlinin...
Golang runtime: allow preemption-disable around critical section
2025-08-20 14:07:12
16285
Go versiongo version go1.22.0 darwin/arm64Output of go env in your module/workspace:GO111MODULE=''GOARCH='arm64'GOBIN='/...
Golang cmd/link: TestRandLayout failures
2025-08-20 14:07:07
1715
#!watchflakesdefault <- pkg == "cmd/link" && test == "TestRandLayout"Issue created automa...
Golang Optional
2025-08-20 14:06:59
225
Comment From: gabyhelpRelated Issues and Documentation- #18957 (closed) - #64529 (closed) - #68535 (closed) N/A #53255 (...
Golang x/tools/gopls/internal/mcp: symbol references tool panics in ObjectLocation after nil result from types.LookupFieldOrMethod
2025-08-20 14:06:49
2511
#!stacks"sigpanic" && "golang.isBuiltin" && "golang.ObjectLocation" &&...
Golang x/exp/trace: tests timeout after Go CL 693398
2025-08-20 14:06:40
6287
Go versiongo version go1.26-devel_5a56d8848b Mon Aug 18 12:15:08 2025 -0700 linux/amd64Output of go env in your module/w...
Golang cmd/go: doc object-reference fragments are percent-escaped with -http
2025-08-20 14:06:38
2011
Go versiongo version 1.25.0 linux/amd64Output of go env in your module/workspace:% go envAR='ar'CC='gcc'CGO_CFLAGS='-O2 ...
Golang x/tools/cmd/goimports: support gofmt option to simplify code
2025-08-20 14:06:32
2421
go version go1.8.3 darwin/amd64Using goimports as of https://github.com/golang/tools/commit/84a35ef54dff3c5596983e180ec1...
Golang encoding/hex: DecodeString wastes memory
2025-08-20 14:06:30
4148
What version of Go are you using?go version go1.11.4 windows/amd64What did you do?https://play.golang.org/p/pbZJx5AZHpJW...
上一页
下一页
1
…
34
35
36
37
38
…
313
.