Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error generating Reactive Client #302

Closed
jmejutovazquez opened this issue Nov 9, 2023 · 0 comments · Fixed by #307
Closed

Error generating Reactive Client #302

jmejutovazquez opened this issue Nov 9, 2023 · 0 comments · Fixed by #307
Assignees

Comments

@jmejutovazquez
Copy link
Contributor

Errors detected:

  • Class ApiWebClient.

    • In createDefaultObjectMapper(), dateFormat parameter must not be final
    • In parameterToMultiValueMap(), collectionFormat parameter must not be final
    • In selectHeaderContentType(), is necessary to remove the final in the return line
    • In collectionPathParameterToString(), collectionFormat parameter must not be final
  • In the Client class generated from yml file:

    • The return value in the method created for the operation in the yaml is not correct. Example:
      Method generated:
Captura de pantalla 2023-11-09 a las 13 24 18

Instead of:

Captura de pantalla 2023-11-09 a las 13 25 18
  • Url used for invoke API is always what its defined in the yml file:
Captura de pantalla 2023-11-09 a las 13 27 08
@jemacineiras jemacineiras self-assigned this Nov 27, 2023
@jemacineiras jemacineiras linked a pull request Dec 14, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants