From 610a2daa83d69be369958d83dd97819dda94c7e5 Mon Sep 17 00:00:00 2001 From: panos-kakos Date: Thu, 9 Oct 2025 06:59:06 +0300 Subject: [PATCH 1/3] [JAVA-49198] Removed native profiles --- parent-boot-4/pom.xml | 101 ------------------------------------------ 1 file changed, 101 deletions(-) diff --git a/parent-boot-4/pom.xml b/parent-boot-4/pom.xml index 28313d8b04ba..1d4ac5d4347c 100644 --- a/parent-boot-4/pom.xml +++ b/parent-boot-4/pom.xml @@ -87,12 +87,6 @@ maven-resources-plugin ${maven-resources-plugin.version} - - org.graalvm.buildtools - native-maven-plugin - ${native-build-tools-plugin.version} - true - org.springframework.boot spring-boot-maven-plugin @@ -119,107 +113,12 @@ - - - native - - - - org.springframework.boot - spring-boot-maven-plugin - - - paketobuildpacks/builder:tiny - - true - - - - - - process-aot - - process-aot - - - - - - org.graalvm.buildtools - native-maven-plugin - - ${project.build.outputDirectory} - - true - - 22.3 - - - - add-reachability-metadata - - add-reachability-metadata - - - - - - - - - nativeTest - - - org.junit.platform - junit-platform-launcher - test - - - - - - org.springframework.boot - spring-boot-maven-plugin - - - process-test-aot - - process-test-aot - - - - - - org.graalvm.buildtools - native-maven-plugin - - ${project.build.outputDirectory} - - true - - 22.3 - - - - native-test - - test - - - - - - - - - 3.5.0 3.14.1 3.3.1 3.4.2 3.5.4 - 0.10.1 4.0.0-M3 com.example.MainApplication From d89eaedd478572974f2ec33766acf77e04dc3e03 Mon Sep 17 00:00:00 2001 From: panos-kakos Date: Sat, 11 Oct 2025 19:34:31 +0300 Subject: [PATCH 2/3] [JAVA-49198] Clean --- parent-boot-4/pom.xml | 75 +------------------------------------------ 1 file changed, 1 insertion(+), 74 deletions(-) diff --git a/parent-boot-4/pom.xml b/parent-boot-4/pom.xml index 1d4ac5d4347c..402fec77ac77 100644 --- a/parent-boot-4/pom.xml +++ b/parent-boot-4/pom.xml @@ -27,80 +27,12 @@ - - - ch.qos.logback - logback-classic - - - ch.qos.logback - logback-core - - - org.slf4j - slf4j-api - - - org.slf4j - jcl-over-slf4j - - - org.springframework.boot - spring-boot-starter-test - test - - - - - - - org.apache.maven.plugins - maven-clean-plugin - ${maven-clean-plugin.version} - - - org.apache.maven.plugins - maven-compiler-plugin - ${maven-compiler-plugin.version} - - - org.apache.maven.plugins - maven-jar-plugin - ${maven-jar-plugin.version} - - - - ${start-class} - true - - - - - - org.apache.maven.plugins - maven-surefire-plugin - ${maven-surefire-plugin.version} - - - org.apache.maven.plugins - maven-resources-plugin - ${maven-resources-plugin.version} - - - org.springframework.boot - spring-boot-maven-plugin - ${spring-boot.version} - - ${start-class} - - - - org.springframework.boot spring-boot-maven-plugin + ${spring-boot.version} repackage @@ -114,11 +46,6 @@ - 3.5.0 - 3.14.1 - 3.3.1 - 3.4.2 - 3.5.4 4.0.0-M3 com.example.MainApplication From 0db849c5ab9678bdef585133a94b48dbeb35c518 Mon Sep 17 00:00:00 2001 From: panos-kakos Date: Wed, 15 Oct 2025 19:58:57 +0300 Subject: [PATCH 3/3] [JAVA-49198] Clean up pom.xml --- parent-boot-4/pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/parent-boot-4/pom.xml b/parent-boot-4/pom.xml index 402fec77ac77..aaeb9b671f4d 100644 --- a/parent-boot-4/pom.xml +++ b/parent-boot-4/pom.xml @@ -47,7 +47,6 @@ 4.0.0-M3 - com.example.MainApplication