Nineya
Home
Blog
Spring Broken "Try This Tutorial" link on the https://spring.io/cloud page
2025-01-08 22:31:40
451
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
2025-01-08 22:31:36
3823
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
2025-01-08 22:31:34
583
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
2025-01-08 22:31:31
2030
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
2025-01-08 22:31:28
3250
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
2025-01-08 22:31:24
2519
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
2025-01-08 22:31:22
5459
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
2025-01-08 22:31:19
2997
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
2025-01-08 22:31:16
5845
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
2025-01-08 22:31:11
170
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
2025-01-08 22:31:09
387
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
2025-01-08 22:31:06
4252
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
2025-01-08 22:31:04
18568
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
2025-01-08 22:31:01
190
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
2025-01-08 22:30:58
280
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
2025-01-08 22:30:56
126
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
2025-01-08 22:30:54
446
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
2025-01-08 22:30:51
237
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
2025-01-08 22:30:48
2846
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
2025-01-08 22:30:43
12386
We were recently moving from WebClient to RestClient and one of the 3rd parties we deal with started returning us:HTTP E...
上一页
下一页
1
…
1191
1192
1193
1194
1195
…
2246
.