tzssangglass commented on issue #199:
URL: 
https://github.com/apache/apisix-java-plugin-runner/issues/199#issuecomment-1273351638

   
https://github.com/apache/apisix-java-plugin-runner/blob/d5421c292ef0d0ea93fb484afef668d7e2fc8767/runner-core/pom.xml#L38
   
   I mean turn `<artifactId>apisix-runner-plugin-sdk</artifactId> ` here into 
`<artifactId>apisix-runner-plugin</artifactId>`
   
   why? Because you do: 
   
   > * (local) git clone -b release/0.3.0 
[apache/apisix-java-plugin-runner.git](https://github.com/apache/apisix-java-plugin-runner.git)
   
   and you put your DemoFilter into `runner-plugin`.
   
   After you have done with turned 
`<artifactId>apisix-runner-plugin-sdk</artifactId>` here into 
`<artifactId>apisix-runner-plugin</artifactId>`,  the jar that generated by 
`./mvnw package` would contain `runner-plugin`(include your DemoFilter).
   
   > And, is my step a general way to use apisix and java runner together? It 
cannot be clearly identified and understood with the current reference 
documentation...
   
   There is some documentation(ref: 
https://github.com/apache/apisix-java-plugin-runner/blob/main/docs/en/latest/installation-guide.md),
 but it's not newbie friendly enough. I'm going to spend time refactoring the 
documentation.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to