mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
729551f375
The recent refactoring lead to java.lang.NoClassDefFoundError: io/reactivex/Completable where only RxJava 1 is in the classpath. Most likely due to the lack of prefix in Completable::complete with rx package to avoid the RxJava 2 reference.