Test with jsoup API plugin instead of jsoup library #342
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Test with jsoup API plugin instead of jsoup library
Simplify jsoup API version management by using the version from the plugin bill of materials.
Use the first plugin BOM version that includes the jsoup API plugin. This will downgrade the jsoup library from 1.19.1 back to 1.18.3 until the next plugin BOM release. The next plugin BOM release will include 1.19.1 from:
Updates the minimum required Jenkins version from 2.479.1 to 2.479.3 per "Choosing a Jenkins version to build against"
Pull request should be labeled
tests
but I don't have permission to assign the label.Testing done
Confirmed that automated tests pass on Linux with Java 21. Rely on ci.jenkins.io to test Windows and Java 17.
Submitter checklist