Spring Security Reference should advise avoiding post-authorization on writes

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

When an application does the following:@PostAuthorize("returnObject.owner == authentication.name")@Transaction...

Spring Security Fix traceId discrepancy in case error in servlet web

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

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

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

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

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>

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

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

Given the following:@HttpServiceClient(&quot;example&quot;)public interface ExampleClient { @GetExchange(&quot;/{id}&...

Spring StandardEvaluationContext.setBeanResolver should allow @Nullable BeanResolver

StandardEvaluationContext.getBeanResolver() can return null, so it does not make sense to unnecessarily restrict setBean...

Spring Consider caching resolved singleton beans in Provider instances

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

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

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

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

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

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

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

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

The sorting functions in the slices package are generally faster than their equivalents in the sort package. We've added...
上一页 下一页
.