-
Notifications
You must be signed in to change notification settings - Fork 90
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 openapi version string #1818
Update openapi version string #1818
Conversation
@benjamin-confino I think this should target the |
30576ae
to
9e85aed
Compare
I'm marking this as a draft until #1801 is delivered, otherwise it will cause a merge conflict in that more important PR. When 1801 is in I'll deal with the merging myself. |
7627bcf
to
fa4512a
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.
First pass with some comments. For the files removed, were some of them simply not used in the tests?
core/src/main/java/io/smallrye/openapi/runtime/io/schema/SchemaConstant.java
Outdated
Show resolved
Hide resolved
.../gradle-plugin/src/test/java/io/smallrye/openapi/gradleplugin/SmallryeOpenApiPluginTest.java
Outdated
Show resolved
Hide resolved
Indeed they were not. I did a text search for the filenames and found no reference to them, then I tested without the files and nothing complained. |
390f6bd
to
01aa1e0
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.
A few more comments
.../gradle-plugin/src/test/java/io/smallrye/openapi/gradleplugin/SmallryeOpenApiPluginTest.java
Outdated
Show resolved
Hide resolved
.../gradle-plugin/src/test/java/io/smallrye/openapi/gradleplugin/SmallryeOpenApiPluginTest.java
Outdated
Show resolved
Hide resolved
core/src/main/java/io/smallrye/openapi/runtime/util/TypeUtil.java
Outdated
Show resolved
Hide resolved
01aa1e0
to
e6fc7c4
Compare
e6fc7c4
to
2da5645
Compare
I've merged the latest comments and rebaesd on integration. |
This change will keep us in line with eclipse/microprofile-open-api#434