Skip to content

Commit

Permalink
spring-projectsGH-1473: Revert CompletableFuture Changes
Browse files Browse the repository at this point in the history
See spring-projects#1473
See spring-projects#1480

- caused problems with Boot auto configuration
- since 3.0 is a major release, switching to CF there is not onerous
- retain `CompletableFuture` as an async return type
  • Loading branch information
garyrussell committed Sep 13, 2022
1 parent e8f12b2 commit 009ec4e
Show file tree
Hide file tree
Showing 26 changed files with 49 additions and 2,199 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@
*
* @author Gary Russell
* @since 2.4
* @deprecated in favor of {@link RabbitStreamTemplate2}.
*/
@Deprecated
public class RabbitStreamTemplate implements RabbitStreamOperations, BeanNameAware {

protected final LogAccessor logger = new LogAccessor(getClass()); // NOSONAR
Expand Down
Loading

0 comments on commit 009ec4e

Please sign in to comment.