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

dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/main by this push:
     new 9c6fef5bf ORC-1905: Upgrade Maven to 3.9.10
9c6fef5bf is described below

commit 9c6fef5bf50da0ea47b6cae1bf679032483dfec7
Author: Dongjoon Hyun <dongj...@apache.org>
AuthorDate: Fri Jun 6 18:30:34 2025 -0700

    ORC-1905: Upgrade Maven to 3.9.10
    
    ### What changes were proposed in this pull request?
    
    This PR aims to upgrade Maven to 3.9.10.
    
    ### Why are the changes needed?
    
    To bring the latest bug fixes and to improve Java 24 support.
    - https://maven.apache.org/docs/3.9.10/release-notes.html
      - https://issues.apache.org/jira/browse/MNG-8399
    > Maven 3.9.10 now has a far better support if you want to run your builds 
on Java 24.
    
    However, please note that we have still a known remaining issue which is 
not a regression.
    - https://issues.apache.org/jira/browse/MNG-8760 (WARNING: A terminally 
deprecated method in sun.misc.Unsafe has been called - staticFieldBase in guice)
    
    Here is the complete list of resolved issues.
    - 
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&version=12355010
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    Pass the CIs.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #2250 from dongjoon-hyun/ORC-1905.
    
    Authored-by: Dongjoon Hyun <dongj...@apache.org>
    Signed-off-by: Dongjoon Hyun <dongj...@apache.org>
---
 java/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/pom.xml b/java/pom.xml
index 42c2c9d95..260dc6ad7 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -73,7 +73,7 @@
     <maven-shade-plugin.version>3.6.0</maven-shade-plugin.version>
     <maven.compiler.release>${java.version}</maven.compiler.release>
     
<maven.compiler.useIncrementalCompilation>false</maven.compiler.useIncrementalCompilation>
-    <maven.version>3.9.9</maven.version>
+    <maven.version>3.9.10</maven.version>
 
     <mockito.version>5.10.0</mockito.version>
     <orc-format.version>1.1.0</orc-format.version>

Reply via email to