-
Notifications
You must be signed in to change notification settings - Fork 81
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
Replace JSR-305 annotations with spotbugs annotations #71
Merged
Commits on May 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6118b86 - Browse repository at this point
Copy the full SHA 6118b86View commit details -
Configuration menu - View commit details
-
Copy full SHA for a410436 - Browse repository at this point
Copy the full SHA a410436View commit details
Commits on May 8, 2024
-
Replace JSR-305 annotations with spotbugs annotations
Annotations for Nonnull, CheckForNull, and several others were proposed for Java as part of dormant Java specification request JSR-305. The proposal never became a part of standard Java. Jenkins plugins should switch from using JSR-305 annotations to use Spotbugs annotations that provide the same semantics. The [mailing list discussion](https://groups.google.com/g/jenkinsci-dev/c/uE1wwtVi1W0/m/gLxdEJmlBQAJ) from James Nord describes the affected annotations and why they should be replaced with annotations that are actively maintained. The ["Improve a plugin" tutorial](https://www.jenkins.io/doc/developer/tutorial-improve/replace-jsr-305-annotations/) provides instructions to perform this change. An [OpenRewrite recipe](https://docs.openrewrite.org/recipes/jenkins/javaxannotationstospotbugs) is also available and is even better than the tutorial. Confirmed that automated tests pass on Linux with Java 21.
Configuration menu - View commit details
-
Copy full SHA for ef6b29a - Browse repository at this point
Copy the full SHA ef6b29aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e1db610 - Browse repository at this point
Copy the full SHA e1db610View commit details -
Configuration menu - View commit details
-
Copy full SHA for 609f9c9 - Browse repository at this point
Copy the full SHA 609f9c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea9472e - Browse repository at this point
Copy the full SHA ea9472eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea32f09 - Browse repository at this point
Copy the full SHA ea32f09View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4c78b0 - Browse repository at this point
Copy the full SHA d4c78b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9db8315 - Browse repository at this point
Copy the full SHA 9db8315View commit details -
Configuration menu - View commit details
-
Copy full SHA for ecaa116 - Browse repository at this point
Copy the full SHA ecaa116View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7558f6 - Browse repository at this point
Copy the full SHA b7558f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82eba12 - Browse repository at this point
Copy the full SHA 82eba12View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe21032 - Browse repository at this point
Copy the full SHA fe21032View commit details
Commits on May 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 436375e - Browse repository at this point
Copy the full SHA 436375eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e42ef2 - Browse repository at this point
Copy the full SHA 8e42ef2View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc116f9 - Browse repository at this point
Copy the full SHA dc116f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 323c61c - Browse repository at this point
Copy the full SHA 323c61cView commit details -
Configuration menu - View commit details
-
Copy full SHA for fd9c485 - Browse repository at this point
Copy the full SHA fd9c485View commit details -
Blue Ocean enhancements have stopped. In the future, Blue Ocean will be removed from ci.jenkins.io. Better to prepare for that removal now. https://www.jenkins.io/doc/book/blueocean/ says: Blue Ocean status Blue Ocean will not receive further functionality updates. Blue Ocean will continue to provide easy-to-use Pipeline visualization, but it will not be enhanced further. It will only receive selective updates for significant security issues or functional defects. Alternative options for Pipeline visualization, such as the Pipeline: Stage View and Pipeline Graph View plugins, are available and offer some of the same functionality. While not complete replacements for Blue Ocean, contributions are encouraged from the community for continued development of these plugins. The Pipeline syntax snippet generator assists users as they define Pipeline steps with their arguments. It is the preferred tool for Jenkins Pipeline creation, as it provides online help for the Pipeline steps available in your Jenkins controller. It uses the plugins installed on your Jenkins controller to generate the Pipeline syntax. Refer to the Pipeline steps reference page for information on all available Pipeline steps.
Configuration menu - View commit details
-
Copy full SHA for 69f0fd0 - Browse repository at this point
Copy the full SHA 69f0fd0View commit details
Commits on May 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d4b55be - Browse repository at this point
Copy the full SHA d4b55beView commit details
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.