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

chengpan pushed a commit to branch branch-1.10
in repository https://gitbox.apache.org/repos/asf/kyuubi.git


The following commit(s) were added to refs/heads/branch-1.10 by this push:
     new 18327e1297 [KYUUBI #7261] Bump extra-enforcer-rules 1.11.0
18327e1297 is described below

commit 18327e12972663634509c6bd6806d186110ef5bf
Author: Cheng Pan <[email protected]>
AuthorDate: Tue Nov 25 14:41:55 2025 +0800

    [KYUUBI #7261] Bump extra-enforcer-rules 1.11.0
    
    ### Why are the changes needed?
    
    To suppress warnings like
    
    ```
    [INFO] --- enforcer:3.5.0:enforce (enforce-bytecode-version)  
kyuubi-spark-sql-engine_2.13 ---
    [WARNING] Unknown bytecodeVersion for 
net.bytebuddy:byte-buddy:jar:1.17.6:compile : 
META-INF/versions/24/net/bytebuddy/jar/asmjdkbridge/JdkClassWriter$1.class: got 
null class-file-version
    [WARNING] Unknown bytecodeVersion for 
net.bytebuddy:byte-buddy:jar:1.17.6:compile : 
META-INF/versions/24/net/bytebuddy/jar/asmjdkbridge/AsmWrappedAttribute.class: 
got null class-file-version
    [WARNING] Unknown bytecodeVersion for 
net.bytebuddy:byte-buddy:jar:1.17.6:compile : 
META-INF/versions/24/net/bytebuddy/jar/asmjdkbridge/AsmWrappedAttribute$AsmSourceIdAttribute.class:
 got null class-file-version
    [WARNING] Unknown bytecodeVersion for 
net.bytebuddy:byte-buddy:jar:1.17.6:compile : 
META-INF/versions/24/net/bytebuddy/jar/asmjdkbridge/JdkClassReader$TypeAnnotationVisitorSource.class:
 got null class-file-version
    [WARNING] Unknown bytecodeVersion for 
net.bytebuddy:byte-buddy:jar:1.17.6:compile : 
META-INF/versions/24/net/bytebuddy/jar/asmjdkbridge/AsmAttribute.class: got 
null class-file-version
    ...
    ```
    
    ### How was this patch tested?
    
    Pass GHA, and manually verified the warnings have gone.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #7261 from pan3793/extra-enforcer-rules-1.11.
    
    Closes #7261
    
    267537a27 [Cheng Pan] Bump extra-enforcer-rules 1.11.0
    
    Authored-by: Cheng Pan <[email protected]>
    Signed-off-by: Cheng Pan <[email protected]>
    (cherry picked from commit fba1f94f666e60adad056af3e8550216f6a02776)
    Signed-off-by: Cheng Pan <[email protected]>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e183730a94..28a22ec0d2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -233,7 +233,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.8.0</maven.plugin.enforcer.mojo.rules.version>
+        
<maven.plugin.enforcer.mojo.rules.version>1.11.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.frontend.inheritsProxyConfigFromMaven>false</maven.plugin.frontend.inheritsProxyConfigFromMaven>

Reply via email to