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: asadzman/java-debug
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: microsoft/java-debug
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 11 files changed
  • 4 contributors

Commits on Aug 21, 2026

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

Commits on Aug 26, 2026

  1. Bump the github-actions group with 3 updates (microsoft#632)

    Bumps the github-actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [actions/cache](https://github.com/actions/cache) and [actions/github-script](https://github.com/actions/github-script).
    
    
    Updates `actions/checkout` from 2.8.0 to 7.0.1
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v2.8.0...3d3c42e)
    
    Updates `actions/cache` from 4.3.0 to 6.1.0
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@0057852...55cc834)
    
    Updates `actions/github-script` from 6.4.1 to 9.0.0
    - [Release notes](https://github.com/actions/github-script/releases)
    - [Commits](actions/github-script@d7906e4...3a2844b)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: 7.0.1
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github-actions
    - dependency-name: actions/cache
      dependency-version: 6.1.0
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github-actions
    - dependency-name: actions/github-script
      dependency-version: 9.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 26, 2026
    Configuration menu
    Copy the full SHA
    9cf092e View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2026

  1. Bump actions/setup-java from 5.7.0 to 6.0.0 in the github-actions gro…

    …up (microsoft#634)
    
    Bumps the github-actions group with 1 update: [actions/setup-java](https://github.com/actions/setup-java).
    
    
    Updates `actions/setup-java` from 5.7.0 to 6.0.0
    - [Release notes](https://github.com/actions/setup-java/releases)
    - [Commits](actions/setup-java@b6effb0...dd06d9c)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-java
      dependency-version: 6.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 5, 2026
    Configuration menu
    Copy the full SHA
    d532902 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2026

  1. Onboard Java Debug Server to IssueLens (microsoft#635)

    * Onboard Java Debug Server to IssueLens
    
    Co-authored-by: Copilot App <[email protected]>
    
    * Clarify team-memory App permission boundaries
    
    Co-authored-by: Copilot App <[email protected]>
    
    ---------
    
    Co-authored-by: Copilot App <[email protected]>
    chagong and Copilot authored Sep 18, 2026
    Configuration menu
    Copy the full SHA
    7a625c6 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2026

  1. Bump actions/setup-java from 6.0.0 to 6.0.1 in the github-actions gro…

    …up (microsoft#636)
    
    Bumps the github-actions group with 1 update: [actions/setup-java](https://github.com/actions/setup-java).
    
    
    Updates `actions/setup-java` from 6.0.0 to 6.0.1
    - [Release notes](https://github.com/actions/setup-java/releases)
    - [Commits](actions/setup-java@dd06d9c...de7274f)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-java
      dependency-version: 6.0.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 19, 2026
    Configuration menu
    Copy the full SHA
    b5be02b View commit details
    Browse the repository at this point in the history
Loading