Spring Broken "Try This Tutorial" link on the https://spring.io/cloud page

On the https://spring.io/cloud page, the "Try This Tutorial" link, which references https://spring.io/2019/10/15/simple-...

Spring Body token not expected error when trying to upload a large multipart file

I observe not an entirely deterministic issue while uploading big multipart files. It does not occur for small files. Th...

Spring Creating ServerRequest from MockHttpServletRequest changed behaviour 5.3.0-M1

Affects: 5.3.0-M1In 5.2.7 we could call ServerRequest.create(MockHttpServletRequest()) in our tests. With 5.3.0-M1 this ...

Spring HeaderResultMatchers should not import org.junit.Assert

It looks like HeaderResultMatchers is accidentally importing org.junit.Assert.assertNotNull rather than our own org.spri...

Spring AnnotatedElementUtils.findMergedRepeatableAnnotations does not fetch results when other attributes exist in container annotation

Affects: v5.3.24, v6.0.2I have the following code: public class Main2 { @Retention(RetentionPolicy.RUNTIME) @Repea...

Spring @TestBean can not use a custom name

Environment: Spring 6.2.0-M1, Java 21Example project: https://github.com/hantsy/spring6-sandbox/tree/master/test-beanIn ...

Spring Support varargs invocations in SpEL for varargs array subtype

There was a bug in SpEL where an array passed into a varargs method could be wrapped one too many times if the component...

Spring Application stopping appeared StompBrokerRelayMessageHandler ClosedChannelException

Affects: \ 6.1.62024-04-19T10:28:38.907+08:00 INFO 24100 --- [basic-api-app] [ionShutdownHook] o.s.m.s.s.StompBrokerRel...

Spring MergedAnnotations search does not find container for repeatable annotation

when i use applicationContext.getBeansWithAnnotation(Extensions.class);in spring framework 5.3.20 , i can got a bean,in ...

Spring Upgrade to webjars-locator-lite 1.0.0

As a follow-up of #27619 and as discussed in https://github.com/webjars/webjars-locator-lite/issues/1, Spring should lev...

Spring BindingReflectionHintsRegistrar#registerReflectionHints can be invoked with a null type

It currently states that the var arg types can be null, which should not happen. The signature should be revisited as we...

Spring Boilerplate-less SpringJUnitConfig

My Spring application has many beans, logically segregated in Java packages (f.e. order, product, etc.). I would like to...

Spring HttpComponentsClientHttpRequestFactory does not set Content-Length: 0

Affects: 6.1.6I have an API that requires sending a Content-Length: 0 when the body is null/empty.When we previously upg...

Spring di1

Comment From: pivotal-cla@ban-xiu Please sign the Contributor License Agreement!Click here to manually synchronize the s...

Spring Add testing support for WebMvc.fn

WebTestClient has support for testing reactive router functions by creating a WebTestClient that's bound to a reactive R...

Spring Upgrade to HtmlUnit 4.1.0

Related to Juergen's comment, HtmlUnit 4.1.0 is available. It would be good to see if the HtmlUnit integration can be up...

Spring Introduce NoOp implementation for ResponseErrorHandler

There are cases where you'd like to not do anything special in case of error. Spring Boot already does that for its Test...

Spring Fix incorrect class reference syntax in Kotlin code sample

Hi Team,I noticed an incorrect class reference in the documentation, and I've attempted to correct it.Comment From: sbra...

Spring Fix memory leak on AOP Proxy class definition cache

Fix memory leak on AOP Proxy class definition cache.How to reproduceLike @Validated annotation with Request scope Contro...

Spring BufferingClientHttpRequestFactory should not set content length for empty request body

We were recently moving from WebClient to RestClient and one of the 3rd parties we deal with started returning us:HTTP E...
上一页 下一页
.