Fixes classloading for sasl callback handler, when the handler needs to be loaded via the spring-boot fat-jar classloader #1477
Workflow file for this run
This file contains hidden or 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: Merge Dependabot PR | |
| on: | |
| pull_request: | |
| branches: | |
| - main | |
| - '*.x' | |
| run-name: Merge Dependabot PR ${{ github.ref_name }} | |
| jobs: | |
| merge-dependabot-pr: | |
| permissions: write-all | |
| uses: spring-io/spring-github-workflows/.github/workflows/spring-merge-dependabot-pr.yml@v6 | |
| with: | |
| mergeArguments: --auto --squash | |
| autoMergeSnapshots: true |