Aurora Blog
Home
SpringBoot Environment variables using legacy dash format can no longer be bound
2025-06-25 14:00:48
2540
Despite stricter property binding in spring-boot 3.5.0 everything worked.From spring-boot 3.5.1 (including 3.5.3) proper...
SpringBoot Reinstate IndexElementBinder filter optimization removed in 3.5.4
2025-06-25 14:00:45
182
See https://github.com/spring-projects/spring-boot/issues/46184#issuecomment-3001477324We need a way of filtering that s...
Spring @Lazy not working in Native mode
2025-06-25 14:00:35
23637
Given the following sample: https://github.com/Eng-Fouad/spring-native-lazy-bugI got an exception on running the native ...
Spring Qualified EntityManager/EntityManagerFactory injection (aligned with Jakarta Persistence 3.2)
2025-06-25 14:00:14
839
It is great that Spring 6.2 adds initial Jakarta Persistence 3.2 support. Jakarta Persistence 3.2 brings CDI Inject supp...
Spring Upgrade to JUnit 5.13.3
2025-06-25 14:00:10
1033
JUnit 5.13.2 has been released.Comment From: adamberesMz🎉Gesendet von Outlook für AndroidVon: Sam Brannen @.>Gesendet...
Spring Refine nullability of PropertyResolver.getProperty(key: String) extension
2025-06-25 14:00:08
470
inline fun <reified T> PropertyResolver.getProperty(key: String) : T? should be refined to inline fun <reified ...
Golang testing/synctest: improve interactions between Wait, time, and the race detector
2025-06-24 14:06:48
3839
This is an offshoot of #74327.The following program contains a data race as reported by the race detector:func Test(t *t...
Golang testing/synctest: unexpected data race after synctest.Wait
2025-06-24 14:06:39
5571
Go versiongo version go1.25rc1 linux/amd64Output of go env in your module/workspace:AR='ar'CC='gcc'CGO_CFLAGS='-O2 -g'CG...
Golang x/tools/gopls: Hover: "internal error: no file for position %d" bug in parseFull
2025-06-24 14:06:37
1577
#!stacks"bug.Errorf" && "golang.parseFull"Issue created by stacks.// Then simplify stubmetho...
Golang debug/elf: Does not always correctly read DT_BIND_NOW flag.
2025-06-24 14:06:35
4233
Go versiongo version go1.21.4 darwin/arm64Output of go env in your module/workspace:GO111MODULE=''GOARCH='arm64'GOBIN=''...
Golang cmd/cover: wrong coverage reported when func fields in struct
2025-06-24 14:06:33
3407
Go versiongo1.24.4 darwin/arm64Output of go env in your module/workspace:AR='ar'CC='cc'CGO_CFLAGS='-O2 -g'CGO_CPPFLAGS='...
Golang x/tools/gopls: SEGV in HasSuffix (corrupt string)
2025-06-24 14:06:12
2067
#!stacks"sigpanic" && "memeqbody" && "strings.HasSuffix" && "...
Golang runtime: crashes with "runtime: traceback stuck"
2025-06-24 14:06:09
33765
What version of Go are you using (go version)?$ go versiongo version go1.20.5 linux/arm64Does this issue reproduce with ...
Golang cmd/internal/testdir:6_10: Test/rangegen.go failures
2025-06-24 14:06:03
1033
#!watchflakesdefault <- pkg == "cmd/internal/testdir:6_10" && test == "Test/rangegen.go"I...
Golang crypto/tls: extend coverage of BoGo test suite
2025-06-24 14:05:33
7121
In https://github.com/golang/go/issues/51434 a shim for the BoringSSL BoGo test suite, and a unit test to drive it, were...
Golang go/types: deferred function executed multiple times
2025-06-24 14:05:31
5996
#!stacks"runtime.gopanic" &&"types.(*Checker).handleBailout:+7" && /* unfortunately ...
Golang x/tools/gopls: crash in bgsweep
2025-06-24 14:05:27
1973
#!stacks"sigpanic" && "runtime.(*gcBits).bytep"Issue created by stacks.Crash in GC sweep. //...
Golang cmd/compile: read-only escape analysis and avoiding string -> []byte copies
2025-06-24 14:05:26
29370
Many functions take a []byte but only read from it.If the escape analysis code could flag parameters of a function as re...
Golang x/tools/gopls: Rename: crash (in satisfy) with ill-typed input
2025-06-24 14:05:07
4462
#!stacks"runtime.panicdottypeI" && "refactor/satisfy.(*Finder).exprN:+1"Issue created by sta...
Golang runtime: memlock not unlocked in all control flow paths in sysReserveAlignedSbrk [1.24 backport]
2025-06-24 14:04:56
271
@cherrymui requested issue #74339 to be considered for backport to the next 1.24 minor release.@gopherbot please backpor...
上一页
下一页
1
…
277
278
279
280
281
…
373
.