From 7e96b8242f50b64edd9e809d8126e2fa8bb28801 Mon Sep 17 00:00:00 2001 From: dishaprakash <57954147+dishaprakash@users.noreply.github.com> Date: Mon, 9 Feb 2026 16:58:44 +0530 Subject: [PATCH 1/8] chore: Add plugin for linter --- pom.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/pom.xml b/pom.xml index da143bf..ef99f4a 100644 --- a/pom.xml +++ b/pom.xml @@ -66,4 +66,21 @@ + + + + com.spotify.fmt + fmt-maven-plugin + 2.23.0 + + + + check + + + + + + + From 31a6340f0970a4445ed9677d8bab79b6abf67acd Mon Sep 17 00:00:00 2001 From: dishaprakash <57954147+dishaprakash@users.noreply.github.com> Date: Mon, 9 Feb 2026 16:59:41 +0530 Subject: [PATCH 2/8] Update lint workflow to include JDK setup and format check Added steps to set up JDK 17 and perform format check. --- .github/workflows/lint.yml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a2521b2..da4bd1e 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -25,11 +25,13 @@ jobs: cancel-in-progress: true steps: - - name: Checkout Repository - uses: actions/checkout@v3 - - # - name: Install Linter - # run: - - # - name: Run Linter - # run: + - name: Checkout Repository + uses: actions/checkout@v3 + - name: Set up JDK 17 + uses: actions/setup-java@v3 + with: + java-version: '17' + distribution: 'temurin' + cache: maven + - name: Fmt Check + run: mvn com.spotify.fmt:fmt-maven-plugin:check -B -ntp From 9c77009e81f097c8599b38edb3eebaaa2fab0236 Mon Sep 17 00:00:00 2001 From: dishaprakash <57954147+dishaprakash@users.noreply.github.com> Date: Mon, 9 Feb 2026 17:08:55 +0530 Subject: [PATCH 3/8] Update pom.xml --- pom.xml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index ef99f4a..115ab21 100644 --- a/pom.xml +++ b/pom.xml @@ -14,6 +14,11 @@ limitations under the License. --> + + + 4.0.0 com.google.cloud sdk-platform-java-config @@ -32,26 +37,20 @@ 2.15.2 1.23.0 - 2.15.2 - 1.23.0 - - com.fasterxml.jackson.core jackson-databind ${jackson.version} - com.google.auth google-auth-library-oauth2-http ${google.auth.version} - org.junit.jupiter junit-jupiter From ad1c214b54e78795d4011f73126e2a55a28a4619 Mon Sep 17 00:00:00 2001 From: dishaprakash <57954147+dishaprakash@users.noreply.github.com> Date: Mon, 9 Feb 2026 17:11:38 +0530 Subject: [PATCH 4/8] Update pom.xml --- pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/pom.xml b/pom.xml index 115ab21..7610b5f 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,6 @@ limitations under the License. --> - From 28a35c19de94316b94571e1b008257383769f82d Mon Sep 17 00:00:00 2001 From: dishaprakash <57954147+dishaprakash@users.noreply.github.com> Date: Mon, 9 Feb 2026 17:14:03 +0530 Subject: [PATCH 5/8] Update pom.xml --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7610b5f..8109f20 100644 --- a/pom.xml +++ b/pom.xml @@ -69,7 +69,7 @@ com.spotify.fmt fmt-maven-plugin - 2.23.0 + 2.27.0 From 2ed5b5c5faf45ff15d2a751365e925f6a164f09b Mon Sep 17 00:00:00 2001 From: dishaprakash <57954147+dishaprakash@users.noreply.github.com> Date: Mon, 9 Feb 2026 17:16:05 +0530 Subject: [PATCH 6/8] Update fmt-maven-plugin version to 2.28 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8109f20..5cfad4d 100644 --- a/pom.xml +++ b/pom.xml @@ -69,7 +69,7 @@ com.spotify.fmt fmt-maven-plugin - 2.27.0 + 2.28 From 4d0bb102a031f432084c3e30905589fe86093870 Mon Sep 17 00:00:00 2001 From: dishaprakash <57954147+dishaprakash@users.noreply.github.com> Date: Mon, 9 Feb 2026 17:19:14 +0530 Subject: [PATCH 7/8] Update pom.xml --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index 5cfad4d..a8b04bd 100644 --- a/pom.xml +++ b/pom.xml @@ -36,20 +36,26 @@ 2.15.2 1.23.0 + 2.15.2 + 1.23.0 + + com.fasterxml.jackson.core jackson-databind ${jackson.version} + com.google.auth google-auth-library-oauth2-http ${google.auth.version} + org.junit.jupiter junit-jupiter From abf2ab3fac311bd88f346bc7cfd937815352f83a Mon Sep 17 00:00:00 2001 From: dishaprakash <57954147+dishaprakash@users.noreply.github.com> Date: Mon, 9 Feb 2026 17:24:16 +0530 Subject: [PATCH 8/8] Update pom.xml --- pom.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pom.xml b/pom.xml index a8b04bd..6fab626 100644 --- a/pom.xml +++ b/pom.xml @@ -36,9 +36,6 @@ 2.15.2 1.23.0 - 2.15.2 - 1.23.0 -