Skip to content

Avoid deprecated Reactor Operators call in AbstractListenerReadPublisher [SPR-15203] #19767

@spring-projects-issues

Description

@spring-projects-issues

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

Metadata

Metadata

Assignees

Labels

in: webIssues in web modules (web, webmvc, webflux, websocket)type: taskA general task

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions