Deprecate auto-configuration for InfluxDB

Closes gh-35190
This commit is contained in:
Andy Wilkinson
2023-07-20 12:25:01 +01:00
parent 5022e120c1
commit 3affb3342e
10 changed files with 48 additions and 15 deletions

View File

@@ -36,6 +36,8 @@ import static org.mockito.Mockito.mock;
*
* @author Eddú Meléndez
*/
@SuppressWarnings("removal")
@Deprecated(since = "3.2.0", forRemoval = true)
class InfluxDbHealthIndicatorTests {
@Test