Spring Upgrade to JUnit 6

Since JUnit 6.0 M1 has been released, we should start running our test suite using JUnit 6 for the following reasons.We ...

Spring Simplify dependency management for JUnit artifacts

We currently configure multiple individual JUnit artifacts for our projects, even though that's sometimes unnecessary.In...

Golang cmd/go: making the output of the go clean -h command more informative

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

Golang net/url: semicolons treated as invalid characters in query string

What version of Go are you using (go version)?$ go version1.17.1Does this issue reproduce with the latest release?YesWha...

Golang net/http: ServeMux with CONNECT and empty path broke in 1.22

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

Golang proxy.golang.org: fails to fetch github.com/gmlewis/go-fonts

What is the URL of the page with the issue?https://pkg.go.dev/github.com/gmlewis/go-fonts@v0.16.0 What is your user agen...

Golang cmd/compile: unnecessary internal variables are exported to DWARF for range-over-func loops

The compiler exports to DWARF a variety of internal variables (#state, #next, parameters) for range-over-func loops that...

Golang x/tools/gopls: package not found when "linksInHover": "gopls"

ATTENTION: Please answer these questions BEFORE submitting your issue. Thanks!I am not sure if this is a gopls issue of ...

Golang cmd/link: loading c-shared into Go program crashes on Windows

What version of Go are you using (go version)?go version devel +bb0bfd002a Tue Oct 10 01:02:27 2017 +0000 windows/amd64D...

Golang proposal: compress/gzip: add distinct error for trailing garbage data

Proposal DetailsContextWhen using the compress/gzip package to decompress gzip files, receiving a gzip: invalid header e...

Golang net/http/httputil: new resp.Body returned by dump* is nocloser

Go versiongo version go1.22.0 windows/amd64Output of go env in your module/workspace:set GO111MODULE=set GOARCH=amd64set...

Golang go/types, types2: report source line numbers for assertion failures

The type checkers should report the most recent (or closest) source line number for assertion failures.See https://githu...

Golang proposal: cmd/modgraphviz: Colorize edges for more clear view on large graphs

Proposal DetailsProblemDescriptionWhen using modgraphiz on large codebases, it generates edges colored black which makes...

Golang archive/zip: inconsistent non-ascii filename decoding

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

Golang cmd/compile: TestScript/script_test_basics failures

#!watchflakesdefault <- pkg == "cmd/compile" && test == "TestScript/script_test_basics"Is...

Golang cmd/compile: avoid allocs by better tracking of literals for interface conversions and make

In this example, converting a concrete value to an interface does not cause the integer value to be heap allocated:fmt.P...

Golang net/http: infinite redirect on path variable followed by trailing slash

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

Golang net/http: "http: invalid Read on closed Body" on "io.Copy(w, r.Body)"

Go versiongo version go1.24.3 darwin/arm64Output of go env in your module/workspace:AR='ar'CC='clang'CGO_CFLAGS='-O2 -g'...

Golang go : The term 'go' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.

go : The term 'go' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spel...

Golang net/mail: ParseAddress allows unquoted non ascii ×

Go versiongo1.22.4 darwin/arm64Output of go env in your module/workspace:GO111MODULE='on'GOARCH='arm64'GOBIN=''GOCACHE='...
上一页 下一页
.