jmix
jmix copied to clipboard
Wrong Parameter names on @RestService @RestMethod API
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