Nineya
Home
Blog
Spring Review Default Profile section in the reference documentation
2025-01-08 22:11:58
7073
In the current reference documentation exists the Default Profile section. It has the following content Starting with a ...
Spring Performance degradation due to Kotlin value class checks
2025-01-08 22:11:56
4829
Affects: : >= 6.1.2 Related issue : #31698 Since spring-boot 3.2.1, we have noticed a significant performance drop ...
Spring Upgrade to HtmlUnit 3.11.0
2025-01-08 22:11:17
2350
Affects: All current spring framework versionsHtmlUnit has released version 3.0.0 on March 19. With this version the art...
Spring Reject null return value from MethodReplacer for primitive return type
2025-01-08 22:11:14
1636
If a MethodReplacer replaces a method with a primitive return type, and if the replacer returns null, CGLIB silently con...
Spring Support use of MockRestServiceServer with RestClient
2025-01-08 22:11:11
400
AFAICT MockRestServiceServer cannot currently be used with the new RestClient interface. Perhaps a bindTo(RestClient.Bui...
Spring RestTemplate fails with bad MIME Type
2025-01-08 22:11:08
2829
Affects: Spring Framework 3.2.3Spring RestTemplate fails giving an answer if the server responds with an illegal HTTP Co...
Spring Remove deprecated API from WebContentGenerator
2025-01-08 22:11:06
787
Some API in WebContentGenerator was deprecated back in 4.2 and we should remove this support now. HTTP 1.0 is not suppor...
Spring Optimize Coroutine invocations
2025-01-08 22:11:03
1740
KClass instantiation in CoroutinesUtils is suboptimal, and should be replaced by KTypes#isSubtypeOf checks using pre-ins...
Spring Fix DefaultServerObservation httpUrl value
2025-01-08 22:10:45
1098
See DefaultServerRequestObservationConvention.java : @Override public KeyValues getHighCardinalityKeyValues(Server...
Spring Make SpEL's OptimalPropertyAccessor private
2025-01-08 22:10:36
263
It was never necessary for SpEL's OptimalPropertyAccessor to be public.Instead, clients should interact with OptimalProp...
Spring Fix order of 2 sections in the Validation chapter of the reference manual
2025-01-08 22:10:34
647
There is currently a wrong order of webpages in the documentation under https://docs.spring.io/spring-framework/referenc...
Spring Migrate @MockBean to Spring Framework
2025-01-08 22:10:30
447
@MockBean is a great tool for the test. It helps me to write a lot of more efficient test code. But my company has some ...
Spring Spring Test support for @MockBean or similar [SPR-14083]
2025-01-08 22:10:27
5306
Martin Meyer opened SPR-14083 and commentedIf I have a Transaction Manager running in unit tests, it becomes impossible ...
Spring Allow @Bean in test classes to override beans loaded via @ContextConfiguration [SPR-7169]
2025-01-08 22:10:25
1298
Oliver Drotbohm opened SPR-7169 and commentedIt would be cool if test classes executed with SpringJUnit4ClassRunner woul...
Spring Fix typo in documentation: mvc-ann-rest-exceptions.adoc
2025-01-08 22:10:22
218
Fixed a small typo.Link to the relevant webpage, see under the table: https://docs.spring.io/spring-framework/reference/...
Spring Spring Validator cannot validate nested model
2025-01-08 22:10:19
3054
Affects: \<6.1.4>I have these two model classes# EmailAddress.javaimport jakarta.validation.constraints.Email;publ...
Spring Avoid resizing of fixed-size HashSet/LinkedHashSet variants
2025-01-08 22:10:16
836
Add helpers to CollectionUtils for building HashSets and LinkedHashSets that can hold an expected number of elements wit...
Spring How can I inject a list of beans using generics?
2025-01-08 22:10:13
1663
Hello I have a problem in my project:// this is parent interfacepublic interface ParentComponent<T extends TestParent...
Spring Fix Javadoc
2025-01-08 22:10:11
430
Fixes some warnings and errors in JavaDocWhats done:Fixed error when building framework-api:javadoc in AbstractPdfView.j...
Spring Invoke methods via public interface/superclass in compiled SpEL expressions
2025-01-08 22:10:08
7007
Affects: 6.0.xMany categories of basic SpelExpression are not compiled into a performant form due to a pattern of not ac...
上一页
下一页
1
…
1207
1208
1209
1210
1211
…
2246
.