-
Notifications
You must be signed in to change notification settings - Fork 61
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
[JENKINS-74741] Migrate from FromApply#applyResponse
in ScriptlerBuilder.java
#126
Conversation
Thanks @yaroslavafenkin. I won't be merging this quite yet as I'm working on a large update to the internals of the plugin to make it compatible with Jenkins 2.479+ and Java 17, but I will bring this in shortly after. One other question: this PR is currently marked as a draft. Is that intentional? |
Hi. |
Fixed in commit a1b0467 |
This PR has a fully passing CI build, so is there any reason to merge this PR after the update you are working on rather than before? True, this PR updates the baseline to a weekly release, which is rare (in this case, a CSP method has not been backported to LTS yet), but if there is a desire to deliver any updates to users of LTS lines, a backport branch can be created as in https://gist.github.com/jglick/86a30894446ed38f918050c1180483e2. |
a1b0467
to
f6ba090
Compare
f6ba090
to
dba00bd
Compare
@yaroslavafenkin, anything else stand out to you or is this good to merge? |
LGTM |
Thanks for contributing this! |
https://issues.jenkins.io/browse/JENKINS-74741
FormApply#applyResponse
is deprecated in favor of CSP compatibleFormApply#showNotification
available since version 2.482 of Jenkins.Testing done
Before the change
After the change
Submitter checklist