apache / apisix-java-plugin-runner

APISIX Plugin Runner in Java
https://apisix.apache.org/
Apache License 2.0
131 stars 98 forks source link

request help: receive undefined filter #186

Closed PhanPirang closed 2 years ago

PhanPirang commented 2 years ago

Issue description

I got "receive undefined filter: TokenValidator, skip it" message. In Java, my plugin's name is "TokenValidator"

Environment

Ubuntu 20.04

111

PhanPirang commented 2 years ago

It seems that in "apisix-runner-plugin" module is missing in "apisix-runner-starter" pom.xml.

tzssangglass commented 2 years ago

It seems that in "apisix-runner-plugin" module is missing in "apisix-runner-starter" pom.xml.

yes, The new version is now in distribution, and the new version will use a new way to build, ref: https://github.com/apache/apisix-java-plugin-runner/blob/main/docs/en/latest/installation-guide.md

now 0.3.0-SNAHSHOT is available.

PhanPirang commented 2 years ago

Great!

ennian001 commented 11 months ago

Alternatively, you can place the plugin in the same directory as the Spring Boot main class. image