Aurora Blog
Home
SpringBoot Query params override path variables
2025-06-09 14:00:18
3010
Describe the bugIn an application (using Spring Boot 2.7.10) query param is able to override path veriableSample@SpringB...
Spring NoSuchMethodException on Struts 2 Action proxied by Spring AOP (CGLIB) on Java 21
2025-06-09 14:00:08
5004
Hello Spring Team,We are currently migrating a large legacy application from Java 1.6/Spring 3 to a modern stack. We hav...
Golang x/build/cmd/gerritbot: flag common mistakes in GitHub PRs like no word wrap, wrong bug format, using markdown, ...
2025-06-08 14:03:03
9505
61182 starts with an enumeration of friction for the GitHub PR workflow.We could reduce some friction by automatically f...
Golang proposal: simd: architecture-specific SIMD intrinsics under a GOEXPERIMENT
2025-06-08 14:03:01
63233
Proposal DetailsSIMD is crucial for achieving high performance in many modern workloads. While Go currently allows acces...
Golang crypto/rand: Read should not escape the input buffer
2025-06-08 14:02:59
1239
Go versiongo1.22Output of go env in your module/workspace:n/aWhat did you do?Ran this benchmark:func Benchmark(b *testin...
Golang cmd/cgo/internal/swig,cmd/go,x/build: swig cgo tests incompatible with C++ toolchain on builders
2025-06-08 14:02:57
2944
After updating the builder images to have a gcc-based C++ toolchain, the clang and 386 builders began failing. This appe...
Golang go/types: discrepancy in type checking compared to types2
2025-06-08 14:02:55
6007
For// -gotypesalias=1package pvar x T[B]type T[_ any] struct{}type A T[B]type B = T[A]types2 produces the trace:testdata...
Golang x/tools/gopls: organizeImports code action is broken
2025-06-08 14:02:53
2299
OrganizeImports code action is broken after CL 587555 (golang/tools@e1b14a1915)Gopls built after the change returns no e...
Golang crypto/ecdsa: TestKeyGeneration failures
2025-06-08 14:02:51
1472
#!watchflakesdefault <- pkg == "crypto/ecdsa" && test == "TestKeyGeneration"Issue created...
Golang runtime: CL 561635 changes relative PCs printed in tracebacks
2025-06-08 14:02:49
17846
The intent of CL 561635 was to add absolute pc=0x%xs to inlined frames in tracebacks when GOTRACEBACK is set to system o...
Golang runtime: Go 1.22.0 fails to build from source on armv7 Alpine Linux
2025-06-08 14:02:47
5092
Go versionN/AOutput of go env in your module/workspace:N/AWhat did you do?I maintain the Go package for Alpine Linux, th...
Golang cmd/go,cmd/link: TestScript/build_issue48319 and TestScript/build_plugin_reproducible failing on LUCI gotip-darwin-amd64-longtest builder due to non-reproducible LC_UUID
2025-06-08 14:02:44
36699
(It is unclear to me if this is an issue with the test, cmd/go, the compiler/linker, or the builder itself)Example failu...
Golang x/crypto/ssh: server side multi-step authentication
2025-06-08 14:02:42
21103
RFC 4252 section 5.1 defines the partial success boolean for failed authentication requests.If set, it means the authent...
Golang proposal: net/http/httptest: add support for http.ResponseController to ResponseRecorder
2025-06-08 14:02:40
8241
Proposal #54136 (implemented in CL 436890 which is part of Go 1.20) added the "http".ResponseController type, which allo...
Golang unicode/utf16: add RuneLen
2025-06-08 14:02:38
1766
Sometimes it's useful to determine how many 16-bit words it'll take to encode a unicode rune with UTF16. We already have...
Golang path/filepath: add Localize to safely convert a slash-separated path into an operating system path
2025-06-08 14:02:36
11748
The filepath.FromSlash function sounds like it converts a /-separated path into an operating system path. What it actual...
Golang net/http: expose matched pattern in Request
2025-06-08 14:02:33
14242
Proposal DetailsGo 1.22 has provided http.ServeMux with supporting of pattern match for requests. While I'm using it, I ...
Golang net/http: add field Cookie.Quoted bool
2025-06-08 14:02:27
14634
For the RFC 6265, the double-quotes are part of the cookie value but the functions and methods in the standard library t...
Golang debug/elf: missing symbol type STT_GNU_IFUNC
2025-06-08 14:02:25
1606
Go versiongo version go1.21.6 linux/amd64Output of go env in your module/workspace:GO111MODULE='on'GOARCH='amd64'GOBIN='...
Golang go/ast: add Preorder iterator
2025-06-08 14:02:23
4233
Proposal DetailsPrograms that use go/ast often need to make traversals over the tree to find all nodes of a given type (...
上一页
下一页
1
…
31
32
33
34
35
…
55
.