Aurora Blog
Home
Spring Spring 7: SimpleRetryInterceptor could use RetryListener beans
2025-09-23 14:00:17
1175
When a method is annotated by @Retryable, the interceptor does not use RetryListeners beans. The listeners are easy to p...
Spring Use uppercase for classpath-related static final field names
2025-09-23 14:00:08
472
In order to ensure consistency across the codebase and communicate properly that static final fields of type String or C...
Spring Prevent empty declaration of @ConcurrencyLimit
2025-09-23 14:00:07
234
OverviewAs a follow-up to #35461 and a comment left on the Spring Blog, we have decided to prevent empty declarations of...
Golang proposal: slices: Unique()
2025-09-22 14:01:52
1437
Proposal DetailsI propose to create function Unique with the definition: // Unique replaces runs of equal elements with ...
Golang x/term: Calls to IoctlGetTermios() should use unix.TIOCGETA and unix.TIOCSETA on FreeBSD
2025-09-22 14:01:50
2221
Go versiongo version go1.25.1 freebsd/amd64Output of go env in your module/workspace:AR='ar'CC='clang'CGO_CFLAGS='-O2 -g...
Golang x/tools/gopls: under vscode run and debug choses wrong types
2025-09-22 14:01:48
2510
What version of Go are you using (go version)?$ go versiongo version go1.25.1 darwin/arm64Does this issue reproduce with...
Golang too many integer type need convert too hard for working
2025-09-22 14:01:44
306
Go versionallOutput of go env in your module/workspace:noneWhat did you do?defined many integer type and algorithm is wr...
Golang unicode: unicode.Other_ID_Continue should represent unicode runes with attribute ID_Continue
2025-09-22 14:01:42
41765
What version of Go are you using (go version)?$ go versiongo version go1.12.9 darwin/amd64also 1.13.1 (playground for ex...
Viper Can't get value by slice path from remove config
2025-09-22 14:01:37
904
Preflight Checklist[x] I have searched the issue tracker for an issue that matches the one I want to file, without succe...
Viper Unclear doc
2025-09-22 14:01:33
2785
https://github.com/spf13/viper/blob/5870123c5f385c8d88b7087d15d2e1b7fa67a7fa/README.md?plain=1#L144That line of the read...
Viper Documentation encourages wrong search order for config files.
2025-09-22 14:01:31
3563
Preflight Checklist[X] I have searched the issue tracker for an issue that matches the one I want to file, without succe...
Viper BindStruct together with mapstructures remain
2025-09-22 14:01:29
2122
Preflight Checklist[X] I have searched the issue tracker for an issue that matches the one I want to file, without succe...
Viper Inner map on structs are not considered when unmarshalling with viper_bind_struct tag
2025-09-22 14:01:27
4839
Preflight Checklist[X] I have searched the issue tracker for an issue that matches the one I want to file, without succe...
Viper Add viper.IsNonDefaultSet to check if a value is set by config, not default value
2025-09-22 14:01:24
3020
Preflight Checklist[X] I have searched the issue tracker for an issue that matches the one I want to file, without succe...
Viper AutomaticEnv unexpected behavior with custom types
2025-09-22 14:01:22
6178
Preflight Checklist[X] I have searched the issue tracker for an issue that matches the one I want to file, without succe...
Viper Enable replacing use of os.Getenv and os.LookupEnv with a custom function
2025-09-22 14:01:20
2129
Preflight Checklist[X] I have searched the issue tracker for an issue that matches the one I want to file, without succe...
Keras Keras Policy forces 64-bit integer arithmetic results to int32
2025-09-22 14:01:01
2518
Describe the bugThe arithmetic operation A+B, where both A and B are int64 Keras Variables (tested on TensorFlow), unexp...
Apache Superset Creating data sources on the HTTP API from the command line, using HTTPie
2025-09-22 14:00:51
14439
Dear lovely people of Apache Superset,first things first: Thanks a stack for conceiving and maintaining Apache Superset....
Redis Protocol feature proposal: RESP3 (+?) correlation (long term)
2025-09-22 14:00:45
3590
RESP is strongly FIFO, but occasionally - for a varied and complex set of reasons - protocol desync occurs, leading to i...
Gorm Context management in GORM
2025-09-22 14:00:42
1486
Your QuestionI've encountered a situation where I need to accurately detect the connection status of a database using GO...
上一页
下一页
1
…
48
49
50
51
52
…
386
.