Aurora Blog
Home
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...
Spring AI Generate complex Json schemas with BeanOutputConverter
2025-06-05 14:01:17
2006
Expected BehaviorBe able to generate more complex schemas with the BeanOutputConverter class, for instance with constrai...
Spring AI 我用spring ai实现一个mcp server.服务起来后,一直无法访问/sse端点
2025-06-05 14:01:03
8864
Please do a quick search on GitHub issues first, there might be already a duplicate issue for the one you are about to c...
上一页
下一页
1
…
8
9
10
11
12
…
25
.