Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit c0cef00

Browse files
committed
Fix reactor ReactorResourceFactory deprecation
- Fixes #199
1 parent dd2a873 commit c0cef00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/springframework/cli/config/SpringCliConfiguration.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2022-2023 the original author or authors.
2+
* Copyright 2022-2024 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -35,7 +35,7 @@
3535
import org.springframework.cli.util.TerminalMessage;
3636
import org.springframework.context.annotation.Bean;
3737
import org.springframework.context.annotation.Configuration;
38-
import org.springframework.http.client.reactive.ReactorResourceFactory;
38+
import org.springframework.http.client.ReactorResourceFactory;
3939
import org.springframework.shell.command.CommandExceptionResolver;
4040
import org.springframework.shell.command.CommandRegistration;
4141
import org.springframework.shell.result.CommandNotFoundMessageProvider;

0 commit comments

Comments
 (0)