This is an automated email from the ASF dual-hosted git repository. Aias00 pushed a commit to branch prerelease/fix_license in repository https://gitbox.apache.org/repos/asf/shenyu.git
commit 2c9282546f1c5927637ad93479b5a3f000ecf6d3 Merge: 74957b52f4 470aefed12 Author: liuhy <[email protected]> AuthorDate: Tue Jun 16 15:52:31 2026 +0800 Merge remote-tracking branch 'origin/master' .github/workflows/ci.yml | 6 - pom.xml | 21 +- .../src/main/release-docs/LICENSE | 14 +- .../{LICENSE-wasmtime.txt => LICENSE-chicory.txt} | 19 +- .../main/release-docs/licenses/LICENSE-jni-rs.txt | 24 -- .../licenses/LICENSE-wasi-cap-std-sync.txt | 221 -------------- .../release-docs/licenses/LICENSE-wasi-common.txt | 221 -------------- .../licenses/LICENSE-wasmtime-wasi.txt | 221 -------------- .../deploy/kind-config.yaml | 3 + .../script/services.list | 1 + shenyu-plugin/shenyu-plugin-wasm-api/pom.xml | 12 +- .../shenyu/plugin/wasm/api/AbstractWasmPlugin.java | 17 +- .../shenyu/plugin/wasm/api/loader/WasmLoader.java | 333 +++++++++++++++------ .../src/test/go-wasm-plugin/Makefile | 34 +++ .../src/test/go-wasm-plugin/README.md | 29 ++ .../src/test/go-wasm-plugin/go.mod | 22 ++ .../src/test/go-wasm-plugin/main.go | 50 ++++ .../plugin/wasm/api/AbstractWasmPluginTest.java | 101 +++++-- ...sm.api.AbstractWasmPluginTest$GoWasmPlugin.wasm | Bin 0 -> 4342 bytes ....api.AbstractWasmPluginTest$RustWasmPlugin.wasm | Bin 1984077 -> 60910 bytes .../plugin/wasm/base/AbstractShenyuWasmPlugin.java | 48 +-- .../base/handler/AbstractWasmDiscoveryHandler.java | 10 +- .../base/handler/AbstractWasmMetaDataHandler.java | 18 +- .../handler/AbstractWasmPluginDataHandler.java | 40 +-- .../src/test/go-discovery-handler/Makefile | 34 +++ .../src/test/go-discovery-handler/README.md | 29 ++ .../src/test/go-discovery-handler/go.mod | 22 ++ .../src/test/go-discovery-handler/main.go | 40 +++ .../src/test/go-meta-data-handler/Makefile | 34 +++ .../src/test/go-meta-data-handler/README.md | 29 ++ .../src/test/go-meta-data-handler/go.mod | 22 ++ .../src/test/go-meta-data-handler/main.go | 58 ++++ .../src/test/go-plugin-data-handler/Makefile | 34 +++ .../src/test/go-plugin-data-handler/README.md | 29 ++ .../src/test/go-plugin-data-handler/go.mod | 22 ++ .../src/test/go-plugin-data-handler/main.go | 74 +++++ .../src/test/go-shenyu-wasm-plugin/Makefile | 34 +++ .../src/test/go-shenyu-wasm-plugin/README.md | 29 ++ .../src/test/go-shenyu-wasm-plugin/go.mod | 22 ++ .../src/test/go-shenyu-wasm-plugin/main.go | 50 ++++ .../wasm/base/AbstractShenyuWasmPluginTest.java | 326 ++++++++++---------- .../handler/AbstractWasmDiscoveryHandlerTest.java | 101 ++++--- .../handler/AbstractWasmMetaDataHandlerTest.java | 109 ++++--- .../handler/AbstractWasmPluginDataHandlerTest.java | 254 +++++++++------- .../src/test/pkg/wasmabi/abi.go | 73 +++++ .../src/test/pkg/wasmabi/go.mod | 18 ++ ...henyuWasmPluginTest$TestGoShenyuWasmPlugin.wasm | Bin 0 -> 4346 bytes ...tShenyuWasmPluginTest$TestShenyuWasmPlugin.wasm | Bin 1679615 -> 60937 bytes ...ndlerTest$TestGoWasmPluginDiscoveryHandler.wasm | Bin 0 -> 4327 bytes ...HandlerTest$TestWasmPluginDiscoveryHandler.wasm | Bin 1984166 -> 60991 bytes ...aDataHandlerTest$TestGoWasmMetaDataHandler.wasm | Bin 0 -> 4775 bytes ...etaDataHandlerTest$TestWasmMetaDataHandler.wasm | Bin 1679924 -> 60800 bytes ...ataHandlerTest$TestGoWasmPluginDataHandler.wasm | Bin 0 -> 3650 bytes ...nDataHandlerTest$TestWasmPluginDataHandler.wasm | Bin 1680550 -> 61199 bytes 54 files changed, 1656 insertions(+), 1252 deletions(-)
