Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
addAndGet(AtomicLong, long)
addAndGet(AtomicLongFieldUpdater<T> updater, T instance, long n)
AbstractListenerReadPublisher
Referenced from: commits cd47683
The text was updated successfully, but these errors were encountered:
rstoyanchev
No branches or pull requests
Juergen Hoeller opened SPR-15203 and commented
In the latest Reactor 3.0.5 snapshot,
addAndGet(AtomicLong, long)
is deprecated in favor ofaddAndGet(AtomicLongFieldUpdater<T> updater, T instance, long n)
. We need to revise ourAbstractListenerReadPublisher
accordingly.Referenced from: commits cd47683
The text was updated successfully, but these errors were encountered: