apache / apisix-java-plugin-runner

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

bug: `ExtraInfoResponse` class `getResult` method bug #244

Closed joyyir closed 1 year ago

joyyir commented 1 year ago

Please answer these questions before submitting a pull request


Bugfix

nic-chen commented 1 year ago

This is a breaking change, even though the original bug existed.

We should add new methods to solve this issue, and then remove the problematic methods in a later version, what do you think?

joyyir commented 1 year ago

This is a breaking change, even though the original bug existed.

We should add new methods to solve this issue, and then remove the problematic methods in a later version, what do you think?

I agree. I'll try to write another version, so please review it later.

joyyir commented 1 year ago

Added a new method while maintaining the original method.

nic-chen commented 1 year ago

hi @joyyir please fix the failed CI , thanks.

joyyir commented 1 year ago

hi @joyyir please fix the failed CI , thanks.

Okay, I've added license header. Thanks.