Spring Content-Disposition response header duplicated for failed StreamingResponseBody

Spring Boot: 3.3.13; 3.4.7If return type in Controller is ResponseEntity and Content-Disposition header is set, it's cop...

Spring Consistent nullability and exception declarations in AbstractMessagingTemplate hierarchy

In the course of #32501, it turned out that some of the method signatures in the AbstractMessagingTemplate hierarchy (an...

Spring InstanceFilter and ExceptionTypeFilter should set matchIfEmpty to true by default

The constructors for InstanceFilter and ExceptionTypeFilter currently require one to supply the matchIfEmpty flag.Howeve...

Spring Require explicit constraints in @Contract

@Contract is currently defined as follows.public @interface Contract { String value() default "";}That allo...

Spring Intercept JMS messages

I'm working on a Spring Boot app which communicates with other apps, or with itself, using JMS. In addition to the funct...

Spring Specify fetchSize/maxRows/queryTimeout per statement in JdbcClient

I would like to be able do the following:jdbcClient.sql("SELECT * FROM table1 WHERE column1 = ?") .param(12...

Spring Request handler doesn't receive model attributes as built with a build-method

I'm trying to upgrade from Spring-Boot 3.3.13 to 3.4.6 and noticed that there has been a change in how @ModelAttribute o...

Spring Register runtime hints for Instant-to-Timestamp conversion

Issue DescriptionWhen creating a Spring JDBC application with GraalVM native support it seems that the Converters that n...

Golang proposal: sync: SlicePool for variable-sized slices

Proposal DetailsTo address the known footguns of using Pool with variable-sized slices (excessive memory usage on misuse...

Golang crypto/sha512: arm optimizations not implemented

by jeromyj:sha family hash functions on ARM architectures are quite slow, there is animplementation of sha512 (and sha1)...

Golang cmd/cgo: add -ldflags to augment CGO_LDFLAGS

Proposal Detailscgo proposal to avoid "argument list too long" (E2BIG) issues when CGO_LDFLAGS outgrows system limits.Pr...

Golang x/pkgsite: package removal request for github.com/digitalghost-dev/poke-cli

What is the path of the package that you would like to have removed?https://pkg.go.dev/github.com/digitalghost-dev/poke-...

Golang Freeze in taking sync.Mutex

Go version1.23.9 and 1.24.3 amd64Output of go env in your module/workspace:GO111MODULE=''GOARCH='amd64'GOBIN=''GOCACHE=...

Golang net: go DNS resolver fails to connect to local DNS server

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

Golang build: build failure on gotip-linux-amd64-misccompile

#!watchflakesdefault <- builder == "gotip-linux-amd64-misccompile" && repo == "go" &&...

Golang crypto/tls: races detected in BenchmarkCertCache, BenchmarkHandshakeServer, BenchmarkLatency and BenchmarkThroughput

The macOS race builder is reporting data races found by briefly running benchmarks. For example: ================== WARN...

Golang fmt: fmt.Sscanln doesn't error when given an incorrect bool to scan

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

Golang proposal: cmd/go: refine the default language version based on context

BackgroundIn https://groups.google.com/g/golang-dev/c/j3d8zuauJoY/m/gPOgpq_5DgAJ, @griesemer noted (emphasis mine):Not e...

Golang proposal: log/slog: native support for handling List

Proposal DetailsThe current implementation of log/slog does not fully support logging arrays or slices. As a result, the...

Golang proposal: all: add bare metal support

Proposal DetailsI propose the addition of a new GOOS target, such as GOOS=none, to allow Go runtime execution under spec...
上一页 下一页
.