-
Notifications
You must be signed in to change notification settings - Fork 113
Adding codestarter to server extension - issue #1021 #1037
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
|
Hi @vladprado nice pull request, I am reviewing it now, could you add test? |
...me/src/main/codestarts/quarkus/openapi-generator-codestart/java/src/main/openapi/openapi.yml
Show resolved
Hide resolved
.../main/codestarts/quarkus/openapi-generator-codestart/java/src/main/resources/application.yml
Show resolved
Hide resolved
server/runtime/src/main/resources/META-INF/quarkus-extension.yaml
Outdated
Show resolved
Hide resolved
server/runtime/src/main/resources/META-INF/quarkus-extension.yaml
Outdated
Show resolved
Hide resolved
server/runtime/src/main/codestarts/quarkus/openapi-generator-codestart/codestart.yml
Outdated
Show resolved
Hide resolved
@mcruzdev , I was looking at the code start docs and got confused where I would create this test for the extension. |
|
Hi @vladprado, sorry for delay, I think you can create a new one. |
.../io/quarkiverse/openapi/server/generator/it/QuarkusOpenAPIGeneratorServerCodestartsTest.java
Outdated
Show resolved
Hide resolved
.../main/codestarts/quarkus/openapi-generator-codestart/java/src/main/resources/application.yml
Outdated
Show resolved
Hide resolved
|
Hi @vladprado, as we talked previously, I adjusted the codestart, but we have some changes (I added new comments). |
|
The pipeline is failing because the extension is not being installed ( cc: @ricardozanini @hbelmiro I think we need to add |
5641a9b to
a04ed31
Compare
server/integration-tests/codestarts/src/main/resources/application.properties
Outdated
Show resolved
Hide resolved
Add codestart to server extension - issue quarkiverse#1021 Adding codestarter to server extension - issue quarkiverse#1021 minor fixes and tests requested in PR Test update and final touches to codestart server extension Codestart test adjustments Adjust codestarts Add deps version Use install instead Add codestart for the server extension - issue quarkiverse#1021 Adding codestarts to server extension - issue quarkiverse#1021 Adding codestarts to server extension - issue quarkiverse#1021
a04ed31 to
4171bf9
Compare
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.
Nice pull request @vladprado, good job!
|
@hbelmiro @ricardozanini could you take a look? |
|
@all-contributors add @vladprado for code docs tests. |
|
@vladprado already contributed before to code, doc, test |
|
@all-contributors add @vladprado for code |
|
@vladprado already contributed before to code |
|
@ricardozanini there's something wrong with the |
|
Hi @gastaldi the |
|
@mcruzdev yes, this is missing: quarkusio/quarkus-extension-catalog#149 |
|
Thank you a lot GOAT! |
Add codestart to server extension - issue quarkiverse#1021 Adding codestarter to server extension - issue quarkiverse#1021 minor fixes and tests requested in PR Test update and final touches to codestart server extension Codestart test adjustments Adjust codestarts Add deps version Use install instead Add codestart for the server extension - issue quarkiverse#1021 Adding codestarts to server extension - issue quarkiverse#1021 Adding codestarts to server extension - issue quarkiverse#1021
Many thanks for submitting your Pull Request ❤️!
Please make sure that your PR meets the following requirements:
[0.9.x] SubjectLink to issue #1021
There's no codestart in the server extension of the project.
Used the client extension as baseline for this implementarion.