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

Introducing OpenAPI Generator #3

Merged
merged 9 commits into from
Feb 16, 2022
Merged

Introducing OpenAPI Generator #3

merged 9 commits into from
Feb 16, 2022

Commits on Feb 8, 2022

  1. Introducing OpenAPI Generator

    Signed-off-by: Ricardo Zanini <zanini@redhat.com>
    ricardozanini committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    e6fe9e1 View commit details
    Browse the repository at this point in the history
  2. Fix properties reading from codegen

    Signed-off-by: Ricardo Zanini <zanini@redhat.com>
    ricardozanini committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    71c6bed View commit details
    Browse the repository at this point in the history
  3. Produce BuildItems for the generated OpenAPI resources

    Signed-off-by: Ricardo Zanini <zanini@redhat.com>
    ricardozanini committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    b603991 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. Upgrade to Quarkus 2.7.1.Final

    Signed-off-by: Ricardo Zanini <zanini@redhat.com>
    ricardozanini committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    34742c1 View commit details
    Browse the repository at this point in the history
  2. Make reused builditems abstract

    Signed-off-by: Ricardo Zanini <zanini@redhat.com>
    ricardozanini committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    d0cf428 View commit details
    Browse the repository at this point in the history
  3. Review unit tests to use RegisterClient

    Signed-off-by: Ricardo Zanini <zanini@redhat.com>
    ricardozanini committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    18b9651 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. Keeping only one package property for generated code

    Signed-off-by: Ricardo Zanini <zanini@redhat.com>
    ricardozanini committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    50f08b7 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. handle spaces in spec name

    Signed-off-by: Ricardo Zanini <zanini@redhat.com>
    ricardozanini committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    0f05408 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2022

  1. small fix to not replace ascii space code

    Signed-off-by: Ricardo Zanini <zanini@redhat.com>
    ricardozanini committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    b853d35 View commit details
    Browse the repository at this point in the history