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

[JAXRS-spec] Make path for openapi.yaml configurable #809

Closed
michbeck100 opened this issue Aug 14, 2018 · 1 comment · Fixed by #3344
Closed

[JAXRS-spec] Make path for openapi.yaml configurable #809

michbeck100 opened this issue Aug 14, 2018 · 1 comment · Fixed by #3344

Comments

@michbeck100
Copy link
Contributor

Currently the path of the generated openapi.yaml is always "src/main/openapi" (see here). This should be configurable, because the microprofile openapi spec, for example, needs the openapi.yaml at the META-INF folder.

@michbeck100 michbeck100 changed the title [JAXRS-spec] Make path for openapi.yaml confurable [JAXRS-spec] Make path for openapi.yaml configurable Aug 14, 2018
@jmini
Copy link
Member

jmini commented Aug 14, 2018

I totally agree with this request because this allow to support MicroProfile without annotation (see discussion in #795).

I have also seen your PR #813 that is also a step to support "MicroProfile without annotation". I will review it ASAP.


In my opinion we should have a new generator for that:
java-microprofile-without-annotation that configures the options of JAXRS-spec and also create the correct README and pom.xml to be able to bootstrap a MicroProfile in a user-friendly way.

It will be a reuse of almost everything of "JAXRS-spec".

What do you think?

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