Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
c94a48c
Applying version recommendation
sid-srini Aug 25, 2025
9bb62fa
Merge branch 'merge_main_20250826' into 'main'
sid-srini Aug 26, 2025
697c5f7
Merge branch 'update-brace-expansion' into 'main'
sid-srini Aug 26, 2025
5a6990b
Merge branch 'sync_24.1.1_20250909' into 'release_24.1.1'
sid-srini Sep 9, 2025
121be8c
Merge branch 'sync_24.1.1_20250917' into '24.1.1'
sid-srini Sep 17, 2025
dc32bc6
Applying version recommendation
sid-srini Aug 25, 2025
20c65aa
Merge pull request #475 from sid-srini/cpu_24.1.1
sid-srini Sep 26, 2025
2f7b077
Merge pull request #477 from oracle/24.1.1
Achal1607 Sep 29, 2025
1dfa43d
Java notebooks added
Achal1607 Feb 28, 2025
d7c08e9
Changes to support notebook configurations and handle the async tasks
shivam71 Jun 23, 2025
791403e
Added opening JShell in project context functionality
Achal1607 Jun 24, 2025
5d0fb4f
Added notification for initializing java notebook kernel and minor bu…
shivam71 Jul 1, 2025
780372d
Refactoring notebook frontend code
subhash-arabhi Jun 2, 2025
2110cbe
Added notebook structure validation
subhash-arabhi Jun 25, 2025
71c84b7
Enhanced notebook cell exection
Achal1607 Jul 7, 2025
4e3bcc9
Improvements in notebook cell execution display
subhash-arabhi Jul 28, 2025
4ec5a0f
Unit tests for notebook module
shivam71 Aug 21, 2025
4816cc1
Improvements in notebook usability
Achal1607 Aug 15, 2025
4ab96a5
Improvements in notebook configuration, stability and performance
Achal1607 Sep 22, 2025
4a46f1c
Adding notebooks-l10n translation support
naren2605 Sep 26, 2025
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
89 changes: 79 additions & 10 deletions THIRD_PARTY_LICENSES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -329,11 +329,11 @@ ide/modules/ext/junixsocket-native-common-2.5.1.jar Apache-2.0
ide/modules/ext/launcher-common-24.0.0.jar UPL
ide/modules/ext/lucene-core-3.6.2.jar Apache-2.0-lucene
ide/modules/ext/nativeimage-24.0.0.jar UPL
ide/modules/ext/org.eclipse.lsp4j-0.13.0.jar EPL-v20
ide/modules/ext/org.eclipse.lsp4j.debug-0.13.0.jar EPL-v20
ide/modules/ext/org.eclipse.lsp4j.generator-0.13.0.jar EPL-v20
ide/modules/ext/org.eclipse.lsp4j.jsonrpc-0.13.0.jar EPL-v20
ide/modules/ext/org.eclipse.lsp4j.jsonrpc.debug-0.13.0.jar EPL-v20
ide/modules/ext/org.eclipse.lsp4j-0.16.0.jar EPL-v20
ide/modules/ext/org.eclipse.lsp4j.debug-0.16.0.jar EPL-v20
ide/modules/ext/org.eclipse.lsp4j.generator-0.16.0.jar EPL-v20
ide/modules/ext/org.eclipse.lsp4j.jsonrpc-0.16.0.jar EPL-v20
ide/modules/ext/org.eclipse.lsp4j.jsonrpc.debug-0.16.0.jar EPL-v20
ide/modules/ext/org.eclipse.tm4e.core-0.14.1.jar EPL-v20
ide/modules/ext/org.eclipse.xtend.lib-2.24.0.jar EPL-v20
ide/modules/ext/org.eclipse.xtend.lib.macro-2.24.0.jar EPL-v20
Expand Down Expand Up @@ -481,11 +481,11 @@ java/modules/ext/maven/search-api-7.1.5.jar Apache-2.0
java/modules/ext/maven/search-backend-smo-7.1.5.jar Apache-2.0
java/modules/ext/nb-javac-jdk-25-31.1-api.jar GPL-2-CP
java/modules/ext/nb-javac-jdk-25-31.1.jar GPL-2-CP
java/modules/ext/org.eclipse.lsp4j-0.13.0.jar EPL-v20
java/modules/ext/org.eclipse.lsp4j.debug-0.13.0.jar EPL-v20
java/modules/ext/org.eclipse.lsp4j.generator-0.13.0.jar EPL-v20
java/modules/ext/org.eclipse.lsp4j.jsonrpc-0.13.0.jar EPL-v20
java/modules/ext/org.eclipse.lsp4j.jsonrpc.debug-0.13.0.jar EPL-v20
java/modules/ext/org.eclipse.lsp4j-0.16.0.jar EPL-v20
java/modules/ext/org.eclipse.lsp4j.debug-0.16.0.jar EPL-v20
java/modules/ext/org.eclipse.lsp4j.generator-0.16.0.jar EPL-v20
java/modules/ext/org.eclipse.lsp4j.jsonrpc-0.16.0.jar EPL-v20
java/modules/ext/org.eclipse.lsp4j.jsonrpc.debug-0.16.0.jar EPL-v20
java/modules/ext/org.eclipse.xtend.lib-2.24.0.jar EPL-v20
java/modules/ext/org.eclipse.xtend.lib.macro-2.24.0.jar EPL-v20
java/modules/ext/org.eclipse.xtext.xbase.lib-2.24.0.jar EPL-v20
Expand Down Expand Up @@ -9805,4 +9805,73 @@ Developer of the Original Software was Sun Microsystems, Inc. Portions
Copyright 1997-2006 Sun Microsystems, Inc.


------------------ END OF DEPENDENCY LICENSE --------------------

Dependency: ajv
===============

------------------ START OF DEPENDENCY LICENSE --------------------
The MIT License (MIT)

Copyright (c) 2015-2021 Evgeny Poberezkin

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

------------------ END OF DEPENDENCY LICENSE --------------------

Dependency: nbformat.v4.5.schema.json
====================
Accessible at: vscode/src/notebooks/nbformat.v4.5.d7.schema.json
Modified from source at: https://github.com/jupyter/nbformat/blob/main/nbformat/v4/nbformat.v4.5.schema.json
License: BSD 3-Clause License

------------------ START OF DEPENDENCY LICENSE --------------------
BSD 3-Clause License

- Copyright (c) 2001-2015, IPython Development Team
- Copyright (c) 2015-, Jupyter Development Team

All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

3. Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

------------------ END OF DEPENDENCY LICENSE --------------------
4 changes: 4 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
patches/l10n/adding-java.lsp.server-ja-and-zh_CN.diff
patches/l10n/24.1.0-release-content-changes.diff
patches/l10n/24.1.0-previous-issues-fix.diff
patches/l10n/25.0.0-notebooks-l10n.diff
</string>
<filterchain>
<tokenfilter delimoutput=" ">
Expand Down Expand Up @@ -79,6 +80,9 @@
patches/dev-dependency-licenses.diff
patches/nb-telemetry.diff
patches/change-method-parameters-refactoring-qualified-names.diff
patches/upgrade-lsp4j.diff
patches/updated-show-input-params.diff
patches/java-notebooks.diff
</string>
<filterchain>
<tokenfilter delimoutput=" ">
Expand Down
4 changes: 3 additions & 1 deletion nbcode/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ auxiliary.org-netbeans-modules-apisupport-installer.os-windows=false
auxiliary.org-netbeans-spi-editor-hints-projects.perProjectHintSettingsFile=nbproject/cfg_hints.xml
modules=\
${project.org.netbeans.modules.nbcode.integration} :\
${project.org.netbeans.modules.nbcode.java.lsp.server.telemetry}
${project.org.netbeans.modules.nbcode.java.lsp.server.telemetry}:\
${project.org.netbeans.modules.nbcode.java.notebooks}
project.org.netbeans.modules.nbcode.integration=integration
project.org.netbeans.modules.nbcode.java.lsp.server.telemetry=telemetry
project.org.netbeans.modules.nbcode.java.notebooks=notebooks
23 changes: 23 additions & 0 deletions nbcode/notebooks/build.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2024-2025, Oracle and/or its affiliates.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<project name="org.netbeans.modules.nbcode.java.notebook" default="netbeans" basedir=".">
<description>Builds, tests, and runs the project org.netbeans.modules.nbcode.notebook.</description>
<property file="nbproject/suite.properties"/>
<property file="nbproject/project.properties"/>
<property name="nbantext.jar" location="${suite.dir}/../netbeans/nbbuild/build/nbantext.jar" />
<import file="nbproject/build-impl.xml"/>
</project>
6 changes: 6 additions & 0 deletions nbcode/notebooks/manifest.mf
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Manifest-Version: 1.0
AutoUpdate-Show-In-Client: false
OpenIDE-Module: org.netbeans.modules.nbcode.java.notebook
OpenIDE-Module-Implementation-Version: 1
OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/nbcode/java/notebook/Bundle.properties

56 changes: 56 additions & 0 deletions nbcode/notebooks/nbproject/build-impl.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2024-2025, Oracle and/or its affiliates.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<project name="org.netbeans.modules.nbcode.java.notebook-impl" basedir="..">
<fail message="Please build using Ant 1.7.1 or higher.">
<condition>
<not>
<antversion atleast="1.7.1"/>
</not>
</condition>
</fail>
<property file="nbproject/private/suite-private.properties"/>
<property file="nbproject/suite.properties"/>
<fail unless="suite.dir">You must set 'suite.dir' to point to your containing module suite</fail>
<property file="${suite.dir}/nbproject/private/platform-private.properties"/>
<property file="${suite.dir}/nbproject/platform.properties"/>
<macrodef name="property" uri="http://www.netbeans.org/ns/nb-module-project/2">
<attribute name="name"/>
<attribute name="value"/>
<sequential>
<property name="@{name}" value="${@{value}}"/>
</sequential>
</macrodef>
<macrodef name="evalprops" uri="http://www.netbeans.org/ns/nb-module-project/2">
<attribute name="property"/>
<attribute name="value"/>
<sequential>
<property name="@{property}" value="@{value}"/>
</sequential>
</macrodef>
<property file="${user.properties.file}"/>
<nbmproject2:property name="harness.dir" value="nbplatform.${nbplatform.active}.harness.dir" xmlns:nbmproject2="http://www.netbeans.org/ns/nb-module-project/2"/>
<nbmproject2:property name="nbplatform.active.dir" value="nbplatform.${nbplatform.active}.netbeans.dest.dir" xmlns:nbmproject2="http://www.netbeans.org/ns/nb-module-project/2"/>
<nbmproject2:evalprops property="cluster.path.evaluated" value="${cluster.path}" xmlns:nbmproject2="http://www.netbeans.org/ns/nb-module-project/2"/>
<fail message="Path to 'platform' cluster missing in $${cluster.path} property or using corrupt Netbeans Platform (missing harness).">
<condition>
<not>
<contains string="${cluster.path.evaluated}" substring="platform"/>
</not>
</condition>
</fail>
<import file="${harness.dir}/build.xml"/>
</project>
23 changes: 23 additions & 0 deletions nbcode/notebooks/nbproject/genfiles.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
#
# Copyright (c) 2024-2025, Oracle and/or its affiliates.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
build.xml.data.CRC32=bcbc94fb
build.xml.script.CRC32=f4d83a2b
[email protected]
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
nbproject/build-impl.xml.data.CRC32=decee057
nbproject/build-impl.xml.script.CRC32=547e2c6a
nbproject/[email protected]
25 changes: 25 additions & 0 deletions nbcode/notebooks/nbproject/project.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
#
# Copyright (c) 2024-2025, Oracle and/or its affiliates.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
javac.source=1.8
requires.nb.javac=true
javac.compilerargs=-Xlint -Xlint:-serial
test.unit.lib.cp=
test.unit.run.cp.extra=
license.file=../../LICENSE.txt
nbm.homepage=https://github.com/oracle/javavscode/
nbplatform.default.netbeans.dest.dir=${suite.dir}/../netbeans/nbbuild/netbeans
nbplatform.default.harness.dir=${nbplatform.default.netbeans.dest.dir}/harness
spec.version.base=1.0
Loading
Loading