Juergen Hoeller opened SPR-15203 and commented
In the latest Reactor 3.0.5 snapshot, addAndGet(AtomicLong, long) is deprecated in favor of addAndGet(AtomicLongFieldUpdater<T> updater, T instance, long n). We need to revise our AbstractListenerReadPublisher accordingly.
Referenced from: commits cd47683