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: oracle/javavscode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v25.1.0
Choose a base ref
...
head repository: oracle/javavscode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v26.0.0
Choose a head ref
  • 20 commits
  • 61 files changed
  • 3 contributors

Commits on Mar 11, 2026

  1. Updated outdated dependencies

    Updated outdated node module dependencies.
    sid-srini committed Mar 11, 2026
    Configuration menu
    Copy the full SHA
    8d4d75c View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2026

  1. Merge pull request #572 from sid-srini/update-outdated-dependencies

    Updated outdated dependencies
    sid-srini authored Mar 25, 2026
    Configuration menu
    Copy the full SHA
    3e4dc4b View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2026

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

Commits on Mar 27, 2026

  1. Merge pull request #574 from sid-srini/update-github-actions-checkout…

    …-version
    
    Updated github actions checkout version
    Achal1607 authored Mar 27, 2026
    Configuration menu
    Copy the full SHA
    b3c1012 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2026

  1. Updated outdated dependencies

    Updated outdated node module dependencies.
    sid-srini committed Mar 30, 2026
    Configuration menu
    Copy the full SHA
    ad098a6 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2026

  1. Refactor run configuration handling with VSCode variables support and…

    … centralize override logic (#575)
    
    * Runconfig settings now support vscode variables resolution and refactored the runconfig settings merge logic with launch.json for better testiblity
    
    * added mock for running unit tests related to runConfiguration.ts and fixed copyright years
    Achal1607 authored Mar 31, 2026
    Configuration menu
    Copy the full SHA
    399fc45 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2026

  1. Merge pull request #577 from sid-srini/update-outdated-dependencies

    Updated outdated dependencies
    sid-srini authored Apr 1, 2026
    Configuration menu
    Copy the full SHA
    9216c49 View commit details
    Browse the repository at this point in the history
  2. Exposing formatting options settings. (#569)

    1) New settings key  jdk.format.options
    2) Netbeans formatting options can be specified inside the jdk.format.options as key-value pairs
    3) Wiki for formatting to be updated with valid list of key-values and description.
    shivam71 authored Apr 1, 2026
    Configuration menu
    Copy the full SHA
    d78d5bd View commit details
    Browse the repository at this point in the history
  3. Upgrading NetBeans to release 29

    1. Removed patches that are already incorporated in NB29.
    2. Renamed patches that have unmerged PRs in the NB repo.
        - Uses the NB PR patch; rebased to NB29 where needed.
    3. Rebased telemetry and notebooks PRs against NB29.
    4. Incorporated changes from netbeans PR 8514 in the notebooks
       module for reading configurations.
        - Also moved the notebook config keys on the LSP client side to
          the server-listened keys section.
        - A notebook kernel restart allows the new configs to be used,
          without LSP server restarting on config change.
    5. Updated THIRD_PARTY_LICENSES.txt
    6. vscode integration gradle test script modified to use the mainClass
       attribute of the application plugin;
        - instead of the old mainClassName,
        - which is not supported in gradle 9.x bundled with NB 29.
    sid-srini committed Apr 1, 2026
    Configuration menu
    Copy the full SHA
    5dac501 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #573 from sid-srini/upgrade-nb29

    Upgrading NetBeans to release 29
    sid-srini authored Apr 1, 2026
    Configuration menu
    Copy the full SHA
    d1bcfe7 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2026

  1. Minor label changes in JDK Downloader UI

    1. Top button label changed to include the latest JDK version
    2. Oracle JDK versions selector options have " (LTS)" suffixed for LTS
       versions.
    3. Disable versions selector when only one option is present.
    4. Moved JdkVersionInfo to webviews/types and jdkDownloaderConstants to
       webviews/constants
    sid-srini committed Apr 6, 2026
    Configuration menu
    Copy the full SHA
    1645ce8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #580 from sid-srini/jdk-downloader-changes

    Minor label changes in JDK Downloader UI
    Achal1607 authored Apr 6, 2026
    Configuration menu
    Copy the full SHA
    76c88c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a546db View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2026

  1. Configuration menu
    Copy the full SHA
    7341f55 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #581 from Achal1607/add-custom-settings-xml-option

    Add configurable Maven user settings XML support for Maven
    sid-srini authored Apr 7, 2026
    Configuration menu
    Copy the full SHA
    182d414 View commit details
    Browse the repository at this point in the history
  3. Updated outdated dependencies

    Updated outdated node module dependencies
    sid-srini committed Apr 7, 2026
    Configuration menu
    Copy the full SHA
    b402ea3 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2026

  1. Added support for vscodeVariables resolution in some of the settings …

    …provided by the extension.
    Achal1607 committed Apr 8, 2026
    Configuration menu
    Copy the full SHA
    36c5ad5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #579 from Achal1607/vscode-variables-support

    Added support for VScode Variables resolution in configs
    sid-srini authored Apr 8, 2026
    Configuration menu
    Copy the full SHA
    9d055c6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #582 from sid-srini/changelog-26.0.0

    Updated Changelog for v26.0.0
    sid-srini authored Apr 8, 2026
    Configuration menu
    Copy the full SHA
    b80a513 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #583 from sid-srini/update-outdated-dependencies

    Updated outdated dependencies
    sid-srini authored Apr 8, 2026
    Configuration menu
    Copy the full SHA
    e3bf84a View commit details
    Browse the repository at this point in the history
Loading