SpringBoot Environment variables using legacy dash format can no longer be bound

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

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

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)

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

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

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

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

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

#!stacks"bug.Errorf" && "golang.parseFull"Issue created by stacks.// Then simplify stubmetho...

Golang debug/elf: Does not always correctly read DT_BIND_NOW flag.

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

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)

#!stacks"sigpanic" && "memeqbody" && "strings.HasSuffix" && "...

Golang runtime: crashes with "runtime: traceback stuck"

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

#!watchflakesdefault <- pkg == "cmd/internal/testdir:6_10" && test == "Test/rangegen.go"I...

Golang crypto/tls: extend coverage of BoGo test suite

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

#!stacks"runtime.gopanic" &&"types.(*Checker).handleBailout:+7" && /* unfortunately ...

Golang x/tools/gopls: crash in bgsweep

#!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

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

#!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]

@cherrymui requested issue #74339 to be considered for backport to the next 1.24 minor release.@gopherbot please backpor...
上一页 下一页
.