Aurora Blog
Home
SpringBoot Spring SSL bundles for Kafka no longer works with spring boot 3.5.4
2025-08-16 14:00:29
776
It looks like with spring boot 3.5.4 (spring-kafka 3.3.8), the injection/handling of ssl bundles no longer works. Instea...
SpringBoot Raise the minimum supported version of Gradle to 8.x
2025-08-16 14:00:24
368
If we add support for Gradle 9 (https://github.com/spring-projects/spring-boot/issues/43573) we should also consider rai...
SpringBoot Upgrade to OpenSAML 5
2025-08-16 14:00:20
462
Our build fixes the version to 4.0.1 that is the last version available from Maven Central. Spring Security has now full...
Spring AOT generated BeanDefinitions contain compiler warnings
2025-08-16 14:00:13
8249
When using the org.graalvm.buildtools.native Gradle plugin and enabling the -Werror, -Xlint:all compiler flags, the buil...
Spring RetryException#getCause should not be nullable
2025-08-16 14:00:08
654
The last thrown exception is often used in code that catches RetryException.Currently the cause is @Nullable from the co...
Golang x/mobile: type aliases no longer export
2025-08-15 14:05:17
2984
Go versiongo version go1.24.0 darwin/arm64Output of go env in your module/workspace:AR='ar'CC='clang'CGO_CFLAGS='-O2 -g'...
Golang net/http: ServeMux patterns eliminate semantically-significant encoding differences
2025-08-15 14:05:08
6993
Go versiongo version go1.25.0 darwin/arm64Output of go env in your module/workspace:AR='ar'CC='clang'CGO_CFLAGS='-O2 -g'...
Golang testing/synctest: bubble not terminating [1.25 backport]
2025-08-15 14:05:03
586
@neild requested issue #74837 to be considered for backport to the next 1.25 minor release.@gopherbot please backport to...
Golang x/build/cmd/gomote: gomote create -list timeout too short
2025-08-15 14:04:59
877
gomote create -list has a hardcoded 5 second timeout https://cs.opensource.google/go/x/build/+/master:cmd/gomote/create....
Golang x/tools/gopls: find write references only
2025-08-15 14:04:57
1827
gopls versionToday,we can find all the references of a variable.But I want to find the write references only. How to do ...
Golang cmd/go: mod tidy fails when using go-import subDir
2025-08-15 14:04:53
6147
Go versiongo version go1.25.0 windows/amd64Output of go env in your module/workspace:set AR=arset CC=gccset CGO_CFLAGS=-...
Golang runtime:cpu4: TestRuntimeLockMetricsAndProfile/runtime.lock/sample-1 failures
2025-08-15 14:04:34
5640
#!watchflakesdefault <- pkg == "runtime:cpu4" && test == "TestRuntimeLockMetricsAndProfile/run...
Golang runtime: TestRuntimeLockMetricsAndProfile failures
2025-08-15 14:04:32
80983
#!watchflakespost <- pkg == "runtime" && test ~ `TestRuntimeLockMetricsAndProfile`Issue created aut...
Golang proposal: runtime: allow access to stopTheWorld/startTheWorld via go:linkname
2025-08-15 14:04:21
14520
Proposal DetailsMy module github.com/fjl/memsize walks a data structure and computes its total referred memory size in b...
Golang os: TestChtimes failures [1.23 backport]
2025-08-15 14:04:19
718
@dmitshur requested issue #68687 to be considered for backport to the next 1.23 minor release.@gopherbot Please backport...
Golang os: TestChtimes failures [1.22 backport]
2025-08-15 14:04:17
718
@dmitshur requested issue #68687 to be considered for backport to the next 1.22 minor release.@gopherbot Please backport...
Golang x/telemetry/cmd/gotelemetry: charts are broken with new go command counters
2025-08-15 14:04:11
431
With the additional counters added by the go command, it seems that the charting frontend of gotelemetry view is broken:...
Golang all: add opt-in transparent telemetry to Go toolchain
2025-08-15 14:04:07
16368
In February I posted a series of blog posts defining Transparent Telemetry, and we had a lively discussion on #58409. In...
Golang math/rand: make global Seed a no-op
2025-08-15 14:04:05
4962
In Go 1.24, I propose to make rand.Seed (the top-level function) a no-op, controlled by GODEBUG=randseednop=1. (Because ...
Golang cmd/go, encoding/json/v2: setting GOEXPERIMENT=jsonv2 causes "go env -json" to crash
2025-08-15 14:03:58
6983
Go versiongo version go1.25.0 darwin/arm64Output of go env in your module/workspace:AR='ar'CC='clang'CGO_CFLAGS='-O2 -g'...
上一页
下一页
1
…
109
110
111
112
113
…
376
.