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

While exploring using `ResolvableType` in Spring AI with @tzolov and Spring Cloud Function with @olegz, we figured out that the type variable algorithm is not working as expected in all...

in: core
type: enhancement

Hi Affects: Spring Boot (3.5.7), Spring Framework (6.2.12), namely `spring-r2dbc`, i think Made a simple reproducer with detailed explanation and steps. Please, find it [here](https://github.com/artbasov/spring-cpool-leak). Shortly, in Kotlin Spring Boot...

status: waiting-for-triage
in: data
theme: kotlin

As of the change made in https://github.com/spring-projects/spring-framework/commit/7edb0b339719db49803f5a81c9501816d75077b0, spring-framework now requires java 25 to build. Furthermore spring-framework now builds with Gradle 9.2.0 https://github.com/spring-projects/spring-framework/commit/9c0f7146392d4883e43ce2a1016fe15a879bfe38 which [promoted[(https://docs.gradle.org/current/release-notes.html#daemon-toolchain-is-now-stable) the [daemon toolchain](https://docs.gradle.org/current/userguide/gradle_daemon.html#sec:daemon_jvm_criteria) feature. This should...

status: waiting-for-triage

The goal of this PR is to be able to configure the `DispatcherServlet` to only look for beans in the local application context, i.e. do not look in all ancestors....

status: waiting-for-triage
in: web

Spring Framework 7 migrated to Jackson 3. With this, `Jackson2JsonDecoder` got deprecated and is replaced by `JacksonJsonDecoder`. However, contrary to what the name suggests, `Jackson2JsonDecoder` can be constructed with an...

status: waiting-for-triage
in: web

Spring Data Commons project provides [web support](https://docs.spring.io/spring-data/commons/reference/repositories/core-extensions.html#core.web) that, among other things, includes primitives for implementing pagination. These are IMO generally useful even without using any of the Spring Data projects...

status: waiting-for-triage
in: web

It would be great if Spring support magic-bytes validation for `FilePart` or `Part`, so I could specify allowed file extensions per endpoint (perhaps depending on Apache Tika to handle this)....

status: waiting-for-triage
in: web

I have a spring service with some injected values. But all injected values are `null`when accessing them from a default parameter value. ## **Steps to reproduce** 1. Write a simple...

status: waiting-for-triage
theme: kotlin

## Overview This PR enables `Environment.getProperty()` to retrieve **list values** defined using YAML block-style notation, aligning its behavior with the already-supported inline style. Previously, this method supported only inline list...

status: waiting-for-triage
in: core

Hello, Spring Team. I initially posted this question on Stack Overflow, but a reviewer determined that it's a question only the Spring maintainers could answer, which has prompted me to...

status: waiting-for-triage
in: data