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

Update Jenkins baseline, switch to jackson2-api, eliminate reflection, and test against latest LTS #264

Merged
merged 4 commits into from
Dec 9, 2020

Conversation

basil
Copy link
Member

@basil basil commented Dec 8, 2020

@basil basil added the internal label Dec 8, 2020
@basil basil requested review from jglick and escoem December 8, 2020 16:48
Jenkinsfile Outdated Show resolved Hide resolved
Jenkinsfile Outdated Show resolved Hide resolved
@@ -33,12 +33,12 @@
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/email-ext-plugin</gitHubRepo>
<java.level>8</java.level>
<jenkins.version>2.164.3</jenkins.version>
<jenkins.version>2.222.4</jenkins.version>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FWIW https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ would recommend

Suggested change
<jenkins.version>2.222.4</jenkins.version>
<jenkins.version>2.222.1</jenkins.version>

(I have reservations about that recommendation.)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs to be 2.222.4 because a transitive dependency (org.jenkins-ci.plugins:credentials:jar:2.3.13) requires Jenkins 2.222.4 or higher.

Copy link
Member

@jglick jglick Dec 8, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right, the problem to my mind is lack of consistency in the ecosystem. You can feel free to backdate the version in credentials and it should be possible to get a quick release I guess.

Co-authored-by: Jesse Glick <jglick@cloudbees.com>
@basil basil merged commit 5eeb487 into jenkinsci:master Dec 9, 2020
@basil basil deleted the metadata branch December 9, 2020 04:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants