spring-projects / spring-data-commons

Spring Data Commons. Interfaces and code shared between the various datastore specific implementations.
https://spring.io/projects/spring-data
Apache License 2.0
782 stars 675 forks source link

Prepare for removal of `ListenableFuture` #3190

Closed mp911de closed 3 weeks ago

mp911de commented 3 weeks ago

With ListenableFuture being marked for removal, we should revisit our code to align with removal and suppress warnings that stem from that usage.