-
Notifications
You must be signed in to change notification settings - Fork 83
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
update version number in spec and references to spec #607
update version number in spec and references to spec #607
Conversation
Can one of the admins verify this patch? |
api/src/main/java/org/eclipse/microprofile/openapi/annotations/Components.java
Outdated
Show resolved
Hide resolved
Please refer to https://spec.openapis.org/oas/v3.1.0.html for the correct name of anything and link within that document where our spec needs to link to the OpenAPI spec. This issue is not a simple find and replace of 3.0 with 3.1. |
38d1cf5
to
7f026ea
Compare
If everything looks good I'll squash this down. |
The last commit puts double-hashes in all the URLs. |
tck/src/main/java/org/eclipse/microprofile/openapi/reader/MyOASModelReaderImpl.java
Outdated
Show resolved
Hide resolved
tck/src/main/java/org/eclipse/microprofile/openapi/apps/airlines/JAXRSApp.java
Outdated
Show resolved
Hide resolved
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.
All the links now look good, but in many cases the link text was wrong or inconsistent (either changed accidentally in this PR, or was incorrect before).
...rc/main/java/org/eclipse/microprofile/openapi/annotations/security/SecurityRequirements.java
Outdated
Show resolved
Hide resolved
...main/java/org/eclipse/microprofile/openapi/annotations/security/SecurityRequirementsSet.java
Outdated
Show resolved
Hide resolved
...ain/java/org/eclipse/microprofile/openapi/annotations/security/SecurityRequirementsSets.java
Outdated
Show resolved
Hide resolved
api/src/main/java/org/eclipse/microprofile/openapi/annotations/info/Contact.java
Outdated
Show resolved
Hide resolved
api/src/main/java/org/eclipse/microprofile/openapi/annotations/info/Info.java
Outdated
Show resolved
Hide resolved
api/src/main/java/org/eclipse/microprofile/openapi/models/servers/Server.java
Outdated
Show resolved
Hide resolved
api/src/main/java/org/eclipse/microprofile/openapi/models/servers/ServerVariable.java
Outdated
Show resolved
Hide resolved
I have belatedly noticed that many of my suggested changes will need re-wrapped by the autoformatter. |
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.
I've been through and checked all of the links, this now looks good to me.
@eclipse-microprofile-bot test this please |
Excellent news. Now it is time to squash this all down. |
05a86d6
to
a0068d1
Compare
This resolves #606