Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ private void maybeResetExpectedDirectory(Path expected, ConjureDefinition defini
}
}

@SuppressWarnings("for-rollout:deprecation")
private ConjureDefinition getInputDefinitions(Path folder) throws IOException {
Files.createDirectories(folder);
try (Stream<Path> walk = Files.walk(folder)) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ public void run() {
mixinStandardHelpOptions = true,
usageHelpWidth = 120)
public static final class GenerateCommand implements Runnable {
@SuppressWarnings("for-rollout:deprecation")
private static final ObjectMapper OBJECT_MAPPER = new ObjectMapper()
.registerModule(new Jdk8Module())
.setSerializationInclusion(JsonInclude.Include.NON_ABSENT);
Expand Down