Spring JdkClientHttpRequest does not support Content-Length 0

Affects: Spring Framework 6.1.0-M5 (via Spring Boot 3.2.0-M3)With an @HttpExchange interface that only has @RequestParam...

Spring getBeansOfType does not find some beans which are wrapped into a proxy

Affects: 5.2.11.RELEASE, 5.3.6Issue:If the bean is wrapped by aop (for example if it was marked with @Transactional some...

Spring Setting the cookie expiration should not invoke the initSessionCookie method.

Because I set the cookieInitializer callback, this callback sets maxAge to 30 days, causing the expiration time for clea...

Spring WebSocket stats not updated correctly when sessions cleared

Duplicate of https://github.com/spring-projects/spring-framework/issues/29375But old issue is not resolved, although it ...

Spring Apply SingleSpaceSeparator Checkstyle module

This PR applies the SingleSpaceSeparator Checkstyle module.This PR also fixes its violations.See https://github.com/spri...

Spring HttpHeadResponseDecorator should commit the response in writeWith()

Affects: spring-web, all versions from at least 2020 till nowExpected behavior:When a Mono returned from ServerHttpRespo...

Spring Fix typo in RootBeanDefinition Api Doc

The 'GenericBeanDefinition' link and words do not match, so I think it would be a good idea to modify it.Comment From: b...

Spring AnnotationScanner scanning leads to StackOverflowError with recursive annotation

Affects: 6.0.12I am trying to update from Spring boot 2.7.13 to 3.1.4.We are using this custom annotation to document c...

Spring Bump update gradle-wrapper.jar from 8.3 to 8.4

Bump update gradle-wrapper.jar from 8.3 to 8.4Comment From: pivotal-cla@vladimirGlinskikh Please sign the Contributor Li...

Spring Support "*" catch-all mappings for MockMvc Filter registrations

I believe most business developers think * is equivalent to /*fixes #28017 Comment From: bclozelThe intent behind #28017...

Spring Introduce MockPart in spring-test [SPR-14252]

Sam Brannen opened SPR-14252 and commentedStatus QuoSpring already has a mock for javax.servlet.http.Part in the test so...

Spring Refine CancellationException handling in Coroutines endpoints

As demonstrated in https://github.com/sdeleuze/spring-boot-coroutines-demo, in annotated controller throwing a Cancellat...

Spring The different behaviours due throwing CancellationException using coRouter/RestController in Coroutines

Using Spring Boot 2.4.2```@SpringBootApplicationclass DemoApplicationfun main(args: Array) { runApplication(*args)}@C...

Spring Improve performance of ProtobufHttpMessageConverter

Improved performance for ProtobufHttpMessageConverterCurrently, when a binary message in the form of ProtoBuf is receive...

Spring Possible inconsistency between FactoryBean and AbstractFactoryBean nullability

If not a bug and intentional just close.In doing our own static null analysis, we happened across the issue that Factory...

Spring Remove support for Protobuf 2.x and protobuf-java-format

Protobuf 3.x is now well established in the community, so we should raise the minimum baseline for the 6.1 generation.Al...

Spring Guard against ConcurrentModificationException when the response processes commitActions

Affects: \v5.3.8Version : spring-web v5.3.8Server type : reactiveJava class : org.springframework.http.server.reactive.A...

Spring HandlerMethodValidationException.Visitor incorrectly triggers other() method instead of requestParam() for @RequestParam validation errors

EnvironmentSpring Boot: 3.2.0-M3Spring Web: spring-web-6.1.0-M5.jarJava: 17Expected Behavior:When a @RequestParam value ...

Spring Refine CRaC restoration logs

As discussed with @wilkinsona, we should refine CRaC restoration logs in order to ensure consistency with Spring Boot an...

Spring ConfigurableListableBeanFactory getDependenciesForBean() & getDependentBeans() return empty array in BeanFactoryPostProcessor

ProblemConfigurableListableBeanFactory getDependenciesForBean() & getDependentBeans() return empty array in BeanFact...
上一页 下一页
.