Closed luczsoma closed 2 years ago
https://github.com/reactor/reactor-core/issues/2663 seems to be the upstream issue.
We worked around the regression by downgrading the transitive dependency
dependency 'io.projectreactor:reactor-core:3.4.3'
@luczsoma the bugs linked in the comments have all been resolved, can you confirm this issue is resolved?
@trande4884 I can confirm this is resolved.
Describe the bug I updated
spring-boot-starter-parent
from2.4.3
to2.4.4
in my project, which hasazure-spring-data-cosmos
(3.5.1
, also tried with3.5.0
) as a dependency (thus havingazure-cosmos
4.13.1
/4.13.0
as a transitive dependency). After the update, my project does not start, as it cannot instantiate repositories because of an underlying ClassCastException error.Exception or Stack Trace
To Reproduce Steps to reproduce the behavior:
spring-boot-starter-parent
2.4.4
andspring-data-cosmos-db
3.5.0
/3.5.1
.Code Snippet not applicable
Expected behavior I expect
spring-data-cosmos-db
3.5.0
/3.5.1
to work withspring-boot-starter-parent
2.4.4
.Screenshots not applicable
Setup (please complete the following information):
spring-data-cosmos-db
3.5.0
&3.5.1
,spring-boot-starter-parent
2.4.4
Additional context My pom.xml:
Information Checklist Kindly make sure that you have added all the following information above and checkoff the required fields otherwise we will treat the issuer as an incomplete report