Aurora Blog
Home
SpringBoot Provide @ConditionalOn… annotations for all concrete conditions
2025-08-14 14:01:02
4025
As I'm partially customising the SAML configuration, it would be very useful to be able to make my config also condition...
SpringBoot spring.build-type is not taken into account in buildSrc
2025-08-14 14:01:00
244
We don't configure the relevant repositories for buildSrc so using a commercial-only dependency will fail.Comment From: ...
Spring Allow to track locking information on scheduled tasks
2025-08-14 14:00:56
1024
https://github.com/spring-projects/spring-framework/issues/24560 breaks custom TaskSchedulers injected in the ScheduledT...
Spring Add execution metadata to scheduled tasks
2025-08-14 14:00:55
1698
@enesify requested an enhancement on Spring Boot, where actuator endpoints could provide more information about schedule...
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...
上一页
下一页
1
…
115
116
117
118
119
…
376
.