Quarkus REST Jackson: Improve detection of generic fields annotated with the @SecureField
and allow to explicitly enable secure serialization
#1621
Workflow file for this run
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
name: Surge.sh Preview Teardown | |
on: | |
pull_request_target: | |
types: [closed] | |
paths: | |
- 'docs/src/main/asciidoc/**' | |
- '.github/workflows/doc-build.yml' | |
jobs: | |
preview-teardown: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Teardown surge preview | |
id: deploy | |
run: npx surge teardown https://quarkus-pr-main-${{ github.event.number }}-preview.surge.sh --token ${{ secrets.SURGE_TOKEN }} || true | |
- name: Update PR status comment | |
uses: quarkusio/action-helpers@main | |
with: | |
action: maintain-one-comment | |
github-token: ${{ secrets.GITHUB_TOKEN }} | |
pr-number: ${{ github.event.number }} | |
body: | | |
🙈 The PR is closed and the preview is expired. | |
body-marker: <!-- Preview status comment marker --> |