-
Notifications
You must be signed in to change notification settings - Fork 113
Fix #1045 - Refactor inputExtension method to inputExtensions #1052
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
Conversation
ricardozanini
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Instead, can you try having only the file OpenApiGeneratorCodeGen class and return an array of extensions? This way we don't need to have 3 classes with 3 different extensions.
Sure, @ricardozanini |
ff3ae24 to
f51f419
Compare
|
@ricardozanini , changes made. |
ricardozanini
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just two minors. We can use open-api instead. Many thanks again for this work!
...in/java/io/quarkiverse/openapi/generator/deployment/codegen/OpenApiGeneratorOutputPaths.java
Outdated
Show resolved
Hide resolved
...ker/src/test/java/io/quarkiverse/openapi/generator/it/circuit/breaker/SimpleOpenApiTest.java
Outdated
Show resolved
Hide resolved
quarkiverse#1045 - Refactor inputExtension method to inputExtensions# This is a combination of 2 commits. quarkiverse#1045 - Refactor inputExtension method to inputExtensions
f51f419 to
61690f3
Compare
|
@ricardozanini , updated the path for the files. |
ricardozanini
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Many thanks!
…1061) #1045 - Refactor inputExtension method to inputExtensions# This is a combination of 2 commits. #1045 - Refactor inputExtension method to inputExtensions Co-authored-by: vladprado <[email protected]>
|
@all-contributors add @vladprado for code, tests and doc. |
|
@vladprado already contributed before to code, test, doc |
Please make sure that your PR meets the following requirements:
[0.9.x] SubjectRefactor of inputExtension method to inputExtensions
The inputExtensions method was deprecated in quarkus 3.7.0 in favor of the inputExtensions method. This issues deals with refactoring the code to use the newer method.backport-main-lts#1045