Aurora Blog
Home
SpringBoot spring-boot-starter-restclient + spring-boot-starter-test gives compliation error
2025-07-24 14:00:55
960
When new spring-boot-starter-restclient used along with spring-boot-starter-test gives compilation error. If spring-boot...
SpringBoot Add auto-configuration and properties support for Spring Framework's new API Versioning
2025-07-24 14:00:51
320
See https://github.com/spring-projects/spring-framework/issues/34565Probably exercising the ApiVersionConfigurer similar...
SpringBoot Upgrade to Log4j2 2.25.2
2025-07-24 14:00:41
372
Upgrade to Log4j2 2.25.1.Comment From: snicollSo the upgrade requires a bit of work (WIP):@PluginLoggerContext now requi...
SpringBoot Missing property for Spring Authorization PAR endpoint
2025-07-24 14:00:39
526
Spring Authorization Server configures a Pushed Authorization Request endpoint by default at /oauth2/par.Spring Boot pro...
SpringBoot Introduce @KafkaListenerTest for focused Kafka Listener testing
2025-07-24 14:00:37
1453
Currently, testing Kafka listeners typically involves @SpringBootTest and @EmbeddedKafka, which loads the entire applica...
SpringBoot Review relationship between OTLP and OpenTelemetry
2025-07-24 14:00:32
6027
See https://github.com/spring-projects/spring-boot/issues/46229#issuecomment-3043889546 for some background. In addition...
SpringBoot Upgrade to Spring Data 2025.1.0-M3
2025-07-24 14:00:25
79
Comment From: snicollClosed by b32bd84Comment From: snicollSuperseded by #46048
SpringBoot Upgrade to Groovy 4.0.28
2025-07-24 14:00:17
1533
Upgrade to Groovy 4.0.28https://github.com/apache/groovy/releases/tag/GROOVY_4_0_28https://groovy-lang.org/changelogs/ch...
Golang unicode/utf8: improve performance of AppendRune and EncodeRune
2025-07-23 14:05:02
2874
Proposal DetailsThe non-inlined path of AppendRune classifies runes with a switch statement by checking the range in whi...
Golang runtime: memmove should use the REP MOVSB instruction on newer Intel microarchitectures.
2025-07-23 14:05:00
2616
Go versiongo version go1.22.2 linux/amd64Output of go env in your module/workspace:GO111MODULE=''GOARCH='amd64'GOBIN=''G...
Golang flag/flag.go panic: runtime error: index out of range [0] with length 0
2025-07-23 14:04:58
1377
panic: runtime error: index out of range [0] with length 0goroutine 1 [running]:flag.init() /usr/local/go/src/fla...
Golang proposal: x/sys/windows: Add GetAce syscall
2025-07-23 14:04:56
3128
Proposal DetailsOn Windows, access to an object / file can be controlled through the Discretionary Access Control List (...
Golang cmd/go/internal/modget: avoid queries for workspace modules and verify module using workspace graph
2025-07-23 14:04:46
2752
go get doesn't work well when run from modules in workspace containing unreleased modules.go get expects to be able to f...
Golang x/tools/gopls/internal/cmd: TestCodeLens failures
2025-07-23 14:04:44
918
#!watchflakesdefault <- pkg == "golang.org/x/tools/gopls/internal/cmd" && test == "TestCodeLen...
Golang x/tools/go/analysis/passes/nilness: wrong internal code comment // "x is nil, y is unknown"
2025-07-23 14:04:35
918
What version of Go are you using (go version)?$ go versiongo1.21.0 darwin/amd64Does this issue reproduce with the latest...
Golang x/pkgsite: x/tools/internal/gofix documentation is confusing
2025-07-23 14:04:33
2377
What is the URL of the page with the issue?https://pkg.go.dev/golang.org/x/tools/internal/gofixWhat is your user agent?M...
Golang x/build: bot linux-ppc64-power8--04 reported as broken
2025-07-23 14:04:31
439
The bot linux-ppc64-power8--04 has been reported as broken. It is currently in "dead" state. Please work to resolve the ...
Golang x/tools/gopls/internal/analysis/modernize: fmtappendf suggests invalid fix
2025-07-23 14:04:29
936
xtools$ cat b.gopackage toolsimport "fmt"type S struct{ Bytes []byte }var _ = struct{ A S }{ A: S{ B...
Golang runtime: stack split at bad time for programs built with go1.23rc2 with optimizations disabled on linux/386
2025-07-23 14:04:27
7394
$ go versiongo version go1.23rc2 linux/386How to reproduce:* build anything that calls fmt.Println (for example buildtes...
Golang testing: implement b.Loop keepalive without preventing inlining, which can lead to heap allocs
2025-07-23 14:04:15
13027
Go versiongo version go1.24.2What did you do?I read the current b.Loop API doc and draft b.Loop blog. I also used gopls....
上一页
下一页
1
…
140
141
142
143
144
…
324
.