Aurora Blog
Home
Spring AI SystemPromptTemplate removes double curly braces {{...}} when rendering prompts
2025-07-03 14:00:51
1810
DescriptionWhen using SystemPromptTemplate in Spring AI, any usage of double curly braces like {{ this is my line }} get...
Spring AI Incorrect use of ClassUtils.isAssignable
2025-07-03 14:00:48
1124
Incorrect Usage of ClassUtils.isAssignable: incorrect reversing the Parameters Causes the Method to Always Return true W...
Spring AI [EPIC] - Support latest Google Unifed SDK to access Google AI Models
2025-07-03 14:00:46
565
This is a placeholder EPIC issue to support https://cloud.google.com/vertex-ai/generative-ai/docs/sdks/overview All prev...
Spring AI Remove CLA link from PR Template
2025-07-03 14:00:42
215
I saw that CLA is not using now, but CLA Link(even broken) is being displayed by Pull Request Template like below:Commen...
Spring AI Reasoning options documented in docs
2025-07-03 14:00:28
781
Expected BehaviorI would expect that it would be easy to add reasoning_effort (or similar) to the models that support it...
Spring HttpRequestValues.Processor add MethodParameter[] parameters
2025-07-03 14:00:22
270
https://github.com/spring-projects/spring-framework/blob/26d413c5216a49029129a062a9143091ef8bc091/spring-web/src/main/ja...
Spring Distributed Lock Annotation
2025-07-03 14:00:21
3636
OverviewIntroduce @DistributedLock annotation that can be used together with @Scheduled annotation to execute scheduled ...
Spring Use @NullUnmarked and @NonNull where relevant on generic methods
2025-07-03 14:00:16
1114
OverviewAs a workaround for https://github.com/spring-projects/spring-framework/issues/34911 that we can't support yet d...
Spring Declare flexible generic type nullability where relevant
2025-07-03 14:00:15
1049
OverviewTypes like ResultSetExtractor<T> where the return type nullness depends on the generic type nullness shoul...
Spring API Versioning Support
2025-07-03 14:00:11
446
There are a number of ways to do API versioning through a request header, query parameter, path variables, and so on. Al...
Golang x/tools/gopls: codelens to show implementations of interfaces
2025-07-02 14:05:35
11621
Since go does not have an explicit declaration of which interfaces one implements, it is hard to follow someone's code. ...
Golang Gerrit: can't push code because of the location
2025-07-02 14:05:29
2545
What did you do?$ git push https://go.googlesource.com/go HEAD:refs/for/masterremote: PERMISSION_DENIED: The caller doe...
Golang proposal: slices: CloneAny and Contains2
2025-07-02 14:05:22
2070
Proposal DetailsCloneAny and Contains2 (names subject to change) are functions I needed when designing my own code but w...
Golang cmd/compile: yet another incorrect recover behavior due to defer a method wrapper
2025-07-02 14:05:14
3422
Go versionGo 1.20 - Go 1.24Output of go env in your module/workspace:darwin/arm64 (or any)What did you do?https://go.dev...
Golang cmd/compile: incorrect recover behavior due to defer a method wrapper
2025-07-02 14:04:59
2388
Go versiontip, and Go 1.18 - 1.24Output of go env in your module/workspace:darwin/arm64 (or any)What did you do?Run http...
Golang x/pkgsite: standard lib symbol available version does not have same behavior across packages
2025-07-02 14:04:55
1499
What is the URL of the page with the issue?https://pkg.go.dev/context#ContextWhat is your user agent?N/AScreenshotStanda...
Golang internal/trace: TestTraceStacks/Stress failures
2025-07-02 14:04:46
5009
#!watchflakesdefault <- pkg == "internal/trace" && test == "TestTraceStacks/Stress"Issue ...
Golang cmd/dist/dist: random build failures on bcachefs
2025-07-02 14:04:25
3694
Go versiongo version go1.24.2 linux/arm64Output of go env in your module/workspace:AR='ar'CC='aarch64-unknown-linux-gnu-...
Golang runtime: C TSAN reports false positive races in SetCgoTraceback symbolizer function (cgoSymbolizer)
2025-07-02 14:04:23
6097
The Go runtime passes cgoSymbolizer a pointer to a structure to write results. This struct is usually stack allocated. W...
Golang runtime:cpu4: TestGdbConst failures
2025-07-02 14:04:21
1878
#!watchflakesdefault <- pkg == "runtime:cpu4" && test == "TestGdbConst"Issue created auto...
上一页
下一页
1
…
210
211
212
213
214
…
334
.