SpringBoot spring-boot-starter-restclient + spring-boot-starter-test gives compliation error

When new spring-boot-starter-restclient used along with spring-boot-starter-test gives compilation error. If spring-boot...

SpringBoot Add auto-configuration and properties support for Spring Framework's new API Versioning

See https://github.com/spring-projects/spring-framework/issues/34565Probably exercising the ApiVersionConfigurer similar...

SpringBoot Upgrade to Log4j2 2.25.2

Upgrade to Log4j2 2.25.1.Comment From: snicollSo the upgrade requires a bit of work (WIP):@PluginLoggerContext now requi...

SpringBoot Missing property for Spring Authorization PAR endpoint

Spring Authorization Server configures a Pushed Authorization Request endpoint by default at /oauth2/par.Spring Boot pro...

SpringBoot Introduce @KafkaListenerTest for focused Kafka Listener testing

Currently, testing Kafka listeners typically involves @SpringBootTest and @EmbeddedKafka, which loads the entire applica...

SpringBoot Review relationship between OTLP and OpenTelemetry

See https://github.com/spring-projects/spring-boot/issues/46229#issuecomment-3043889546 for some background. In addition...

SpringBoot Upgrade to Spring Data 2025.1.0-M3

Comment From: snicollClosed by b32bd84Comment From: snicollSuperseded by #46048

SpringBoot Upgrade to Groovy 4.0.28

Upgrade to Groovy 4.0.28https://github.com/apache/groovy/releases/tag/GROOVY_4_0_28https://groovy-lang.org/changelogs/ch...

Golang unicode/utf8: improve performance of AppendRune and EncodeRune

Proposal DetailsThe non-inlined path of AppendRune classifies runes with a switch statement by checking the range in whi...

Golang runtime: memmove should use the REP MOVSB instruction on newer Intel microarchitectures.

Go versiongo version go1.22.2 linux/amd64Output of go env in your module/workspace:GO111MODULE=''GOARCH='amd64'GOBIN=''G...

Golang flag/flag.go panic: runtime error: index out of range [0] with length 0

panic: runtime error: index out of range [0] with length 0goroutine 1 [running]:flag.init() /usr/local/go/src/fla...

Golang proposal: x/sys/windows: Add GetAce syscall

Proposal DetailsOn Windows, access to an object / file can be controlled through the Discretionary Access Control List (...

Golang cmd/go/internal/modget: avoid queries for workspace modules and verify module using workspace graph

go get doesn't work well when run from modules in workspace containing unreleased modules.go get expects to be able to f...

Golang x/tools/gopls/internal/cmd: TestCodeLens failures

#!watchflakesdefault <- pkg == "golang.org/x/tools/gopls/internal/cmd" && test == "TestCodeLen...

Golang x/tools/go/analysis/passes/nilness: wrong internal code comment // "x is nil, y is unknown"

What version of Go are you using (go version)?$ go versiongo1.21.0 darwin/amd64Does this issue reproduce with the latest...

Golang x/pkgsite: x/tools/internal/gofix documentation is confusing

What is the URL of the page with the issue?https://pkg.go.dev/golang.org/x/tools/internal/gofixWhat is your user agent?M...

Golang x/build: bot linux-ppc64-power8--04 reported as broken

The bot linux-ppc64-power8--04 has been reported as broken. It is currently in "dead" state. Please work to resolve the ...

Golang x/tools/gopls/internal/analysis/modernize: fmtappendf suggests invalid fix

xtools$ cat b.gopackage toolsimport "fmt"type S struct{ Bytes []byte }var _ = struct{ A S }{ A: S{ B...

Golang runtime: stack split at bad time for programs built with go1.23rc2 with optimizations disabled on linux/386

$ go versiongo version go1.23rc2 linux/386How to reproduce:* build anything that calls fmt.Println (for example buildtes...

Golang testing: implement b.Loop keepalive without preventing inlining, which can lead to heap allocs

Go versiongo version go1.24.2What did you do?I read the current b.Loop API doc and draft b.Loop blog. I also used gopls....
上一页 下一页
.