Aurora Blog
Home
Spring AI Integration Issue: Spring AI Embedding with VLLM OpenAI API Compatibility
2025-08-12 14:01:12
7258
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
2025-08-12 14:01:03
7271
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'
2025-08-12 14:01:01
1712
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)
2025-08-12 14:00:57
3736
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
2025-08-12 14:00:53
850
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
2025-08-12 14:00:50
935
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
2025-08-12 14:00:48
589
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
2025-08-12 14:00:45
146
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.
2025-08-12 14:00:43
625
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
2025-08-12 14:00:39
7839
I have Spring Boot 3.5 application:@SpringBootApplication( scanBasePackages = [ ... ])@EnableConfigurationPr...
SpringBoot Drop Actuator endpoint parameter support for javax.annotations.NonNull
2025-08-12 14:00:35
210
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
2025-08-12 14:00:33
120
We should support Spring Framework's new @HttpServiceClient annotation on interfaces found in AutoConfigurationPackages.
SpringBoot Standalone application restart feature based on Spring Boot DevTools
2025-08-12 14:00:31
5383
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
2025-08-12 14:00:19
185
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
2025-08-12 14:00:13
285
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]
2025-08-11 14:02:27
4502
#!watchflakesdefault <- pkg == "os/user" && test == "TestCurrent"Issue created automatica...
Golang net/http: Bad url with fragment parsing
2025-08-11 14:02:25
2150
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
2025-08-11 14:02:23
1590
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
2025-08-11 14:02:16
3265
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
2025-08-11 14:02:14
4900
What version of Go are you using (go version)?$ go version1.21.3What did you do?when collecting all goroutine call trace...
上一页
下一页
1
…
72
73
74
75
76
…
317
.