Aurora Blog
Home
Spring InstanceFilter and ExceptionTypeFilter should set matchIfEmpty to true by default
2025-07-05 14:00:30
313
The constructors for InstanceFilter and ExceptionTypeFilter currently require one to supply the matchIfEmpty flag.Howeve...
Spring Require explicit constraints in @Contract
2025-07-05 14:00:28
513
@Contract is currently defined as follows.public @interface Contract { String value() default "";}That allo...
Spring Intercept JMS messages
2025-07-05 14:00:26
10576
I'm working on a Spring Boot app which communicates with other apps, or with itself, using JMS. In addition to the funct...
Spring Specify fetchSize/maxRows/queryTimeout per statement in JdbcClient
2025-07-05 14:00:19
895
I would like to be able do the following:jdbcClient.sql("SELECT * FROM table1 WHERE column1 = ?") .param(12...
Spring Request handler doesn't receive model attributes as built with a build-method
2025-07-05 14:00:17
5938
I'm trying to upgrade from Spring-Boot 3.3.13 to 3.4.6 and noticed that there has been a change in how @ModelAttribute o...
Spring Register runtime hints for Instant-to-Timestamp conversion
2025-07-05 14:00:11
2126
Issue DescriptionWhen creating a Spring JDBC application with GraalVM native support it seems that the Converters that n...
Golang proposal: sync: SlicePool for variable-sized slices
2025-07-04 14:04:18
15832
Proposal DetailsTo address the known footguns of using Pool with variable-sized slices (excessive memory usage on misuse...
Golang crypto/sha512: arm optimizations not implemented
2025-07-04 14:04:12
1748
by jeromyj:sha family hash functions on ARM architectures are quite slow, there is animplementation of sha512 (and sha1)...
Golang cmd/cgo: add -ldflags to augment CGO_LDFLAGS
2025-07-04 14:04:07
7534
Proposal Detailscgo proposal to avoid "argument list too long" (E2BIG) issues when CGO_LDFLAGS outgrows system limits.Pr...
Golang x/pkgsite: package removal request for github.com/digitalghost-dev/poke-cli
2025-07-04 14:04:05
755
What is the path of the package that you would like to have removed?https://pkg.go.dev/github.com/digitalghost-dev/poke-...
Golang Freeze in taking sync.Mutex
2025-07-04 14:04:03
11602
Go version1.23.9 and 1.24.3 amd64Output of go env in your module/workspace:GO111MODULE=''GOARCH='amd64'GOBIN=''GOCACHE=...
Golang net: go DNS resolver fails to connect to local DNS server
2025-07-04 14:03:52
15775
Go versiongo version go1.22.4 linux/arm64Output of go env in your module/workspace:GO111MODULE=''GOARCH='arm64'GOBIN=''G...
Golang build: build failure on gotip-linux-amd64-misccompile
2025-07-04 14:03:50
2365
#!watchflakesdefault <- builder == "gotip-linux-amd64-misccompile" && repo == "go" &&...
Golang crypto/tls: races detected in BenchmarkCertCache, BenchmarkHandshakeServer, BenchmarkLatency and BenchmarkThroughput
2025-07-04 14:03:47
7073
The macOS race builder is reporting data races found by briefly running benchmarks. For example: ================== WARN...
Golang fmt: fmt.Sscanln doesn't error when given an incorrect bool to scan
2025-07-04 14:03:44
2007
Go versiongo version go1.21.4 linux/amd64Output of go env in your module/workspace:GO111MODULE=''GOARCH='amd64'GOBIN=''G...
Golang proposal: cmd/go: refine the default language version based on context
2025-07-04 14:03:42
5849
BackgroundIn https://groups.google.com/g/golang-dev/c/j3d8zuauJoY/m/gPOgpq_5DgAJ, @griesemer noted (emphasis mine):Not e...
Golang proposal: log/slog: native support for handling List
2025-07-04 14:03:40
19240
Proposal DetailsThe current implementation of log/slog does not fully support logging arrays or slices. As a result, the...
Golang proposal: all: add bare metal support
2025-07-04 14:03:30
54486
Proposal DetailsI propose the addition of a new GOOS target, such as GOOS=none, to allow Go runtime execution under spec...
Golang cmd/compile: switching over channel value incorrectly does not match when the direction is narrower in the case
2025-07-04 14:03:28
3677
Go versiongo version devel go1.23-619b419a4b Sun May 5 00:26:04 2024 +0000 linux/amd64Output of go env in your module/wo...
Golang cmd/compile: inconsistent integer arithmetic result on Go 1.22+arm64 with/without -race
2025-07-04 14:03:22
6165
Go versiongo version go1.22.3 darwin/arm64Output of go env in your module/workspace:GO111MODULE='on'GOARCH='arm64'GOBIN=...
上一页
下一页
1
…
204
205
206
207
208
…
334
.