You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by do...@apache.org on 2023/12/04 02:47:12 UTC

(orc) branch main updated: ORC-1537: Unpin and upgrade `spotless` to 2.41.0

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 a97715db7 ORC-1537: Unpin and upgrade `spotless` to 2.41.0
a97715db7 is described below

commit a97715db7711c9a29fcddfb52dece733dbbd8413
Author: Dongjoon Hyun <do...@apache.org>
AuthorDate: Sun Dec 3 18:47:06 2023 -0800

    ORC-1537: Unpin and upgrade `spotless` to 2.41.0
    
    ### What changes were proposed in this pull request?
    
    This PR aims to unpin and upgrade `spotless` to 2.41.0.
    
    ### Why are the changes needed?
    
    To renable `spotless` in Apache ORC 2.
    
    ### How was this patch tested?
    
    Pass the CIs.
    
    Closes #1675 from dongjoon-hyun/ORC-1537.
    
    Authored-by: Dongjoon Hyun <do...@apache.org>
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
---
 .github/dependabot.yml | 3 ---
 java/examples/pom.xml  | 3 ---
 java/pom.xml           | 2 +-
 java/tools/pom.xml     | 3 ---
 4 files changed, 1 insertion(+), 10 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 347678027..d9bd8a746 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -47,6 +47,3 @@ updates:
       # Pin byte-buddy to 1.12.x aline with mockito
       - dependency-name: "net.bytebuddy"
         versions: "[1.13.0,)"
-      # Pin spotless to 2.30.0 due to Java 8 support
-      - dependency-name: "com.diffplug.spotless:spotless-maven-plugin"
-        versions: "[2.31.0,)"
diff --git a/java/examples/pom.xml b/java/examples/pom.xml
index d487c301a..c1d1b36fa 100644
--- a/java/examples/pom.xml
+++ b/java/examples/pom.xml
@@ -24,9 +24,6 @@
   <artifactId>orc-examples</artifactId>
   <packaging>jar</packaging>
   <name>ORC Examples</name>
-  <description>
-
-  </description>
 
   <dependencies>
     <!-- intra-project -->
diff --git a/java/pom.xml b/java/pom.xml
index 950db5450..e5074f8d3 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -320,7 +320,7 @@
         <plugin>
           <groupId>com.diffplug.spotless</groupId>
           <artifactId>spotless-maven-plugin</artifactId>
-          <version>2.30.0</version>
+          <version>2.41.0</version>
           <configuration>
             <pom>
               <sortPom>
diff --git a/java/tools/pom.xml b/java/tools/pom.xml
index 52d62959f..03c88d45f 100644
--- a/java/tools/pom.xml
+++ b/java/tools/pom.xml
@@ -24,9 +24,6 @@
   <artifactId>orc-tools</artifactId>
   <packaging>jar</packaging>
   <name>ORC Tools</name>
-  <description>
-
-  </description>
 
   <dependencies>
     <!-- intra-project -->