Aurora Blog
Home
SpringBoot Consider making AutoConfigureAfter|Before annotation value a String array
2025-08-05 14:00:38
2458
While working on migrating our internal library to be based on the upcoming Spring Boot 4, I encountered issues with the...
SpringBoot Consider using StreamsBuilderFactoryBeanConfigurer instead of KafkaStreamsFactoryBeanConfigurer in KafkaStreamsAnnotationDrivenConfiguration
2025-08-05 14:00:35
1972
I noticed that the configuration in KafkaStreamsAnnotationDrivenConfiguration looks a little unusual. It uses the nested...
SpringBoot Default value not detected for a field annoted with @Name
2025-08-05 14:00:25
158
Follow-up #46599.If a field is annotated with @Name we attempt to resolve the default value using the name of the proper...
SpringBoot New arm64 macbooks fail to bootBuildImage due to incorrect platform image
2025-08-05 14:00:22
2696
I use the following:Apple Macbook Pro M4 Pro (arm64)docker version 4.42.1Springboot 3.5.4Springboot Gradle plugin 3.5.4I...
SpringBoot Consider moving build/check* directories to a common parent
2025-08-05 14:00:20
494
The checks we have for AOT factories, architecture, etc create quite a few top-level directories in build:checkAotFactor...
Spring Document @ComponentScan(basePackages) property placeholder and ant-path support
2025-08-05 14:00:12
316
Parsing of @ComponentScan(basePackages) supports placeholder resolution from Environment and ant-paths (**/*…). These fe...
Golang cmd/go: go tool panic when GOEXPERIMENT=jsonv2
2025-08-04 14:03:19
4815
What version of Go are you using (go version)?$ go versiongo version go1.25rc2 darwin/arm64Does this issue reproduce wit...
Golang gollvm: build fails with llvm latest and release/16.x
2025-08-04 14:03:09
8130
Go versionNot applicableOutput of go env in your module/workspace:# Dockerfile for building gollvmFROM ubuntu:latestARG ...
Golang runtime:mayMoreStackMove: TestFinalizerOrCleanupDeadlock/Panic#01 failures
2025-08-04 14:03:07
2519
#!watchflakesdefault <- pkg == "runtime:mayMoreStackMove" && test == "TestFinalizerOrCleanupDe...
Golang cmd/go: TestScript/list_symlink_internal failures on Windows
2025-08-04 14:03:05
3889
#!watchflakesdefault <- pkg == "cmd/go" && test == "TestScript/list_symlink_internal"Issu...
Golang cmd/go: TestScript/list_symlink_vendor_issue14054 failures
2025-08-04 14:03:03
4065
#!watchflakesdefault <- pkg == "cmd/go" && test == "TestScript/list_symlink_vendor_issue14054&...
Golang x/crypto/acme: TestWithPebble/HTTP01-Issuance failures [consistent failure]
2025-08-04 14:03:01
27180
#!watchflakesdefault <- pkg == "golang.org/x/crypto/acme" && test == "TestWithPebble/HTTP01-Is...
Golang runtime: TestCgoSignalDeadlock failures
2025-08-04 14:02:55
3977
#!watchflakesdefault <- pkg == "runtime" && test == "TestCgoSignalDeadlock"Issue created ...
Golang proposal: cmd/go: mark test dependencies in go.mod and go list -m
2025-08-04 14:02:46
3590
There have been a number of requests for a test dependencies section in go.mod. These requests actually don't make sense...
Golang proposal: context: add WithValueReplace
2025-08-04 14:02:30
543
Proposal DetailsI propose adding a WithValueReplace function to the context package to allow users to update values asso...
Golang proposal: maps: add maps.KeysSlice and maps.ValuesSlice
2025-08-04 14:02:28
4777
Since we need to reserve Keys and Values for iterators. I think we might need to change the old maps.Keys/Values to maps...
Golang x/tools/gopls: update package and imports on willRenameFiles/didRenameFiles
2025-08-04 14:02:24
1138
when I move go file between folders I want VSCode to automatically update package name and imports in go files that refe...
Pandas BUG: Wrong inferred type in case of a mixture of boolean, float and integers
2025-08-04 14:02:19
2823
Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...
Pandas BUG: NameError: name 'pa' is not defined despite pyarrow is installed
2025-08-04 14:02:17
6020
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas Decrypting file in read_csv
2025-08-04 14:02:15
5214
Basic idea of the feature requestI was trying to read an encrypted file in pandas. As far as I know, there is no way to ...
上一页
下一页
1
…
94
95
96
97
98
…
317
.