Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jenkinsci/powershell-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: powershell-2.1
Choose a base ref
...
head repository: jenkinsci/powershell-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: powershell-2.2
Choose a head ref
  • 14 commits
  • 6 files changed
  • 3 contributors

Commits on Sep 5, 2023

  1. Configuration menu
    Copy the full SHA
    0442715 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    froque authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    e9cd500 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    froque authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    36df29a View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. 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.
    MarkEWaite committed May 8, 2024
    Configuration menu
    Copy the full SHA
    87dcc24 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #29 from MarkEWaite/fix-jsr-305

    Replace JSR-305 annotations with spotbugs annotations
    froque authored May 8, 2024
    Configuration menu
    Copy the full SHA
    6aaa98b View commit details
    Browse the repository at this point in the history
  3. Update README.md

    froque authored May 8, 2024
    Configuration menu
    Copy the full SHA
    f9fc9c3 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    9c37851 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #30 from strangelookingnerd/patch-1

    Enable Jenkins Security Scan
    froque authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    5f2e0f0 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Adds CODEOWNERS file

    froque committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    546f5a4 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Update README.md

    froque authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    cd62054 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. Configuration menu
    Copy the full SHA
    295ddcd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #31 from jenkinsci/upgrade_jenkins

    Upgrade Jenkins core from 2.361.4 to 2.452.4
    froque authored Nov 19, 2024
    Configuration menu
    Copy the full SHA
    f80342a View commit details
    Browse the repository at this point in the history
  3. Update README.md

    froque authored Nov 19, 2024
    Configuration menu
    Copy the full SHA
    e507e47 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    242b139 View commit details
    Browse the repository at this point in the history
Loading