From 417fff3a2f4e935cc06e55d75f4cb4ccdb9f1e60 Mon Sep 17 00:00:00 2001 From: Jagdish Prajapati Date: Sun, 16 Nov 2025 20:27:19 +0530 Subject: [PATCH 1/7] Run deprecated workflow only when change occurs in exercises folder --- .github/workflows/check-deprecated-exercises.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/check-deprecated-exercises.yml b/.github/workflows/check-deprecated-exercises.yml index 9e39d6af7..8865285b5 100644 --- a/.github/workflows/check-deprecated-exercises.yml +++ b/.github/workflows/check-deprecated-exercises.yml @@ -2,6 +2,12 @@ name: Deprecated on: pull_request: + paths: + - "exercises/**" + push: + branches: + - main + workflow_dispatch: jobs: test-deprecated: From 39325dabbe02a226970b8c6c0af655e1c7f674fb Mon Sep 17 00:00:00 2001 From: Jagdish Prajapati Date: Sun, 16 Nov 2025 20:42:40 +0530 Subject: [PATCH 2/7] Add LineLength module to checkstyle configuration --- exercises/checkstyle.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/exercises/checkstyle.xml b/exercises/checkstyle.xml index 8746c0e28..fcc7f44e1 100644 --- a/exercises/checkstyle.xml +++ b/exercises/checkstyle.xml @@ -10,6 +10,7 @@ page at http://checkstyle.sourceforge.net/config.html --> + From 715fadfc3c02d7c61e600c0139b3336b6b381fab Mon Sep 17 00:00:00 2001 From: Jagdish Prajapati Date: Sun, 16 Nov 2025 20:43:59 +0530 Subject: [PATCH 3/7] Update test-with-test-runner --- bin/test-with-test-runner | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/test-with-test-runner b/bin/test-with-test-runner index eed2d74b0..63f44be98 100755 --- a/bin/test-with-test-runner +++ b/bin/test-with-test-runner @@ -8,6 +8,7 @@ set -eo pipefail + docker pull exercism/java-test-runner exit_code=0 From f0f29195d36d7da90417111887c74ad8f5843091 Mon Sep 17 00:00:00 2001 From: Jagdish Prajapati Date: Sun, 16 Nov 2025 20:44:55 +0530 Subject: [PATCH 4/7] Remove unnecessary whitespace in checkstyle.xml --- exercises/checkstyle.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/exercises/checkstyle.xml b/exercises/checkstyle.xml index fcc7f44e1..8ba7c13c1 100644 --- a/exercises/checkstyle.xml +++ b/exercises/checkstyle.xml @@ -9,8 +9,7 @@ what the following rules do, please see the checkstyle configuration page at http://checkstyle.sourceforge.net/config.html --> - - + From 207bdd70e9d65bb003a3d0170efafe1b46a1b81b Mon Sep 17 00:00:00 2001 From: Jagdish Prajapati Date: Sun, 16 Nov 2025 20:45:30 +0530 Subject: [PATCH 5/7] Fix formatting in checkstyle.xml --- exercises/checkstyle.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/checkstyle.xml b/exercises/checkstyle.xml index 8ba7c13c1..8746c0e28 100644 --- a/exercises/checkstyle.xml +++ b/exercises/checkstyle.xml @@ -9,7 +9,7 @@ what the following rules do, please see the checkstyle configuration page at http://checkstyle.sourceforge.net/config.html --> - + From fe8c6fa774ed42183e2eb4b3f72f1801e12f5afc Mon Sep 17 00:00:00 2001 From: Jagdish Prajapati Date: Sun, 16 Nov 2025 20:47:48 +0530 Subject: [PATCH 6/7] Fix typo in contributor name in config.json --- exercises/practice/affine-cipher/.meta/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/practice/affine-cipher/.meta/config.json b/exercises/practice/affine-cipher/.meta/config.json index ee95ddda4..bc794971f 100644 --- a/exercises/practice/affine-cipher/.meta/config.json +++ b/exercises/practice/affine-cipher/.meta/config.json @@ -7,7 +7,7 @@ "jmrunkle", "msomji", "muzimuzhi", - "SleeplessByte", + "SleeplesByte", "sshine" ], "files": { From d63fb8fd7a39b3e6e6d8afa4572ce97ea4ab5f2c Mon Sep 17 00:00:00 2001 From: Jagdish Prajapati Date: Wed, 10 Dec 2025 10:19:51 +0530 Subject: [PATCH 7/7] Add test file path to config.json --- exercises/practice/affine-cipher/.meta/config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/exercises/practice/affine-cipher/.meta/config.json b/exercises/practice/affine-cipher/.meta/config.json index bc794971f..f5ea85560 100644 --- a/exercises/practice/affine-cipher/.meta/config.json +++ b/exercises/practice/affine-cipher/.meta/config.json @@ -15,6 +15,7 @@ "src/main/java/AffineCipher.java" ], "test": [ + "src/test/java/AffineCipherTest.java" ], "example": [