Open yeras-is opened 3 months ago
Jmix version: 2.3.1
RestServiceInfo doesn't read method params properly
Create any @RestService and @RestMethod
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
RestServicesConfiguration.class:77
Hi,
Thank you for reporting the problem. Could you please add more details? At least, what is line 77, since in java source it's an empty line. A demo project is appreciated.
Regards, Gleb
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