From 18b13263c254091886cbf2ceb5f4c5efff23c6b7 Mon Sep 17 00:00:00 2001 From: Ryan Baxter Date: Tue, 18 Nov 2025 16:40:40 -0500 Subject: [PATCH] Add annotation processor paths for Boot processors This is needed to support JDK 23+, see https://inside.java/2024/06/18/quality-heads-up/ --- pom.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/pom.xml b/pom.xml index ae9ed118..912f8716 100644 --- a/pom.xml +++ b/pom.xml @@ -379,6 +379,16 @@ ${maven.compiler.source} ${maven.compiler.target} -parameters + + + org.springframework.boot + spring-boot-configuration-processor + + + org.springframework.boot + spring-boot-autoconfigure-processor + + @@ -1025,6 +1035,14 @@ nullaway ${nullaway.version} + + org.springframework.boot + spring-boot-configuration-processor + + + org.springframework.boot + spring-boot-autoconfigure-processor +