Spring Update versions in Javadoc

This PR updates versions in Javadoc for gh-30140, gh-30142, and gh-30144 as they are also backported to the 5.2.x branch...

Spring @Async不支持循环依赖, 为什么不设计成支持循环依赖呢

Affects: \Comment From: bclozelAfter translation:It does not support cyclic dependencies. Why is it not designed to supp...

Spring Misleading exception in AbstractMessageConverterMethodArgumentResolver

So I was testing my code with MockMvc and spring-webmvc 6.0.4.My tests kept failing with "org.springframework.web.HttpMe...

Spring RequestContextFilter is not compatible with async request filters

RequestContextFilter sets some thread-locals in holders to bind the request scope to the current servlet request.Upon re...

Spring org.hibernate.criterion.Criterion ClassNotFoundException in migrating to Hibernate 6.1.6 with spring-orm 6.0.0

I’m migrating a legacy application with spring-orm-6.x with Hibernate 6.1.6.Final version. While running the application...

Spring org.hibernate.criterion in HibernateOperations and HibernateTemplate

Hello,In spring-framework-6.0.7 this files:org.springframework.orm.hibernate.HibernateOperationsorg.springframework.orm....

Spring Spring 5 Webclient throws ReadTimeout Exception [SPR-17610]

Viswanathan Manickam opened SPR-17610 and commentedI am getting readtimeout exception when I try to load test 1000 reque...

Spring ClassCastException in JpaRepository method that returns Stream<> when running in native image

I have a JPA repository with the following method:public interface SampleRepository extends JpaRepository&lt;SampleEntit...

Spring Provide a way to register multiple beans at once using java configuration

Affects: 5.1.9At the moment it is possible to register beans using @Bean annotation. As far I know each bean registered ...

Spring Improve error message when mixing positional/named constructor arguments across parent/child beans

This is probably intentional behavior, or at least "not accommodated", but just in case...I ran into a case where using ...

Spring Handle all exceptions for stored proc output param retrieval in SharedEntityManagerCreator

Fixes #30160 Comment From: sbrannenHi @giuseppemilicia,Congratulations on submitting your first PR for the Spring Framew...

Spring SharedEntityManagerCreator does not handle all exceptions for stored proc output param retrieval

Affects: Spring Boot 6.0.4In the SharedEntityManagerCreator class, the following code block invokes getOutputParameterVa...

Spring Use String.equals() in LiteralPathElement

String.equals() eventually calls StringLatin1.equals() which uses processor-specific intrinsics. They are available for ...

Spring MockHttpServletRequest requires Servlet API in version 6.0

Hi, I'm using MockHttpServletRequest implementation from spring-test package in few our unit tests.Our project runs on J...

Spring Fix anchor in link to "Web on Reactive Stack" chapter

handle &lt;&gt;Comment From: sbrannenFor the current documentation, the "Web Reactive" link works fine.In light of that,...

Spring Optimize some iterations in BodyExtractor and BodyInserter

Using iterators for trivial findFirst and toList cases uses less CPU and memory (in these cases, not while costing reada...

Spring There is a problem with the string returned by using the ResponseBodyAdvice wrapper api

Affects: \&lt;5.3.22&gt;@RestControllerAdvice(annotations = Controller.class)@Slf4jpublic class RestBodyAdvice implement...

Spring spring-jcl:6.0.7 not fully published yet

Our internal Maven repo is mirroring Maven Central and for some unknown reason, spring-jcl:6.0.7 artifact doesn't show u...

Spring Cache ServerHttpRequest::getMethod in AbstractServerHttpRequest

ServerHttpRequest.method() is called twice on each HttpMethodPredicate and within CorsUtils.isPreFlightRequest(). Each c...

Spring Document support of Vavr's Try to potentially roll back declarative transactions

20361 introduced support for Vavr's Try monad to trigger transaction rollbacks when an @Transactional-annotated method r...
上一页 下一页
.