Gorm should trim column name.

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

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

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

// 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

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

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

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

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

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

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

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

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

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

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

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

Additional debug instrumentation can be enabled for packages using the x/telemetry/counter package by setting GODEBUG=co...

Golang http PATCH not responding

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

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

Following the instructions at Dashboard builders:hostname freebsd-riscv64-mengzhuoCSR is freebsd-riscv64-mengzhuo.csr.tx...

Golang reflect: remove unused ifaceIndir function

Go versiondevel go1.23-95a3779ebc linux/amd64Output of go env in your module/workspace:GO111MODULE=''GOARCH='amd64'GOBIN...
上一页 下一页
.