SpringBoot Updating from Springboot 3.4.9 with Micrometer 1.12.5 to 3.5.6/1.15.4 breaks the Prometheus metrics endpoint

We recently updated from Springboot 3.4.9/Micrometer 1.12.5 (which apparently was too old for that Springboot version, b...

SpringBoot Add support for RestTestClient

RestTestClient provides similar features as WebTestClient for imperative scenarios using RestClient. We should update ou...

Spring Include Multiple Primary Bean Log in Statements

In DefaultListableBeanFactory::determinePrimaryCandidate, it is possible for multiple @Primary Beans to be resolved. If ...

Spring Tighter integration between BeanRegistrarDsl and RouterFunctionDsl

When declaring RouterFunctions with RouterFunctionDsl, in order to inject required beans, we are forced to use the sligh...

Golang sync/atomic: comment for Uintptr.Or incorrectly describes return value

Go versiongo version go1.25.1 linux/amd64Output of go env in your module/workspace:AR='ar'CC='gcc'CGO_CFLAGS='-O2 -g'CGO...

Golang sync/atomic: comment for Uintptr.Or incorrectly describes return value [1.25 backport]

@prattmic requested issue #75607 to be considered for backport to the next 1.25 minor release.@gopherbot Please backport...

Golang sync/atomic: comment for Uintptr.Or incorrectly describes return value [1.24 backport]

@prattmic requested issue #75607 to be considered for backport to the next 1.24 minor release.@gopherbot Please backport...

Golang x/tools/go/ssa/interp: TestTestdataFiles/newexpr_go126.go failures

#!watchflakesdefault <- pkg == "golang.org/x/tools/go/ssa/interp" && test == "TestTestdataFile...

Golang syscall: TestInvalidExec failures

#!watchflakesdefault <- pkg == "syscall" && test == "TestInvalidExec"Issue created automa...

Golang x/tools/gopls/internal/test/integration/misc: midnight flakes of TestTelemetryPrompt_Response

#!watchflakesdefault <- pkg == "golang.org/x/tools/gopls/internal/test/integration/misc" && test ~ ...

Golang exportdata: support type parameterized aliases

This issue is for tracking the work needed to enable type parameterized aliases (#46477) in the unified IR and 'i' expor...

Golang x/tools/gopls: experiment with an option/capability for server-side file watching

Philosophically, file watching should be done by the client. In addition to the arguments here, client-side file watchin...

Golang runtime/secret: add new package

Final API is here: https://github.com/golang/go/issues/21865#issuecomment-925145234Forward secrecy is usually only a thi...

Golang x/crypto/ssh/agent: client panics on SSH_AGENT_SUCCESS (0x06) replies

Go versiongo1.25.0Output of go env in your module/workspace:GOVERSION='go1.25.0'What did you do?Note: This was reported ...

Golang image/jpeg: replace fdct, idct with new code

CL 705518 replaced image/jpeg's DCT implementations with new ones that are more efficient, more accurate, more readable,...

Golang proposal: x/crypto/ocsp: support request and response extensions

Go Version: go version go1.7 darwin/amd64GOARCH="amd64"GOOS="darwin"I was writing code dealing with OCSP and found that ...

Golang x/tools/gopls/internal/cmd: new test TestMCPVulncheckCommand fails on Plan 9

CL 702376 introduced a new test TestMCPVulncheckCommand which always fails on Plan 9, for example here:--- FAIL: TestMCP...

Golang runtime: printing multiple fatal errors may interleave messages

Go versionmaster and latest (1.23.1)Output of go env in your module/workspace:GO111MODULE=''GOARCH='amd64'GOBIN=''GOCACH...

Golang testing: add test helpers for measuring goroutine leaks

It's common for tests to check for goroutine leaks, but the testing package or standardlibrary doesn't make this easy.Th...

Viper can't watch the file when the config file volume mount in docker.

Preflight Checklist[X] I have searched the issue tracker for an issue that matches the one I want to file, without succe...
上一页 下一页
.