Aurora Blog
Home
Spring AI progressToken type mismatch breaks progress callback between spring-ai and python-sdk
2025-11-13 14:01:46
5005
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
2025-11-13 14:01:37
3923
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
2025-11-13 14:01:21
11736
DescriptionThe bootBuildImage Gradle task fails because the pull() method in org.springframework.boot.buildpack.platform...
SpringBoot Update @ConditionalOnSingleCandidate to deal with fallback beans
2025-11-13 14:01:12
1201
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
2025-11-13 14:00:53
448
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
2025-11-13 14:00:50
534
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
2025-11-13 14:00:47
5937
Spring Boot handles errors globally as JSON responses or HTML pages. This is powered by ErrorController and ErrorAttribu...
SpringBoot Consider using ExplicitInitialization checkstyle rule
2025-11-13 14:00:45
460
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
2025-11-13 14:00:41
220
Currently, a JacksonXmlHttpMessageConverter bean provided by the application will be configured as a custom converter, a...
SpringBoot Auto-configure JvmCpuMeterConventions bean on ProcessorMetrics
2025-11-13 14:00:40
520
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
2025-11-13 14:00:37
575
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
2025-11-13 14:00:23
1906
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
2025-11-13 14:00:20
1193
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
2025-11-13 14:00:19
423
** Bug Reports **Sprig Framework 7.0 deprecates HttpStatus.UNPROCESSABLE_ENTITY in favor of HttpStatus.UNPROCESSABLE_CO...
Spring Upgrade to Jetty 12.0.30
2025-11-13 14:00:15
152
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()
2025-11-13 14:00:11
1336
SpringExtension#getApplicationContext is public API available to anyone building integration with a test that uses Sprin...
Spring Relax media type checks in HttpMessageConverters
2025-11-13 14:00:06
254
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
2025-11-12 14:02:22
1193
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
2025-11-12 14:02:19
1263
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
2025-11-12 14:02:14
4786
TTL Index Not Created in MongoDB Chat Memory RepositoryBug descriptionThe property spring.ai.chat.memory.repository.mong...
上一页
下一页
1
…
10
11
12
13
14
…
385
.