You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Work on #51 - Replace shared API classes with codegen from OpenAPI/JSON schema - implemented FtgoApiDependencyResolverPlugin to 'download' and unpack API specification JARs
Copy file name to clipboardExpand all lines: ftgo-consumer-service/src/test/java/net/chrisrichardson/ftgo/consumerservice/api/ValidatingJSONMapper.java
+3
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@
6
6
importorg.everit.json.schema.loader.SchemaLoader;
7
7
importorg.json.JSONObject;
8
8
importorg.json.JSONTokener;
9
+
importorg.springframework.util.Assert;
9
10
10
11
importjava.io.IOException;
11
12
importjava.io.InputStream;
@@ -23,6 +24,8 @@ public ValidatingJSONMapper(Schema schema) {
0 commit comments