You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
updating project reactor dependency to work with spring boot 3,
replacing deprecated calls to subscriberContext
Signed-off-by: Jan Czapla <jan.czapla@bosch.com>
Expected Behavior
Publishing pubsub message with Dapr Java SDK 1.7.1 and Spring Boot 3 to work out-of-the-box.
Actual Behavior
Publishing event fails with exception:
Steps to Reproduce the Problem
Create Spring Boot 3 application, add Dapr client, try to publish anything to pubsub.
Release Note
RELEASE NOTE: UPDATE reactore-core to v3.5.0.
Suggested workaround
If you use Gradle and io.spring.dependency-management plugin you can workaround it by downgrading reactor-bom:
The text was updated successfully, but these errors were encountered: