diff --git a/README.md b/README.md index a3fa001..12034a2 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ For more information see [https://www.codelerity.com/netbeans/](https://www.code This repository contains configuration files for building an Inno Setup Windows installer, Linux Deb packages (x64 / all), and Linux AppImages (x64 / Arm). -Before starting, download and unzip [nbpackage-1.0-beta4-bin](https://archive.apache.org/dist/netbeans/netbeans-nbpackage/1.0-beta4/nbpackage-1.0-beta4-bin.zip) +Before starting, download and unzip [nbpackage-1.0-beta5-bin](https://archive.apache.org/dist/netbeans/netbeans-nbpackage/1.0-beta5/nbpackage-1.0-beta5-bin.zip) into an `nbpackage` directory. Executing `./nbpackage/bin/nbpackage --help` should show the help text for the packager. @@ -36,23 +36,30 @@ the Azul provided hash. To use a different JDK, update the configuration file. Build the installer by running - ``` -./nbpackage/bin/nbpackage --input netbeans-21-bin.zip --config windows-x64-iss/netbeans-windows-x64.properties --output dist/ +./nbpackage/bin/nbpackage --input netbeans-22-bin.zip --config windows-x64-iss/netbeans-windows-x64.properties --output dist/ ``` ### Build MacOS installer You will require `swift`, `codesign` and `pkgbuild` installed on the system. -Download the right Azul Zulu JDK into the `macos-x64` directory, checking against the -Azul provided hash. To use a different JDK, update the configuration file. +Download the right Azul Zulu JDK into the `macos-aarch64` or `macos-x64` directory, +checking against the Azul provided hash. To use a different JDK, update the configuration +file. -Add your Apple developer IDs for code signing and installer signing to the -configuration file. +Add your Apple developer IDs for code signing and installer signing to the configuration +file. -Build the installer by running - +Build the installer by running (x64) - + +``` +./nbpackage/bin/nbpackage --input netbeans-22-bin.zip --config macos-x64/netbeans-macos-x64.properties --output dist/ +``` + +or running (aarch64) - ``` -./nbpackage/bin/nbpackage --input netbeans-21-bin.zip --config macos-x64/netbeans-macos-x64.properties --output dist/ +./nbpackage/bin/nbpackage --input netbeans-22-bin.zip --config macos-aarch64/netbeans-macos-aarch64.properties --output dist/ ``` ### Build DEB packages @@ -65,7 +72,7 @@ provided hash file. Build the package by running eg. - ``` -./nbpackage/bin/nbpackage --input netbeans-21-bin.zip --config linux-x64/netbeans-x64-deb.properties --output dist/ +./nbpackage/bin/nbpackage --input netbeans-22-bin.zip --config linux-x64/netbeans-x64-deb.properties --output dist/ ``` ### Build RPM packages @@ -77,7 +84,7 @@ provided hash file. Build the package by running eg. - ``` -./nbpackage/bin/nbpackage --input netbeans-21-bin.zip --config linux-x64/netbeans-x64-rpm.properties --output dist/ +./nbpackage/bin/nbpackage --input netbeans-22-bin.zip --config linux-x64/netbeans-x64-rpm.properties --output dist/ ``` @@ -92,7 +99,7 @@ an AppImage - make sure to mark it executable before continuing. Build the AppImage by running eg. - ``` -./nbpackage/bin/nbpackage --input netbeans-21-bin.zip --config linux-x64/netbeans-x64-appimage.properties --output dist/ +./nbpackage/bin/nbpackage --input netbeans-22-bin.zip --config linux-x64/netbeans-x64-appimage.properties --output dist/ ``` ## Legal diff --git a/linux-aarch64/netbeans-aarch64-deb.properties b/linux-aarch64/netbeans-aarch64-deb.properties index fa63fea..decbd1d 100644 --- a/linux-aarch64/netbeans-aarch64-deb.properties +++ b/linux-aarch64/netbeans-aarch64-deb.properties @@ -1,11 +1,11 @@ # Application name (required). package.name=Apache NetBeans # Application version (defaults 1.0). -package.version=21 +package.version=22 # Packaging type. package.type=linux-deb # Path to Java runtime to include in the package (default none). -package.runtime=${CONFIG}/zulu21.32.17-ca-jdk21.0.2-linux_aarch64.tar.gz +package.runtime=${CONFIG}/zulu22.30.13-ca-jdk22.0.1-linux_aarch64.tar.gz # A single-line description of the package. Not all packagers will display this. package.description=Package of ${package.name} ${package.version}. # Application publisher. Not all packagers will display this. diff --git a/linux-aarch64/zulu21.32.17-ca-jdk21.0.2-linux_aarch64.tar.gz.sha256 b/linux-aarch64/zulu21.32.17-ca-jdk21.0.2-linux_aarch64.tar.gz.sha256 deleted file mode 100644 index fa4c1bf..0000000 --- a/linux-aarch64/zulu21.32.17-ca-jdk21.0.2-linux_aarch64.tar.gz.sha256 +++ /dev/null @@ -1 +0,0 @@ -ce7df1af5d44a9f455617c4b8891443fbe3e4b269c777d8b82ed66f77167cfe0 zulu21.32.17-ca-jdk21.0.2-linux_aarch64.tar.gz diff --git a/linux-aarch64/zulu22.30.13-ca-jdk22.0.1-linux_aarch64.tar.gz.sha256 b/linux-aarch64/zulu22.30.13-ca-jdk22.0.1-linux_aarch64.tar.gz.sha256 new file mode 100644 index 0000000..eb58366 --- /dev/null +++ b/linux-aarch64/zulu22.30.13-ca-jdk22.0.1-linux_aarch64.tar.gz.sha256 @@ -0,0 +1 @@ +d84cd3d381c7f7ec6da7b3cf65d2abfcdc283a2bc9873a293867b26c96b82e49 zulu22.30.13-ca-jdk22.0.1-linux_aarch64.tar.gz diff --git a/linux-x64/netbeans-x64-appimage.properties b/linux-x64/netbeans-x64-appimage.properties index e169b27..faccad5 100644 --- a/linux-x64/netbeans-x64-appimage.properties +++ b/linux-x64/netbeans-x64-appimage.properties @@ -1,11 +1,11 @@ # Application name (required). package.name=Apache NetBeans # Application version (defaults 1.0). -package.version=21 +package.version=22 # Packaging type. package.type=linux-appimage # Path to Java runtime to include in the package (default none). -package.runtime=${CONFIG}/zulu21.32.17-ca-jdk21.0.2-linux_x64.tar.gz +package.runtime=${CONFIG}/zulu22.30.13-ca-jdk22.0.1-linux_x64.tar.gz # A single-line description of the package. Not all packagers will display this. package.description=Package of ${package.name} ${package.version}. # Application publisher. Not all packagers will display this. diff --git a/linux-x64/netbeans-x64-deb.properties b/linux-x64/netbeans-x64-deb.properties index 1c99116..83058ef 100644 --- a/linux-x64/netbeans-x64-deb.properties +++ b/linux-x64/netbeans-x64-deb.properties @@ -1,11 +1,11 @@ # Application name (required). package.name=Apache NetBeans # Application version (defaults 1.0). -package.version=21 +package.version=22 # Packaging type. package.type=linux-deb # Path to Java runtime to include in the package (default none). -package.runtime=${CONFIG}/zulu21.32.17-ca-jdk21.0.2-linux_x64.tar.gz +package.runtime=${CONFIG}/zulu22.30.13-ca-jdk22.0.1-linux_x64.tar.gz # A single-line description of the package. Not all packagers will display this. package.description=Package of ${package.name} ${package.version}. # Application publisher. Not all packagers will display this. diff --git a/linux-x64/netbeans-x64-rpm.properties b/linux-x64/netbeans-x64-rpm.properties index 74dbc26..71a7e27 100644 --- a/linux-x64/netbeans-x64-rpm.properties +++ b/linux-x64/netbeans-x64-rpm.properties @@ -1,11 +1,11 @@ # Application name (required). package.name=Apache NetBeans # Application version (defaults 1.0). -package.version=21 +package.version=22 # Packaging type. package.type=linux-rpm # Path to Java runtime to include in the package (default none). -package.runtime=${CONFIG}/zulu21.32.17-ca-jdk21.0.2-linux_x64.tar.gz +package.runtime=${CONFIG}/zulu22.30.13-ca-jdk22.0.1-linux_x64.tar.gz # A single-line description of the package. Not all packagers will display this. package.description=Package of ${package.name} ${package.version}. # Application publisher. Not all packagers will display this. diff --git a/linux-x64/zulu21.32.17-ca-jdk21.0.2-linux_x64.tar.gz.sha256 b/linux-x64/zulu21.32.17-ca-jdk21.0.2-linux_x64.tar.gz.sha256 deleted file mode 100644 index 7707aa8..0000000 --- a/linux-x64/zulu21.32.17-ca-jdk21.0.2-linux_x64.tar.gz.sha256 +++ /dev/null @@ -1 +0,0 @@ -5ad730fbee6bb49bfff10bf39e84392e728d89103d3474a7e5def0fd134b300a zulu21.32.17-ca-jdk21.0.2-linux_x64.tar.gz diff --git a/linux-x64/zulu22.30.13-ca-jdk22.0.1-linux_x64.tar.gz.sha256 b/linux-x64/zulu22.30.13-ca-jdk22.0.1-linux_x64.tar.gz.sha256 new file mode 100644 index 0000000..957fc47 --- /dev/null +++ b/linux-x64/zulu22.30.13-ca-jdk22.0.1-linux_x64.tar.gz.sha256 @@ -0,0 +1 @@ +993d91062c631d10508475f7b112724fa8136704ec1412d5cc1f93ddda1eddb0 zulu22.30.13-ca-jdk22.0.1-linux_x64.tar.gz diff --git a/macos-aarch64/netbeans-macos-aarch64.properties b/macos-aarch64/netbeans-macos-aarch64.properties index d18ebd4..de1e8f1 100644 --- a/macos-aarch64/netbeans-macos-aarch64.properties +++ b/macos-aarch64/netbeans-macos-aarch64.properties @@ -1,11 +1,11 @@ # Application name (required). package.name=Apache NetBeans # Application version (defaults 1.0). -package.version=21 +package.version=22 # Packaging type. package.type=macos-pkg # Path to Java runtime to include in the package (default none). -package.runtime=${CONFIG}/zulu21.32.17-ca-jdk21.0.2-macosx_aarch64.tar.gz +package.runtime=${CONFIG}/zulu22.30.13-ca-jdk22.0.1-macosx_aarch64.tar.gz # A single-line description of the package. Not all packagers will display this. package.description=Package of ${package.name} ${package.version}. # Application publisher. Not all packagers will display this. @@ -25,7 +25,7 @@ package.macos.entitlements-template= # Search pattern for native binaries that need to be code signed. package.macos.codesign-files={*.dylib,*.jnilib,**/nativeexecution/MacOSX-*/*,Contents/Home/bin/*,Contents/Home/lib/jspawnhelper} # Search pattern for JARs that bundle native binaries that need to be code signed. -package.macos.codesign-jars={flatlaf*.jar,jna-5*.jar,junixsocket-native-common-*.jar,launcher-common-*.jar,jansi-*.jar,nbi-engine.jar} +package.macos.codesign-jars={flatlaf-*.jar,jna-5*.jar,junixsocket-native-common-*.jar,launcher-common-*.jar,jansi-*.jar,nbi-engine.jar,truffle-runtime-*.jar} # Code signing identity as passed to Codesign. package.macos.codesign-id= # Installer signing identity as passed to Pkgbuild. diff --git a/macos-aarch64/zulu21.32.17-ca-jdk21.0.2-macosx_aarch64.tar.gz.sha256 b/macos-aarch64/zulu21.32.17-ca-jdk21.0.2-macosx_aarch64.tar.gz.sha256 deleted file mode 100644 index e121885..0000000 --- a/macos-aarch64/zulu21.32.17-ca-jdk21.0.2-macosx_aarch64.tar.gz.sha256 +++ /dev/null @@ -1 +0,0 @@ -e8260516de8b60661422a725f1df2c36ef888f6fb35393566b00e7325db3d04e zulu21.32.17-ca-jdk21.0.2-macosx_aarch64.tar.gz diff --git a/macos-aarch64/zulu22.30.13-ca-jdk22.0.1-macosx_aarch64.tar.gz.sha256 b/macos-aarch64/zulu22.30.13-ca-jdk22.0.1-macosx_aarch64.tar.gz.sha256 new file mode 100644 index 0000000..ec7d998 --- /dev/null +++ b/macos-aarch64/zulu22.30.13-ca-jdk22.0.1-macosx_aarch64.tar.gz.sha256 @@ -0,0 +1 @@ +d1b8282c032b55384dfda337dd97d424f69cc0dd0dbb196d870e7029acdad133 zulu22.30.13-ca-jdk22.0.1-macosx_aarch64.tar.gz diff --git a/macos-x64/netbeans-macos-x64.properties b/macos-x64/netbeans-macos-x64.properties index b4c104c..9cc0e98 100644 --- a/macos-x64/netbeans-macos-x64.properties +++ b/macos-x64/netbeans-macos-x64.properties @@ -1,11 +1,11 @@ # Application name (required). package.name=Apache NetBeans # Application version (defaults 1.0). -package.version=21 +package.version=22 # Packaging type. package.type=macos-pkg # Path to Java runtime to include in the package (default none). -package.runtime=${CONFIG}/zulu21.32.17-ca-jdk21.0.2-macosx_x64.tar.gz +package.runtime=${CONFIG}/zulu22.30.13-ca-jdk22.0.1-macosx_x64.tar.gz # A single-line description of the package. Not all packagers will display this. package.description=Package of ${package.name} ${package.version}. # Application publisher. Not all packagers will display this. @@ -25,7 +25,7 @@ package.macos.entitlements-template= # Search pattern for native binaries that need to be code signed. package.macos.codesign-files={*.dylib,*.jnilib,**/nativeexecution/MacOSX-*/*,Contents/Home/bin/*,Contents/Home/lib/jspawnhelper} # Search pattern for JARs that bundle native binaries that need to be code signed. -package.macos.codesign-jars={flatlaf*.jar,jna-5*.jar,junixsocket-native-common-*.jar,launcher-common-*.jar,jansi-*.jar,nbi-engine.jar} +package.macos.codesign-jars={flatlaf-*.jar,jna-5*.jar,junixsocket-native-common-*.jar,launcher-common-*.jar,jansi-*.jar,nbi-engine.jar,truffle-runtime-*.jar} # Code signing identity as passed to Codesign. package.macos.codesign-id= # Installer signing identity as passed to Pkgbuild. diff --git a/macos-x64/zulu21.32.17-ca-jdk21.0.2-macosx_x64.tar.gz.sha256 b/macos-x64/zulu21.32.17-ca-jdk21.0.2-macosx_x64.tar.gz.sha256 deleted file mode 100644 index 8742379..0000000 --- a/macos-x64/zulu21.32.17-ca-jdk21.0.2-macosx_x64.tar.gz.sha256 +++ /dev/null @@ -1 +0,0 @@ -3ad8fe288eb57d975c2786ae453a036aa46e47ab2ac3d81538ebae2a54d3c025 zulu21.32.17-ca-jdk21.0.2-macosx_x64.tar.gz diff --git a/macos-x64/zulu22.30.13-ca-jdk22.0.1-macosx_x64.tar.gz.sha256 b/macos-x64/zulu22.30.13-ca-jdk22.0.1-macosx_x64.tar.gz.sha256 new file mode 100644 index 0000000..6b6931d --- /dev/null +++ b/macos-x64/zulu22.30.13-ca-jdk22.0.1-macosx_x64.tar.gz.sha256 @@ -0,0 +1 @@ +a5af3434d9b283b55b41548f6de9d5d3dcb20c300254402cf8b02bbeecf3c37d zulu22.30.13-ca-jdk22.0.1-macosx_x64.tar.gz diff --git a/netbeans-21-bin.zip.sha512 b/netbeans-21-bin.zip.sha512 deleted file mode 100644 index 5a6ef40..0000000 --- a/netbeans-21-bin.zip.sha512 +++ /dev/null @@ -1 +0,0 @@ -1bd5695755eb9547d88a5539a6e43884d787dba4da6ecadc1b261e07c1dda56d0a03986a66755c5d3a358216711c0393ac8fdd649e15c953bdfe380cb564ca65 ./netbeans-21-bin.zip diff --git a/netbeans-22-bin.zip.sha512 b/netbeans-22-bin.zip.sha512 new file mode 100644 index 0000000..33be336 --- /dev/null +++ b/netbeans-22-bin.zip.sha512 @@ -0,0 +1 @@ +1d8ad549f9a2bfd8ee829691de1f7a22d35d0c2782676e2bc64eec32751e0edbda8a0240eec1ffd0a7e033f9fb2619b9e3ca1ddad40609f1d722a4deea16c0b6 ./netbeans-22-bin.zip diff --git a/windows-x64-iss/ApacheNetBeansZuluLicense.txt b/windows-x64-iss/ApacheNetBeansZuluLicense.txt index 4abdbd6..d7f9faa 100644 --- a/windows-x64-iss/ApacheNetBeansZuluLicense.txt +++ b/windows-x64-iss/ApacheNetBeansZuluLicense.txt @@ -1,11 +1,11 @@ -This installer installs Apache NetBeans 21 bundled with Azul's Zulu build of OpenJDK 21. +This installer installs Apache NetBeans 22 bundled with Azul's Zulu build of OpenJDK 22. Apache NetBeans Copyright (c) 2017-2024 The Apache Software Foundation and distributed under the terms of the Apache Software License (below). -Azul Zulu 21.32.17 (21.0.2+13) -Copyright (c) 2013-2023, Azul Systems, Inc. 385 Moffett Park Drive, Suite 115, Sunnyvale, CA 94089 -For more information see https://docs.azul.com/core/tpls/january-2024/zulu21_tpl.html +Azul Zulu 22.30.13 (22.0.1+8) +Copyright (c) 2013-2024, Azul Systems, Inc. 385 Moffett Park Drive, Suite 115, Sunnyvale, CA 94089 +For more information see https://docs.azul.com/core/tpls/april-2024/zulu22_tpl.html =========================================================== @@ -223,13 +223,13 @@ THIRD-PARTY COMPONENT FILE LICENSE -------------------------------------------------------------------------------- cpplite/modules/ext/cpplite-mi-f8f8250283be.jar CDDL-1.0 enterprise/docs/jakartaee10-doc-api.jar EPL-v20 +enterprise/docs/jakartaee11-doc-api.jar EPL-v20 enterprise/docs/jakartaee8-doc-api.jar EPL-v20 enterprise/docs/jakartaee9-doc-api.jar EPL-v20 enterprise/docs/javaee-doc-api.jar CDDL-1.0 enterprise/docs/jsf-api-docs.zip CDDL-1.1 enterprise/docs/jsf12-tlddoc.zip CDDL-1.0 enterprise/docs/jstl11-doc.zip Apache-2.0 -enterprise/docs/struts-1.3.10-javadoc.zip Apache-2.0 enterprise/docs/struts-tags.zip Apache-2.0 enterprise/docs/syntaxref20.zip CDDL-1.0 enterprise/docs/webservices-api-javadoc.jar EDL-1.0 @@ -252,16 +252,18 @@ enterprise/modules/ext/el-impl.jar CDDL-1.0 enterprise/modules/ext/glassfish-jspparser-5.1.0.jar EPL-v20 enterprise/modules/ext/httpclient-4.5.13.jar Gradle enterprise/modules/ext/httpcore-4.4.13.jar Apache-2.0 -enterprise/modules/ext/jackson/jackson-annotations-2.16.1.jar Apache-2.0 -enterprise/modules/ext/jackson/jackson-core-2.16.1.jar Apache-2.0 -enterprise/modules/ext/jackson/jackson-databind-2.16.1.jar Apache-2.0 -enterprise/modules/ext/jackson/jackson-dataformat-cbor-2.16.1.jar Apache-2.0 -enterprise/modules/ext/jackson/jackson-datatype-jsr310-2.16.1.jar Apache-2.0 -enterprise/modules/ext/jackson/jackson-module-jaxb-annotations-2.16.1.jar Apache-2.0 +enterprise/modules/ext/jackson/jackson-annotations-2.17.0.jar Apache-2.0 +enterprise/modules/ext/jackson/jackson-core-2.17.0.jar Apache-2.0 +enterprise/modules/ext/jackson/jackson-databind-2.17.0.jar Apache-2.0 +enterprise/modules/ext/jackson/jackson-dataformat-cbor-2.17.0.jar Apache-2.0 +enterprise/modules/ext/jackson/jackson-datatype-jsr310-2.17.0.jar Apache-2.0 +enterprise/modules/ext/jackson/jackson-module-jaxb-annotations-2.17.0.jar Apache-2.0 enterprise/modules/ext/jakarta.jakartaee-api-10.0.0.jar EPL-v20 +enterprise/modules/ext/jakarta.jakartaee-api-11.0.0.jar EPL-v20 enterprise/modules/ext/jakarta.jakartaee-api-8.0.0.jar EPL-v20 enterprise/modules/ext/jakarta.jakartaee-api-9.0.0.jar EPL-v20 enterprise/modules/ext/jakarta.jakartaee-web-api-10.0.0.jar EPL-v20 +enterprise/modules/ext/jakarta.jakartaee-web-api-11.0.0.jar EPL-v20 enterprise/modules/ext/jakarta.jakartaee-web-api-8.0.0.jar EPL-v20 enterprise/modules/ext/jakarta.jakartaee-web-api-9.0.0.jar EPL-v20 enterprise/modules/ext/javaee-api-5.jar CDDL-1.0 @@ -306,8 +308,6 @@ enterprise/modules/ext/jersey2/jersey-media-moxy-2.35.jar EPL-v20 enterprise/modules/ext/jersey2/jersey-server-2.35.jar EPL-v20 enterprise/modules/ext/jersey2/osgi-resource-locator-1.0.3.jar EPL-v20 enterprise/modules/ext/jersey2/osgi.core-8.0.0.jar Apache-2.0 -enterprise/modules/ext/jsf-1_2/jsf-api.jar CDDL-1.0 -enterprise/modules/ext/jsf-1_2/jsf-impl.jar CDDL-1.0 enterprise/modules/ext/jsf-2_2/javax.faces.jar CDDL-1.1 enterprise/modules/ext/jsr88javax.jar CDDL-1.0 enterprise/modules/ext/jstl-api.jar EPL-v20 @@ -335,26 +335,6 @@ enterprise/modules/ext/resilience4j-circuitbreaker-1.7.1.jar Apache-2.0 enterprise/modules/ext/resilience4j-core-1.7.1.jar Apache-2.0 enterprise/modules/ext/servlet4.0-jsp2.3-api.jar EPL-v20 enterprise/modules/ext/spring-boot-configuration-metadata-2.4.4.jar Apache-2.0 -enterprise/modules/ext/struts/antlr-2.7.2.jar ANTLR-2 -enterprise/modules/ext/struts/bsf-2.3.0.jar Apache-2.0 -enterprise/modules/ext/struts/commons-beanutils-1.8.0.jar Apache-2.0 -enterprise/modules/ext/struts/commons-chain-1.2.jar Apache-2.0 -enterprise/modules/ext/struts/commons-digester-1.8.jar Apache-2.0 -enterprise/modules/ext/struts/commons-fileupload-1.1.1.jar Apache-2.0 -enterprise/modules/ext/struts/commons-io-1.1.jar Apache-2.0 -enterprise/modules/ext/struts/commons-logging-1.0.4.jar Apache-2.0 -enterprise/modules/ext/struts/commons-validator-1.3.1.jar Apache-2.0 -enterprise/modules/ext/struts/jstl-1.0.2.jar CDDL-1.1 -enterprise/modules/ext/struts/oro-2.0.8.jar Apache-1.1 -enterprise/modules/ext/struts/standard-1.0.6.jar Apache-2.0 -enterprise/modules/ext/struts/struts-core-1.3.10.jar Apache-2.0 -enterprise/modules/ext/struts/struts-el-1.3.10.jar Apache-2.0 -enterprise/modules/ext/struts/struts-extras-1.3.10.jar Apache-2.0 -enterprise/modules/ext/struts/struts-faces-1.3.10.jar Apache-2.0 -enterprise/modules/ext/struts/struts-mailreader-dao-1.3.10.jar Apache-2.0 -enterprise/modules/ext/struts/struts-scripting-1.3.10.jar Apache-2.0 -enterprise/modules/ext/struts/struts-taglib-1.3.10.jar Apache-2.0 -enterprise/modules/ext/struts/struts-tiles-1.3.10.jar Apache-2.0 enterprise/modules/ext/vavr-0.10.2.jar Apache-2.0 enterprise/modules/ext/vavr-match-0.10.2.jar Apache-2.0 extide/ant/etc/ant-bootstrap.jar Apache-2.0-ant @@ -410,9 +390,10 @@ ide/modules/dict/wordlist-en_GB-large-2017.08.24.zip BSD-SCOWL ide/modules/dict/wordlist-en_US-large-2017.08.24.zip BSD-SCOWL ide/modules/ext/adapter-base.jar Apache-2.0 ide/modules/ext/adapter-javahl.jar Apache-2.0 -ide/modules/ext/antlr-runtime-3.5.2.jar BSD-antlr-runtime3 -ide/modules/ext/antlr4-runtime-4.11.1.jar BSD-antlr-runtime4-2 -ide/modules/ext/commons-compress-1.25.0.jar Apache-2.0 +ide/modules/ext/antlr-runtime-3.5.3.jar BSD-antlr-runtime3 +ide/modules/ext/antlr4-runtime-4.13.1.jar BSD-antlr-runtime4-3 +ide/modules/ext/collections-24.0.0.jar UPL +ide/modules/ext/commons-compress-1.26.1.jar Apache-2.0 ide/modules/ext/commons-csv-1.8.jar Apache-2.0 ide/modules/ext/commons-net-3.10.0.jar Apache-2.0 ide/modules/ext/fastexcel-0.10.15.jar Apache-2.0 @@ -435,7 +416,6 @@ ide/modules/ext/flexmark-util-visitor-0.64.8.jar BSD-flexma ide/modules/ext/freemarker-2.3.32.jar Apache-2.0-freemarker ide/modules/ext/galimatias.jar MIT-galimatias ide/modules/ext/generated-wsdl-xsd-2004.08.24.jar WSDL-2004 -ide/modules/ext/graal-sdk-20.3.0.jar UPL ide/modules/ext/html5-parser.jar MIT-html5-parser ide/modules/ext/icu4j-4_4_2.jar MIT-icu4j ide/modules/ext/ini4j-0.5.1.jar Apache-2.0 @@ -449,14 +429,17 @@ ide/modules/ext/jaxb/jaxb-impl.jar CDDL-1.1 ide/modules/ext/jaxb/jaxb-xjc.jar CDDL-1.1-MIT-jaxb-xjc ide/modules/ext/jcodings-1.0.18.jar MIT-nocopyright ide/modules/ext/jing.jar BSD-jing +ide/modules/ext/jline-24.0.0.jar BSD-jline3 +ide/modules/ext/jniutils-24.0.0.jar UPL ide/modules/ext/joni-2.1.11.jar MIT-jruby ide/modules/ext/json-simple-1.1.1.jar Apache-2.0 ide/modules/ext/jsoup-1.15.4.jar MIT-jsoup ide/modules/ext/junixsocket-common-2.5.1.jar Apache-2.0 ide/modules/ext/junixsocket-native-common-2.5.1.jar Apache-2.0 ide/modules/ext/langdetect.jar Apache-2.0 -ide/modules/ext/launcher-common-20.3.0.jar UPL +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/opczip-1.2.0.jar Apache-2.0 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 @@ -467,19 +450,24 @@ ide/modules/ext/org.eclipse.tm4e.core-0.4.1-pack1.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 ide/modules/ext/org.eclipse.xtext.xbase.lib-2.24.0.jar EPL-v20 +ide/modules/ext/polyglot-24.0.0.jar UPL ide/modules/ext/postgresql-42.5.4.jar BSD-postgresql -ide/modules/ext/processtreekiller-2.0.1.jar MIT +ide/modules/ext/processtreekiller-2.0.1.jar MIT-processtreekiller ide/modules/ext/resolver-1.2.jar Apache-2.0 ide/modules/ext/salvation.jar Apache-2.0 ide/modules/ext/simplevalidation-swing.jar Apache-2.0 ide/modules/ext/simplevalidation.jar Apache-2.0 ide/modules/ext/snakeyaml-engine.jar Apache-2.0 +ide/modules/ext/toml-java-13.4.1.jar Apache-2.0 ide/modules/ext/tomlj.jar Apache-2.0 -ide/modules/ext/truffle-api-20.3.0.jar UPL +ide/modules/ext/truffle-api-24.0.0.jar UPL-MIT-jcodings +ide/modules/ext/truffle-compiler-24.0.0.jar UPL-MIT-jcodings +ide/modules/ext/truffle-runtime-24.0.0.jar UPL-MIT-jcodings ide/modules/ext/validator.jar MIT-validator ide/modules/ext/webserver-annotations.jar Apache-2.0 ide/modules/ext/webserver.jar Apache-2.0-tomcat ide/modules/ext/winp-1.28.jar MIT-winp +ide/modules/ext/word-24.0.0.jar UPL ide/modules/ext/xerces-2.8.0.jar Apache-2.0 ide/modules/org-apache-commons-httpclient.jar Apache-2.0 ide/modules/org-apache-commons-lang.jar Apache-2.0 @@ -510,7 +498,7 @@ ide/modules/org-eclipse-mylyn-wikitext-core.jar EPL-v10 ide/modules/org-eclipse-mylyn-wikitext-markdown-core.jar EPL-v10 ide/modules/org-eclipse-mylyn-wikitext-textile-core.jar EPL-v10 ide/modules/slf4j-api.jar MIT-slf4j-22 -ide/modules/slf4j-jdk14.jar MIT-slf4j +ide/modules/slf4j-jdk14.jar MIT-slf4j-22 java/docs/jaxws-api-doc.zip EDL-1.0 java/maven/boot/plexus-classworlds-2.7.0.jar Apache-2.0 java/maven/lib/aopalliance-1.0.jar Apache-2.0 @@ -593,18 +581,18 @@ java/modules/ext/jaxws22/woodstox-core.jar Apache-2.0 java/modules/ext/jdktools-11.0.11.jar Apache-2.0 java/modules/ext/maven/gson-2.10.1.jar Apache-2.0 java/modules/ext/maven/indexer-core-7.1.2.jar Apache-2.0 -java/modules/ext/maven/javax.annotation-api-1.2.jar CDDL-1.1 +java/modules/ext/maven/javax.annotation-api-1.3.2.jar CDDL-1.1 java/modules/ext/maven/jdom2-2.0.6.1.jar BSD-JDOM -java/modules/ext/maven/lucene-analysis-common-9.9.1.jar Apache-2.0 -java/modules/ext/maven/lucene-backward-codecs-9.9.1.jar Apache-2.0 -java/modules/ext/maven/lucene-core-9.9.1.jar Apache-2.0 -java/modules/ext/maven/lucene-highlighter-9.9.1.jar Apache-2.0 -java/modules/ext/maven/lucene-queryparser-9.9.1.jar Apache-2.0 +java/modules/ext/maven/lucene-analysis-common-9.10.0.jar Apache-2.0-lucene2 +java/modules/ext/maven/lucene-backward-codecs-9.10.0.jar Apache-2.0-lucene2 +java/modules/ext/maven/lucene-core-9.10.0.jar Apache-2.0-lucene2 +java/modules/ext/maven/lucene-highlighter-9.10.0.jar Apache-2.0-lucene2 +java/modules/ext/maven/lucene-queryparser-9.10.0.jar Apache-2.0-lucene2 java/modules/ext/maven/maven-dependency-tree-2.2.jar Apache-2.0 java/modules/ext/maven/search-api-7.1.2.jar Apache-2.0 java/modules/ext/maven/search-backend-smo-7.1.2.jar Apache-2.0 -java/modules/ext/nb-javac-jdk-21u-api.jar GPL-2-CP -java/modules/ext/nb-javac-jdk-21u.jar GPL-2-CP +java/modules/ext/nb-javac-jdk-22u1-8-api.jar GPL-2-CP +java/modules/ext/nb-javac-jdk-22u1-8.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 @@ -613,81 +601,42 @@ java/modules/ext/org.eclipse.lsp4j.jsonrpc.debug-0.13.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 -java/modules/ext/spring-3.0/spring-aop-3.2.18.RELEASE.jar Apache-2.0-spring3 -java/modules/ext/spring-3.0/spring-aspects-3.2.18.RELEASE.jar Apache-2.0-spring3 -java/modules/ext/spring-3.0/spring-beans-3.2.18.RELEASE.jar Apache-2.0-spring3 -java/modules/ext/spring-3.0/spring-context-3.2.18.RELEASE.jar Apache-2.0-spring3 -java/modules/ext/spring-3.0/spring-context-support-3.2.18.RELEASE.jar Apache-2.0-spring3 -java/modules/ext/spring-3.0/spring-core-3.2.18.RELEASE.jar Apache-2.0-spring3 -java/modules/ext/spring-3.0/spring-expression-3.2.18.RELEASE.jar Apache-2.0-spring3 -java/modules/ext/spring-3.0/spring-instrument-3.2.18.RELEASE.jar Apache-2.0-spring3 -java/modules/ext/spring-3.0/spring-instrument-tomcat-3.2.18.RELEASE.jar Apache-2.0-spring3 -java/modules/ext/spring-3.0/spring-jdbc-3.2.18.RELEASE.jar Apache-2.0-spring3 -java/modules/ext/spring-3.0/spring-jms-3.2.18.RELEASE.jar Apache-2.0-spring3 -java/modules/ext/spring-3.0/spring-orm-3.2.18.RELEASE.jar Apache-2.0-spring3 -java/modules/ext/spring-3.0/spring-oxm-3.2.18.RELEASE.jar Apache-2.0-spring3 -java/modules/ext/spring-3.0/spring-struts-3.2.18.RELEASE.jar Apache-2.0-spring3 -java/modules/ext/spring-3.0/spring-test-3.2.18.RELEASE.jar Apache-2.0-spring3 -java/modules/ext/spring-3.0/spring-tx-3.2.18.RELEASE.jar Apache-2.0-spring3 -java/modules/ext/spring-3.0/spring-web-3.2.18.RELEASE.jar Apache-2.0-spring3 -java/modules/ext/spring-3.0/spring-webmvc-3.2.18.RELEASE.jar Apache-2.0-spring3 -java/modules/ext/spring-3.0/spring-webmvc-portlet-3.2.18.RELEASE.jar Apache-2.0-spring3 -java/modules/ext/spring-4/spring-aop-4.3.29.RELEASE.jar Apache-2.0-spring4 -java/modules/ext/spring-4/spring-aspects-4.3.29.RELEASE.jar Apache-2.0-spring4 -java/modules/ext/spring-4/spring-beans-4.3.29.RELEASE.jar Apache-2.0-spring4 -java/modules/ext/spring-4/spring-context-4.3.29.RELEASE.jar Apache-2.0-spring4 -java/modules/ext/spring-4/spring-context-support-4.3.29.RELEASE.jar Apache-2.0-spring4 -java/modules/ext/spring-4/spring-core-4.3.29.RELEASE.jar Apache-2.0-spring4 -java/modules/ext/spring-4/spring-expression-4.3.29.RELEASE.jar Apache-2.0-spring4 -java/modules/ext/spring-4/spring-instrument-4.3.29.RELEASE.jar Apache-2.0-spring4 -java/modules/ext/spring-4/spring-instrument-tomcat-4.3.29.RELEASE.jar Apache-2.0-spring4 -java/modules/ext/spring-4/spring-jdbc-4.3.29.RELEASE.jar Apache-2.0-spring4 -java/modules/ext/spring-4/spring-jms-4.3.29.RELEASE.jar Apache-2.0-spring4 -java/modules/ext/spring-4/spring-messaging-4.3.29.RELEASE.jar Apache-2.0-spring4 -java/modules/ext/spring-4/spring-orm-4.3.29.RELEASE.jar Apache-2.0-spring4 -java/modules/ext/spring-4/spring-oxm-4.3.29.RELEASE.jar Apache-2.0-spring4 -java/modules/ext/spring-4/spring-test-4.3.29.RELEASE.jar Apache-2.0-spring4 -java/modules/ext/spring-4/spring-tx-4.3.29.RELEASE.jar Apache-2.0-spring4 -java/modules/ext/spring-4/spring-web-4.3.29.RELEASE.jar Apache-2.0-spring4 -java/modules/ext/spring-4/spring-webmvc-4.3.29.RELEASE.jar Apache-2.0-spring4 -java/modules/ext/spring-4/spring-webmvc-portlet-4.3.29.RELEASE.jar Apache-2.0-spring4 -java/modules/ext/spring-4/spring-websocket-4.3.29.RELEASE.jar Apache-2.0-spring4 -java/modules/ext/spring-5/spring-aop-5.2.9.RELEASE.jar Apache-2.0-spring5 -java/modules/ext/spring-5/spring-aspects-5.2.9.RELEASE.jar Apache-2.0-spring5 -java/modules/ext/spring-5/spring-beans-5.2.9.RELEASE.jar Apache-2.0-spring5 -java/modules/ext/spring-5/spring-context-5.2.9.RELEASE.jar Apache-2.0-spring5 -java/modules/ext/spring-5/spring-context-indexer-5.2.9.RELEASE.jar Apache-2.0-spring5 -java/modules/ext/spring-5/spring-context-support-5.2.9.RELEASE.jar Apache-2.0-spring5 -java/modules/ext/spring-5/spring-core-5.2.9.RELEASE.jar Apache-2.0-spring5 -java/modules/ext/spring-5/spring-expression-5.2.9.RELEASE.jar Apache-2.0-spring5 -java/modules/ext/spring-5/spring-instrument-5.2.9.RELEASE.jar Apache-2.0-spring5 -java/modules/ext/spring-5/spring-jcl-5.2.9.RELEASE.jar Apache-2.0-spring5 -java/modules/ext/spring-5/spring-jdbc-5.2.9.RELEASE.jar Apache-2.0-spring5 -java/modules/ext/spring-5/spring-jms-5.2.9.RELEASE.jar Apache-2.0-spring5 -java/modules/ext/spring-5/spring-messaging-5.2.9.RELEASE.jar Apache-2.0-spring5 -java/modules/ext/spring-5/spring-orm-5.2.9.RELEASE.jar Apache-2.0-spring5 -java/modules/ext/spring-5/spring-oxm-5.2.9.RELEASE.jar Apache-2.0-spring5 -java/modules/ext/spring-5/spring-test-5.2.9.RELEASE.jar Apache-2.0-spring5 -java/modules/ext/spring-5/spring-tx-5.2.9.RELEASE.jar Apache-2.0-spring5 -java/modules/ext/spring-5/spring-web-5.2.9.RELEASE.jar Apache-2.0-spring5 -java/modules/ext/spring-5/spring-webflux-5.2.9.RELEASE.jar Apache-2.0-spring5 -java/modules/ext/spring-5/spring-webmvc-5.2.9.RELEASE.jar Apache-2.0-spring5 -java/modules/ext/spring-5/spring-websocket-5.2.9.RELEASE.jar Apache-2.0-spring5 +java/modules/ext/spring-5/spring-aop-5.3.31.jar Apache-2.0-spring5 +java/modules/ext/spring-5/spring-aspects-5.3.31.jar Apache-2.0-spring5 +java/modules/ext/spring-5/spring-beans-5.3.31.jar Apache-2.0-spring5 +java/modules/ext/spring-5/spring-context-5.3.31.jar Apache-2.0-spring5 +java/modules/ext/spring-5/spring-context-indexer-5.3.31.jar Apache-2.0-spring5 +java/modules/ext/spring-5/spring-context-support-5.3.31.jar Apache-2.0-spring5 +java/modules/ext/spring-5/spring-core-5.3.31.jar Apache-2.0-spring5 +java/modules/ext/spring-5/spring-expression-5.3.31.jar Apache-2.0-spring5 +java/modules/ext/spring-5/spring-instrument-5.3.31.jar Apache-2.0-spring5 +java/modules/ext/spring-5/spring-jcl-5.3.31.jar Apache-2.0-spring5 +java/modules/ext/spring-5/spring-jdbc-5.3.31.jar Apache-2.0-spring5 +java/modules/ext/spring-5/spring-jms-5.3.31.jar Apache-2.0-spring5 +java/modules/ext/spring-5/spring-messaging-5.3.31.jar Apache-2.0-spring5 +java/modules/ext/spring-5/spring-orm-5.3.31.jar Apache-2.0-spring5 +java/modules/ext/spring-5/spring-oxm-5.3.31.jar Apache-2.0-spring5 +java/modules/ext/spring-5/spring-test-5.3.31.jar Apache-2.0-spring5 +java/modules/ext/spring-5/spring-tx-5.3.31.jar Apache-2.0-spring5 +java/modules/ext/spring-5/spring-web-5.3.31.jar Apache-2.0-spring5 +java/modules/ext/spring-5/spring-webflux-5.3.31.jar Apache-2.0-spring5 +java/modules/ext/spring-5/spring-webmvc-5.3.31.jar Apache-2.0-spring5 +java/modules/ext/spring-5/spring-websocket-5.3.31.jar Apache-2.0-spring5 java/modules/gradle/org.jacoco.core.jar EPL-v10 php/docs/phpsigfiles.zip CC-BY-3.0 php/docs/predefined_vars.zip CC-BY-3.0 php/modules/ext/java-cup-11a.jar JavaCUP -platform/core/asm-9.6.jar BSD-INRIA -platform/core/asm-commons-9.6.jar BSD-INRIA -platform/core/asm-tree-9.6.jar BSD-INRIA +platform/core/asm-9.7.jar BSD-INRIA +platform/core/asm-commons-9.7.jar BSD-INRIA +platform/core/asm-tree-9.7.jar BSD-INRIA platform/docs/junit-4.13.2-javadoc.jar EPL-v10 platform/docs/junit-4.13.2-sources.jar EPL-v10 -platform/docs/junit-jupiter-api-5.6.0-javadoc.jar EPL-v20 -platform/docs/junit-jupiter-api-5.6.0-sources.jar EPL-v20 -platform/docs/junit-jupiter-engine-5.6.0-javadoc.jar EPL-v20 -platform/docs/junit-jupiter-engine-5.6.0-sources.jar EPL-v20 -platform/docs/junit-jupiter-params-5.6.0-javadoc.jar EPL-v20 -platform/docs/junit-jupiter-params-5.6.0-sources.jar EPL-v20 +platform/docs/junit-jupiter-api-5.10.2-javadoc.jar EPL-v20 +platform/docs/junit-jupiter-api-5.10.2-sources.jar EPL-v20 +platform/docs/junit-jupiter-engine-5.10.2-javadoc.jar EPL-v20 +platform/docs/junit-jupiter-engine-5.10.2-sources.jar EPL-v20 +platform/docs/junit-jupiter-params-5.10.2-javadoc.jar EPL-v20 +platform/docs/junit-jupiter-params-5.10.2-sources.jar EPL-v20 platform/docs/testng-6.13.1-javadoc.jar Apache-2.0+MIT+testng platform/modules/ext/batik-anim-1.17.jar Apache-2.0 platform/modules/ext/batik-awt-util-1.17.jar Apache-2.0 @@ -703,17 +652,17 @@ platform/modules/ext/batik-script-1.17.jar Apache-2.0 platform/modules/ext/batik-svg-dom-1.17.jar Apache-2.0 platform/modules/ext/batik-util-1.17.jar Apache-2.0 platform/modules/ext/batik-xml-1.17.jar Apache-2.0 -platform/modules/ext/commons-io-2.15.1.jar Apache-2.0 +platform/modules/ext/commons-io-2.16.0.jar Apache-2.0 platform/modules/ext/flatlaf-3.3.jar Apache-2.0 platform/modules/ext/hamcrest-core-1.3.jar BSD-hamcrest platform/modules/ext/jcommander-1.78.jar Apache-2.0 -platform/modules/ext/jna-5.12.1.jar Apache-2.0 -platform/modules/ext/jna-platform-5.12.1.jar Apache-2.0 +platform/modules/ext/jna-5.14.0.jar Apache-2.0 +platform/modules/ext/jna-platform-5.14.0.jar Apache-2.0 platform/modules/ext/junit-4.13.2.jar EPL-v10 -platform/modules/ext/junit-jupiter-api-5.6.0.jar EPL-v20 -platform/modules/ext/junit-jupiter-engine-5.6.0.jar EPL-v20 -platform/modules/ext/junit-jupiter-params-5.6.0.jar EPL-v20 -platform/modules/ext/org.apache.felix.main-7.0.3.jar Apache-2.0 +platform/modules/ext/junit-jupiter-api-5.10.2.jar EPL-v20 +platform/modules/ext/junit-jupiter-engine-5.10.2.jar EPL-v20 +platform/modules/ext/junit-jupiter-params-5.10.2.jar EPL-v20 +platform/modules/ext/org.apache.felix.main-7.0.5.jar Apache-2.0 platform/modules/ext/org.eclipse.osgi_3.9.1.nb9.jar OSGi platform/modules/ext/osgi.cmpn-7.0.0.jar Apache-2.0 platform/modules/ext/osgi.core-8.0.0.jar Apache-2.0 @@ -731,16 +680,17 @@ platform/modules/net-java-html.jar Apache-2.0 platform/modules/org-apache-commons-codec.jar Apache-2.0 platform/modules/org-apache-commons-lang3.jar Apache-2.0 platform/modules/org-apache-commons-logging.jar Apache-2.0 -platform/modules/org-netbeans-html-ko4j.jar Apache-2.0 +platform/modules/org-netbeans-html-ko4j.jar Apache-2.0-ko4j platform/modules/org-netbeans-html-presenters-spi.jar Apache-2.0 platform/modules/org-netbeans-html-xhr4j.jar Apache-2.0 webcommon/jsstubs/core-stubs.zip Apache-2.0-typescript2 webcommon/jsstubs/dom-stubs.zip Apache-2.0-typescript2 webcommon/modules/ext/dd-plist.jar MIT-dd-plist -webcommon/modules/ext/icu4j-67.1.jar MIT-icu4j -webcommon/modules/ext/js-20.3.0.jar UPL -webcommon/modules/ext/js-launcher-20.3.0.jar UPL -webcommon/modules/ext/regex-20.3.0.jar UPL +webcommon/modules/ext/icu4j-24.0.0.jar MIT-icu4j-74 +webcommon/modules/ext/js-language-24.0.0.jar UPL +webcommon/modules/ext/js-launcher-24.0.0.jar UPL +webcommon/modules/ext/js-scriptengine-24.0.0.jar UPL +webcommon/modules/ext/regex-24.0.0.jar UPL ****************************************************************************************************************************************************** Apache NetBeans includes a number of source files that are not covered by the apache license. The following files are part of this distribution. @@ -847,16 +797,24 @@ enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/application_1 enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/application_10.xsd EPL-v20 enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/application-client_10.mdd EPL-v20 enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/application-client_10.xsd EPL-v20 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/application_11.mdd EPL-v20 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/application_11.xsd EPL-v20 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/application-client_11.mdd EPL-v20 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/application-client_11.xsd EPL-v20 enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/connector_2_0.xsd EPL-v20 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/connector_2_1.xsd EPL-v20 enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/ejb-jar_4_0.mdd EPL-v20 enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/ejb-jar_4_0.xsd EPL-v20 enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/jakartaee_9.xsd EPL-v20 enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/jakartaee_10.xsd EPL-v20 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/jakartaee_11.xsd EPL-v20 enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/jakartaee_web_services_2_0.xsd EPL-v20 enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/jakartaee_web_services_client_2_0.xsd EPL-v20 enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/jsp_3_0.xsd EPL-v20 enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/jsp_3_1.xsd EPL-v20 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/jsp_4_0.xsd EPL-v20 enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/permissions_9.xsd EPL-v20 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/permissions_10.xsd EPL-v20 enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/web-app_5_0.mdd EPL-v20 enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/web-app_5_0.xsd EPL-v20 enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/web-common_5_0.xsd EPL-v20 @@ -867,6 +825,11 @@ enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/web-app_6_0.x enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/web-common_6_0.xsd EPL-v20 enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/web-fragment_6_0.mdd EPL-v20 enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/web-fragment_6_0.xsd EPL-v20 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/web-app_6_1.mdd EPL-v20 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/web-app_6_1.xsd EPL-v20 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/web-common_6_1.xsd EPL-v20 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/web-fragment_6_1.mdd EPL-v20 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/web-fragment_6_1.xsd EPL-v20 enterprise/j2ee.dd.webservice/src/org/netbeans/modules/j2ee/dd/impl/resources/j2ee_1_4.xsd CDDL-1.1 enterprise/j2ee.dd.webservice/src/org/netbeans/modules/j2ee/dd/impl/resources/j2ee_web_services_1_1.xsd CDDL-1.1 enterprise/j2ee.dd.webservice/src/org/netbeans/modules/j2ee/dd/impl/resources/j2ee_web_services_client_1_1.xsd CDDL-1.1 @@ -963,6 +926,8 @@ enterprise/web.jsf/src/org/netbeans/modules/web/jsf/resources/web-facelettaglibr enterprise/web.jsf/src/org/netbeans/modules/web/jsf/resources/web-facesconfig_3_0.xsd EPL-v20 enterprise/web.jsf/src/org/netbeans/modules/web/jsf/resources/web-facelettaglibrary_4_0.xsd EPL-v20 enterprise/web.jsf/src/org/netbeans/modules/web/jsf/resources/web-facesconfig_4_0.xsd EPL-v20 +enterprise/web.jsf/src/org/netbeans/modules/web/jsf/resources/web-facelettaglibrary_4_1.xsd EPL-v20 +enterprise/web.jsf/src/org/netbeans/modules/web/jsf/resources/web-facesconfig_4_1.xsd EPL-v20 enterprise/websvc.core/src/org/netbeans/modules/websvc/core/resources/sun-jaxws.xsd CDDL-1.0 enterprise/websvc.core/src/org/netbeans/modules/websvc/core/resources/javaee_web_services_metadata_handler_2_0.xsd CDDL-1.1 enterprise/websvc.core/src/org/netbeans/modules/websvc/core/resources/wsdl_customizationschema_2_0.xsd CDDL-1.1 @@ -987,8 +952,8 @@ ide/css.editor/src/org/netbeans/modules/css/resources/icons/opera20.png ide/css.editor/src/org/netbeans/modules/css/resources/icons/safari20-disabled.png CDDL-1.0 ide/css.editor/src/org/netbeans/modules/css/resources/icons/safari20.png CDDL-1.0 ide/css.lib/src/org/netbeans/modules/css/lib/Css3.g BSD-css3-grammar -ide/go.lang/src/org/antlr/parser/golang/GoLexer.g4 BSD-antlr-go-grammar -ide/go.lang/src/org/antlr/parser/golang/GoParser.g4 BSD-antlr-go-grammar +ide/go.lang/src/org/antlr/parser/golang/g4/GoLexer.g4 BSD-antlr-go-grammar +ide/go.lang/src/org/antlr/parser/golang/g4/GoParser.g4 BSD-antlr-go-grammar ide/go.lang/src/org/antlr/parser/golang/GoParserBase.java BSD-antlr-go-grammar ide/html.editor/src/org/netbeans/modules/html/editor/resources/DTDs/3_2/html32.dtd W3C2 ide/html.editor/src/org/netbeans/modules/html/editor/resources/DTDs/3_2/lat1.ent W3C2 @@ -1048,22 +1013,20 @@ java/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/dd/resources/orm java/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/dd/resources/persistence_2_2.xsd EDL-1.0 5 java/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/dd/resources/orm_3_0.xsd EDL-1.0 6 java/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/dd/resources/orm_3_1.xsd EDL-1.0 6 +java/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/dd/resources/orm_3_2.xsd EDL-1.0 6 java/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/dd/resources/persistence_3_0.xsd EDL-1.0 6 +java/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/dd/resources/persistence_3_2.xsd EDL-1.0 6 java/java.lsp.server/vscode/syntaxes/java.tmLanguage.json MIT-java-grammar java/junit.ui/src/org/netbeans/modules/junit/ui/resources/junit5-logo.png EPL-v20 -java/languages.antlr/src/org/antlr/parser/antlr3/ANTLRv3Lexer.g4 BSD-antlr4-grammar -java/languages.antlr/src/org/antlr/parser/antlr3/ANTLRv3Parser.g4 BSD-antlr4-grammar +java/languages.antlr/src/org/antlr/parser/antlr3/g4/ANTLRv3Lexer.g4 BSD-antlr4-grammar +java/languages.antlr/src/org/antlr/parser/antlr3/g4/ANTLRv3Parser.g4 BSD-antlr4-grammar java/languages.antlr/src/org/antlr/parser/antlr3/LexerAdaptor.java BSD-antlr4-grammar -java/languages.antlr/src/org/antlr/parser/antlr4/ANTLRv4Lexer.g4 BSD-antlr4-grammar -java/languages.antlr/src/org/antlr/parser/antlr4/ANTLRv4Parser.g4 BSD-antlr4-grammar -java/languages.antlr/src/org/antlr/parser/antlr4/LexBasic.g4 BSD-antlr4-grammar +java/languages.antlr/src/org/antlr/parser/antlr4/g4/ANTLRv4Lexer.g4 BSD-antlr4-grammar +java/languages.antlr/src/org/antlr/parser/antlr4/g4/ANTLRv4Parser.g4 BSD-antlr4-grammar +java/languages.antlr/src/org/antlr/parser/antlr4/g4/LexBasic.g4 BSD-antlr4-grammar java/languages.antlr/src/org/antlr/parser/antlr4/LexerAdaptor.java BSD-antlr4-grammar java/languages.antlr/src/org/netbeans/modules/languages/antlr/resources/antlr.png BSD-antlr-icons java/xml.jaxb/src/org/netbeans/modules/xml/jaxb/resources/eclipselink_oxm_2_3.xsd EDL-1.0 7 -nb/welcome/src/org/netbeans/modules/welcome/resources/xhtml1-transitional.dtd W3C2 -nb/welcome/src/org/netbeans/modules/welcome/resources/xhtml-lat1.ent W3C2 -nb/welcome/src/org/netbeans/modules/welcome/resources/xhtml-special.ent W3C2 -nb/welcome/src/org/netbeans/modules/welcome/resources/xhtml-symbol.ent W3C2 php/php.code.analysis/src/org/netbeans/modules/php/analysis/ui/resources/phpstan.png MIT-phpstan php/php.smarty/src/org/netbeans/modules/php/smarty/resources/tpl-icon.png CDDL-1.0 php/php.twig/src/org/netbeans/modules/php/twig/resources/twig-icon.png CDDL-1.0 diff --git a/windows-x64-iss/netbeans-windows-x64.properties b/windows-x64-iss/netbeans-windows-x64.properties index 3016c1f..a463988 100644 --- a/windows-x64-iss/netbeans-windows-x64.properties +++ b/windows-x64-iss/netbeans-windows-x64.properties @@ -1,11 +1,11 @@ # Application name (required). package.name=Apache NetBeans # Application version (defaults 1.0). -package.version=21 +package.version=22 # Packaging type. package.type=windows-innosetup # Path to Java runtime to include in the package (default none). -package.runtime=${CONFIG}/zulu21.32.17-ca-jdk21.0.2-win_x64.zip +package.runtime=${CONFIG}/zulu22.30.13-ca-jdk22.0.1-win_x64.zip # A single-line description of the package. Not all packagers will display this. package.description=Package of ${package.name} ${package.version}. # Application publisher. Not all packagers will display this. diff --git a/windows-x64-iss/zulu21.32.17-ca-jdk21.0.2-win_x64.zip.sha256 b/windows-x64-iss/zulu21.32.17-ca-jdk21.0.2-win_x64.zip.sha256 deleted file mode 100644 index 140432f..0000000 --- a/windows-x64-iss/zulu21.32.17-ca-jdk21.0.2-win_x64.zip.sha256 +++ /dev/null @@ -1 +0,0 @@ -f7cc15ca17295e69c907402dfe8db240db446e75d3b150da7bf67243cded93de zulu21.32.17-ca-jdk21.0.2-win_x64.zip diff --git a/windows-x64-iss/zulu22.30.13-ca-jdk22.0.1-win_x64.zip.sha256 b/windows-x64-iss/zulu22.30.13-ca-jdk22.0.1-win_x64.zip.sha256 new file mode 100644 index 0000000..b2eefae --- /dev/null +++ b/windows-x64-iss/zulu22.30.13-ca-jdk22.0.1-win_x64.zip.sha256 @@ -0,0 +1 @@ +cf112b96b665eb34107590c83af83e56735caa677e2a96d1991419aa26b5d511 zulu22.30.13-ca-jdk22.0.1-win_x64.zip