SpringBoot Spring 4.0.0-M1 causes ClassNotFoundException on org.springframework.boot.autoconfigure.web.client.RestClientAutoConfiguration when using opentelemetry-instrumentation-bom and opentelemetry-spring-boot-starter

I tested Spring 3.5 -> 4.0.0-M1 version upgardes on two programs. One of them went well and the other didn't. Investi...

Golang [n]byte to string

Proposal Detailsfunc main() {b1 := [6]byte{'a', 'b', 'c', 'd', 'e', 'f'} s1 := string(b1[:]) b2 := [10]byte{'a', '...

Golang debug/buildinfo: TestReadFile/linux_386/pie/invalid_str_len failures [consistent failure]

#!watchflakesdefault <- pkg == "debug/buildinfo" && test == "TestReadFile/linux_386/pie/invali...

Golang debug/buildinfo: TestReadFile/linux_386/exe/invalid_str_len failures [consistent failure]

#!watchflakesdefault <- pkg == "debug/buildinfo" && test == "TestReadFile/linux_386/exe/invali...

Golang database/sql: incorrect results returned from Rows.Scan (CVE-2025-47907)

This is a PRIVATE issue for CVE-2025-47907, tracked in http://b/428194174./cc @golang/security and @golang/releaseCommen...

Golang x/build: windows-arm64-10 builder occasionally crashes during sequential all.bash test execution

Breaking this out from #47017 as a narrower issue for tracking and investigation purposes.There still seems to be some i...

Golang x/build: add a Windows ARM builder

Our current builder (generously contributed by @zx2c4) is ready to be turned down. We need additional hardware to keep s...

Golang encoding/json/v2: UnmarshalDecode EOF regression

Go versiongo1.25Output of go env in your module/workspace:n/aWhat did you do?Run this code:package mainimport ( &quot...

Golang time: AddDate(1 month) is confusing on 31st day; better docs needed

Go versiongo1.20.8Output of go env in your module/workspace:GO111MODULE="on"GOARCH="arm64"GOBIN=&quo...

Golang runtime/pprof: TestProfilerStackDepth/mutex times out

#!watchflakesdefault <- pkg == "runtime/pprof" && test == "TestProfilerStackDepth/mutex" ...

Golang go/types: receiver type parameters not recorded as uses or type expressions in types.Info in Go 1.24

CL 594740 rewrote type checking of method receiver types. Because that CL takes apart the receiver "manually" rather tha...

Golang x/tools/go/analysis: add Pass.Module field

Proposal DetailsSome analyzers need information about the module to which a package belongs, such as its version of Go. ...

Golang cmd/cgo: _cgopackage.Incomplete when accessing C function starting with "union_"

Go versiongo version go1.22.4 darwin/arm64Output of go env in your module/workspace:GO111MODULE=''GOARCH='arm64'GOBIN=''...

Golang x/tools/gopls: ApplyFix: createUndeclared calls ZeroExpr(types.Tuple), crashes

#!stacks"gopanic" && "ZeroExpr" && "createUndeclared" && "App...

Golang database/sql: incorrect results returned from Rows.Scan (CVE-2025-47907) [1.24 backport]

@rolandshoemaker requested issue #74831 to be considered for backport to the next 1.24 minor release.@gopherbot please o...

Golang database/sql: incorrect results returned from Rows.Scan (CVE-2025-47907) [1.23 backport]

@rolandshoemaker requested issue #74831 to be considered for backport to the next 1.23 minor release.@gopherbot please o...

Golang x/benchmarks/sweet: disable gvisor for arm64 by default

Go versiongo version go1.22.3 linux/arm64Output of go env in your module/workspace:GOARCH='arm64'What did you do?Current...

Golang cmd/go: TestScript/test_buildinfo_godebug_issue68053 failures [consistent failure]

#!watchflakesdefault <- pkg == "cmd/go" && test == "TestScript/test_buildinfo_godebug_issue680...

Golang cmd/compile: internal compiler error with zero-size types [1.22 backport]

@dr2chase requested issue #65808 to be considered for backport to the next 1.22 minor release.@gopherbot please consider...

Golang cmd/compile: internal compiler error: 'foo.toStrings': value v2 still has 1 uses

Go versiongo version go1.22.5 linux/amd64Output of go env in your module/workspace:GO111MODULE=''GOARCH='amd64'GOBIN=''G...
上一页 下一页
.