Spring AI progressToken type mismatch breaks progress callback between spring-ai and python-sdk

Bug descriptionI'm testing the progress callback feature in the MCP protocol, but no progress notifications are received...

Spring AI BedrockProxyChatModel returns null response for OpenAI GPT OSS models on Bedrock Converse API

Please do a quick search on GitHub issues first, there might be already a duplicate issue for the one you are about to c...

SpringBoot Buildpack fails with recent Docker installs due to hardcoded version in URL

DescriptionThe bootBuildImage Gradle task fails because the pull() method in org.springframework.boot.buildpack.platform...

SpringBoot Update @ConditionalOnSingleCandidate to deal with fallback beans

With https://github.com/spring-projects/spring-framework/issues/26241 we should update @ConditionalOnSingleCandidate to ...

SpringBoot Rename spring-boot-kotlin-serialization to align with the name of the Kotlinx module that it pulls in

spring-boot-kotlin-serialization depends on org.jetbrains.kotlinx:kotlinx-serialization-json so it should really be name...

SpringBoot Add property to automatically register a ContextPropagatingTaskDecorator bean

See https://github.com/spring-projects/spring-boot/issues/47893.The default should be false because we're not sure of th...

SpringBoot Render global errors as Problem Details

Spring Boot handles errors globally as JSON responses or HTML pages. This is powered by ErrorController and ErrorAttribu...

SpringBoot Consider using ExplicitInitialization checkstyle rule

See https://github.com/spring-projects/spring-boot/pull/45165 and the comment from @nosan I am wondering if this could b...

SpringBoot Custom XML converters should override defaults in HttpMessageConverters

Currently, a JacksonXmlHttpMessageConverter bean provided by the application will be configured as a custom converter, a...

SpringBoot Auto-configure JvmCpuMeterConventions bean on ProcessorMetrics

Currently we're using@Bean@ConditionalOnMissingBeanProcessorMetrics processorMetrics() { return new ProcessorMetrics();...

SpringBoot Properties from modules with only manual configuration metadata are not documented in the appendix

We have an infrastructure that gathers the generated file so that the documentation task can do what's necessary to gene...

Spring NullPointerException when using @ConditionalOnSingleCandidate with multiple singletons registered via SingletonBeanRegistry#registerSingleton

DescriptionWhen registering two singleton beans using org.springframework.beans.factory.config.SingletonBeanRegistry#reg...

Spring Be able to use @MockitoBean to replace all beans of that type if there are multiple

I might be missing something fundamental but I have use cases where I have multiple beans implementing a type (interface...

Spring Missing support for UnprocessableContent in WebClientResponseException.create(HttpStatusCode, ..) methods

** Bug Reports **Sprig Framework 7.0 deprecates HttpStatus.UNPROCESSABLE_ENTITY in favor of HttpStatus.UNPROCESSABLE_CO...

Spring Upgrade to Jetty 12.0.30

See https://github.com/jetty/jetty.project/releases/tag/jetty-12.0.30Comment From: github-actions[bot]Fixed via 2b04df04...

Spring Document semantics and behavior of SpringExtension.getApplicationContext()

SpringExtension#getApplicationContext is public API available to anyone building integration with a test that uses Sprin...

Spring Relax media type checks in HttpMessageConverters

Right now HttpMessageConverters performs checks on the given converters, when configuring them in a dedicated slot for J...

Spring AI Binding failure for spring.ai.ollama.chat.options.think-option in application.properties

DescriptionWhen trying to configure the think-option for Ollama in application.properties, Spring Boot fails to bind the...

Spring AI add metadata in tool/list

In mcp java sdk there is a meta filed, and I see that this doesn't seem to be implemented in SpringAI.My scene is like t...

Spring AI ChatMemory - MongoDB - TTL & automatic index creation configuration not working properly

TTL Index Not Created in MongoDB Chat Memory RepositoryBug descriptionThe property spring.ai.chat.memory.repository.mong...
上一页 下一页
.