SpringBoot bootBuildImage fails to authenticate with GCP Artifact Registry using Docker credential helper

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

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

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

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

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

Verson:JDK21spring-boot-starter-web 3.5.0When I upload file to springmvc applicaion, and use MultipartFile#getBytes. it ...

Spring Disable Gradle auto-provisioning

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

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

Spring Framework provides MockRestServiceServer for testing the imperative stack (RestTemplate, RestClient, etc). Howeve...

Spring Clarify what @RestControllerAdvice vs @ControllerAdvice apply to by default

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

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

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

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

Following the changes done as part of #33798, KotlinRequestBodyAdvice and KotlinResponseBodyAdvice should be introduced ...

Spring Problem after context restart

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

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

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

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

Expected BehaviorBe able to generate more complex schemas with the BeanOutputConverter class, for instance with constrai...

Spring AI 我用spring ai实现一个mcp server.服务起来后,一直无法访问/sse端点

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