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: mwiede/jsch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: jsch-0.2.14
Choose a base ref
...
head repository: mwiede/jsch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: jsch-0.2.15
Choose a head ref
  • 18 commits
  • 37 files changed
  • 4 contributors

Commits on Dec 14, 2023

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

    mwiede authored Dec 14, 2023
    Configuration menu
    Copy the full SHA
    22523a9 View commit details
    Browse the repository at this point in the history
  3. Update Readme.md

    mwiede authored Dec 14, 2023
    Configuration menu
    Copy the full SHA
    5129375 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #453 from mwiede/release

    Release 0.2.14
    mwiede authored Dec 14, 2023
    Configuration menu
    Copy the full SHA
    421eca1 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Bump surefire.version from 3.2.2 to 3.2.3

    Bumps `surefire.version` from 3.2.2 to 3.2.3.
    
    Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.2.2 to 3.2.3
    - [Release notes](https://github.com/apache/maven-surefire/releases)
    - [Commits](apache/maven-surefire@surefire-3.2.2...surefire-3.2.3)
    
    Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.2.2 to 3.2.3
    - [Release notes](https://github.com/apache/maven-surefire/releases)
    - [Commits](apache/maven-surefire@surefire-3.2.2...surefire-3.2.3)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-surefire-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 18, 2023
    Configuration menu
    Copy the full SHA
    e536491 View commit details
    Browse the repository at this point in the history
  2. Bump actions/upload-artifact from 3 to 4

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 18, 2023
    Configuration menu
    Copy the full SHA
    6461469 View commit details
    Browse the repository at this point in the history
  3. Bump github/codeql-action from 2 to 3

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 18, 2023
    Configuration menu
    Copy the full SHA
    c082639 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #458 from mwiede/dependabot/maven/surefire.version…

    …-3.2.3
    
    Bump surefire.version from 3.2.2 to 3.2.3
    github-actions[bot] authored Dec 18, 2023
    Configuration menu
    Copy the full SHA
    5bd7509 View commit details
    Browse the repository at this point in the history
  5. Adjust maven workflow to split unit & integrations into separate step…

    …s so that they can be executed via direct mojo calls and thus avoiding potentially reexecuting prior phases.
    norrisjeremy committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    ee39336 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    533c437 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6214da9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2374547 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Configuration menu
    Copy the full SHA
    6b6dc31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    646f622 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #461 from norrisjeremy/20231218

    0.2.15 changes
    mwiede authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    02f89c8 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #459 from mwiede/dependabot/github_actions/actions…

    …/upload-artifact-4
    
    Bump actions/upload-artifact from 3 to 4
    mwiede authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    099a47f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #460 from mwiede/dependabot/github_actions/github/…

    …codeql-action-3
    
    Bump github/codeql-action from 2 to 3
    mwiede authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    f0fca1b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eb5b0c9 View commit details
    Browse the repository at this point in the history
Loading