Aurora Blog
Home
Spring AI could no longer access /sse
2025-06-07 14:00:42
14448
Bug description使用 stdio 方式时没问题的,但使用 sse 方式,上周还可以,今天再试突然就不行了,访问/sse没反应了。我看了帖子 https://github.com/spring-projects/spring-a...
Spring AI Multi-Turn w/ MCP Tools Getting Confused
2025-06-07 14:00:38
3408
Using Spring AI 1.0.0 I see some differences between how multi-turn is handled with tools vs my own agentic loop.Steps t...
SpringBoot bootBuildImage fails to authenticate with GCP Artifact Registry using Docker credential helper
2025-06-07 14:00:35
1816
I'm trying to transition some of our container image builds from using the pack CLI to using Spring Boot's bootBuildImag...
SpringBoot CloudFoundry actuator support not longer works with Spring Security due to CSRF protection
2025-06-07 14:00:33
11257
With #32622 we changed the security config from ignoring() to permitAll(). Unfortunately, the change also makes CSRF pro...
SpringBoot Improve 'spring.config.import' support to allow later imports to use data from earlier ones
2025-06-07 14:00:32
2470
I have created a scenario where I need a password property loaded from configtree: to use for the config server client, ...
SpringBoot Setting spring.reactor.context-propagation has no effect when lazy initialization is enabled
2025-06-07 14:00:30
1493
Setting spring.main.lazy-initialization: true effectively disables the spring.reactor.context-propagation: AUTO, as the ...
Spring Unhandled exceptions logging should be easy configurable, without affecting rest od stystem
2025-06-07 14:00:26
9079
I would like to back to issue that Tomcat servlet logs unhandled exceptions without trace/span id.When unhandled excepti...
Spring StandardMultipartHttpServletRequest.StandardMultipartFile#getBytes can not release Direct Memory
2025-06-07 14:00:22
2216
Verson:JDK21spring-boot-starter-web 3.5.0When I upload file to springmvc applicaion, and use MultipartFile#getBytes. it ...
Spring Disable Gradle auto-provisioning
2025-06-07 14:00:19
236
In order to provide more control on which JDK is used for the build, this change intends to disable Gradle auto-provisio...
Spring Random CancellationException instead of ResourceAccessException after upgrading to Spring Boot 3.4.0
2025-06-07 14:00:15
12984
Hi Spring-Team,After upgrading to Spring Boot 3.4.0, we have encountered an issue with RestTemplate where random Cancell...
Spring Update Guidance on Best Practices To Test Code That Uses RestClient and RestTemplate
2025-06-07 14:00:09
612
Spring Framework provides MockRestServiceServer for testing the imperative stack (RestTemplate, RestClient, etc). Howeve...
Spring Clarify what @RestControllerAdvice vs @ControllerAdvice apply to by default
2025-06-07 14:00:07
5593
SummaryThis request is to improve the documentation around the behavior of @RestControllerAdvice and @ControllerAdvice w...
Spring AbstractFileResolvingResource.exists closes JAR resource input streams with v6.2.7
2025-06-06 14:01:28
883
Calling org.springframework.core.io.Resource#exists is called on a resource inside a JAR file (actually org.springframew...
Spring InternalResourceViewResolver.forwrad() causes output to close before ShallowEtagHeaderFilter can write to the output
2025-06-06 14:01:24
5587
The ProblemUsing Springframework v6.2.6 (not spring boot) and Tomcat v11.0.6 (not embedded) I cannot use the ShallowEtag...
Spring Scale hotspot in DefaultSingletonBeanRegistry#registerDependentBean
2025-06-06 14:01:22
5765
I work for an enterprise company and we are working on a very high scale use case that involves request throughput in th...
Spring Add Kotlin body advices
2025-06-06 14:01:18
292
Following the changes done as part of #33798, KotlinRequestBodyAdvice and KotlinResponseBodyAdvice should be introduced ...
Spring Problem after context restart
2025-06-06 14:01:16
6861
I have an issue where the autowiring is failing after an application context restart, calls appear to be being made on t...
Spring Support OutputStream and InputStream in HTTP Interface clients
2025-06-06 14:00:19
3258
HTTP Interfaces are great but it's impossible to replace pure RestClient calls in all cases.For instance, code likerestC...
Spring Add a heartbeat executor for SSE
2025-06-06 14:00:14
301
It looks like the general recommendation about SSE is to send messages at fixed interval to clients to probe the connect...
Spring Support links to controller method with a model attribute in MvcUriComponentsBuilder
2025-06-06 14:00:12
4528
I'm developing a Spring boot with Spring MVC web app using rest controllers. I'd like to redirect URLs that have empty p...
上一页
下一页
1
…
32
33
34
35
36
…
49
.