Skip to content

Commit

Permalink
Fix RESTEasy Client codestart for 3.8
Browse files Browse the repository at this point in the history
Fixes #39330
  • Loading branch information
gsmet committed Mar 11, 2024
1 parent 002a0ed commit 6f672a6
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: resteasy-client-codestart
ref: resteasy-client
type: code
tags: extension-codestart
metadata:
title: RESTEasy Client
description: Invoke different services through REST with JSON
related-guide-section: https://quarkus.io/guides/resteasy-client
language:
base:
dependencies:
- io.quarkus:quarkus-resteasy-client
- io.quarkus:quarkus-resteasy-client-jackson
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
categories:
- "web"
codestart:
name: "rest-client"
name: "resteasy-client"
languages:
- "java"
- "kotlin"
Expand Down

0 comments on commit 6f672a6

Please sign in to comment.