Nineya
Home
Blog
Spring Update versions in Javadoc
2025-01-08 17:11:37
240
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不支持循环依赖, 为什么不设计成支持循环依赖呢
2025-01-08 17:11:33
308
Affects: \Comment From: bclozelAfter translation:It does not support cyclic dependencies. Why is it not designed to supp...
Spring Misleading exception in AbstractMessageConverterMethodArgumentResolver
2025-01-08 17:11:30
1460
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
2025-01-08 17:11:26
2397
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
2025-01-08 17:11:24
2243
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
2025-01-08 17:11:21
474
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]
2025-01-08 17:11:19
17619
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
2025-01-08 17:11:16
1501
I have a JPA repository with the following method:public interface SampleRepository extends JpaRepository<SampleEntit...
Spring Provide a way to register multiple beans at once using java configuration
2025-01-08 17:11:13
1220
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
2025-01-08 17:11:11
2242
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
2025-01-08 17:11:08
821
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
2025-01-08 17:11:04
977
Affects: Spring Boot 6.0.4In the SharedEntityManagerCreator class, the following code block invokes getOutputParameterVa...
Spring Use String.equals() in LiteralPathElement
2025-01-08 17:11:01
604
String.equals() eventually calls StringLatin1.equals() which uses processor-specific intrinsics. They are available for ...
Spring MockHttpServletRequest requires Servlet API in version 6.0
2025-01-08 17:10:55
1524
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
2025-01-08 17:10:52
695
handle <>Comment From: sbrannenFor the current documentation, the "Web Reactive" link works fine.In light of that,...
Spring Optimize some iterations in BodyExtractor and BodyInserter
2025-01-08 17:10:47
896
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
2025-01-08 17:10:39
2432
Affects: \<5.3.22>@RestControllerAdvice(annotations = Controller.class)@Slf4jpublic class RestBodyAdvice implement...
Spring spring-jcl:6.0.7 not fully published yet
2025-01-08 17:10:36
2032
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
2025-01-08 17:10:34
545
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
2025-01-08 17:10:31
287
20361 introduced support for Vavr's Try monad to trigger transaction rollbacks when an @Transactional-annotated method r...
上一页
下一页
1
…
1361
1362
1363
1364
1365
…
2246
.