Skip to content

Releases: apache/netbeans

Apache NetBeans 25-rc1

24 Jan 16:05
340da06
Compare
Choose a tag to compare
Pre-release

What's Changed

Gradle

  • Test single file should work for test classes which names do not match the corresponding file names. by @dbalek in #8021
  • Action for running tests in parallel by @petrovic-d in #7979

Maven

  • Maven: Improve dependency resolution (for example for annotation processors like lombok) by @matthiasblaesing in #8057
  • Maven remote index migration and refactoring by @mbien in #7976
  • Fixing ProjectReload with missing artifacts by @sdedic in #7855

Ant

  • Fix ConcurrentModificationException on mass Ant project open. by @mbien in #7989
  • Payara Server instance running on WSL with deploy-on-save breaks "Web Application" Ant projects by @jGauravGupta in #8144

Java

  • Fix code-folding for LSP clients that support line-folding only by @sid-srini in #7750
  • Checking for null capabilities. by @lahodaj in #7921
  • Fix tests failure due to CRLF mismatch on Windows in java.hints, java.source.base by @sid-srini in #7910
  • Fix MacOS tests failures in java.hints by @sid-srini in #7926
  • Update embedded tomcat from 9.0.71 to 9.0.96 by @mbien in #7919
  • Fix java/j2ee.persistence test and add it to build pipeline by @matthiasblaesing in #7943
  • Remove unnecessary continue/return hint should handle rule cases and switch expressions. by @lahodaj in #7968
  • Fix possible out of bounds exception in switch pattern hint by @mbien in #7973
  • [NETBEANS-7949] Fixing handling of 'case null'. by @lahodaj in #7980
  • Improving Java code completion support for sealed types in switches. by @lahodaj in #7966
  • Ensure AttrContext.returnResult's checkContext is set to Check.basicHandler in javac's Scopes, to avoid it throwing exceptions. by @lahodaj in #8016
  • Downgrade CI jobs to JDK 23 by @mbien in #8061
  • Improve stability of Java code completion (sealed) tests. by @lahodaj in #8066
  • Do not break additional DocumentFilters by @sdedic in #7903
  • Merge jakarta.web.beans and web.beans by @matthiasblaesing in #7958
  • Update textmate support by @matthiasblaesing in #7971
  • Upgrading nb-javac to JDK 24b29. by @lahodaj in #8037
  • [NETBEANS-7069] Support Nashorn 15.x for JDK >= 15 by @cz6ace in #7972
  • update formatter to handle record closing braces correctly by @mbien in #8106
  • typo fix for apidoc by @ebarboni in #8148
  • Set javadoc 23 specific flags only on JDK 23 and later by @mbien in #8152

Groovy

PHP

Enterprise

  • VSCode integration commands by @jhorvath in #7894
  • fixes #7879 - config set schema command for postgresql by @wumpz in #7892
  • web.jsf: Fix typo in JSF composite component template by @matthiasblaesing in #8017
  • OCI Cloud Assets: Select OCI Profile should display correct region code. by @dbalek in #8120
  • SYNCHRONIZE permission added to 'readWriteAcl' list by @thurka in #8132
  • create new AclEntry if ownerEntry is not found by @thurka in #8133
  • Fixing the build output appearance in vscode by @jhorvath in #8129
  • Add support for GlassFish 7 up to 7.0.21, and GlassFish 8 up to 8.0.0-M9 by @pepness in #8153
  • libs.fabric8: Prevent generation of signature files and fix description by @matthiasblaesing in #8162
  • Improve support for Jakarta EE 11 by @pepness in #8182

Web

Editor

  • Improve refactoring preview divider handling and tree navigation. by @mbien in #8089
  • Ensure left search results panel is always visible. by @mbien in #8088
  • Persist tab order on per-project basis between close/open. by @mbien in #8164
  • Fix NPE during project group creation caused by ergonomics by @mbien in #8171

UI Changes

  • Switch SVG loading from the Batik library to JSVG by @eirikbakke in #7941
  • DirectoryChooserUI button position adjustments by @mbien in #8105
  • DirectoryChooserUI: reduce reflective win ShellFolder API usage by @mbien in #8110
  • Donate another batch of SVG icons by @eirikbakke in #8083
  • Adjust FlatLafDark tab-switcher and selection foreground colors by @mbien in #8175
  • Small improvements to the “Show parent folder name in tab title” option by @troizet in #7930
  • Add ImageUtilities methods to help migrating away from "new ImageIcon" (SVG icon related) by @eirikbakke in #8114

Platform

  • Tabcontrol: Use NbBundle to fetch correct translation by @matthiasblaesing in #7970
  • Log JDK boot modules on startup. by @mbien in #8059
  • Remove java.security.manager=allow flag from windows launcher. by @mbien in #8009
  • Update to Windows launcher (2-6c17cc6) and move security manager flag from launcher to config by @mbien in #8122
  • Support for UserQuestionException during reloads by @sdedic in #7904
  • NB config: disable TopSecurityManager and enable exit logging by @mbien in #8169

Language Server Protocol

Read more

Apache NetBeans 24

10 Dec 15:12
6308a54
Compare
Choose a tag to compare

What's Changed

Gradle

  • Project (re)load API, initial implementation by @sdedic in #7651
  • Support annotation processor dependencies by @sdedic in #7679
  • LoadOptions introduced to control project loading. by @sdedic in #7646
  • Gradle implementation of Project (re)load API by @sdedic in #7665
  • Fixing race condition between end-operation and future completion. by @sdedic in #7705
  • Improving "internal reload" during project reload by @sdedic in #7748
  • Gradle options lang level text field should not have fixed width by @mbien in #7861
  • Multi-project audit caching improved by @sdedic in #7791

Maven

  • Maven project reload implementation by @sdedic in #7655
  • Fix test window for multi-module maven projects by @mbien in #7728
  • Maven settings lang level combo should not have fixed width by @mbien in #7830
  • pom dependency update hint could also check annotation processors by @mbien in #7860
  • Remove ZipError usage which is dead code since JDK 9 (JDK-8336843). by @mbien in #7862
  • Update maven-indexer to 7.1.5 and lucene to 9.12.0 by @mbien in #7868

Ant

Java

  • [#7228] - Add debugger default variable formatter for BigInteger and BigDecimal by @ShadowOfLies in #7617
  • fix for #7640 (formating related issue in javadoc) by @naren2605 in #7641
  • Support for string[] vmArgs by @sdedic in #7697
  • fix: Organize-imports can sometimes add unwanted imports by @subhash-arabhi in #7699
  • Show right doc on hover over constructor by @subhash-arabhi in #7654
  • Fixing rename refactoring for record components and compact constructors by @lahodaj in #7670
  • LSP: Push diagnostics collected on project indexing. by @dbalek in #7725
  • Fix build issues for NetBeans Language Server VSCode extension on Windows platform by @Achal1607 in #7709
  • Fixing LspElementUtils with anonymous classes extending an enclosing class, and speeding up the StructureElement computation. by @lahodaj in #7707
  • allow reference for maven page by @ebarboni in #7744
  • LSP: Speed up publish diagnostics on project scan. by @dbalek in #7737
  • Roots (and directories) containing multi-file launcher sources should respond to ClassPath queries. by @lahodaj in #7733
  • Attempt to repair PartialReparseTest by @mbien in #7823
  • Support for Markdown javadoc (JEP-467) by @lahodaj in #7491
  • Primitive wrapper property editors should use valueOf by @mbien in #7864
  • Update disallowed-links.xml for apidoc check by @ebarboni in #7821
  • Single Java source run action provider improvements by @asotona in #7776
  • Fix Single-file-java-launcher test and add module to CI by @mbien in #7887
  • Making minor code modifications for better readability and validation by @sid-srini in #7722
  • Removed changes in comments while renaming by @subhash-arabhi in #7724
  • Robustness of the "Goto Type Dialog" by @jtulach in #7899
  • Only run one completion sampler by @lahodaj in #7897
  • Disable JDK 23 line-doc comments for now by @mbien in #7907
  • [NETBEANS-7467] Fixing synchronization in TokenList.resetToIndex by @lahodaj in #7937
  • [NETBEANS-7981] Handling Diagnostics with position -1 while writing error/warning index. by @lahodaj in #7983
  • Revert "[NETBEANS-7981] Handling Diagnostics with position -1 while writing error/warning index." by @mbien in #7999
  • Revert "LSP: Speed up publish diagnostics on project scan." by @mbien in #7982

PHP

  • PHP: Added support for Psalm static analyzer by @troizet in #7810
  • PHP: Fixed incorrect display of skipped tests in the Test Results window for PHPUnit. by @troizet in #7836
  • PHP: Fixed incorrect display of skipped tests in the Test Results window for Codeception. by @troizet in #7857

C/C++

Enterprise

  • Adding container repository from Cloud Assets View by @petrovic-d in #7623
  • Instruct users on setting up cloud resources when opening SSH session and running container image by @petrovic-d in #7607
  • Group application properties by type for Create External Config Properties command by @petrovic-d in #7614
  • Instuctions to install Docker and to change key file permissions by @petrovic-d in #7656
  • Delete action for Container Repository Images and Vault Secrets by @petrovic-d in #7649
  • Cloud Assets - build and push docker command by @jhorvath in #7642
  • Create container repository command by @petrovic-d in #7671
  • Suggest OCI resource creation when showing existing resources by @petrovic-d in #7678
  • Adding option to register a new database in a list of available db connections by @jhorvath in #7687
  • Micronaut: Report warnings for properties in config files with unset values. by @dbalek in #7691
  • Micronaut: Code completion for named cloud assets added. by @dbalek in #7712
  • Copy application config file before docker run by @petrovic-d in #7698
  • Added metrics support for Cloud Assets by @petrovic-d in #7700
  • Set java.release to 11 for cloud.oracle module by @jhorvath in #7726
  • Cloud Assets usability improvements by @jhorvath in #7754
  • Save tenancyId and region when Cloud Asset is added by @petrovic-d in #7622
  • The id of the graalvmNative extension contains a typo. by @sdedic in #7756
  • Command for uploading OCI policies by @petrovic-d in #7761
  • Fix saving of modified MN deps, fix OCI props provider, accept file:/ as well as file:/// for save by @jhorvath in #7774
  • Fix adding dependencies for ADB by @jhorvath in #7781
  • Add all necesary dependencies for ADB by @jhorvath in #7784
  • Adding a build native docker option by @jhorvath in #7787
  • Micronaut support: minor enhancements. by @dbalek in #7812
  • Adding k8s deploy action to cloud assets by @jhorvath in #7826
  • Adding action for switching of a namespace on k8s cluster by @jhorvath in #7834
  • Fix JBoss 8 Startup detection by @HowardUngar in #7772
  • Action for adding Cloud Assets sensitive data to Vault by @petrovic-d in #7831
  • Use OCI profile based on an item by @jhorvath in #7870
  • LSP: Provide code completion for named resources even when generic NBLS Java support is disabled by @dbalek in #7869
  • Create ConfigMap before running the app by @petrovic-d in #7873
  • Open in OCI Console command by @jhorvath in #7877
  • Align the database path with the other resource names, ensuring all are in singular form. by @jhorvath in #7881
  • Payara 7 and Jakarta EE 11 support by @jGauravGupta in #7716
  • Support for Payara Server instance running on WSL by @jGauravGupta in #7885
  • Create secret rotation CronJob whe...
Read more

Apache NetBeans 24-rc5

29 Nov 15:13
6308a54
Compare
Choose a tag to compare
Pre-release

What's Changed

Java

  • Revert "[NETBEANS-7981] Handling Diagnostics with position -1 while writing error/warning index." by @mbien in #7999
  • Revert "LSP: Speed up publish diagnostics on project scan." by @mbien in #7982

Full Changelog: 24-rc4...24-rc5

Apache NetBeans 24-rc4

26 Nov 17:52
212f4c3
Compare
Choose a tag to compare
Pre-release

What's Changed

Java

  • [NETBEANS-7981] Handling Diagnostics with position -1 while writing error/warning index. by @lahodaj in #7983

Full Changelog: 24-rc3...24-rc4

Apache NetBeans 24-rc3

13 Nov 15:41
0be8be2
Compare
Choose a tag to compare
Pre-release

What's Changed

Java

  • [NETBEANS-7467] Fixing synchronization in TokenList.resetToIndex by @lahodaj in #7937

Enterprise

  • Validation before adding items into CloudAssets by @jhorvath in #7929
  • Fix how docker image is executed in the OCI Compute Instance by @jhorvath in #7936

Platform

  • OutputWindow: text selection can start at index 0. by @mbien in #7951

Full Changelog: 24-rc2...24-rc3

Apache NetBeans 24-rc2

05 Nov 16:26
4aeb2be
Compare
Choose a tag to compare
Pre-release

What's Changed

Ant

Java

Enterprise

  • Create secret rotation CronJob when running the app in the cluster by @petrovic-d in #7878

UI Changes

  • output window: better warning color for FlatLaf light by @mbien in #7913

Full Changelog: 24-rc1...24-rc2

24-rc1

22 Oct 15:39
4d10c98
Compare
Choose a tag to compare
24-rc1 Pre-release
Pre-release

What's Changed

Gradle

  • Project (re)load API, initial implementation by @sdedic in #7651
  • Support annotation processor dependencies by @sdedic in #7679
  • LoadOptions introduced to control project loading. by @sdedic in #7646
  • Gradle implementation of Project (re)load API by @sdedic in #7665
  • Fixing race condition between end-operation and future completion. by @sdedic in #7705
  • Improving "internal reload" during project reload by @sdedic in #7748
  • Gradle options lang level text field should not have fixed width by @mbien in #7861
  • Multi-project audit caching improved by @sdedic in #7791

Maven

  • Maven project reload implementation by @sdedic in #7655
  • Fix test window for multi-module maven projects by @mbien in #7728
  • Maven settings lang level combo should not have fixed width by @mbien in #7830
  • pom dependency update hint could also check annotation processors by @mbien in #7860
  • Remove ZipError usage which is dead code since JDK 9 (JDK-8336843). by @mbien in #7862
  • Update maven-indexer to 7.1.5 and lucene to 9.12.0 by @mbien in #7868

Java

  • [#7228] - Add debugger default variable formatter for BigInteger and BigDecimal by @ShadowOfLies in #7617
  • fix for #7640 (formating related issue in javadoc) by @naren2605 in #7641
  • Support for string[] vmArgs by @sdedic in #7697
  • fix: Organize-imports can sometimes add unwanted imports by @subhash-arabhi in #7699
  • Show right doc on hover over constructor by @subhash-arabhi in #7654
  • Fixing rename refactoring for record components and compact constructors by @lahodaj in #7670
  • LSP: Push diagnostics collected on project indexing. by @dbalek in #7725
  • Fix build issues for NetBeans Language Server VSCode extension on Windows platform by @Achal1607 in #7709
  • Fixing LspElementUtils with anonymous classes extending an enclosing class, and speeding up the StructureElement computation. by @lahodaj in #7707
  • allow reference for maven page by @ebarboni in #7744
  • LSP: Speed up publish diagnostics on project scan. by @dbalek in #7737
  • Roots (and directories) containing multi-file launcher sources should respond to ClassPath queries. by @lahodaj in #7733
  • Attempt to repair PartialReparseTest by @mbien in #7823
  • Support for Markdown javadoc (JEP-467) by @lahodaj in #7491
  • Primitive wrapper property editors should use valueOf by @mbien in #7864
  • Update disallowed-links.xml for apidoc check by @ebarboni in #7821
  • Single Java source run action provider improvements by @asotona in #7776
  • Fix Single-file-java-launcher test and add module to CI by @mbien in #7887
  • Making minor code modifications for better readability and validation by @sid-srini in #7722
  • Removed changes in comments while renaming by @subhash-arabhi in #7724

PHP

  • PHP: Added support for Psalm static analyzer by @troizet in #7810
  • PHP: Fixed incorrect display of skipped tests in the Test Results window for PHPUnit. by @troizet in #7836
  • PHP: Fixed incorrect display of skipped tests in the Test Results window for Codeception. by @troizet in #7857

C/C++

Enterprise

  • Adding container repository from Cloud Assets View by @petrovic-d in #7623
  • Instruct users on setting up cloud resources when opening SSH session and running container image by @petrovic-d in #7607
  • Group application properties by type for Create External Config Properties command by @petrovic-d in #7614
  • Instuctions to install Docker and to change key file permissions by @petrovic-d in #7656
  • Delete action for Container Repository Images and Vault Secrets by @petrovic-d in #7649
  • Cloud Assets - build and push docker command by @jhorvath in #7642
  • Create container repository command by @petrovic-d in #7671
  • Suggest OCI resource creation when showing existing resources by @petrovic-d in #7678
  • Adding option to register a new database in a list of available db connections by @jhorvath in #7687
  • Micronaut: Report warnings for properties in config files with unset values. by @dbalek in #7691
  • Micronaut: Code completion for named cloud assets added. by @dbalek in #7712
  • Copy application config file before docker run by @petrovic-d in #7698
  • Added metrics support for Cloud Assets by @petrovic-d in #7700
  • Set java.release to 11 for cloud.oracle module by @jhorvath in #7726
  • Cloud Assets usability improvements by @jhorvath in #7754
  • Save tenancyId and region when Cloud Asset is added by @petrovic-d in #7622
  • The id of the graalvmNative extension contains a typo. by @sdedic in #7756
  • Command for uploading OCI policies by @petrovic-d in #7761
  • Fix saving of modified MN deps, fix OCI props provider, accept file:/ as well as file:/// for save by @jhorvath in #7774
  • Fix adding dependencies for ADB by @jhorvath in #7781
  • Add all necesary dependencies for ADB by @jhorvath in #7784
  • Adding a build native docker option by @jhorvath in #7787
  • Micronaut support: minor enhancements. by @dbalek in #7812
  • Adding k8s deploy action to cloud assets by @jhorvath in #7826
  • Adding action for switching of a namespace on k8s cluster by @jhorvath in #7834
  • Fix JBoss 8 Startup detection by @HowardUngar in #7772
  • Action for adding Cloud Assets sensitive data to Vault by @petrovic-d in #7831
  • Use OCI profile based on an item by @jhorvath in #7870
  • LSP: Provide code completion for named resources even when generic NBLS Java support is disabled by @dbalek in #7869
  • Create ConfigMap before running the app by @petrovic-d in #7873
  • Open in OCI Console command by @jhorvath in #7877
  • Align the database path with the other resource names, ensuring all are in singular form. by @jhorvath in #7881
  • Payara 7 and Jakarta EE 11 support by @jGauravGupta in #7716
  • Support for Payara Server instance running on WSL by @jGauravGupta in #7885

Web

Versioning

Editor

  • Added code preview for “find usages” and related refactorings by @troizet in #7694
  • lsp.client: mark occurrences sidebar and make occurrences highlighting configurable by @matthiasblaesing in #7807

UI Changes

  • MacOS: Support HiDPI scaling in long filename tooltips by @eirikbakke in #7669
  • Add higher resolution and scalable icons to IDE bundle by @neilcsmith-net in h...
Read more

Apache NetBeans 23

19 Sep 12:48
2985f1f
Compare
Choose a tag to compare

What's Changed

Gradle

Maven

  • Stack trace parser fixes by @mbien in #7391
  • Update bundled maven to 3.9.7. by @mbien in #7395
  • Update bundled maven to 3.9.8. by @mbien in #7468
  • Do not provide compile classpath for repository artifacts with POM files generated by Gradle. by @dbalek in #7499
  • Update maven-indexer to 7.1.3 and lucene to 9.11.0 by @mbien in #7460
  • Make maven UseReleaseOptionHint aware of plugin management. by @mbien in #7513
  • Maven compiler properties panel updates by @mbien in #7512
  • Update NbEventSpy for maven 4. by @mbien in #7529
  • Maven pom template should use the javac release flag. by @mbien in #7515
  • CI: start testing on 23-ea and minor other updates by @mbien in #7525
  • Use relative wrapper paths to prevent space-in-path bugs by @sdedic in #7558
  • MavenVersionSettings: Stick to maven 3 plugins for now by @mbien in #7574
  • Clean old temporary local maven index cache dir before scan by @mbien in #7586
  • Warmup Maven Embedder to improve first-project-creation UX by @mbien in #7590
  • Lazy init SMO backend and increase timeout by @mbien in #7587
  • Add global maven goal presets by @mbien in #7537
  • Minor NBM wizard pom generation fixes and plugin version bumps by @mbien in #7628
  • Fix extraction of annotation processor classpath for maven by @matthiasblaesing in #7662
  • Update bundled maven to 3.9.9. by @mbien in #7683
  • Fix open maven subproject context menu by @mbien in #7723

Java

  • Fixing 'nbls.project.resolveProjectProblems' command name. by @lahodaj in #7370
  • Support for requires.nb.javac modules with javac.source/target > 8. by @lahodaj in #7201
  • JDK Configuration action for VS Code by @jisedlac in #7414
  • Fix Exception template to extend from Exception by @neilcsmith-net in #7390
  • Support for relative paths in the source file launcher's paths; automatic expanding of modular paths. by @lahodaj in #7382
  • Fix profiler.oql und GraalJS, support for running unittests of profiler.oql and api.knockout on JDK 17+ by @matthiasblaesing in #7489
  • Guard MultiSourceRootProvider to supply classpath only for java source on file system by @matthiasblaesing in #7509
  • Add class-file format to the file properties sheet by @mbien in #7527
  • Upgrade to nb-javac from JDK 23, build 30 by @lahodaj in #7484
  • VSNetBeans: Check for source level java compatibility by @petrovic-d in #7555
  • Fix use-instanceof-pattern hint messages by @mbien in #7573
  • Java Hints SPI module renovation by @mbien in #7563
  • fix javadoc task source properties + javadoc typo by @ebarboni in #7593
  • Introduce-method refactoring should suggest a method name by @mbien in #7551
  • Basic JDK picker support for multi-file-java-programs. by @mbien in #7605
  • Implement suppress warnings on for Unused hint and codeAction for suppress warnings annotations by @Achal1607 in #7548
  • Fix Command Prefixing Issue in Source Action by @Achal1607 in #7621
  • CodeGenerator should be able to generate basic code for records by @mbien in #7581
  • Fix java completion sort for not-imported items. by @mbien in #7631
  • Fix possible InaccessibleObjectExceptions during debugging session by @mbien in #7633
  • Update nb-javac to jdk-23+35. by @mbien in #7637
  • truffle.RemoteServices should parse the java version correctly by @mbien in #7635

Groovy

  • Update groovy.editor test data and test on JDK 17 by @mbien in #7415

PHP

C/C++

  • .c/.h/.hpp files: Register WhereUsedAction and RenameAction in correct mime paths by @matthiasblaesing in #7689

Enterprise

  • Micronaut: Method parameters should be resolvable in expression language by @dbalek in #7316
  • Micronaut: Source action to generate tests for endpoints added. by @dbalek in #7369
  • Filtering TextDocumentService.codeAction results based on the provided kinds. by @lahodaj in #7368
  • Micronaut: Endpoint method generator for non-db based controllers added. by @dbalek in #7394
  • Micronaut: Command creating request body for given endpoint added. by @dbalek in #7422
  • Micronaut: Code completion support for values of 'Mapping' annotation. by @dbalek in #7439
  • Restore maven archetypes for JavaEE 5 and J2EE 1.4 projects by @matthiasblaesing in #7407
  • Update dependencies for OCI Vault integration and clean up multistep dialogs by @jhorvath in #7453
  • Do not show Connect dialog when DB connection fails because of missing JDBC driver by @thurka in #7338
  • Run maven embedder with the "normal" NetBeans environment not special context class loader by @matthiasblaesing in #7464
  • Micronaut: Provide Endpoint and Bean symbols originating from libraries. by @dbalek in #7494
  • Micronaut: minor bugs fixed. by @dbalek in #7518
  • Micronaut: Use correct classpath when scanning for Micronaut symbols. by @dbalek in #7523
  • Turn remaining few EE tests off which can't run on JDK 17 yet by @mbien in #7534
  • Mi...
Read more

Apache NetBeans 23-rc3

06 Sep 22:47
2985f1f
Compare
Choose a tag to compare
Pre-release

What's Changed

Gradle

Maven

C/C++

  • .c/.h/.hpp files: Register WhereUsedAction and RenameAction in correct mime paths by @matthiasblaesing in #7689

UI Changes

Platform

Language Server Protocol

New Contributors

Full Changelog: 23-rc2...23-rc3

Apache NetBeans 23-rc2

07 Aug 16:37
cc863fd
Compare
Choose a tag to compare
Pre-release

What's Changed

Maven

  • Minor NBM wizard pom generation fixes and plugin version bumps by @mbien in #7628

Java

  • Fix Command Prefixing Issue in Source Action by @Achal1607 in #7621
  • CodeGenerator should be able to generate basic code for records by @mbien in #7581
  • Fix java completion sort for not-imported items. by @mbien in #7631
  • Fix possible InaccessibleObjectExceptions during debugging session by @mbien in #7633
  • Update nb-javac to jdk-23+35. by @mbien in #7637
  • truffle.RemoteServices should parse the java version correctly by @mbien in #7635

UI Changes

Full Changelog: 23-rc1...23-rc2