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

quarkus.openapi.generator.spec only supports one json-file #712

Open
jlistemann-ish opened this issue Apr 29, 2024 · 0 comments
Open

quarkus.openapi.generator.spec only supports one json-file #712

jlistemann-ish opened this issue Apr 29, 2024 · 0 comments
Assignees
Labels
area:server This item is related to the server extension

Comments

@jlistemann-ish
Copy link

jlistemann-ish commented Apr 29, 2024

When setting up a new project server, the creation of multiple spec files does not work.

  • Generated just the latest file:

quarkus.openapi.generator.spec=order-management-communication-2.11.json
quarkus.openapi.generator.spec=iom-gdpr-2x9x4x0.json

Generated nothing:

  • CSV:

quarkus.openapi.generator.spec=order-management-communication-2.11.json,iom-gdpr-2x9x4x0.json

  • INDEX:

quarkus.openapi.generator.spec[0]=order-management-communication-2.11.json
quarkus.openapi.generator.spec[1]=iom-gdpr-2x9x4x0.json

Refer https://docs.quarkiverse.io/quarkus-openapi-generator/dev/server.html

@jlistemann-ish jlistemann-ish changed the title quarkus.openapi.generator.spec file only supports one json-file quarkus.openapi.generator.spec only supports one json-file Apr 29, 2024
@ricardozanini ricardozanini added the area:server This item is related to the server extension label May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:server This item is related to the server extension
Projects
None yet
Development

No branches or pull requests

3 participants