Aurora Blog
Home
Gorm should trim column name.
2025-07-14 14:00:56
704
SeqId int64 `gorm:"column: _id;"`SeqId int64 `gorm:"column:_id;"`"column: _id" will generate _id.Com...
Spring Cloud Openfeign Add ability to not throw exception when http status code > 399
2025-07-14 14:00:51
1012
urrently our team convention is to use response status instead of throwing exception. Say our model is like this:public ...
Spring AI Enhance Spring AI Tool Calling with @RequiresConsent
2025-07-14 14:00:46
518
Current Spring AI's tool calling mechanism allows Large Language Models (LLMs) to suggest and execute methods annotated ...
Spring AI The prefixedToolName method of the McpToolUtils class limits its length to 64 bits
2025-07-14 14:00:28
284
// If the string is longer than 64 characters, keep the last 64 characters if (formatted.length() > 64) { ...
Spring AI VertexAI when transport=REST It sometimes happens Read timed out
2025-07-14 14:00:27
10386
Please do a quick search on GitHub issues first, there might be already a duplicate issue for the one you are about to c...
Spring AI Use builder pattern instead of deprecated constructors in class McpToolUtils
2025-07-14 14:00:23
355
The constructors of class SyncToolSpecification and AsyncToolSpecification in the underlying MCP Java SDK v0.11.0-SNAPSH...
Spring AI Add title attribute support to MCP @Tool annotation
2025-07-14 14:00:19
380
Expected BehaviorAdd title attribute support to MCP @Tool annotation.Current BehaviorThe MCP @Tool annotation has no tit...
Spring AI ChatClient streaming does not work with LM Studio Local LLM API Server
2025-07-14 14:00:16
9321
Bug descriptionI ran LM Studio Local LLM API Server (OpenAI compatibility mode). ChatClient.call() API works perfectly, ...
Spring RestTemplate reads JSON body as ISO-8859-1 instead of UTF-8 when +json suffix content-type
2025-07-14 14:00:12
2448
Affects: 5.2.0 and laterRestTemplate reads JSON body as ISO-8859-1 instead of UTF-8 when content type has +json suffix, ...
Spring ConfigurationBeanNameGenerator for @Bean-annotated methods
2025-07-14 14:00:09
5813
Affects: 6.1.12 (and AFAIK all previous Spring versions)What I'm trying to do:I'm trying to override the default naming ...
Golang plugin: document the use of -trimpath
2025-07-13 14:01:50
4253
Go versiongo version go1.22.3 linux/amd64Output of go env in your module/workspace:GO111MODULE=''GOARCH='amd64'GOBIN=''G...
Golang x/build: bot linux-ppc64-power10--01 reported as broken
2025-07-13 14:01:44
246
The bot linux-ppc64-power10--01 has been reported as broken. It is currently in "dead" state. Please work to resolve the...
Golang cmd/go: revendor x/telemetry prior to go1.23.0
2025-07-13 14:01:42
2260
This is a reminder issue to re-vendor x/telemetry with bug-fixes prior to go1.23rc1.We are effectively treating x/teleme...
Golang cmd/go: show files in import cycle errors
2025-07-13 14:01:38
1465
Proposal DetailsHi All,The proposal is to add more details, line numbers, for import cycle not allowed error.Currently t...
Golang x/telemetry: audit upload process for 1.23
2025-07-13 14:01:32
4387
We were discussing the potential raciness of telemetry uploading in the context of a thundering herd of Go commands. I l...
Golang x/telemetry: document GODEBUG=countertrace=1
2025-07-13 14:01:25
1067
Additional debug instrumentation can be enabled for packages using the x/telemetry/counter package by setting GODEBUG=co...
Golang http PATCH not responding
2025-07-13 14:01:23
2915
Go versiongo version go1.22.5 darwin/arm64Output of go env in your module/workspace:GO111MODULE=''GOARCH='arm64'GOBIN=''...
Golang proposal: Go 2: try keyword for Try Calls
2025-07-13 14:01:21
36077
Go2 proposal: try keyword for Try CallsWould you consider yourself a Go programmer?Experienced.What other languages do y...
Golang x/build: add LUCI freebsd-riscv64 builder
2025-07-13 14:01:18
4644
Following the instructions at Dashboard builders:hostname freebsd-riscv64-mengzhuoCSR is freebsd-riscv64-mengzhuo.csr.tx...
Golang reflect: remove unused ifaceIndir function
2025-07-13 14:01:14
1863
Go versiondevel go1.23-95a3779ebc linux/amd64Output of go env in your module/workspace:GO111MODULE=''GOARCH='amd64'GOBIN...
上一页
下一页
1
…
178
179
180
181
182
…
331
.