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

xuxiaowei-com-cn pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/incubator-seata.git


The following commit(s) were added to refs/heads/2.x by this push:
     new 2efc2aab15 optimize: exclude frontend Node runtime from console 
sources jar (#8207)
2efc2aab15 is described below

commit 2efc2aab15601daf52604e3f22d98f4210050558
Author: 徐晓伟 <[email protected]>
AuthorDate: Mon Aug 24 20:21:20 2026 +0800

    optimize: exclude frontend Node runtime from console sources jar (#8207)
---
 changes/en-us/2.x.md | 1 +
 changes/zh-cn/2.x.md | 1 +
 console/pom.xml      | 2 +-
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/changes/en-us/2.x.md b/changes/en-us/2.x.md
index f469799d64..162978044e 100644
--- a/changes/en-us/2.x.md
+++ b/changes/en-us/2.x.md
@@ -41,6 +41,7 @@ Add changes here for all PR submitted to the 2.x branch.
 ### optimize:
 - [[#8054](https://github.com/apache/incubator-seata/pull/8054)] 
console/namingserver modules: spring-boot upgrade to 4.0.6
 - [[#8137](https://github.com/apache/incubator-seata/pull/8137)] server 
modules: spring-boot upgrade to 4.0.6
+- [[#8207](https://github.com/apache/incubator-seata/pull/8207)] exclude 
frontend Node runtime from seata-console sources jar
 
 
 ### security:
diff --git a/changes/zh-cn/2.x.md b/changes/zh-cn/2.x.md
index abb4e5b94f..210ec5ea99 100644
--- a/changes/zh-cn/2.x.md
+++ b/changes/zh-cn/2.x.md
@@ -41,6 +41,7 @@
 ### optimize:
 - [[#8054](https://github.com/apache/incubator-seata/pull/8054)] 
console/namingserver 模块: spring-boot 升级到 4.0.6
 - [[#8137](https://github.com/apache/incubator-seata/pull/8137)] server 模块: 
spring-boot 升级到 4.0.6
+- [[#8207](https://github.com/apache/incubator-seata/pull/8207)] 排除前端 Node 
运行时目录,减小 seata-console sources jar 体积
 
 
 ### security:
diff --git a/console/pom.xml b/console/pom.xml
index aefd70e64d..ceb6954a93 100644
--- a/console/pom.xml
+++ b/console/pom.xml
@@ -244,7 +244,7 @@
                 <directory>src/main/resources</directory>
                 <excludes>
                     <exclude>**/node_modules/**</exclude>
-                    <exclude>static/console-fe</exclude>
+                    <exclude>static/console-fe/node/**</exclude>
                 </excludes>
             </resource>
         </resources>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to