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

Spring Cloud needs to decorate the adapter to apply circuit breaker support. There are other use cases where the need may arise too, and if using HTTP Service group config,...

in: web
type: enhancement

Fix #33355

in: web
type: enhancement

** Enhancements requests ** Hi, I've just spent the last five hours debugging a "problem": one of our micro services has an endpoint `/api/v1/instances/filter`. Now that I upgraded Spring Boot...

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

## Overview The [Apache Commons FileUpload](https://github.com/apache/commons-fileupload/blob/master/commons-fileupload2-jakarta-servlet6/README.md) project has been working on putting out Commons FileUpload2 which is compatible with JakartaEE APIs. Maybe it is worth to re-instate the support for...

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

### Exception ``` org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'Plugin#UserServiceImpl': Could not generate CGLIB subclass of class test250410.service.impl.UserServiceImpl: Common causes of this problem include using a final class or a...

status: waiting-for-triage
in: core

I would like to be able to use `WebTestClient` to test applications that use `SslInfo` without the need to use an HTTP connection (e.g. use `WebTestClient.bindToApplicationContext(ApplicationContext)`). Right now the only...

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

When configured, one would specify the version parameter name, and then set `@RequestMapping` version attributes as usual. Both the accept and content-type headers can be checked, but they would have...

in: web
type: enhancement

This could be, centrally configured deprecation information by version. It would be added to a response to endpoints for the deprecated version. Deprecation information could be exposed as per [RFC...

in: web
type: enhancement

I have a HttpExchange client for e.g. BitBucket server, where the client looks like this: ``` public interface BitbucketClient { @GetExchange("/projects/{project}/repos/{repo}/raw/{path}?at={ref}") String raw(@PathVariable String project, @PathVariable String repo, @PathVariable String...

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

Hi, I’m running into a problem with a pretty big Spring project (about 18,000 beans). When I build with AOT processing turned on, the build crashes with: ``` //AotProcessingApplication__BeanFactoryRegistrations.java:18253: error:...

type: bug
in: core
theme: aot