Spring Review Default Profile section in the reference documentation

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

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

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

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

AFAICT MockRestServiceServer cannot currently be used with the new RestClient interface. Perhaps a bindTo(RestClient.Bui...

Spring RestTemplate fails with bad MIME Type

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

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

KClass instantiation in CoroutinesUtils is suboptimal, and should be replaced by KTypes#isSubtypeOf checks using pre-ins...

Spring Fix DefaultServerObservation httpUrl value

See DefaultServerRequestObservationConvention.java : @Override public KeyValues getHighCardinalityKeyValues(Server...

Spring Make SpEL's OptimalPropertyAccessor private

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

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

@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]

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]

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

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

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

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?

Hello I have a problem in my project:// this is parent interfacepublic interface ParentComponent<T extends TestParent...

Spring Fix Javadoc

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

Affects: 6.0.xMany categories of basic SpelExpression are not compiled into a performant form due to a pattern of not ac...
上一页 下一页
.