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/nodejs-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: nodejs-1.6.5
Choose a base ref
...
head repository: jenkinsci/nodejs-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: nodejs-1.6.6
Choose a head ref
  • 11 commits
  • 11 files changed
  • 5 contributors

Commits on Jun 26, 2025

  1. Configuration menu
    Copy the full SHA
    870a3a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da2b912 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2025

  1. Remove unused Java imports (#183)

    Usage was removed in da2b912
    
    Testing done:
    
    Confirmed that `mvn checkstyle:check` fails before this change and passes
    after this change.
    
    Confirmed that `mvn -DskipTests clean verify` after this change.
    MarkEWaite authored Jul 2, 2025
    Configuration menu
    Copy the full SHA
    3d9a51e View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2025

  1. Configuration menu
    Copy the full SHA
    973dd12 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2025

  1. Bump com.puppycrawl.tools:checkstyle from 10.3.3 to 12.0.1 (#197)

    Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 10.3.3 to 12.0.1.
    - [Release notes](https://github.com/checkstyle/checkstyle/releases)
    - [Commits](checkstyle/checkstyle@checkstyle-10.3.3...checkstyle-12.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: com.puppycrawl.tools:checkstyle
      dependency-version: 12.0.1
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 13, 2025
    Configuration menu
    Copy the full SHA
    1c2b5a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e578d32 View commit details
    Browse the repository at this point in the history
  3. Bump io.jenkins.tools.incrementals:git-changelist-maven-extension (#194)

    Bumps [io.jenkins.tools.incrementals:git-changelist-maven-extension](https://github.com/jenkinsci/incrementals-tools) from 1.8 to 1.13.
    - [Release notes](https://github.com/jenkinsci/incrementals-tools/releases)
    - [Commits](jenkinsci/incrementals-tools@parent-1.8...parent-1.13)
    
    ---
    updated-dependencies:
    - dependency-name: io.jenkins.tools.incrementals:git-changelist-maven-extension
      dependency-version: '1.13'
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 13, 2025
    Configuration menu
    Copy the full SHA
    0acb09f View commit details
    Browse the repository at this point in the history
  4. Bump io.jenkins.tools.bom:bom-2.479.x (#187)

    Bumps [io.jenkins.tools.bom:bom-2.479.x](https://github.com/jenkinsci/bom) from 4948.vcf1d17350668 to 5054.v620b_5d2b_d5e6.
    - [Release notes](https://github.com/jenkinsci/bom/releases)
    - [Commits](https://github.com/jenkinsci/bom/commits)
    
    ---
    updated-dependencies:
    - dependency-name: io.jenkins.tools.bom:bom-2.479.x
      dependency-version: 5054.v620b_5d2b_d5e6
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 13, 2025
    Configuration menu
    Copy the full SHA
    3bc26f5 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2025

  1. Bump org.assertj:assertj-core from 3.27.3 to 3.27.6 (#195)

    Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.27.3 to 3.27.6.
    - [Release notes](https://github.com/assertj/assertj/releases)
    - [Commits](assertj/assertj@assertj-build-3.27.3...assertj-build-3.27.6)
    
    ---
    updated-dependencies:
    - dependency-name: org.assertj:assertj-core
      dependency-version: 3.27.6
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 4, 2025
    Configuration menu
    Copy the full SHA
    8545f2b View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2025

  1. Test with Java 25 and Java 21 (#199)

    Java 25 released September 16, 2025.  The Jenkins project wants to support
    Java 25 soon.  Compile and test on ci.jenkins.io with Java 25 and Java 21.
    
    Intentionally continues to generate Java 17 byte code as configured by
    the plugin parent pom.
    
    Does not compile or test with Java 17 any longer because we have found no
    issues in the past that were specific to the Java 17 compiler.  The plan
    is to drop support for Java 17 in the not too distant future so that the
    Jenkins project is only supporting two major Java versions at a time,
    Java 21 and Java 25.
    
    Testing done:
    
    * Confirmed that automated tests pass with Java 25
    MarkEWaite authored Nov 8, 2025
    Configuration menu
    Copy the full SHA
    59f4488 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2025

  1. Configuration menu
    Copy the full SHA
    fcc7123 View commit details
    Browse the repository at this point in the history
Loading