jmix icon indicating copy to clipboard operation
jmix copied to clipboard

Wrong Parameter names on @RestService @RestMethod API

Open yeras-is opened this issue 6 months ago • 1 comments

Environment

Jmix version: 2.3.1

Bug Description

RestServiceInfo doesn't read method params properly

Steps To Reproduce

Create any @RestService and @RestMethod

Current Behavior

Instead on parameter names it uses arg0, arg1, etc. as names. REST API works only with arg0,arg1 names instead of actual names of paramethers

debug at this point @Component("rest_RestServicesConfiguration") line 77 RestServicesConfiguration.class:77

yeras-is avatar Aug 20 '24 21:08 yeras-is