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

OAS 3.1 Schema model updates #598

Merged
merged 25 commits into from
Apr 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
aa5e727
Schema model: add new properties
Azquelt Jan 26, 2024
023f456
Schema model: add booleanSchema
Azquelt Feb 2, 2024
16c5329
Schema model: deprecate bool additionalProperties
Azquelt Feb 2, 2024
b640003
Schema model: update readWrite and readOnly
Azquelt Feb 2, 2024
4e22ded
Schema model: add examples, deprecate example
Azquelt Feb 2, 2024
8d991ef
Update package version for breaking model changes
Azquelt Feb 2, 2024
6e495c5
Schema model: numeric exclusive min and max
Azquelt Feb 2, 2024
5279bb4
Schema model: update type and nullable
Azquelt Feb 2, 2024
baf86f8
Schema model: support arbitrary properties
Azquelt Mar 28, 2024
ece7068
Update TCKs for Schema.examples
Azquelt Feb 13, 2024
7314481
TCK updates for Schema.type
Azquelt Feb 13, 2024
1e1442a
Upate existing TCK for Schema.nullable
Azquelt Feb 13, 2024
00700d5
Update TCKs for Schema.exclusiveMinimum|Maximum
Azquelt Feb 13, 2024
738df49
Update TCKs to allow type to be an array
Azquelt Mar 18, 2024
da4400f
Improve error reporting in ModelConstructionTest
Azquelt Apr 2, 2024
0947f0c
Update boolean schema tests
Azquelt Apr 2, 2024
56d5a85
Set constructible properties back to null
Azquelt Apr 2, 2024
0f36315
Remove use of wrapper-type constructors
Azquelt Apr 2, 2024
6b6e181
TCKs for new Schema List and Map properties
Azquelt Apr 3, 2024
98a9e75
Schema model: tests for examples and example
Azquelt Apr 3, 2024
26be717
Schema model: TCKs for property access by name
Azquelt Apr 3, 2024
08957ed
Model TCK: Remove use of deprecated Schema.type
Azquelt Apr 5, 2024
3a835a4
Schema model: remove type and nullable methods
Azquelt Apr 5, 2024
c0eccb8
TCK for a custom schema dialect
Azquelt Apr 22, 2024
e959eb4
Test custom schema dialect in a static document
Azquelt Apr 22, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<!-- This is just for now and will not work if the API has a separate release cycle than the rest. -->
<groupId>org.eclipse.microprofile.openapi</groupId>
<artifactId>microprofile-openapi-parent</artifactId>
<version>3.2-SNAPSHOT</version>
<version>4.0-SNAPSHOT</version>
</parent>

<artifactId>microprofile-openapi-api</artifactId>
Expand Down
Loading
Loading