Spring AI Integration Issue: Spring AI Embedding with VLLM OpenAI API Compatibility

Bug descriptionUnable to use embedding functionality when integrating Spring AI with VLLM using OpenAI API format. The i...

Spring AI tool call stream error fix suggestions for qwen3

Question:If I use DeepSeekChatModel to configure Qwen3, when hitting ToolCall, an exception ava.lang.IllegalArgumentExce...

Spring AI OpenAiAutoConfiguration does not recognize the API Key configured via property key: 'spring.ai.openai.image.api-key'

Bug descriptionWhen only an ImageModel bean is needed, while configuring the OpenAI API key via the below property:sprin...

Spring AI 400 Bad Request when using model 'gpt-5' with OpenAI ChatClient (works with gpt-4.1 and Anthropic models)

Description:When calling the OpenAI API via ChatClient in Spring AI using model: gpt-5, the request fails with a 400 Bad...

Spring AI Add ability to modify the schema generation

Expected BehaviorAcsess to the config in JSONSchemaGenerator to be able to modify itCurrent BehaviorCan't modify itConte...

Spring AI Token Count Using Spring AI ChatClient Is Much Higher Than Directly Calling the LLM SDK

When I use Spring AI ChatClient withChatResponse chatResponse = chatClient.prompt(prompt).call().chatResponse();to call ...

Spring AI AzureVectorStore throws UnsupportedOperationException when performing similarity search due to immutable metadata map

Bug DescriptionThe AzureVectorStore throws an UnsupportedOperationException when performing similarity searches. The err...

SpringBoot how to copy some resources when build docker image using spring-boot-maven-plugin

I want to copy some resources when build docker image using spring-boot-maven-plugin, I don't want to copy these to jar ...

SpringBoot In fastjar mode, it is not possible to add a custom URLStreamHandler using the environment variable java.protocol.handler.pkgs.

In fastjar mode, it is not possible to add a custom URLStreamHandler using the environment variable java.protocol.handle...

SpringBoot data class marked with ConfigurationProperties is not loaded in SpringBootTest

I have Spring Boot 3.5 application:@SpringBootApplication( scanBasePackages = [ ... ])@EnableConfigurationPr...

SpringBoot Drop Actuator endpoint parameter support for javax.annotations.NonNull

With OptionalParameter and the new nullness support in Spring Framework 7, keeping yet another option sounds a bit too m...

SpringBoot Add '@HttpServiceClient' scanning auto-configuration

We should support Spring Framework's new @HttpServiceClient annotation on interfaces found in AutoConfigurationPackages.

SpringBoot Standalone application restart feature based on Spring Boot DevTools

I'm trying to improve the developer experience when working with Spring Boot, especially to encourage new developers to ...

SpringBoot Add dependency management for JSpecify

We should manage JSpecify now that we're adding support for it. This will allow us to reference it in the reference guid...

Spring Upgrade to Hibernate ORM 7.1

After the initial upgrade to Hibernate ORM 7.0 in #33750, let's upgrade to the just released Hibernate ORM 7.1 for Sprin...

Golang os/user: TestCurrent failures [consistent failure]

#!watchflakesdefault <- pkg == "os/user" && test == "TestCurrent"Issue created automatica...

Golang net/http: Bad url with fragment parsing

Go versiongo version go1.24.6 linux/amd64Output of go env in your module/workspace:AR='ar'CC='gcc'CGO_CFLAGS='-O2 -g'CGO...

Golang x/pkgsite: package removal request for git.ckikoo.asia/ckikoo git.linjie0503.online/ckikoo

What is the path of the package that you would like to have removed?git.ckikoo.asia/ckikoo git.linjie0503.online/ck...

Golang proposal: runtime/pprof: add individual goroutine profile with labels

BackgroundThe goroutine profile currently supports:debug=0 / debug=1: Includes pprof labels, but not individual goroutin...

Golang runtime/pprof: doesn't dump goroutine labels when stacks collected

What version of Go are you using (go version)?$ go version1.21.3What did you do?when collecting all goroutine call trace...
上一页 下一页
.