sofastack / sofa-ark

SOFAArk is a light-weight,java based classloader isolation framework.
https://www.sofastack.tech/projects/sofa-boot/sofa-ark-readme/
Apache License 2.0
1.56k stars 497 forks source link

模块瘦身的黑白名单,支持 all 的配置方式 #981

Closed lvjing2 closed 1 month ago

lvjing2 commented 1 month ago

例如配置

  1. <excludeGroupIds>*</excludeGroupIds>

    能自动排除所有的依赖,

  2. <includeGroupIds>*</includeGroupIds>

    能自动引入所有的依赖

2041951416 commented 1 month ago

1

2041951416 commented 1 month ago

测试 已具备此功能

lvjing2 commented 1 month ago

fix by https://github.com/sofastack/sofa-ark/pull/985