Aurora Blog
Home
SpringBoot Review package and property name for persistence exception translation auto-configuration
2025-09-16 14:00:45
378
Framework's PersistenceExceptionTranslationPostProcessor is in its spring-tx module in the org.springframework.dao.annot...
SpringBoot Add methods to connector and request factory builds to apply pre-packaged customizations
2025-09-16 14:00:39
4556
Hey!Spring Boot 4.0.0-SNAPSHOTInterface WebClient.Builder has method apply(). It would be fine, to see it also for Clien...
SpringBoot Support a generalized way to configure Liquibase global properties through Spring Boot configuration
2025-09-16 14:00:35
4828
ProblemLiquibase has an expanding set of global configuration options (e.g. duplicateFileMode, logLevel). Currently, the...
SpringBoot Document that you need to build with Java 25 for buildpack build-image Graal support
2025-09-16 14:00:32
509
I think the new reachability JSON files means that we'll need to raise the baseline for native image generation. We'll a...
SpringBoot Consider how to support HTTP service clients without using @ImportHttpServices
2025-09-16 14:00:30
1032
Our initial cut of HTTP Service clients doesn't support automatic classpath scanning and as such @ImportHttpServices is ...
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...
上一页
下一页
1
…
49
50
51
52
53
…
368
.