-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[WFLY-18499] Update the microprofile-rest-client for the Common Enhan…
…cements. Refactor the quickstart to a single module with a test for the MicroProfile REST Client. Signed-off-by: James R. Perkins <[email protected]>
- Loading branch information
Showing
31 changed files
with
684 additions
and
1,005 deletions.
There are no files selected for viewing
17 changes: 17 additions & 0 deletions
17
.github/workflows/quickstart_microprofile-rest-client_ci.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
name: WildFly microprofile-rest-client Quickstart CI | ||
|
||
on: | ||
pull_request: | ||
types: [opened, synchronize, reopened, ready_for_review] | ||
branches-ignore: | ||
- 'dependabot/**' | ||
paths: | ||
- 'microprofile-rest-client/**' | ||
- '.github/workflows/quickstart_ci.yml' | ||
|
||
jobs: | ||
call-quickstart_ci: | ||
uses: ./.github/workflows/quickstart_ci.yml | ||
with: | ||
QUICKSTART_PATH: microprofile-rest-client | ||
TEST_BOOTABLE_JAR: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
build: | ||
uri: https://github.com/wildfly/quickstart.git | ||
ref: main | ||
contextDir: microprofile-rest-client | ||
deploy: | ||
replicas: 1 |
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
...ient/src/main/java/org/wildfly/quickstarts/microprofile/rest/client/JaxRsApplication.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.