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...

Spring AI anthropic-ai thinking error

Bug descriptionCaused by: com.fasterxml.jackson.databind.exc.InvalidTypeIdException: Could not resolve type id 'thinking...

Spring AI PGVector not using Threshold

Bug description var criteria = SearchRequest.builder().query(payload) .topK(properties.getTopK()) ...

SpringBoot Unable to customize RestTemplateBuilder with connectionTimeout when requestFactory used

Hi,I found out that in JDK 17 and 21 (probably other versions too) when I call RestTemplateBuilder customization of conn...

SpringBoot NullPointerException during native image build when using @SpringBootApplication

Describe the bugWhen building a native image using GraalVM Native Image with a basic Spring Boot application annotated w...

SpringBoot Rework server.servlet.encoding properties to clarify when they apply

server.servlet.encoding.force, server.servlet.encoding.force-request, server.servlet.encoding.force-responseHttpEncoding...

SpringBoot Enable/disable JarFile caching in JarUrlConnection

Context - https://stackoverflow.com/questions/79652217/very-slow-startup-time-for-spring-boot-executable-jar-on-windows-...

SpringBoot Review SSL info contribution and its use of management.health.ssl.certificate-validity-warning-threshold

Having a management.health.ssl property affect SSL info doesn't feel quite right, particularly as it's management.info.s...

Spring Document http_server_requests_active_seconds

To me http_server_requests_active_seconds seems to be completly undocumented, so it would be nice to document that metri...

Spring PathPattern#combine throws StringIndexOutOfBoundsException

SituationI've had the situation that a @Controller was defined with @RequestMapping("/*") to manage all request for that...

Spring Duplicate given setup in @beforeEach and test methods in JpaTransactionManagerTests

I've noticed that some given setup logic in the @BeforeEach method is also repeated in several individual test methods i...
上一页 下一页
.