Skip to content

Commit

Permalink
Added deprecation warning to legacy recorder
Browse files Browse the repository at this point in the history
  • Loading branch information
tomakehurst committed Jul 17, 2023
1 parent 7a9b77e commit 7b8a7d3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@
import java.util.UUID;
import java.util.stream.Collectors;

/**
* @deprecated this is the legacy recorder and will be removed before 3.x is out of beta
*/
@Deprecated
public class StubMappingJsonRecorder implements RequestListener {

private final BlobStore mappingsBlobStore;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@
import org.junit.jupiter.api.Test;
import org.skyscreamer.jsonassert.JSONCompareMode;

/**
* @deprecated this test is for the legacy recorder which will be removed before 3.x is out of beta
*/
@Deprecated
public class StubMappingJsonRecorderTest {

private StubMappingJsonRecorder listener;
Expand Down

0 comments on commit 7b8a7d3

Please sign in to comment.