Aurora Blog
Home
SpringBoot Trace context (traceId/spanId) seems to sometimes get lost when execution moves from imperative to reactive stack
2025-09-16 14:00:25
8722
I'm working on a Spring Boot application using Spring WebFlux with reactive WebClient and Micrometer for tracing. It see...
SpringBoot Use a shaded version of org.json in spring-boot-configuration-metadata and spring-boot-cli
2025-09-16 14:00:23
7506
Hi,spring-boot-configuration-metadata has a dependency on com.vaadin.external.google:android-json:0.0.20131108.vaadin1 (...
Spring Support of basicAuthentication in RestClient
2025-09-16 14:00:11
223
Can we add support for basicAuthentication to the RestClient? I found it really helpful to have this authentication meth...
Spring Allow BeanRegistrar to access already registered bean definitions
2025-09-16 14:00:10
1145
DescriptionAs a framework developer, I want BeanRegistrar to provide access to already registered bean definitions, so t...
Spring Introduce KotlinUtils
2025-09-16 14:00:07
1567
Kotlin support has grown organically both in Spring Framework and other Spring portfolio projects, the set of features r...
Spring Optimize Kotlin reflection runtime efficiency
2025-09-16 14:00:05
12811
kotlin-reflect is a big 2 MB JAR, producing important CPU and memory spikes at startup on the JVM.It would be interestin...
Gorm Table structure mapping bug
2025-09-15 14:00:40
8214
DescriptionThere are two bugs:My UserGame table has a Describe field, but it's not mapped to the database table. After r...
Gorm Wrong create SQL Args generated, Wrong SQL log generated
2025-09-15 14:00:26
4254
GORM Playground Linkhttps://github.com/go-gorm/playground/pull/1Descriptiontype UserStatus int32const ( Active UserSt...
Spring AI It is recommended to add SpEL expression support to the @Tool annotation.
2025-09-15 14:00:14
602
Comment From: sunyuhan1998I think this might require significant changes. Currently, the handling of @Tool is parsed in ...
Spring Spring 6.2.9+ causes ALB Lambda validation failures to return 502 instead of 400
2025-09-15 14:00:07
10146
A regression appears when running a Spring Boot 3.5.5 (Spring Framework 6.2.9 or later) application on AWS Lambda behind...
Spring Missing Nullable on body parameter in HttpClientErrorException.create methods.
2025-09-15 14:00:05
467
The create methods on org.springframework.web.client.HttpClientErrorException seems to be missing a Nullable annotation ...
Golang cmd/go: can use invalid sub-dependency version
2025-09-14 14:02:08
4552
Go versiongo version go1.23.1 linux/amd64Output of go env in your module/workspace:GO111MODULE=''GOARCH='amd64'GOBIN=''G...
Golang cmd/compile: incorrect error message when assigning an interface to a constant
2025-09-14 14:02:03
4435
What version of Go are you using (go version)?go version devel +68c7cb25a7 Wed Apr 4 12:18:29 2018 +0100 darwin/amd64Doe...
Golang cmd/compile: channel element type too large compiling errors are not reported for channels named with blank identifer
2025-09-14 14:02:01
1776
Please answer these questions before submitting your issue. Thanks!What version of Go are you using (go version)?go vers...
Golang proposal: x/term: make x/term functions take uintptr file descriptors instead of ints
2025-09-14 14:01:59
1433
Proposal DetailsThe documentation recommends getting the file descriptor with the following:oldState, err := term.MakeRa...
Golang CGO: *_Ctype_char does not satisfy *any
2025-09-14 14:01:58
3212
Go versiongo version go1.23.1 linux/amd64Output of go env in your module/workspace:GO111MODULE=''GOARCH='amd64'GOBIN=''G...
Golang cmd/link: can't write to output file (device error) on macOS
2025-09-14 14:01:55
3288
#!watchflakesdefault <- log ~ `can't write to output file` && goos == "darwin"Issue created automat...
Golang x/build: x/example 1.22 builders are failing
2025-09-14 14:01:53
788
x/example/ragserver/{ragserver/go.mod,ragserver-langchaingo/go.mod,ragserver-genkit/go.mod} require 1.23. This requireme...
Golang cmd/go: runtime/debug build information not populated for test binaries when package name is not 'main'
2025-09-14 14:01:51
10036
What did you do?https://play.golang.org/p/0ITNcl4kXGN$ gotip versiongo version devel +8c5de667 Fri Aug 30 08:28:40 2019 ...
Golang x/term: Why is fd an int?
2025-09-14 14:01:43
3078
Go versiongo version go1.23.1 linux/amd64Output of go env in your module/workspace:GO111MODULE=''GOARCH='amd64'GOBIN=''G...
上一页
下一页
1
…
68
69
70
71
72
…
386
.