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

Spring Framework

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

When trying to use the `SchedulerFactoryBean` in a native image (for example with Spring Boot and including the `spring-boot-starter-quartz` starter), it fails at runtime with: ``` org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean...

type: enhancement
theme: aot

public void upload(@RequestPart MultipartFile[] files){ ...} The above comments @RequestPart, Default property required=true. When I receive an array of files, if the files property is not passed, the check still...

status: waiting-for-triage

Ability to make the ParsedSql class available from outside Faced the problem of adding parameters in sql query. The situation is such that we use requests that can change from...

status: waiting-for-triage

**Affects:** 5.2.0 --- I configured `MappingJackson2MessageConverter`, however the app still fails with `MessageConversionException`. When I replace `@SendTo` with `template.convertAndSend()`, everything works as expected. Code to reproduce: ```java import lombok.AllArgsConstructor; import...

status: waiting-for-feedback
status: waiting-for-triage
in: messaging
status: feedback-reminder

resume not supported. Cause client exception > 2022-08-09 07:26:26.063 DEBUG 46773 --- [ctor-http-nio-2] io.rsocket.FrameLogger : sending -> UnsupportedSetupException: resume not supported 2022-08-09 07:26:26.063 DEBUG 46773 --- [ctor-http-nio-3] io.rsocket.FrameLogger : sending...

status: waiting-for-triage

Consider ancestor bean factories for finding `RootBeanDefinition` in class `FactoryAwareOrderSourceProvider`. Currently the code will only find `RootBeanDefinition` for a bean name in current bean factory, and `null` if no bean...

status: waiting-for-triage

Follow-up of #28151 and #28013. `InitDestroyAnnotationBeanPostProcessor` is now doing two different things, depending in which mode it runs. With the regular runtime, a bean is scanned and its init &...

in: core
type: enhancement
theme: aot

Found it in 5.3.22 --- In PostConstruct i make a call for subscribe to event ( in external system) I use webclient and tracing ( spring cloud sleuth) I got...

status: waiting-for-triage

I am trying to build Spring Boot `main` against a local change in Spring Framework `main`. This leads to the following exception: ``` $ ./gradlew build --include-build ../../spring-framework/main > Task...

status: waiting-for-triage

In order to read the body twice, we rewrite the HttpServletRequestWrapper,And wrap the original request through the Filter.Although we packing the original Request, upload files, StandardMultipartHttpServletRequest call or use the...

status: waiting-for-triage