Skip to content

updated CHANGELOG #391

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 19, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,25 @@
under the License.

-->
## Version 24.0.0

#### Enhancements
* [JAVAVSCODE-36,335] Allow relative paths and class names as 'mainClass' setting in launch.json [netbeans/#8280](https://github.com/apache/netbeans/pull/8280)
* [JAVAVSCODE-317,336] Support similar style as Java CLI for providing classpath in the vmOptions configuration [netbeans/#8289](https://github.com/apache/netbeans/pull/8289)
* Upgrade to NB-25 [#382](https://github.com/oracle/javavscode/pull/382) & [#383](https://github.com/oracle/javavscode/pull/383)
* Full JDK 24 support
* Support for vmArgs in array form as well
* Performance improvements
* And more ...

#### Bug Fixes
* Fixed constructor autocomplete not getting generated [netbeans/#8242](https://github.com/apache/netbeans/pull/8242)

#### Other Changes
* Dynamically fetch Oracle JDK versions available for download [#376](https://github.com/oracle/javavscode/pull/376)
* Updated OpenJDK Downloader URLs for JDK 24 release [#390](https://github.com/oracle/javavscode/pull/390)

**Full Changelog**: https://github.com/oracle/javavscode/compare/v23.1.0...v24.0.0

## Version 23.1.0
### What's Changed
Expand All @@ -33,6 +52,8 @@
* Extension maintainance changes [#348](https://github.com/oracle/javavscode/pull/348) and [#349](https://github.com/oracle/javavscode/pull/349)
* Updated JDK Downloader URLs for Jan25 CPUs [#365](https://github.com/oracle/javavscode/pull/365)

**Full Changelog**: https://github.com/oracle/javavscode/compare/v23.0.1...v23.1.0

## Version 23.0.1
### What's Changed

Expand Down