Spring AI The SimpleLoggerAdvisor and the custom advisor have failed.

Bug descriptionFirstly, when I was using the custom Advisor, I found that the debugging did not take effect. Then, in or...

Spring AI The FilterExpressionTextParser cannot parse Long type values

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 ToolContext没有被传递

大模型: ollama qwen3:8bMCP-Server: spring-ai-starter-mcp-server-webflux 1.1.0-SNAPSHOTapplication.yml server: port:...

Spring AI Add advanced RAG (Hybrid Search and Semantic Hybrid Search) with Azure AI Search

Azure AI Search has the following feature along with Vector Similarity Search (which is already present in Spring AI).Hy...

Spring AI Spring AI Anthropic Client fails to parse "thinking" content block type from Claude 3.7 response

DescriptionThe application is failing to process responses from Claude 3.7 Sonnet when using the thinking parameter. We'...

Spring AI Support Anthropic interleaved thinking with tool use

support Claude 4 models feature of interleaved thinking with tool use, allowing the model to reason between tool calls.S...

SpringBoot The build-image task fails with spring-boot-maven-plugin

I'm trying to build an OCI image from a spring boot project using heroku/builder:24.Using pack CLI, the build succeeds a...

SpringBoot Inconsistent behavior of circular dependencies on different machines

Due to legacy code, we’ve enabled circular dependencies. With the same codebase, both my colleague and I can run it norm...

SpringBoot Use jOOQ BOM

Newly published releases 3.18.31, 3.19.24 and 3.20.5 of jOOQ introduced BOM module so Spring Boot should consider using ...

SpringBoot Allow Specifying ConfigData.Options On ConfigDataEnvironmentContributors

As part of the Spring Cloud Config Server we utilize Spring Boot's ConfigDataEnvironmentPostProcessor to populate an Env...

SpringBoot Binder does not work when referencing kebab-case property by camelCase naming

I setup an example config project (https://github.com/lorenzbaier/spring-config-server-client-test/blob/spring-bootrap-b...

SpringBoot Change of behaviour in env var interpretation from 3.4.5 to 3.5.0

Given an env var starting with #, when declared using @Value or @ConfigurationProperties, it isn't loaded.Code:@Value(&q...

SpringBoot CouchbaseProperties.Authentication.Jks#getPrivateKeyPassword seems to be unused

org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Authentication.Jks#getPrivateKeyPassword isn't used...

Spring UnsupportedMediaTypeException when using WebClient with body that is an Interface

Our team tried to upgrade from Spring Boot 3.4.4 to 3.5.0 and we stumble across a regression that was introduce in Sprin...

Spring Implement toString() in all RetryPolicy and RetryExecution implementations

To align with back-off policies (see concrete implementations of BackOff and BackOffExecution), we should implement toSt...

Spring spring framework upgrade to 6.2.7 breaks integration with spring cloud gcp secret manager due to converter issue

Spring cloud gcp secret manager integration worked just fine up to the version 6.2.6 of spring framework but got broken ...

Spring Document registration recommendations for BeanPostProcessor and BeanFactoryPostProcessor

I believe that it's generally recommended for a BeanPostProcessor that's defined as a @Bean to use a static method and f...

Spring Specify flexible generics nullness in spring-jdbc

JdbcOperations.query(String, ResultSetExtractor<T>) is currently declared as @Nullable. Tweaking the declaration t...

Golang cmd/compile: pointer shaped type with more than one field causes allocation when cast to interface

Consider the following program:package mainimport ( "fmt" "unsafe")func indir[T any]() bool { ...

Golang os: TestOpenFileCreateExclDanglingSymlink fails on AIX

--- FAIL: TestOpenFileCreateExclDanglingSymlink (0.00s) --- FAIL: TestOpenFileCreateExclDanglingSymlink/InRoot (0.00s...
上一页 下一页
.