Spring UnsupportedMediaTypeException when using WebClient with body that is an Interface

Our team tried to upgrade from Spring Boot 3.4.4 to 3.5.0 and we stumble across a regression that was introduce in Sprin...

Spring Implement toString() in all RetryPolicy and RetryExecution implementations

To align with back-off policies (see concrete implementations of BackOff and BackOffExecution), we should implement toSt...

Spring spring framework upgrade to 6.2.7 breaks integration with spring cloud gcp secret manager due to converter issue

Spring cloud gcp secret manager integration worked just fine up to the version 6.2.6 of spring framework but got broken ...

Spring Document registration recommendations for BeanPostProcessor and BeanFactoryPostProcessor

I believe that it's generally recommended for a BeanPostProcessor that's defined as a @Bean to use a static method and f...

Spring Specify flexible generics nullness in spring-jdbc

JdbcOperations.query(String, ResultSetExtractor<T>) is currently declared as @Nullable. Tweaking the declaration t...

Golang cmd/compile: pointer shaped type with more than one field causes allocation when cast to interface

Consider the following program:package mainimport ( "fmt" "unsafe")func indir[T any]() bool { ...

Golang os: TestOpenFileCreateExclDanglingSymlink fails on AIX

--- FAIL: TestOpenFileCreateExclDanglingSymlink (0.00s) --- FAIL: TestOpenFileCreateExclDanglingSymlink/InRoot (0.00s...

Golang iter: document general guidance for writing iterator APIs

While https://pkg.go.dev/iter does a good job at explaining the basics of iterators, it leaves out a few important bits ...

Golang runtime:cpu1: TestPreemptionAfterSyscall/1ms failures

#!watchflakesdefault <- pkg == "runtime:cpu1" && test == "TestPreemptionAfterSyscall/1ms"...

Golang os: new test TestRootRemoveDot fails on plan9

CL 661595 added TestRootRemoveDot which fails on Plan 9:=== RUN TestRootRemoveDot root_test.go:1845: root.Remove(&q...

Golang crypto/x509: ParseRevocationList accepts authorityCertSerialNumber set to 0

Go versiongo version go1.24.2 linux/amd64Output of go env in your module/workspace:CN=US,OU=US,O=US,L=US,ST=US,C=US2025-...

Golang net: TestCloseRead failures

#!watchflakesdefault <- pkg == "net" && test == "TestCloseRead"Issue created automaticall...

Golang cmd/go: can't invoke a tool with -modfile within a workspace

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

Golang os/signal: TestNohup/uncaught/1 failures

#!watchflakesdefault <- pkg == "os/signal" && test == "TestNohup/uncaught/1"Issue created...

Golang x/build: timeout on LUCI openbsd-amd64 builder

#!watchflakespost <- builder ~ `(gotip|go1\.\d\d)-openbsd-amd64` && (`test timed out` || `SIGQUIT` || `contex...

Golang go/types: specious "invalid recursive type" error?

Given:package ptype s struct { i i }type i interface { s | any }go/types currently reports:/tmp/y.go:3:6: invalid recurs...

Golang cmd/compile: bug in cmd/compile/internal/noder.(*reader).typeParamNames

Issue created by stacks.This stack TGzIXQ was reported by telemetry:compile/bugcmd/compile/internal/base.FatalfAt:+3cmd/...

Golang cmd/compile: type parameter involving constraint with channels seems like it should be inferrable

Go versiongo1.23 and go tipOutput of go env in your module/workspace:n/a, using go.dev/playWhat did you do?https://go.de...

Golang spec: for-range iterator yield function requires bool result - consider generalizing to any boolean type

Per the spec, a "for-range" statement using an iterator requires the iterator's yield function to return bool not an arb...

Golang math/big: update to math/rand/v2

Go versiongo version 1.23Output of go env in your module/workspace:N/AWhat did you do?I wanted to update robpike.io/ivy ...
上一页 下一页
.