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

bowenliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi.git


The following commit(s) were added to refs/heads/master by this push:
     new b3d2e3f59 [KYUUBI #6548] Bump enforcer extra mojo rules to 1.8.0 for 
recognizing higher Java bytecode versions
b3d2e3f59 is described below

commit b3d2e3f59c8e804e1e368fc5b5805c4340ece743
Author: Bowen Liang <[email protected]>
AuthorDate: Fri Jul 19 13:19:35 2024 +0800

    [KYUUBI #6548] Bump enforcer extra mojo rules to 1.8.0 for recognizing 
higher Java bytecode versions
    
    # :mag: Description
    ## Issue References ๐Ÿ”—
    
    This pull request fixes #
    
    ## Describe Your Solution ๐Ÿ”ง
    
    - this bump helps to recognize Java 21-23 class formats: 
https://github.com/mojohaus/extra-enforcer-rules/releases
    - reduce warning message when checking java bytecode versions
    ```
    Warning:  Unknown bytecodeVersion for 
com.fasterxml.jackson.core:jackson-core:jar:2.15.4:compile : 
META-INF/versions/21/com/fasterxml/jackson/core/io/doubleparser/FastDoubleSwar.class:
 got null class-file-version
    ```
    
    ## Types of changes :bookmark:
    
    - [x] Bugfix (non-breaking change which fixes an issue)
    - [ ] New feature (non-breaking change which adds functionality)
    - [ ] Breaking change (fix or feature that would cause existing 
functionality to change)
    
    ## Test Plan ๐Ÿงช
    
    #### Behavior Without This Pull Request :coffin:
    
    #### Behavior With This Pull Request :tada:
    
    #### Related Unit Tests
    
    ---
    
    # Checklist ๐Ÿ“
    
    - [ ] This patch was not authored or co-authored using [Generative 
Tooling](https://www.apache.org/legal/generative-tooling.html)
    
    **Be nice. Be informative.**
    
    Closes #6548 from bowenliang123/mojo-rules-180.
    
    Closes #6548
    
    f53e4725d [Bowen Liang] update
    
    Authored-by: Bowen Liang <[email protected]>
    Signed-off-by: Bowen Liang <[email protected]>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index eb61cb5a3..1d055ad84 100644
--- a/pom.xml
+++ b/pom.xml
@@ -228,7 +228,7 @@
         
<maven.plugin.build.helper.version>3.3.0</maven.plugin.build.helper.version>
         <maven.plugin.download.version>1.8.1</maven.plugin.download.version>
         <maven.plugin.download.cache.path></maven.plugin.download.cache.path>
-        
<maven.plugin.enforcer.mojo.rules.version>1.6.1</maven.plugin.enforcer.mojo.rules.version>
+        
<maven.plugin.enforcer.mojo.rules.version>1.8.0</maven.plugin.enforcer.mojo.rules.version>
         <maven.plugin.flatten.version>1.6.0</maven.plugin.flatten.version>
         <maven.plugin.frontend.version>1.12.1</maven.plugin.frontend.version>
         <maven.plugin.scala.version>4.8.0</maven.plugin.scala.version>

Reply via email to