Spring Feature Request: Enhance Multitab Session Attribute Management and Data Protection

Description:This feature request aims to enhance the spring-web core library by adding improved support for managing ses...

Spring CachingMetadataReaderFactory does not cache all metadatareader calls

Vaadin Flow in some cases uses class path scanning that scans through all available resources. This is done here https:/...

Spring Migrate orm.hibernate5 to orm.jpa.hibernate package for Hibernate ORM 7.0

Our orm.hibernate5 package is outdated and in unclear state: It used to work with Hibernate ORM 5.x only but in Spring F...

Spring Support API versioning for functional endpoints

The support could include:Resolve, parse, and validate the version via ApiVersionStrategy, set the HandlerMapping define...

Golang runtime: reportZombies throws "found pointer to free object" in sweeper

#!stacks"reportZombies:+34" && "runtime.goexit"Issue created by stacks.This stack Ytavxw was...

Golang cmd/go: always pass a GoVersion to cmd/vet

Reported by @alexaandru in https://github.com/golang/go/issues/63888#issuecomment-1933649310$ cat go.modmodule example.c...

Golang all: increased toolchain binary sizes

Compared to 1.22, binary sizes of most toolchain binaries has increased significantly:$ lh go1.22/go/pkg/tool/linux_amd6...

Golang cmd/vet: GoVersion=="" on standard library packages

Within standard library packages the GoVersion sent to unitchecker is "" for standard library packages. This can be recr...

Golang x/tools/gopls: Hover: on var x Alias, where type Alias = Named, incorrectly shows underlying type of Named

gopls versionBuild infogolang.org/x/tools/gopls v0.18.1 golang.org/x/tools/gopls@v0.18.1 h1:2xJBNzdImS5u/kV/ZzqDLSvlB...

Golang x/tools/gopls: implement rangeFormatting LSP request

What version of Go are you using (go version)?$ go versiongo version go1.12.4 linux/amd64$ go list -m golang.org/x/tools...

Golang proposal: text/template: add ability to send executed content to a pipeline

I propose adding an apply function to text/template which would execute a template and send its output to a pipeline:{{ ...

Golang x/tools/internal/refactor/inline: analyzer generates unnecessary import renames

Go versionnot relevantOutput of go env in your module/workspace:not relevantWhat did you do?func TestNoUnnecessaryImport...

Golang x/tools/gopls: support external imports source

gopls versionI'd like to propose a discussion on adding support for an alternative method of loading the index for "Orga...

Golang x/tools/gopls: show underlying type on hover over alias

gopls versiongolang.org/x/tools/gopls v0.17.1go envn/aWhat did you do?Note: this is a feature requestGiven// This is a d...

Golang runtime/coverage: inaccurate coverage with covermode=atomic on js/wasm

Go versiongo version go1.22.4 windows/amd64Output of go env in your module/workspace:go envset GO111MODULE=onset GOARCH=...

Golang cmd/go: support corpus minimization

We should support corpus minimization, which will mean the ability to remove items from the on-disk corpus which either ...

Golang runtime/pprof: labels not reliably collected in goroutine dump

Go version1.24.4Output of go env in your module/workspace:AR='ar'CC='gcc'CGO_CFLAGS='-O2 -g'CGO_CPPFLAGS=''CGO_CXXFLAGS=...

Golang runtime/pprof: crash "cannot read stack of running goroutine" in goroutine profile [1.23 backport]

@rhysh requested issue #74090 to be considered for backport to the next 1.23 minor release.@gopherbot please backport. T...

Golang runtime/pprof: crash "cannot read stack of running goroutine" in goroutine profile [1.24 backport]

@rhysh requested issue #74090 to be considered for backport to the next 1.24 minor release.@gopherbot please backport. T...

Golang cmd/compile: wrapping funcs in interfaces causes them to escape

Consider the following program:package xtype i interface { f(*int) }type f func(*int)func (f f) f(x *int) { f(x) }//go:n...
上一页 下一页
.