Aurora Blog
Home
Spring JettyClientHttpConnector buffer leak in Spring Framework 6.2
2025-08-14 14:00:53
7083
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
2025-08-14 14:00:51
843
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+)
2025-08-14 14:00:49
2484
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
2025-08-14 14:00:47
1409
The benchmark is to call @Cacheable method: https://github.com/vlsi/aop-benchmarks/blob/f304fb811910aca8dd97c0fc0ced8d1b...
Spring Optimize Coroutine invocations
2025-08-14 14:00:28
2442
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
2025-08-14 14:00:12
3520
CORS Blocking Requests from Client App Android — Backend Does Not Process POST /notificationDescriptionWhen making a req...
Golang cmd/compile: failed type inference
2025-08-13 14:17:45
4019
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
2025-08-13 14:17:41
1787
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
2025-08-13 14:17:37
10746
#!watchflakespost <- builder ~ `darwin-.*-race` && ( `SIGBUS` || `SIGSEGV` || log ~ `SIGBUS` || log ~ `SIGSEG...
Golang x/website/internal/gitfs: unrecognized failures
2025-08-13 14:17:30
1443
#!watchflakesdefault <- pkg == "golang.org/x/website/internal/gitfs" && test == ""Issue c...
Golang runtime: panicnil is enabled by default when GO111MODULE=off/auto
2025-08-13 14:17:25
1888
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
2025-08-13 14:17:08
486
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
2025-08-13 14:17:00
5096
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]
2025-08-13 14:16:57
6051
#!watchflakesdefault <- pkg == "internal/runtime/gc/scan:racebench" && test == "BenchmarkScanS...
Golang internal/runtime/gc/scan:racebench: BenchmarkScanMaxBandwidth failures
2025-08-13 14:16:55
9196
#!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
2025-08-13 14:16:40
1323
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
2025-08-13 14:16:25
411
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
2025-08-13 14:16:23
601
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)
2025-08-13 14:16:17
1685
This stack xlDBRQ was reported by telemetry:func expandMethodSearch(ctx context.Context, snapshot *cache.Snapshot, works...
Golang runtime/race: TestRandomScheduling failures
2025-08-13 14:16:15
1688
#!watchflakesdefault <- pkg == "runtime/race" && test == "TestRandomScheduling"Issue crea...
上一页
下一页
1
…
54
55
56
57
58
…
315
.