spring-framework icon indicating copy to clipboard operation
spring-framework copied to clipboard

Spring Framework

Results 875 spring-framework issues
Sort by recently updated
recently updated
newest added

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

status: waiting-for-triage
in: web

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

status: waiting-for-triage
in: web

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

status: waiting-for-triage
in: web

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

status: waiting-for-triage
in: web

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

in: core
type: enhancement
theme: aot

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

status: waiting-for-feedback
status: waiting-for-triage
in: web

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

in: web
type: regression
status: waiting-for-internal-feedback

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

status: waiting-for-triage

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

in: data
type: enhancement

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

status: waiting-for-triage
in: core