Spring JettyClientHttpConnector buffer leak in Spring Framework 6.2

Spring Framework 6.2 introduces a buffer leak when using JettyClientHttpConnector with a Jetty's httpClient. This worked...

Spring DirtiesContext does not clean up context properly

I am having trouble getting consecutive tests with clean contexts to work and I am not sure what I am doing wrong here. ...

Spring Spring application hangs on shutdown with @Scheduled(cron=…) when custom ScheduledExecutorService bean is defined (Java 19+)

When a Spring Boot application defines its own ScheduledExecutorService bean (e.g. via Executors.newSingleThreadSchedule...

Spring @Cacheable performance: CacheOperation spends significant time when computing hashCode

The benchmark is to call @Cacheable method: https://github.com/vlsi/aop-benchmarks/blob/f304fb811910aca8dd97c0fc0ced8d1b...

Spring Optimize Coroutine invocations

KClass instantiation in CoroutinesUtils is suboptimal, and should be replaced by KTypes#isSubtypeOf checks using pre-ins...

Spring Refine CORS logging for non-processed requests due to no CORS configuration

CORS Blocking Requests from Client App Android — Backend Does Not Process POST /notificationDescriptionWhen making a req...

Golang cmd/compile: failed type inference

Go versiongo 1.24.0Output of go env in your module/workspace:set AR=arset CC=gccset CGO_CFLAGS=-O2 -gset CGO_CPPFLAGS=se...

Golang cmd/compile: Inconsistent behavior

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

Golang all: flaky failure on darwin race builder since CL 692996

#!watchflakespost <- builder ~ `darwin-.*-race` && ( `SIGBUS` || `SIGSEGV` || log ~ `SIGBUS` || log ~ `SIGSEG...

Golang x/website/internal/gitfs: unrecognized failures

#!watchflakesdefault <- pkg == "golang.org/x/website/internal/gitfs" && test == ""Issue c...

Golang runtime: panicnil is enabled by default when GO111MODULE=off/auto

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

Golang x/sys/windows: drop deprecated usage of syscall.Syscall in windows package

There are some syscall.Syscall or syscall.Syscall6 in windows package, these function are marked as deprecated and shoul...

Golang proposal: net: Add method to get underlying socket file descriptor or method to shutdown the socket

Proposal DetailsSummeryGetting the underlying socket file descriptor is required when sending eg. shutdown signals to th...

Golang internal/runtime/gc/scan:racebench: BenchmarkScanSpanPacked/cache=tiny/pages=1/sizeclass=1/pct=0/impl=Go failures [consistent failure]

#!watchflakesdefault <- pkg == "internal/runtime/gc/scan:racebench" && test == "BenchmarkScanS...

Golang internal/runtime/gc/scan:racebench: BenchmarkScanMaxBandwidth failures

#!watchflakesdefault <- pkg == "internal/runtime/gc/scan:racebench" && test == "BenchmarkScanM...

Golang x/tools/gopls/internal/test/integration/completion: TestFuzzFunc/default fails after regenerating x/tools/internal/stdlib with 1.25.0

Regenerating the golang.org/x/tools/internal/stdlib package with Go 1.25.0 (as done in CL 695417) causes one of the test...

Golang cmd/compile: x/website compiler crash on tip

All the gotip builders are failing. See https://ci.chromium.org/p/golang/g/x-website-gotip-by-go/console which points at...

Golang x/tools/gopls: bug.Report in References on type that has both a field and method of the same name

In the gopls/0.16.0-pre.1 release , a references query on the XXX method triggers a bug report:type Foo[T any] struct{ X...

Golang x/tools/gopls: References: bug.Report in expandMethodSearch (via telemetry)

This stack xlDBRQ was reported by telemetry:func expandMethodSearch(ctx context.Context, snapshot *cache.Snapshot, works...

Golang runtime/race: TestRandomScheduling failures

#!watchflakesdefault <- pkg == "runtime/race" && test == "TestRandomScheduling"Issue crea...
上一页 下一页
.