Skip to content

Commit

Permalink
Merge pull request #13142 from jtama-op/invalid-warning-using-rest-cl…
Browse files Browse the repository at this point in the history
…ient

REST Clients JSON extensions should produce RESTEASY_JSON capability
  • Loading branch information
gsmet authored Nov 5, 2020
2 parents 5669596 + 7f692fc commit 6270b67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ void build(BuildProducer<FeatureBuildItem> feature,
feature.produce(new FeatureBuildItem(Feature.REST_CLIENT_JACKSON));

capability.produce(new CapabilityBuildItem(Capability.REST_JACKSON));
capability.produce(new CapabilityBuildItem(Capability.RESTEASY_JSON));
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ void build(BuildProducer<FeatureBuildItem> feature,
feature.produce(new FeatureBuildItem(Feature.REST_CLIENT_JSONB));

capability.produce(new CapabilityBuildItem(Capability.REST_JSONB));
capability.produce(new CapabilityBuildItem(Capability.RESTEASY_JSON));
}
}

0 comments on commit 6270b67

Please sign in to comment.