Aurora Blog
Home
Spring Security Reference should advise avoiding post-authorization on writes
2025-08-23 14:01:24
159
Forward port of https://github.com/spring-projects/spring-security/issues/17797 to 6.5.xComment From: jzheauxClosed in 9...
Spring Security Reference should advise avoiding post-authorization on writes
2025-08-23 14:01:22
824
When an application does the following:@PostAuthorize("returnObject.owner == authentication.name")@Transaction...
Spring Security Fix traceId discrepancy in case error in servlet web
2025-08-23 14:01:18
157
Forward port of https://github.com/spring-projects/spring-security/pull/17134 to 6.5.xComment From: jzheauxClosed in 857...
Spring Security Registration of SecurityFilterChain via WebSecurityCustomizer results in UnreachableFilterChainException
2025-08-23 14:01:13
2968
Describe the bugSpring Security automatically adds a default SecurityFilterChain when no SecurityFilterChain bean has be...
Spring Security Error : An error occurred while attempting to decode the Jwt: Timeout while waiting for cache refresh
2025-08-23 14:01:11
33096
Describe the bugWe have a Spring Boot application that uses JWT Token based authentication. The issuer and IDP of the to...
SpringBoot Unable to deploy war to Tomcat 11.0.10 with Spring Boot 4.0.0-M2
2025-08-23 14:01:02
1141
Steps to reproduce:Create basic Spring Boot project via this link start.spring.ioAdd basic controller, e.g.package com.e...
SpringBoot Upgrade com.nimbusds:nimbus-jose-jwt to ≥ 10.0.2 in Spring Boot 3.5.x to fix CVE‑2025‑53864
2025-08-23 14:01:00
2114
com.nimbusds:nimbus-jose-jwt:9.37.3 library in Spring Boot 3.5.x should be updated to at least 10.0.2 to resolve CVE-202...
Spring Reactive HandlerMethodArgumentResolver.resolveArgument should return Mono<@Nullable Object>
2025-08-23 14:00:57
511
The javadoc for HandlerMethodArgumentResolver.resolveArgument statesMono for the argument value, possibly emptyThe state...
Spring Inconsistent nullability for String value arguments in ResponseCookie from*() factory methods
2025-08-23 14:00:55
364
The method ResponseCookieBuilder.from is marked as String value, but ResponseBuilder.value(@Nullable String value) and p...
Spring Interface client methods that return InputStreams do not throw exceptions on bad HTTP status codes
2025-08-23 14:00:45
423
Given the following:@HttpServiceClient("example")public interface ExampleClient { @GetExchange("/{id}&...
Spring StandardEvaluationContext.setBeanResolver should allow @Nullable BeanResolver
2025-08-23 14:00:41
232
StandardEvaluationContext.getBeanResolver() can return null, so it does not make sense to unnecessarily restrict setBean...
Spring Consider caching resolved singleton beans in Provider instances
2025-08-23 14:00:39
532
Following up on #35330, we should consider more aggressive caching of resolved singleton beans in Provider instances. Th...
Spring Revisit taskTerminationTimeout semantics on SimpleAsyncTaskExecutor/Scheduler
2025-08-23 14:00:37
899
Following up on https://github.com/spring-projects/spring-framework/issues/35254#issuecomment-3212944107, there is a nee...
Spring Direct memory exhaustion due to Prometheus actuator
2025-08-23 14:00:31
3678
Hello, I was trying to reproduce some out-of-memory problems and I think I was able to reproduce with a very simple setu...
Spring UnsupportedOperationException with BufferingClientHttpRequestFactory in HttpComponentsClientHttpRequest body
2025-08-23 14:00:25
2313
This issue is related to #32023.Following the recommendation there, I added BufferingClientHttpRequestFactory to my Rest...
Spring Call Mono.timeout in WebFilter may hang up the response body
2025-08-23 14:00:23
2333
Call Mono.timeout in WebFilter occasional hang up the response body.When the Controller response time equals the timeout...
Spring RestClient hangs when Destination closes Connection during Request Body Upload
2025-08-23 14:00:17
886
The client continues to block despite the receiving server having closed the connection already.Reproduced on Spring Boo...
Spring ExceptionHandlerExceptionResolver results in 200 for some special exceptions
2025-08-23 14:00:10
6041
I stumbled upon https://github.com/spring-projects/spring-framework/issues/34264 which caused some bigger issues interna...
Golang cmd/compile: opt: generate conditional comparisons for || and && conditions
2025-08-22 14:05:11
5821
Go versiongo1.23.4 linux/arm64Output of go env in your module/workspace:GOARCH='arm64'What did you do?While investigatin...
Golang sort: forward fixed-type slice sorting to slices package
2025-08-22 14:05:07
1874
The sorting functions in the slices package are generally faster than their equivalents in the sort package. We've added...
上一页
下一页
1
…
28
29
30
31
32
…
313
.