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

chengpan 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 fba1f94f66 [KYUUBI #7261] Bump extra-enforcer-rules 1.11.0
fba1f94f66 is described below

commit fba1f94f666e60adad056af3e8550216f6a02776
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]>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a61363a9ca..7b59545d35 100644
--- a/pom.xml
+++ b/pom.xml
@@ -239,7 +239,7 @@
         
<maven.plugin.build.helper.version>3.3.0</maven.plugin.build.helper.version>
         <maven.plugin.download.version>1.11.3</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