Skip to content

Commit

Permalink
Deprecate SignalFX tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mhalbritter committed Jan 29, 2025
1 parent 58cc3a0 commit 035c80a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@
* Tests for {@link SignalFxMetricsExportAutoConfiguration}.
*
* @author Andy Wilkinson
* @deprecated since 3.5.0 for removal in 3.7.0
*/
@SuppressWarnings("removal")
@Deprecated(since = "3.5.0", forRemoval = true)
class SignalFxMetricsExportAutoConfigurationTests {

private final ApplicationContextRunner contextRunner = new ApplicationContextRunner()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@
* Tests for {@link SignalFxPropertiesConfigAdapter}.
*
* @author Mirko Sobeck
* @deprecated since 3.5.0 for removal in 3.7.0
*/
@SuppressWarnings("removal")
@Deprecated(since = "3.5.0", forRemoval = true)
class SignalFxPropertiesConfigAdapterTests
extends StepRegistryPropertiesConfigAdapterTests<SignalFxProperties, SignalFxPropertiesConfigAdapter> {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@
* Tests for {@link SignalFxProperties}.
*
* @author Stephane Nicoll
* @deprecated since 3.5.0 for removal in 3.7.0
*/
@SuppressWarnings("removal")
@Deprecated(since = "3.5.0", forRemoval = true)
class SignalFxPropertiesTests extends StepRegistryPropertiesTests {

@Test
Expand Down

0 comments on commit 035c80a

Please sign in to comment.