This is an automated email from the ASF dual-hosted git repository.

rgoers pushed a commit to branch spring-boot-4-1-1
in repository https://gitbox.apache.org/repos/asf/logging-flume-spring-boot.git

commit 79dd399fb0580f591b02a1b127252b81f3ddb879
Author: Ralph Goers <[email protected]>
AuthorDate: Thu Sep 3 14:57:06 2026 -0700

    Upgrade the spring boot version
---
 flume-spring-boot/pom.xml | 12 ------------
 pom.xml                   | 29 ++++++++++++++++++++++++++++-
 2 files changed, 28 insertions(+), 13 deletions(-)

diff --git a/flume-spring-boot/pom.xml b/flume-spring-boot/pom.xml
index bfdefc5..bb7958e 100644
--- a/flume-spring-boot/pom.xml
+++ b/flume-spring-boot/pom.xml
@@ -29,20 +29,8 @@
 
   <properties>
     <module.name>org.apache.flume.spring.boot</module.name>
-    <spring-boot.version>4.1.0</spring-boot.version>
     <gson.version>2.14.0</gson.version>
   </properties>
-  <dependencyManagement>
-    <dependencies>
-      <dependency>
-        <groupId>org.springframework.boot</groupId>
-        <artifactId>spring-boot-dependencies</artifactId>
-        <version>${spring-boot.version}</version>
-        <type>pom</type>
-        <scope>import</scope>
-      </dependency>
-    </dependencies>
-  </dependencyManagement>
 
   <dependencies>
     <dependency>
diff --git a/pom.xml b/pom.xml
index a432e7a..c383c93 100644
--- a/pom.xml
+++ b/pom.xml
@@ -105,7 +105,7 @@
     <mvn-javadoc-plugin.version>2.9</mvn-javadoc-plugin.version>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <rat.version>0.12</rat.version>
-    <spring-boot.version>4.1.0</spring-boot.version>
+    <spring-boot.version>4.1.1</spring-boot.version>
   </properties>
   <dependencyManagement>
     <dependencies>
@@ -123,6 +123,13 @@
         <type>pom</type>
         <scope>import</scope>
       </dependency>
+      <dependency>
+        <groupId>org.springframework.boot</groupId>
+        <artifactId>spring-boot-dependencies</artifactId>
+        <version>${spring-boot.version}</version>
+        <type>pom</type>
+        <scope>import</scope>
+      </dependency>
       <!-- Override the versions in this repo -->
       <dependency>
         <groupId>org.apache.flume</groupId>
@@ -185,6 +192,26 @@
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <version>3.13.0</version>
+        <!-- Use a recent version -->
+        <configuration>
+          <compilerArgs>
+            
<arg>-J--add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED</arg>
+            
<arg>-J--add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED</arg>
+            
<arg>-J--add-exports=jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED</arg>
+            
<arg>-J--add-exports=jdk.compiler/com.sun.tools.javac.model=ALL-UNNAMED</arg>
+            
<arg>-J--add-exports=jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED</arg>
+            
<arg>-J--add-exports=jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED</arg>
+            
<arg>-J--add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED</arg>
+            
<arg>-J--add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED</arg>
+            
<arg>-J--add-exports=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED</arg>
+            
<arg>-J--add-exports=jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED</arg>
+          </compilerArgs>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
 

Reply via email to