spring-framework
spring-framework copied to clipboard
Spring Framework
I have added the `SameSite` enum to `ResponseCookie` while ensuring that the existing string-based handling is still supported. The reason for adding the enum is to enhance type safety. Additionally,...
`org.springframework.http.client.reactive.ClientHttpResponse` and its implementations don't process `Expires` Cookie attribute. However, they only process `Max-Age` attribute. Logic defined in [RFC 6265](https://datatracker.ietf.org/doc/html/rfc6265#section-5.3). Point 3 of section 5.3 in this RFC gives higher...
**Affects:** - spring-boot-starter-webflux: 3.2.5 - spring-webflux: 6.1.6 # Context Hello I'm trying to use [HTTP Interface](https://docs.spring.io/spring-framework/reference/integration/rest-clients.html#rest-http-interface) to send Multipart data. My goal is to send 2 part. So I write...
**Affects:** 6.1.2+ (probably since the introduction of PathPatterns) --- When you use a `RedirectView` with an URI that contains a path variable, and `PathPattern`s are enabled, then the variable value...
**Affects:** 6.1 We have a [few places](https://github.com/search?q=org%3Aspring-projects%20spring.aot.processing&type=code) in Spring Boot where we need to detect if AOT processing is in progress. https://github.com/spring-projects/spring-boot/issues/41838 is another case. At the moment, detection relies...
**Affects:** webmvc 6.x --- We have a new application that uses the SseEmitter to send events back to clients as they arrive in our system via a Kafka Consumer. Recently...
I upgraded from spring-boot v2 -> v3. My tests could not detect the following issue, even though I tested the scenario. The following problem does only occur **in live**, but...
Hibernate 6.6 supports Jakarta Data 1.0 and utilizes Hibernate modelgen tools to generate the `Repository` implementation source codes at Java compile time. **It is a good match with Spring AOT**,...
It is great that Spring 6.2 adds initial Jakarta Persistence 3.2 support. Jakarta Persistence 3.2 brings CDI `Inject` support for `EntityManager` and `EntityManagerFactory`. Spring should align with this change and...
Framework: 6.1.11 Boot: 3.3.2 Reproducer: [demo.zip](https://github.com/user-attachments/files/16662618/demo.zip) As discussed in #31900 and documented in the reference docs, with virtual threads enabled, `fixedDelay` tasks run on a single thread. However, a long-running...