From 68e3c5db4787d7defb53db70e1b45ccaf2f01482 Mon Sep 17 00:00:00 2001 From: dirdr Date: Tue, 20 May 2025 14:33:28 +0200 Subject: [PATCH] fix/compile add lombok annotation processing --- CHANGELOG.md | 1 + pom.xml | 12 +++++++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index acb0422..f97f08d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - upgrade libraries versions - correction of technical problem with Integration tests (because of Maven format in technical answer to "sonar-orchestrator-junit5" library) - update from jdk 11 to 17 +- Add Lombok annotation processing inside `maven-compiler` plugin, to fix compile error on Arm64 architecture ### Deleted diff --git a/pom.xml b/pom.xml index b292cfb..c59fdb0 100644 --- a/pom.xml +++ b/pom.xml @@ -67,6 +67,7 @@ 5.17.0 + 1.18.38 2.2.2 @@ -176,7 +177,7 @@ org.projectlombok lombok - 1.18.38 + ${lombok.version} test @@ -189,6 +190,15 @@ org.apache.maven.plugins maven-compiler-plugin 3.14.0 + + + + org.projectlombok + lombok + ${lombok.version} + + + org.apache.maven.plugins