Spring Performance degradation when using singleton beans with Provider<T>

Version: Spring 6.2.9We've observed a performance regression in our application related to Singleton beans that use jaka...

Spring Formatting issue in RestTestClient documentation

https://docs.spring.io/spring-framework/reference/7.0-SNAPSHOT/testing/resttestclient.html#resttestclient-tests

Golang net/http: reject bare LF in chunked encoding

HTTP/1 uses CRLF as a line terminator, but permits implementations to accept a bare LF as a terminator in certain locati...

Golang net/http: Cookies and Authorization header not preserved during redirects

Go versiongo version go1.24.2 windows/amd64Output of go env in your module/workspace:AR=arCC=gccCGO_CFLAGS=-O2 -gCGO_CPP...

Golang crypto/internal/fips140/subtle: Go 1.25 subtle.xorBytes panic on MIPS

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

Golang cmd/compile: excessive time spent in line numbering

Go versiongo version go1.26-devel_1ea7594c12 Tue Aug 12 17:15:55 2025 +0100 linux/amd64Output of go env in your module/w...

Golang go1.23.0 installation problem

Go versiongo1.23.0 windowsOutput of go env in your module/workspace:set GO111MODULE=set GOARCH=amd64set GOBIN=set GOCACH...

Golang cmd/compile/internal/types2: inconsistent source paths printed in error message

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

Golang net: WriteMsgUDPAddrPort should accept zero value destination addresses [1.24 backport]

@database64128 requested issue #74841 to be considered for backport to the next 1.24 minor release.@gopherbot please ope...

Golang net: WriteMsgUDPAddrPort should accept zero value destination addresses [1.25 backport]

@database64128 requested issue #74841 to be considered for backport to the next 1.25 minor release.@gopherbot please ope...

Golang net: WriteMsgUDPAddrPort should accept IPv4-mapped IPv6 destination addresses on IPv4 UDP sockets [1.25 backport]

@dr2chase requested issue #74737 to be considered for backport to the next 1.25 minor release.@gopherbot, please backpor...

Golang x/vuln: add support for silencing vulnerability findings with govulncheck

This is a tracking issue to add support for silencing vulnerability findings with govulncheck.59507 is related.Comment F...

Golang cmd/go: test terminal fail in package list mode, success in local directory mode

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

Viper viper.Sub() not extracting nested default values

I noticed an issue where viper.Sub() fails to extract default values of a nested key. I attached demo code to reproduce ...

Pandas BUG: 1.5.0rc0 extract_links modifies type first item in tuple

Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...

Pandas BUG: Behaviour of sum/mean on sparse boolean arrays changed between 1.5.3 and pandas 2.2

Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...

Pandas BUG: numpy.datetime64 unit counts ignored

[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exists on the latest vers...

Pandas ENH: Add argument "multiprocessing" to DataFrame.apply() method (any axis)

Is your feature request related to a problem?When a function is passed to DataFrame.apply (with any axis) unfortunately,...

Pandas read_excel provides uninformative error message when reading from sheet with duplicate multiindex columns

Code Sample, a copy-pastable example if possibled=pandas.DataFrame({('A','A'): [0,1,2,3,4,5]})d[('A2','A2')] = 1d.column...

Pandas Suggestion: Pop row or multiple rows from a DataFrame

Problem descriptionI'd like to suggest a modification to df.pop(item). Currently, pop(item) deletes the column from the ...
上一页 下一页
.