File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
main/java/com/github/tomakehurst/wiremock/stubbing
test/java/com/github/tomakehurst/wiremock/stubbing Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 33
33
import java .util .UUID ;
34
34
import java .util .stream .Collectors ;
35
35
36
+ /**
37
+ * @deprecated this is the legacy recorder and will be removed before 3.x is out of beta
38
+ */
39
+ @ Deprecated
36
40
public class StubMappingJsonRecorder implements RequestListener {
37
41
38
42
private final BlobStore mappingsBlobStore ;
Original file line number Diff line number Diff line change 46
46
import org .junit .jupiter .api .Test ;
47
47
import org .skyscreamer .jsonassert .JSONCompareMode ;
48
48
49
+ /**
50
+ * @deprecated this test is for the legacy recorder which will be removed before 3.x is out of beta
51
+ */
52
+ @ Deprecated
49
53
public class StubMappingJsonRecorderTest {
50
54
51
55
private StubMappingJsonRecorder listener ;
You can’t perform that action at this time.
0 commit comments