Skip to content
Open
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
29 changes: 29 additions & 0 deletions vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,35 @@
under the License.

-->
## Version 25.0.0
### What's Changed


#### Enhancements
* Introduction of Java Notebook [#464](https://github.com/oracle/javavscode/pull/464)
* Open JShell in project context [#464](https://github.com/oracle/javavscode/pull/464)
* Upgrade to NB-27 [#456](https://github.com/oracle/javavscode/pull/456)
* Full JDK 25 support
* Inlined values inside debugger
* Improved Gradle 9 support
* And more ...
* Improved support for JDK 25
* Improved support for Module imports [#474](https://github.com/oracle/javavscode/pull/474)
* Improved support for Compact source files [#466](https://github.com/oracle/javavscode/pull/466)
* Backport of important patches from NB28 [#473](https://github.com/oracle/javavscode/pull/473)

#### Bug Fixes
* Fixed Run and Debug hanging when more than 2 main classes in the project [#468](https://github.com/oracle/javavscode/pull/468)
* Fixed "Launch Java App" related to launch app [#468](https://github.com/oracle/javavscode/pull/468)

#### Other Changes
* Translation of new messages to ja and zh-cn [#464](https://github.com/oracle/javavscode/pull/464)
* Graceful close handler implementation in Netbeans Language Server [#458](https://github.com/oracle/javavscode/pull/458)
* Message labels updates and improvements [#471](https://github.com/oracle/javavscode/pull/471)


**Full Changelog**: https://github.com/oracle/javavscode/compare/v24.1.1...v25.0.0

## Version 24.1.1
### What's Changed

Expand Down