Aurora Blog
Home
SpringBoot Fix brew warnings for Spring Boot CLI
2025-09-27 14:00:24
2201
When running brew with HOMEBREW_DEVELOPER=true, these warnings appear when running brew install spring-boot:::warning::J...
SpringBoot apiversion properties aren't always applied to RestClient
2025-09-27 14:00:22
262
A property like this with service works:spring.http.client.service.apiversion.insert.header=X-API-VersionThe same with r...
SpringBoot Updating from Springboot 3.4.9 with Micrometer 1.12.5 to 3.5.6/1.15.4 breaks the Prometheus metrics endpoint
2025-09-27 14:00:21
2557
We recently updated from Springboot 3.4.9/Micrometer 1.12.5 (which apparently was too old for that Springboot version, b...
SpringBoot Add support for RestTestClient
2025-09-27 14:00:17
277
RestTestClient provides similar features as WebTestClient for imperative scenarios using RestClient. We should update ou...
Spring Include Multiple Primary Bean Log in Statements
2025-09-27 14:00:12
689
In DefaultListableBeanFactory::determinePrimaryCandidate, it is possible for multiple @Primary Beans to be resolved. If ...
Spring Tighter integration between BeanRegistrarDsl and RouterFunctionDsl
2025-09-27 14:00:10
3852
When declaring RouterFunctions with RouterFunctionDsl, in order to inject required beans, we are forced to use the sligh...
Golang sync/atomic: comment for Uintptr.Or incorrectly describes return value
2025-09-26 14:08:16
3360
Go versiongo version go1.25.1 linux/amd64Output of go env in your module/workspace:AR='ar'CC='gcc'CGO_CFLAGS='-O2 -g'CGO...
Golang sync/atomic: comment for Uintptr.Or incorrectly describes return value [1.25 backport]
2025-09-26 14:07:23
339
@prattmic requested issue #75607 to be considered for backport to the next 1.25 minor release.@gopherbot Please backport...
Golang sync/atomic: comment for Uintptr.Or incorrectly describes return value [1.24 backport]
2025-09-26 14:07:20
339
@prattmic requested issue #75607 to be considered for backport to the next 1.24 minor release.@gopherbot Please backport...
Golang x/tools/go/ssa/interp: TestTestdataFiles/newexpr_go126.go failures
2025-09-26 14:07:09
1830
#!watchflakesdefault <- pkg == "golang.org/x/tools/go/ssa/interp" && test == "TestTestdataFile...
Golang syscall: TestInvalidExec failures
2025-09-26 14:07:05
526
#!watchflakesdefault <- pkg == "syscall" && test == "TestInvalidExec"Issue created automa...
Golang x/tools/gopls/internal/test/integration/misc: midnight flakes of TestTelemetryPrompt_Response
2025-09-26 14:06:50
150966
#!watchflakesdefault <- pkg == "golang.org/x/tools/gopls/internal/test/integration/misc" && test ~ ...
Golang exportdata: support type parameterized aliases
2025-09-26 14:06:38
4545
This issue is for tracking the work needed to enable type parameterized aliases (#46477) in the unified IR and 'i' expor...
Golang x/tools/gopls: experiment with an option/capability for server-side file watching
2025-09-26 14:06:36
3470
Philosophically, file watching should be done by the client. In addition to the arguments here, client-side file watchin...
Golang runtime/secret: add new package
2025-09-26 14:06:34
129661
Final API is here: https://github.com/golang/go/issues/21865#issuecomment-925145234Forward secrecy is usually only a thi...
Golang x/crypto/ssh/agent: client panics on SSH_AGENT_SUCCESS (0x06) replies
2025-09-26 14:06:30
4772
Go versiongo1.25.0Output of go env in your module/workspace:GOVERSION='go1.25.0'What did you do?Note: This was reported ...
Golang image/jpeg: replace fdct, idct with new code
2025-09-26 14:06:26
680
CL 705518 replaced image/jpeg's DCT implementations with new ones that are more efficient, more accurate, more readable,...
Golang proposal: x/crypto/ocsp: support request and response extensions
2025-09-26 14:06:24
6695
Go Version: go version go1.7 darwin/amd64GOARCH="amd64"GOOS="darwin"I was writing code dealing with OCSP and found that ...
Golang x/tools/gopls/internal/cmd: new test TestMCPVulncheckCommand fails on Plan 9
2025-09-26 14:06:22
1132
CL 702376 introduced a new test TestMCPVulncheckCommand which always fails on Plan 9, for example here:--- FAIL: TestMCP...
Golang runtime: printing multiple fatal errors may interleave messages
2025-09-26 14:06:17
3710
Go versionmaster and latest (1.23.1)Output of go env in your module/workspace:GO111MODULE=''GOARCH='amd64'GOBIN=''GOCACH...
上一页
下一页
1
…
22
23
24
25
26
…
367
.