Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test with jsoup API plugin instead of jsoup library #342

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MarkEWaite
Copy link
Contributor

@MarkEWaite MarkEWaite commented Mar 14, 2025

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

  • Make sure you are opening from a topic/feature/bugfix branch (right side) and not your main branch!
  • Ensure that the pull request title represents the desired changelog entry
  • Please describe what you did
  • Link to relevant issues in GitHub or Jira
  • Link to relevant pull requests, esp. upstream and downstream changes
  • Ensure you have provided tests - that demonstrates feature works or fixes the issue

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:

* jenkinsci/bom#4710

Updates the minimum required Jenkins version from 2.479.1 to 2.479.3 per
https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/

Confirmed that automated tests pass on Linux with Java 21.  Rely on
ci.jenkins.io to test Windows and Java 17.
@MarkEWaite MarkEWaite requested review from a team as code owners March 14, 2025 22:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant