Aurora Blog
Home
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...
Spring AI anthropic-ai thinking error
2025-06-05 14:00:50
2555
Bug descriptionCaused by: com.fasterxml.jackson.databind.exc.InvalidTypeIdException: Could not resolve type id 'thinking...
Spring AI PGVector not using Threshold
2025-06-05 14:00:47
2382
Bug description var criteria = SearchRequest.builder().query(payload) .topK(properties.getTopK()) ...
SpringBoot Unable to customize RestTemplateBuilder with connectionTimeout when requestFactory used
2025-06-05 14:00:43
8996
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
2025-06-05 14:00:41
1446
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
2025-06-05 14:00:39
1878
server.servlet.encoding.force, server.servlet.encoding.force-request, server.servlet.encoding.force-responseHttpEncoding...
SpringBoot Enable/disable JarFile caching in JarUrlConnection
2025-06-05 14:00:36
1759
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
2025-06-05 14:00:34
462
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
2025-06-05 14:00:24
3398
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
2025-06-05 14:00:20
1250
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
2025-06-05 14:00:16
732
I've noticed that some given setup logic in the @BeforeEach method is also repeated in several individual test methods i...
上一页
下一页
1
…
39
40
41
42
43
…
55
.