Aurora Blog
Home
Spring Native image run failed with hibernate
2025-06-28 14:00:22
24957
SpringBoot version: 3.5.0Hibernate Version: 6.6.15.FinalWhen i use native image to package my project.I compile successe...
Spring Support @PathVariable in Functional Closures Returned by WebFlux Endpoints
2025-06-28 14:00:20
1007
Allow @PathVariable, @RequestParam, and similar annotations on parameters of functional closures (e.g., Consumer, Functi...
Spring Redesign RetryPolicy to directly incorporate BackOff
2025-06-28 14:00:15
1343
OverviewAfter experimenting with our newly introduced core retry support (RetryPolicy, RetryTemplate, etc.) and @Retryab...
Spring Default parameter values can't access class scope?
2025-06-28 14:00:12
1841
I have a spring service with some injected values. But all injected values are nullwhen accessing them from a default pa...
Spring Consistently implement toString() in BackOff strategies
2025-06-28 14:00:07
545
OverviewCurrently, there are some inconsistencies in the toString() implementations in our BackOff strategies.FixedBackO...
Golang debug/pe: slice bounds out of range panic
2025-06-27 14:10:25
3310
Go versiongo version go1.24.2 linux/amd64Output of go env in your module/workspace:AR='ar'CC='gcc'CGO_CFLAGS='-O2 -g'CGO...
Golang runtime/trace: "preempted" StateTransition sometimes has Stack of single zeroed StackFrame
2025-06-27 14:10:20
38627
Go versiongo version devel go1.23-477ad7dd51 Thu Jun 20 16:46:54 2024 +0000 darwin/arm64Output of go env in your module/...
Golang Please add native compiling for GOOS=android GOARCH=amd64
2025-06-27 14:10:05
158
Currently it requires CGO_ENABLED=1 even if not using cgo at all. Another thing is that page size should be 16kb (or 64k...
Golang cmd/link: duplicated definition of symbol github.com/ebitengine/purego.syscall15XABI0 when running with ASAN [1.23 backport]
2025-06-27 14:10:03
421
@cherrymui requested issue #74314 to be considered for backport to the next 1.23 minor release.@gopherbot please backpor...
Golang cmd/link: duplicated definition of symbol github.com/ebitengine/purego.syscall15XABI0 when running with ASAN [1.24 backport]
2025-06-27 14:09:59
421
@cherrymui requested issue #74314 to be considered for backport to the next 1.24 minor release.@gopherbot please backpor...
Golang crypto/ecdsa: issue with upcoming deprecations
2025-06-27 14:09:57
1199
with Go 1.26, these will be deprecated:https://pkg.go.dev/crypto/ecdsa@go1.25rc1#PrivateKey.Dhttps://pkg.go.dev/crypto/e...
Golang x/tools/go/ssa/builder.go: panic("nil underlyin") while executing *ssa.Program.Build()
2025-06-27 14:09:55
25398
Go versiongo version go1.20.5 darwin/amd64Output of go env in your module/workspace:GO111MODULE="on"GOARCH=&qu...
Golang os: RemoveAll susceptible to symlink race
2025-06-27 14:09:18
2047
Both the at (systems that implement openat, unlinkat etc) and the noat implementations of os.RemoveAll are susceptible t...
Golang cmd/compile: DIE with empty locations generated with optimizations disabled
2025-06-27 14:09:14
2024
Go versiongo version devel go1.23-ae457e811d Tue Jan 30 23:37:12 2024 +0000 linux/amd64What did you do?I was investigati...
Golang cmd/go: -cover flag is not reported by go version -m [1.22 backport]
2025-06-27 14:09:12
767
@Jorropo requested issue #67366 to be considered for backport to the next 1.22 minor release.@gopherbot please open back...
Golang cmd/go: -cover flag is not reported by go version -m
2025-06-27 14:09:09
2496
Go versiongo version devel go1.23-0767ffdf27 Tue May 14 17:18:10 2024 +0000 linux/amd64Output of go env in your module/w...
Golang cmd/link: runtime.mach_vm_region_trampoline: unsupported dynamic relocation for symbol libc_mach_task_self_ (type=29 (R_GOTPCREL) stype=46 (SDYNIMPORT)) [1.22 backport]
2025-06-27 14:09:07
1856
@cherrymui requested issue #67976 to be considered for backport to the next 1.22 minor release.@gopherbot please backpor...
Golang x/website/internal/gitfs: TestGerrit failures
2025-06-27 14:08:57
6629
#!watchflakespost <- pkg == "golang.org/x/website/internal/gitfs" && test == "TestGerrit"...
Golang x/tools/gopls: Hover: panic in lookup{ObjectByName,DocLinkSymbol}
2025-06-27 14:08:52
9441
#!stacks("bug.Reportf" || "runtime.sigpanic") && ("lookupObjectByName" || "...
Golang x/tools/gopls: resolve comment links to unimported package-qualified symbols such as [net/http.Request]
2025-06-27 14:08:49
1355
Reported by @mvdan in slack: while the doc comment spec allows for qualified doc links such as [net/http.Request], it lo...
上一页
下一页
1
…
225
226
227
228
229
…
336
.