-
Notifications
You must be signed in to change notification settings - Fork 48
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
Require Jenkins 2.479.1 or newer -- DRAFT - DO NOT MERGE #140
Closed
Conversation
This file contains 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
Bumps [org.jenkins-ci.plugins:mailer](https://github.com/jenkinsci/mailer-plugin) from 463.vedf8358e006b_ to 472.vf7c289a_4b_420. - [Release notes](https://github.com/jenkinsci/mailer-plugin/releases) - [Commits](https://github.com/jenkinsci/mailer-plugin/commits) --- updated-dependencies: - dependency-name: org.jenkins-ci.plugins:mailer dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [io.jenkins.tools.incrementals:git-changelist-maven-extension](https://github.com/jenkinsci/incrementals-tools) from 1.7 to 1.8. - [Release notes](https://github.com/jenkinsci/incrementals-tools/releases) - [Commits](jenkinsci/incrementals-tools@parent-1.7...parent-1.8) --- updated-dependencies: - dependency-name: io.jenkins.tools.incrementals:git-changelist-maven-extension dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [org.jenkins-ci.plugins:plugin](https://github.com/jenkinsci/plugin-pom) from 4.79 to 4.83. - [Release notes](https://github.com/jenkinsci/plugin-pom/releases) - [Changelog](https://github.com/jenkinsci/plugin-pom/blob/master/CHANGELOG.md) - [Commits](jenkinsci/plugin-pom@plugin-4.79...plugin-4.83) --- updated-dependencies: - dependency-name: org.jenkins-ci.plugins:plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [org.apache.maven.plugins:maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 3.3.1 to 3.4.0. - [Commits](apache/maven-checkstyle-plugin@maven-checkstyle-plugin-3.3.1...maven-checkstyle-plugin-3.4.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-checkstyle-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…-4.83', 'dependabot/maven/master/org.jenkins-ci.plugins-mailer-472.vf7c289a_4b_420', 'dependabot/maven/master/org.apache.maven.plugins-maven-checkstyle-plugin-3.4.0' and 'dependabot/maven/master/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.8' into an-octopus
Jenkins 2.452.4 includes fixes for critical security vulnerabilities. Jenkins 2.452.4 is one of the base Jenkins versions recommended in * https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ As of the last plugin installation data (June 2024), Jenkins 2.440 already was the base installation for 65% of installations of this plugin. Certainly that percentage is even higher now.
Does not migrate from acegi security to Spring Security. Hopes that an acegi Authorization object can be cast to a Spring Authorization object. That seems highly unlikely, but the alternative is to migrate from acegi security to Spring Security and that is much more work. Passes automated tests with Java 21. Not tested in any interactive tests. Likely will fail real use in many horrible ways.
MarkEWaite
changed the title
Require Jenkins 2.479.1 or newer
Require Jenkins 2.479.1 or newer -- DRAFT - DO NOT MERGE
Nov 1, 2024
Closing because there is a much better solution in: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Require Jenkins 2.479.1 or newer -- DRAFT - DO NOT MERGE
Does not migrate from acegi security to Spring Security. Hopes that an acegi Authorization object can be cast to a Spring Authorization object. That seems highly unlikely, but the alternative is to migrate from acegi security to Spring Security and that is much more work.
Relies on the changes proposed in:
Testing done
Passes automated tests with Java 21. Not tested in any interactive tests. Likely will fail real use in many horrible ways.
Submitter checklist