spring-framework
spring-framework copied to clipboard
Spring Framework
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,...
** 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...
## 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...
### 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...
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...
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...
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...
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...
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:...