Aurora Blog
Home
SpringBoot Handle deprecation in HttpMessageConvertersRestClientCustomizer
2025-07-15 14:00:18
677
A recent change in Spring Framework 7.0 snapshots deprecated messageConverters(List).I believe the intention of this cus...
SpringBoot Spring Milestone repository should no longer be configured as milestones are released to Maven Central
2025-07-15 14:00:16
226
As of Spring Boot 4, all spring projects should release their corresponding milestones to Maven Central. To prevent from...
Spring org.springframework.data.web.PagedModel not recognized as container type in Jackson serialization
2025-07-15 14:00:12
1781
In a Spring Boot @RestController, a response of List<T> is serialized differently from a response of org.springfra...
Spring OncePerRequestFilter cannot be CGLib-proxied
2025-07-15 14:00:06
205
The original report can be found here.tl;drOncePerRequestFilter implementations are not suitable for CGLib proxying as t...
Golang cmd/compile: riscv performance degredation
2025-07-14 14:02:53
8679
Go versiongo version go1.24.2 linux/riscv64Output of go env in your module/workspace:AR='ar'CC='riscv64-unknown-linux-gn...
Golang x/tools/gopls: Semantic tokens not generated for local unexported symbols referenced in comment links
2025-07-14 14:02:51
4599
gopls version(Built from https://github.com/golang/tools/commit/95aad07923cb9d64eb951e4512c9e62bc3b8e275)Build info-----...
Golang reflect: add TypeFor
2025-07-14 14:02:36
13579
reflect.TypeOf is one of a few fundamental reflect APIs. It returns the dynamic type of a value. This is, strictly speak...
Golang x/sys/windows: some syscalls are creating dangling pointers
2025-07-14 14:02:31
7247
CL 653856 is an optimization that increases how often make slice results can be stored on the stack.@dmitshur noticed th...
Golang cmd/compile: PGO does not devirtualize methods in another package (log: "no function body")
2025-07-14 14:02:21
13710
What version of Go are you using (go version)?$ gotip versiongo version devel go1.21-c7b2f649 Tue May 30 17:30:28 2023Do...
Golang x/build/cmd/gerritbot: make first GitHub PR comment more useful to a new contributor
2025-07-14 14:02:18
2054
Currently, the first message posted by GerritBot to a GitHub PR is similar to:This PR (HEAD: 09c8d87) has been imported ...
Golang x/website: contribution guide: make it clear a Gerrit account is required even when sending a GitHub PR
2025-07-14 14:02:17
1869
BackgroundIt's possible to read the current "Sending a change via GitHub" section of the Contribution Guide as saying a ...
Golang cmd/compile: missing hint to check go.mod if language version < 1.18 and declare a generic type or func
2025-07-14 14:02:15
4135
What version of Go are you using (go version)?Tip: go version devel go1.19-63bd6f68e6 Mon Mar 7 15:02:48 2022Does this i...
Golang cmd/vet: panic in new parallel subtest check when t.Run has single argument
2025-07-14 14:02:13
4163
What version of Go are you using (go version)?$ go versiongo version devel go1.20-9088c69 Tue Jan 17 18:21:06 2023 +0000...
Golang runtime: some possible SwissTable map benchmark improvements
2025-07-14 14:02:11
3346
The current runtime map benchmarks (imported from the CockroachDB SwissTable repo and used for recent runtime map work) ...
Golang cmd/compile: consider speeding up compile of large ast package in microsoft/typescript-go
2025-07-14 14:02:07
14308
Go versiongo version go1.24.1 linux/amd64What did you do?Compile the ast package of the Go-based TypeScript compiler (ht...
Golang There is an issue related to the light and dark mode of the the go.dev website
2025-07-14 14:02:01
585
the issue is that when i click to toggle to dark mode it done it properly .but when i again toggle it to convert to ligh...
Pandas "drop" fails by default when label to drop is not in the index, but "rename" silently passes by. Wouldn't it make sense to synchronize?
2025-07-14 14:01:55
3075
Is your feature request related to a problem?.drop and .rename have similar signatures to some extent, and implement bas...
Pandas DOC: Series.__init__ doc incorrectly says dtype is ignored if data is a Series
2025-07-14 14:01:53
856
Pandas version checks[x] I have checked that the issue still exists on the latest versions of the docs on main hereLocat...
Jackson Databind Java Records missing @class type information with DefaultTyping.NON_FINAL in Redis caching
2025-07-14 14:01:41
5048
Search before asking[x] I searched in the issues and found nothing similar.Describe the bugJava Records fail to include ...
Apache Superset CLEAR ALL not reseting dropdowns correctly
2025-07-14 14:01:21
3313
A clear and concise description of what the bug is.How to reproduce the bugClick on "CLEAR ALL"Expected resultsThat the ...
上一页
下一页
1
…
172
173
174
175
176
…
326
.