Aurora Blog
Home
SpringBoot Use jOOQ BOM
2025-06-12 14:00:39
145
Newly published releases 3.18.31, 3.19.24 and 3.20.5 of jOOQ introduced BOM module so Spring Boot should consider using ...
SpringBoot Allow Specifying ConfigData.Options On ConfigDataEnvironmentContributors
2025-06-12 14:00:33
1228
As part of the Spring Cloud Config Server we utilize Spring Boot's ConfigDataEnvironmentPostProcessor to populate an Env...
SpringBoot Binder does not work when referencing kebab-case property by camelCase naming
2025-06-12 14:00:29
1146
I setup an example config project (https://github.com/lorenzbaier/spring-config-server-client-test/blob/spring-bootrap-b...
SpringBoot Change of behaviour in env var interpretation from 3.4.5 to 3.5.0
2025-06-12 14:00:24
3629
Given an env var starting with #, when declared using @Value or @ConfigurationProperties, it isn't loaded.Code:@Value(&q...
SpringBoot CouchbaseProperties.Authentication.Jks#getPrivateKeyPassword seems to be unused
2025-06-12 14:00:22
1035
org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Authentication.Jks#getPrivateKeyPassword isn't used...
Spring UnsupportedMediaTypeException when using WebClient with body that is an Interface
2025-06-12 14:00:19
2161
Our team tried to upgrade from Spring Boot 3.4.4 to 3.5.0 and we stumble across a regression that was introduce in Sprin...
Spring Implement toString() in all RetryPolicy and RetryExecution implementations
2025-06-12 14:00:18
181
To align with back-off policies (see concrete implementations of BackOff and BackOffExecution), we should implement toSt...
Spring spring framework upgrade to 6.2.7 breaks integration with spring cloud gcp secret manager due to converter issue
2025-06-12 14:00:15
2286
Spring cloud gcp secret manager integration worked just fine up to the version 6.2.6 of spring framework but got broken ...
Spring Document registration recommendations for BeanPostProcessor and BeanFactoryPostProcessor
2025-06-12 14:00:13
1204
I believe that it's generally recommended for a BeanPostProcessor that's defined as a @Bean to use a static method and f...
Spring Specify flexible generics nullness in spring-jdbc
2025-06-12 14:00:10
648
JdbcOperations.query(String, ResultSetExtractor<T>) is currently declared as @Nullable. Tweaking the declaration t...
Golang cmd/compile: pointer shaped type with more than one field causes allocation when cast to interface
2025-06-11 14:17:01
2870
Consider the following program:package mainimport ( "fmt" "unsafe")func indir[T any]() bool { ...
Golang os: TestOpenFileCreateExclDanglingSymlink fails on AIX
2025-06-11 14:16:59
1784
--- FAIL: TestOpenFileCreateExclDanglingSymlink (0.00s) --- FAIL: TestOpenFileCreateExclDanglingSymlink/InRoot (0.00s...
Golang iter: document general guidance for writing iterator APIs
2025-06-11 14:16:43
8109
While https://pkg.go.dev/iter does a good job at explaining the basics of iterators, it leaves out a few important bits ...
Golang runtime:cpu1: TestPreemptionAfterSyscall/1ms failures
2025-06-11 14:16:39
1668
#!watchflakesdefault <- pkg == "runtime:cpu1" && test == "TestPreemptionAfterSyscall/1ms"...
Golang os: new test TestRootRemoveDot fails on plan9
2025-06-11 14:16:37
1613
CL 661595 added TestRootRemoveDot which fails on Plan 9:=== RUN TestRootRemoveDot root_test.go:1845: root.Remove(&q...
Golang crypto/x509: ParseRevocationList accepts authorityCertSerialNumber set to 0
2025-06-11 14:16:34
1697
Go versiongo version go1.24.2 linux/amd64Output of go env in your module/workspace:CN=US,OU=US,O=US,L=US,ST=US,C=US2025-...
Golang net: TestCloseRead failures
2025-06-11 14:16:24
795
#!watchflakesdefault <- pkg == "net" && test == "TestCloseRead"Issue created automaticall...
Golang cmd/go: can't invoke a tool with -modfile within a workspace
2025-06-11 14:16:22
4893
Go versiongo version go1.24.3 darwin/arm64Output of go env in your module/workspace:AR='ar'CC='cc'CGO_CFLAGS='-O2 -g'CGO...
Golang os/signal: TestNohup/uncaught/1 failures
2025-06-11 14:16:16
3606
#!watchflakesdefault <- pkg == "os/signal" && test == "TestNohup/uncaught/1"Issue created...
Golang x/build: timeout on LUCI openbsd-amd64 builder
2025-06-11 14:16:04
993582
#!watchflakespost <- builder ~ `(gotip|go1\.\d\d)-openbsd-amd64` && (`test timed out` || `SIGQUIT` || `contex...
上一页
下一页
1
…
324
325
326
327
328
…
368
.