From 94f74e13ff7a126b913c549b8041bccb8d279700 Mon Sep 17 00:00:00 2001 From: svc-excavator-bot Date: Tue, 24 Feb 2026 11:00:25 +0000 Subject: [PATCH] Excavator: Remove calls to deprecated APIs --- .../com/palantir/conjure/python/ConjurePythonGeneratorTest.java | 1 - .../java/com/palantir/conjure/python/cli/ConjurePythonCli.java | 1 - 2 files changed, 2 deletions(-) diff --git a/conjure-python-core/src/test/java/com/palantir/conjure/python/ConjurePythonGeneratorTest.java b/conjure-python-core/src/test/java/com/palantir/conjure/python/ConjurePythonGeneratorTest.java index bd307bf23..588a18012 100644 --- a/conjure-python-core/src/test/java/com/palantir/conjure/python/ConjurePythonGeneratorTest.java +++ b/conjure-python-core/src/test/java/com/palantir/conjure/python/ConjurePythonGeneratorTest.java @@ -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 walk = Files.walk(folder)) { diff --git a/conjure-python/src/main/java/com/palantir/conjure/python/cli/ConjurePythonCli.java b/conjure-python/src/main/java/com/palantir/conjure/python/cli/ConjurePythonCli.java index 06bed7251..f46d25921 100644 --- a/conjure-python/src/main/java/com/palantir/conjure/python/cli/ConjurePythonCli.java +++ b/conjure-python/src/main/java/com/palantir/conjure/python/cli/ConjurePythonCli.java @@ -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);