apache / apisix-java-plugin-runner

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

request help: receive undefined filter: XXX, skip it #288

Closed yijieshusheng-git closed 4 months ago

yijieshusheng-git commented 6 months ago

Issue description

Custom plugin launched successfully in Apisix, but filter display error when call it: error log: image

this is my jar details: image

Environment

apisix 3.6.0

tixbay-net commented 5 months ago

Check the annotation of class LxwTestPlugin. '@Component' should be included.

yijieshusheng-git commented 4 months ago

Check the annotation of class LxwTestPlugin. '@component' should be included.

ok thanks!