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

Upgrade SmallRye GraphQL to 1.0.22 #15251

Merged
merged 1 commit into from
Feb 23, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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 bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<smallrye-health.version>2.2.6</smallrye-health.version>
<smallrye-metrics.version>2.4.5</smallrye-metrics.version>
<smallrye-open-api.version>2.0.22</smallrye-open-api.version>
<smallrye-graphql.version>1.0.21</smallrye-graphql.version>
<smallrye-graphql.version>1.0.22</smallrye-graphql.version>
<smallrye-opentracing.version>1.3.5</smallrye-opentracing.version>
<smallrye-fault-tolerance.version>4.3.2</smallrye-fault-tolerance.version>
<smallrye-jwt.version>2.4.3</smallrye-jwt.version>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# testJsonDefault
59|type Mutation | provisionHero(hero: String, item: ItemInput = {dateCreated : "1900-02-19T12:00+01:30[Africa/Johannesburg]", dateLastUsed : "2020-01-29T09:45+02:00", height : 1.2, id : 1000, name : "Cape", powerLevel : 3, supernatural : false, weight : 0.3, CAPE : "{ \"id\": 1000, \"name\": \"Cape\", \"powerLevel\": 3, \"height\": 1.2, \"weight\": 0.3, \"supernatural\": false, \"dateCreated\": \"19 February 1900 at 12:00 in Africa/Johannesburg\", \"dateLastUsed\": \"29 Jan 2020 at 09:45 in zone +0200\"}"}): SuperHero | Kak Expecting a default value for item for provisionHero
59|type Mutation | provisionHero(hero: String, item: ItemInput = {dateCreated : "19 February 1900 at 12:00 in Africa/Johannesburg", dateLastUsed : "29 Jan 2020 at 09:45 in zone +0200", height : 1.2, id : 1000, name : "Cape", powerLevel : 3, supernatural : false, weight : 0.3}): SuperHero | Expecting a default value for item for provisionHero