[netbeans-website] branch master updated (1ee19d5 -> 5d7bd62)
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/netbeans-website.git. from 1ee19d5 Fixing URL to 8.2 download add f614bc7 Add .htaccess redirects for 12.4 new 5d7bd62 Merge pull request #546 from apache/nb124-updates The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: netbeans.apache.org/src/content/.htaccess | 2 ++ 1 file changed, 2 insertions(+) - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[netbeans-website] 01/01: Merge pull request #546 from apache/nb124-updates
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans-website.git commit 5d7bd625af0b23b84483cdd6333f0e01afd5a2dc Merge: 1ee19d5 f614bc7 Author: Neil C Smith AuthorDate: Thu Apr 1 19:19:17 2021 +0100 Merge pull request #546 from apache/nb124-updates Add .htaccess redirects for 12.4 netbeans.apache.org/src/content/.htaccess | 2 ++ 1 file changed, 2 insertions(+) - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[netbeans-website] branch nb124-updates created (now f614bc7)
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a change to branch nb124-updates in repository https://gitbox.apache.org/repos/asf/netbeans-website.git. at f614bc7 Add .htaccess redirects for 12.4 This branch includes the following new commits: new f614bc7 Add .htaccess redirects for 12.4 The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[netbeans-website] 01/01: Add .htaccess redirects for 12.4
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a commit to branch nb124-updates in repository https://gitbox.apache.org/repos/asf/netbeans-website.git commit f614bc76329da47855869e5dce8160fbd7ee5526 Author: Neil C Smith AuthorDate: Thu Apr 1 19:18:44 2021 +0100 Add .htaccess redirects for 12.4 --- netbeans.apache.org/src/content/.htaccess | 2 ++ 1 file changed, 2 insertions(+) diff --git a/netbeans.apache.org/src/content/.htaccess b/netbeans.apache.org/src/content/.htaccess index 26c11b2..beb8368 100644 --- a/netbeans.apache.org/src/content/.htaccess +++ b/netbeans.apache.org/src/content/.htaccess @@ -19,6 +19,8 @@ Redirect 302 /nb/updates/12.2/ https://netbeans-vm1.apache.org/uc/12.2/ Redirect 302 /nb/plugins/12.2/ https://plugins.netbeans.apache.org/data/12.0/ Redirect 302 /nb/updates/12.3/ https://netbeans-vm1.apache.org/uc/12.3/ Redirect 302 /nb/plugins/12.3/ https://plugins.netbeans.apache.org/data/12.0/ +Redirect 302 /nb/updates/12.4/ https://netbeans-vm1.apache.org/uc/12.4/ +Redirect 302 /nb/plugins/12.4/ https://plugins.netbeans.apache.org/data/12.0/ Redirect 302 /nb/updates/dev/ https://netbeans-vm1.apache.org/uc/dev/ Redirect 302 /nb/plugins/dev/ https://plugins.netbeans.apache.org/data/12.0/ Redirect 302 /nb/issues_redirect.html https://netbeans.apache.org/participate/report-issue.html - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[netbeans-website] branch master updated (458d1cd -> e752f4e)
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/netbeans-website.git. from 458d1cd Merge pull request #541 from apjanke/fix-bad-code-fence-in-nodes-tutorial new d7f148f Fix Javadoc link on nb123 page. new 51d8d69 Move nb122 links to archive.apache.org. new f4a22b8 Remove references to LTS being annual or released in 2021. new e752f4e Merge pull request #540 from neilcsmith-net/post-nb123 The 1364 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../src/content/download/nb120/index.asciidoc | 2 +- .../src/content/download/nb122/nb122.asciidoc | 22 +++--- .../src/content/download/nb123/index.asciidoc | 2 +- .../src/content/download/nb123/nb123.asciidoc | 2 +- 4 files changed, 14 insertions(+), 14 deletions(-) - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[netbeans] branch master updated (eb2aa84 -> 3c3f8df)
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/netbeans.git. from eb2aa84 Merge pull request #2788 from neilcsmith-net/apis-nb123 new 8d77be1 Increment spec versions for 12.4 development. new bf6abda Merge branch 'master' into spec-versions-nb124 new 3c3f8df Merge pull request #2793 from neilcsmith-net/spec-versions-nb124 The 5075 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: apisupport/apisupport.ant/manifest.mf | 2 +- apisupport/apisupport.installer.maven/manifest.mf | 2 +- apisupport/apisupport.installer/manifest.mf| 2 +- apisupport/apisupport.kit/manifest.mf | 2 +- apisupport/apisupport.project/manifest.mf | 2 +- apisupport/apisupport.refactoring/manifest.mf | 2 +- apisupport/apisupport.wizards/manifest.mf | 2 +- apisupport/maven.apisupport/manifest.mf| 2 +- apisupport/timers/manifest.mf | 2 +- cpplite/cpplite.debugger/manifest.mf | 2 +- cpplite/cpplite.editor/manifest.mf | 2 +- cpplite/cpplite.kit/manifest.mf| 2 +- cpplite/cpplite.project/manifest.mf| 2 +- enterprise/api.web.webmodule/manifest.mf | 2 +- enterprise/cloud.amazon/manifest.mf| 2 +- enterprise/cloud.common/manifest.mf| 2 +- enterprise/el.lexer/manifest.mf| 2 +- enterprise/glassfish.common/manifest.mf| 2 +- enterprise/glassfish.eecommon/nbproject/project.properties | 2 +- enterprise/glassfish.javaee/manifest.mf| 2 +- enterprise/glassfish.tooling/manifest.mf | 2 +- enterprise/gradle.javaee/manifest.mf | 2 +- enterprise/j2ee.ant/nbproject/project.properties | 2 +- enterprise/j2ee.api.ejbmodule/manifest.mf | 2 +- enterprise/j2ee.clientproject/nbproject/project.properties | 2 +- enterprise/j2ee.common/manifest.mf | 2 +- enterprise/j2ee.core/manifest.mf | 2 +- enterprise/j2ee.dd.webservice/manifest.mf | 2 +- enterprise/j2ee.dd/nbproject/project.properties| 2 +- enterprise/j2ee.ddloaders/nbproject/project.properties | 2 +- enterprise/j2ee.earproject/manifest.mf | 2 +- enterprise/j2ee.ejbcore/manifest.mf| 2 +- enterprise/j2ee.ejbjarproject/manifest.mf | 2 +- enterprise/j2ee.ejbrefactoring/manifest.mf | 2 +- enterprise/j2ee.ejbverification/manifest.mf| 2 +- enterprise/j2ee.genericserver/manifest.mf | 2 +- enterprise/j2ee.kit/manifest.mf| 2 +- enterprise/j2ee.platform/manifest.mf | 2 +- enterprise/j2ee.sun.appsrv/nbproject/project.properties| 2 +- enterprise/j2ee.sun.dd/nbproject/project.properties| 2 +- enterprise/j2ee.sun.ddui/nbproject/project.properties | 2 +- enterprise/j2eeapis/manifest.mf| 2 +- enterprise/j2eeserver/nbproject/project.properties | 2 +- enterprise/jakartaee8.api/manifest.mf | 2 +- enterprise/jakartaee8.platform/manifest.mf | 2 +- enterprise/javaee.api/manifest.mf | 2 +- enterprise/javaee.beanvalidation/manifest.mf | 2 +- enterprise/javaee.project/manifest.mf | 2 +- enterprise/javaee.resources/manifest.mf| 2 +- enterprise/javaee.specs.support/manifest.mf| 2 +- enterprise/javaee.wildfly/manifest.mf | 2 +- enterprise/javaee7.api/manifest.mf | 2 +- enterprise/javaee8.api/manifest.mf | 2 +- enterprise/jellytools.enterprise/manifest.mf | 2 +- enterprise/jsp.lexer/manifest.mf | 2 +- enterprise/libs.amazon/manifest.mf | 2 +- enterprise/libs.commons_fileupload/manifest.mf
svn commit: r46522 - /dev/netbeans/netbeans/12.3-installers/ /release/netbeans/netbeans/12.3/
Author: neilcsmith Date: Mon Mar 8 17:05:54 2021 New Revision: 46522 Log: Apache NetBeans 12.3 Windows and Linux installers Added: release/netbeans/netbeans/12.3/Apache-NetBeans-12.3-bin-linux-x64.sh - copied unchanged from r46521, dev/netbeans/netbeans/12.3-installers/Apache-NetBeans-12.3-bin-linux-x64.sh release/netbeans/netbeans/12.3/Apache-NetBeans-12.3-bin-linux-x64.sh.asc - copied unchanged from r46521, dev/netbeans/netbeans/12.3-installers/Apache-NetBeans-12.3-bin-linux-x64.sh.asc release/netbeans/netbeans/12.3/Apache-NetBeans-12.3-bin-linux-x64.sh.sha512 - copied unchanged from r46521, dev/netbeans/netbeans/12.3-installers/Apache-NetBeans-12.3-bin-linux-x64.sh.sha512 release/netbeans/netbeans/12.3/Apache-NetBeans-12.3-bin-windows-x64.exe - copied unchanged from r46521, dev/netbeans/netbeans/12.3-installers/Apache-NetBeans-12.3-bin-windows-x64.exe release/netbeans/netbeans/12.3/Apache-NetBeans-12.3-bin-windows-x64.exe.asc - copied unchanged from r46521, dev/netbeans/netbeans/12.3-installers/Apache-NetBeans-12.3-bin-windows-x64.exe.asc release/netbeans/netbeans/12.3/Apache-NetBeans-12.3-bin-windows-x64.exe.sha512 - copied unchanged from r46521, dev/netbeans/netbeans/12.3-installers/Apache-NetBeans-12.3-bin-windows-x64.exe.sha512 Removed: dev/netbeans/netbeans/12.3-installers/Apache-NetBeans-12.3-bin-linux-x64.sh dev/netbeans/netbeans/12.3-installers/Apache-NetBeans-12.3-bin-linux-x64.sh.asc dev/netbeans/netbeans/12.3-installers/Apache-NetBeans-12.3-bin-linux-x64.sh.sha512 dev/netbeans/netbeans/12.3-installers/Apache-NetBeans-12.3-bin-windows-x64.exe dev/netbeans/netbeans/12.3-installers/Apache-NetBeans-12.3-bin-windows-x64.exe.asc dev/netbeans/netbeans/12.3-installers/Apache-NetBeans-12.3-bin-windows-x64.exe.sha512 - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[netbeans] branch master updated: fix travis link in readme
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans.git The following commit(s) were added to refs/heads/master by this push: new 085718c fix travis link in readme new 2227157 Merge pull request #2790 from premek/patch-1 085718c is described below commit 085718c35c16a53b667d4a4d0a75f46cb046d9c2 Author: Přemek Vyhnal AuthorDate: Tue Mar 2 22:08:37 2021 +0100 fix travis link in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1acddb2..28d1abd 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Apache NetBeans is an open source development environment, tooling platform, and * GitHub actions * [](https://github.com/apache/netbeans/actions) * TravisCI: - * [](https://travis-ci.org/apache/netbeans) + * [](https://travis-ci.com/apache/netbeans) * Apache Jenkins: * Linux: [](https://ci-builds.apache.org/job/Netbeans/job/netbeans-linux/) * Windows: [](https://ci-builds.apache.org/job/Netbeans/job/netbeans-windows) - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
svn commit: r46420 [1/2] - in /dev/netbeans/netbeans/12.3-installers: ./ Apache-NetBeans-12.3-bin-linux-x64.sh Apache-NetBeans-12.3-bin-linux-x64.sh.asc Apache-NetBeans-12.3-bin-linux-x64.sh.sha512
Author: neilcsmith Date: Tue Mar 2 17:16:17 2021 New Revision: 46420 Log: Apache NetBeans 12.3 Linux installer vote Added: dev/netbeans/netbeans/12.3-installers/ dev/netbeans/netbeans/12.3-installers/Apache-NetBeans-12.3-bin-linux-x64.sh dev/netbeans/netbeans/12.3-installers/Apache-NetBeans-12.3-bin-linux-x64.sh.asc dev/netbeans/netbeans/12.3-installers/Apache-NetBeans-12.3-bin-linux-x64.sh.sha512 Added: dev/netbeans/netbeans/12.3-installers/Apache-NetBeans-12.3-bin-linux-x64.sh == --- dev/netbeans/netbeans/12.3-installers/Apache-NetBeans-12.3-bin-linux-x64.sh (added) +++ dev/netbeans/netbeans/12.3-installers/Apache-NetBeans-12.3-bin-linux-x64.sh Tue Mar 2 17:16:17 2021 @@ -0,0 +1,1561270 @@ +#!/bin/sh +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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 +# +# http://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. +# + +ARG_JAVAHOME="--javahome" +ARG_VERBOSE="--verbose" +ARG_OUTPUT="--output" +ARG_EXTRACT="--extract" +ARG_JAVA_ARG_PREFIX="-J" +ARG_TEMPDIR="--tempdir" +ARG_CLASSPATHA="--classpath-append" +ARG_CLASSPATHP="--classpath-prepend" +ARG_HELP="--help" +ARG_SILENT="--silent" +ARG_NOSPACECHECK="--nospacecheck" +ARG_LOCALE="--locale" + +USE_DEBUG_OUTPUT=0 +PERFORM_FREE_SPACE_CHECK=1 +SILENT_MODE=0 +EXTRACT_ONLY=0 +SHOW_HELP_ONLY=0 +LOCAL_OVERRIDDEN=0 +APPEND_CP= +PREPEND_CP= +LAUNCHER_APP_ARGUMENTS= +LAUNCHER_JVM_ARGUMENTS= +ERROR_OK=0 +ERROR_TEMP_DIRECTORY=2 +ERROR_TEST_JVM_FILE=3 +ERROR_JVM_NOT_FOUND=4 +ERROR_JVM_UNCOMPATIBLE=5 +ERROR_EXTRACT_ONLY=6 +ERROR_INPUTOUPUT=7 +ERROR_FREESPACE=8 +ERROR_INTEGRITY=9 +ERROR_MISSING_RESOURCES=10 +ERROR_JVM_EXTRACTION=11 +ERROR_JVM_UNPACKING=12 +ERROR_VERIFY_BUNDLED_JVM=13 + +VERIFY_OK=1 +VERIFY_NOJAVA=2 +VERIFY_UNCOMPATIBLE=3 + +MSG_ERROR_JVM_NOT_FOUND="nlu.jvm.notfoundmessage" +MSG_ERROR_USER_ERROR="nlu.jvm.usererror" +MSG_ERROR_JVM_UNCOMPATIBLE="nlu.jvm.uncompatible" +MSG_ERROR_INTEGRITY="nlu.integrity" +MSG_ERROR_FREESPACE="nlu.freespace" +MSG_ERROP_MISSING_RESOURCE="nlu.missing.external.resource" +MSG_ERROR_TMPDIR="nlu.cannot.create.tmpdir" + +MSG_ERROR_EXTRACT_JVM="nlu.cannot.extract.bundled.jvm" +MSG_ERROR_UNPACK_JVM_FILE="nlu.cannot.unpack.jvm.file" +MSG_ERROR_VERIFY_BUNDLED_JVM="nlu.error.verify.bundled.jvm" + +MSG_RUNNING="nlu.running" +MSG_STARTING="nlu.starting" +MSG_EXTRACTING="nlu.extracting" +MSG_PREPARE_JVM="nlu.prepare.jvm" +MSG_JVM_SEARCH="nlu.jvm.search" +MSG_ARG_JAVAHOME="nlu.arg.javahome" +MSG_ARG_VERBOSE="nlu.arg.verbose" +MSG_ARG_OUTPUT="nlu.arg.output" +MSG_ARG_EXTRACT="nlu.arg.extract" +MSG_ARG_TEMPDIR="nlu.arg.tempdir" +MSG_ARG_CPA="nlu.arg.cpa" +MSG_ARG_CPP="nlu.arg.cpp" +MSG_ARG_DISABLE_FREE_SPACE_CHECK="nlu.arg.disable.space.check" +MSG_ARG_LOCALE="nlu.arg.locale" +MSG_ARG_SILENT="nlu.arg.silent" +MSG_ARG_HELP="nlu.arg.help" +MSG_USAGE="nlu.msg.usage" + +isSymlink= + +entryPoint() { +initSymlinkArgument + CURRENT_DIRECTORY=`pwd` + LAUNCHER_NAME=`echo $0` + parseCommandLineArguments "$@" + initializeVariables + setLauncherLocale + debugLauncherArguments "$@" + if [ 1 -eq $SHOW_HELP_ONLY ] ; then + showHelp + fi + +message "$MSG_STARTING" +createTempDirectory + checkFreeSpace "$TOTAL_BUNDLED_FILES_SIZE" "$LAUNCHER_EXTRACT_DIR" + +extractJVMData + if [ 0 -eq $EXTRACT_ONLY ] ; then +searchJava + fi + + extractBundledData + verifyIntegrity + + if [ 0 -eq $EXTRACT_ONLY ] ; then + executeMainClass + else + exitProgram $ERROR_OK + fi +} + +initSymlinkArgument() { +testSymlinkErr=`test -L / 2>&1 > /dev/null` +if [ -z "$testSymlinkErr" ] ; then +
svn commit: r46420 [2/2] - in /dev/netbeans/netbeans/12.3-installers: ./ Apache-NetBeans-12.3-bin-linux-x64.sh Apache-NetBeans-12.3-bin-linux-x64.sh.asc Apache-NetBeans-12.3-bin-linux-x64.sh.sha512
Added: dev/netbeans/netbeans/12.3-installers/Apache-NetBeans-12.3-bin-linux-x64.sh.asc == --- dev/netbeans/netbeans/12.3-installers/Apache-NetBeans-12.3-bin-linux-x64.sh.asc (added) +++ dev/netbeans/netbeans/12.3-installers/Apache-NetBeans-12.3-bin-linux-x64.sh.asc Tue Mar 2 17:16:17 2021 @@ -0,0 +1,17 @@ +-BEGIN PGP SIGNATURE- + +iQJKBAABCgA0FiEEewN+6+Dw3t/uZbaYNwOsOJoSqdQFAmA+cCUWHG5laWxjc21p +dGhAYXBhY2hlLm9yZwAKCRA3A6w4mhKp1D2iD/9otQ4EodsCn9YBHcIu992liorG +rhMdUb2unK2mu1gSIDrhSgGroUyVLghz8pCKcRey7MMXeQZiXAbwUYan8U4rhakH +TyMq8poRj0TN0XD471D9FcSMPKj0gNaJVW+wCZBtQ3+yttyuF0M1/21VqQhRm8GY +So6Dmatin9tCs3bkv9rbJOlQwmHYmul0Q8QU6s33U6VoOWwieMRtoltbuRAj/HwZ +A40izvDC6WV9rrN6ceySsEE9pouK6aUszzNpHglXy3FE/+6U1Ba1FnM3FnH7EnuV +ccBzvYU4gygbSkUypi3XAPLYR49Pu84QEAxCUw8gKmoyd9hd1hp6nrqnxFjO/ZXP +5W7WlpB8KxelhV7jeQFHf4bPXlYidszbzDa4bQuGKM6OhwlXOnH9M87c5iUNYoLd +XTr8ycSwc4OVp8HpGvMSfZbxkOzRd1PEB/KNAziHA+2WcojrEQsfDCwYMDaa9uuC +F6CCAfIGOysoWYXC9TlW/rQE3YhwfaWFVBxv0qUu16pneGRfpnwQ3v2sS3wkmtHw +JefWmbroYlxtmIKVZWLcT1yieOyFeoeebXd+3chJcvzt6awkSK2xHPbsj3jHH/eN +UE4BMmpdVZOiTFwif3AjOfjkuYSY7aZpJMI0w1h4GIcO2ORNbA5eRNb0DZ73NWCO +2BaOSxvFeYMgZ63CDw== +=zzKo +-END PGP SIGNATURE- Added: dev/netbeans/netbeans/12.3-installers/Apache-NetBeans-12.3-bin-linux-x64.sh.sha512 == --- dev/netbeans/netbeans/12.3-installers/Apache-NetBeans-12.3-bin-linux-x64.sh.sha512 (added) +++ dev/netbeans/netbeans/12.3-installers/Apache-NetBeans-12.3-bin-linux-x64.sh.sha512 Tue Mar 2 17:16:17 2021 @@ -0,0 +1 @@ +e60db3e9b0a70c2df03db134fa4f5e0ccb383e5ddbc03975cb2012a0a30176ecc73880d01d47814d04c6f819abee67ebca9469598204395261f329db331c0157 Apache-NetBeans-12.3-bin-linux-x64.sh - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[netbeans] annotated tag 12.3-vc1 updated (c3d4f6f -> e042297)
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a change to annotated tag 12.3-vc1 in repository https://gitbox.apache.org/repos/asf/netbeans.git. *** WARNING: tag 12.3-vc1 was modified! *** from c3d4f6f (commit) to e042297 (tag) tagging c3d4f6fa6c956cf1b5a35e8da4f44a96ab76f6a9 (commit) replaces 12.3-beta2 by Neil C Smith on Fri Feb 26 15:16:01 2021 + - Log - Apache NetBeans 12.3-vc1 --- No new revisions were added by this update. Summary of changes: - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[netbeans] annotated tag 12.3-beta3 updated (c3d4f6f -> 76cd0e8)
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a change to annotated tag 12.3-beta3 in repository https://gitbox.apache.org/repos/asf/netbeans.git. *** WARNING: tag 12.3-beta3 was modified! *** from c3d4f6f (commit) to 76cd0e8 (tag) tagging c3d4f6fa6c956cf1b5a35e8da4f44a96ab76f6a9 (commit) replaces 12.3-beta2 by Neil C Smith on Fri Feb 26 15:15:46 2021 + - Log - Apache NetBeans 12.3-beta3 --- No new revisions were added by this update. Summary of changes: - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[netbeans] branch master updated (754b2a0 -> a20782d)
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/netbeans.git. from 754b2a0 [NETBEANS-5318] Confirmed projects are trusted in single IDE session. new e59eca1 [NETBEANS-5336] Replace jcenter() to mavenCentral() in Gradle Projects new 77a0647 [NETBEANS-5340] Prevent NPE on TaskNode when opening Gradle Projects new 38f7417 [NETBEANS-5161] Prevent IAE when resolving composite project dependencies new f6dfdf3 [NETBEANS-419] Fixed grammar in About dialog new 664e7ec Assure that the TerminatedEvent is sent only after the debuggee finishes. new cf30670 Change the Run code lens action to start through debugging with noDebug=true. new cb0f5db Extension debug types corrected. new 09d83f0 Merge pull request #2725 from entlicher/vscodeext_CodelensOutputFixes new 8cc918b Always do save modified files when used through LSP. We get all the changes through the protocol. new 76317c1 Merge pull request #2730 from entlicher/vscodeext_SaveModifiedFiles new af63abb Correct the breakpoint functionality in cpplite debugger. new ac5046d Merge pull request #2726 from entlicher/CPPLiteDebugBreakpoints new 0f36a3f Showing completions returned by annotation Processors in VS Code. new 3a750f5 Merge pull request #2736 from jlahoda/java-lsp-annotations new 944465b [NETBEANS-5338] Updated link to issue reportinh new d1278a7 Merge pull request #2738 from KacerCZ/netbeans-5338-update-issue-links new 0c8fcb3 Update the year in the NOTICE file to 2021 new e5adbc1 Merge pull request #2746 from lkishalmi/NOTICE-2021 new 1b7c405 VSNetBeans changelog update for 12.3 rel. new 208af43 Merge pull request #2751 from MartinBalin/vscode_changelog new d4cb4de Adding exports so that opening classfiles without sources works. new 6dd33b4 Merge pull request #2752 from jlahoda/decompile-on-jdk16 new 6d33c20 Removing delay after launch Project action terminates. new e076145 Merge pull request #2754 from sdedic/lsp/bugfix/after-run-delay new ac183a7 Keep only nbjavac's update center enabled new 6203bfe Make sure only 3rdparty update center remais enabled new fa85b51 Search just for the java.lsp.server name in the output new cd63747 Check just a few well known clusters new 0b1145e Merge pull request #2757 from JaroslavTulach/jtulach/OnlyEnableNbJavacCataglog new 1fdd127 [NETBEANS-5362] Update FlatLaf from 1.0-rc2 to 1.0 to fix NPE in Jvi plugin when showing popup new 573b2d9 Merge pull request #2760 from DevCharly/NETBEANS-5362 new 79ccf1d [NETBEANS-5055][NETBEANS-5109] Update to (Maven distributed) nbjavac 15.0.0.2 new 0536335 Merge pull request #2759 from matthiasblaesing/update-nbjavac new 40ad049 Fixing failing nb-javac tests. new 434a262 Merge pull request #2763 from dbalek/dbalek/fix-for-nb-javac-tests new c098c3b Merge branch 'delivery' and resolve conflicts against master. new a20782d Merge pull request #2770 from neilcsmith-net/del-master-nb123b3 The 5005 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: NOTICE | 2 +- .../org.netbeans.spi.viewmodel.NodeModel | 1 - .../org.netbeans.spi.debugger.ActionsProvider | 2 - ...tbeans.api.debugger.LazyDebuggerManagerListener | 2 - .../org.netbeans.api.debugger.Properties$Reader| 1 - .../modules/cpplite/debugger/Bundle.properties | 27 --- .../cpplite/debugger/CPPLiteActionsProvider.java | 144 +++ .../modules/cpplite/debugger/CPPLiteDebugger.java | 263 ++-- .../modules/cpplite/debugger/CPPThread.java| 3 + .../cpplite/debugger/DebuggerAnnotation.java | 37 ++- .../debugger/DebuggerBreakpointAnnotation.java | 115 +++-- .../breakpoints/BreakpointAnnotationListener.java | 111 - .../breakpoints/BreakpointAnnotationProvider.java | 269 + .../debugger/breakpoints/BreakpointModel.java | 21 +- .../debugger/breakpoints/BreakpointsReader.java| 40 +-- .../debugger/breakpoints/CPPLiteBreakpoint.java| 74 -- .../CPPLiteBreakpointActionProvider.java | 28 +-- .../debugger/breakpoints/LoadBreakpoints.java | 41 .../debugger/breakpoints/PersistenceManager.java | 2 + .../debuggingview/DebuggingViewSupportImpl.java| 2 +- .../cpplite/debugger/AbstractDebugTest.java| 111 + .../modules/cpplite/debugger/BreakpointsTest.java | 147 +++ .../modules/cpplite/debugger/StepTest.java | 69 +- extide/gradle/net
[netbeans] branch delivery updated: [NETBEANS-5055][NETBEANS-5109] Update to (Maven distributed) nbjavac 15.0.0.2
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a commit to branch delivery in repository https://gitbox.apache.org/repos/asf/netbeans.git The following commit(s) were added to refs/heads/delivery by this push: new 79ccf1d [NETBEANS-5055][NETBEANS-5109] Update to (Maven distributed) nbjavac 15.0.0.2 new 0536335 Merge pull request #2759 from matthiasblaesing/update-nbjavac 79ccf1d is described below commit 79ccf1da4baf745d792831794c83f2bbbe9c8c70 Author: Akshay=Gupta=Oracle AuthorDate: Fri Feb 12 15:45:43 2021 +0530 [NETBEANS-5055][NETBEANS-5109] Update to (Maven distributed) nbjavac 15.0.0.2 As part of the nbjavac update to issues are fixed: - the new nbjavac version fixes an issue where permits is treated as a keyword and variables with that name are flagged as faulty [NETBEANS-5055] - The distribution of nbjavac was moved to maven central [NETBEANS-5109] --- java/libs.javacapi/external/binaries-list | 2 +- ...b-javac-15-api-license.txt => nb-javac-15.0.0.2-api-license.txt} | 2 +- java/libs.javacapi/nbproject/project.xml| 2 +- java/libs.javacimpl/external/binaries-list | 2 +- .../{nb-javac-15-impl-license.txt => nb-javac-15.0.0.2-license.txt} | 2 +- java/libs.javacimpl/nbproject/project.xml | 2 +- nb/updatecenters/extras/nbjavac.api/manifest.mf | 2 +- nb/updatecenters/extras/nbjavac.api/nbproject/project.xml | 4 ++-- .../nbjavac.api/release/modules/ext/nb-javac-15-api.jar.external| 6 -- .../release/modules/ext/nb-javac-15.0.0.2-api.jar.external | 5 + nb/updatecenters/extras/nbjavac.impl/manifest.mf| 2 +- nb/updatecenters/extras/nbjavac.impl/nbproject/project.xml | 4 ++-- .../nbjavac.impl/release/modules/ext/nb-javac-15-impl.jar.external | 6 -- .../release/modules/ext/nb-javac-15.0.0.2-impl.jar.external | 5 + nb/updatecenters/licenseinfo.xml| 4 ++-- nbbuild/templates/projectized.xml | 2 +- 16 files changed, 25 insertions(+), 27 deletions(-) diff --git a/java/libs.javacapi/external/binaries-list b/java/libs.javacapi/external/binaries-list index 3070bde..fcdfdd6 100644 --- a/java/libs.javacapi/external/binaries-list +++ b/java/libs.javacapi/external/binaries-list @@ -14,4 +14,4 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. -267AFC87A08301145B10D86DA674724B884F010C nb-javac-15-api.jar \ No newline at end of file +E83D8755DF07D560A633A45A2340419CD1313E8D com.dukescript.nbjavac:nb-javac:15.0.0.2:api \ No newline at end of file diff --git a/java/libs.javacapi/external/nb-javac-15-api-license.txt b/java/libs.javacapi/external/nb-javac-15.0.0.2-api-license.txt similarity index 99% rename from java/libs.javacapi/external/nb-javac-15-api-license.txt rename to java/libs.javacapi/external/nb-javac-15.0.0.2-api-license.txt index e7f2cfa..f15ab01 100644 --- a/java/libs.javacapi/external/nb-javac-15-api-license.txt +++ b/java/libs.javacapi/external/nb-javac-15.0.0.2-api-license.txt @@ -1,6 +1,6 @@ Name: Javac Compiler API Description: Javac Compiler API -Version: 15 +Version: 15.0.0.2 License: GPL-2-CP Origin: OpenJDK (http://hg.openjdk.java.net/) Source: http://hg.netbeans.org/main/nb-java-x/ diff --git a/java/libs.javacapi/nbproject/project.xml b/java/libs.javacapi/nbproject/project.xml index d4d16d2..6d4c69c 100644 --- a/java/libs.javacapi/nbproject/project.xml +++ b/java/libs.javacapi/nbproject/project.xml @@ -40,7 +40,7 @@ -external/nb-javac-15-api.jar + external/nb-javac-15.0.0.2-api.jar diff --git a/java/libs.javacimpl/external/binaries-list b/java/libs.javacimpl/external/binaries-list index 025eabf..115ef66 100644 --- a/java/libs.javacimpl/external/binaries-list +++ b/java/libs.javacimpl/external/binaries-list @@ -14,4 +14,4 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. -E03FFC36A80D76A138C5CC8096DFDD7E7BACEE7E nb-javac-15-impl.jar \ No newline at end of file +9A4B6A8063E2EE78FF2F12542AC2C06C11B07F61 com.dukescript.nbjavac:nb-javac:15.0.0.2 \ No newline at end of file diff --git a/java/libs.javacimpl/external/nb-javac-15-impl-license.txt b/java/libs.javacimpl/external/nb-javac-15.0.0.2-license.txt similarity index 99% rename from java/libs.javacimpl/external/nb-javac-15-impl-license.txt rename to java/libs.javacimpl/external/nb-javac-15.0.0.2-license.txt index b860944..df8f7fe 100644 --- a/java/libs.javacimpl/external/nb-javac-15-impl-license.txt +++ b/java/libs.javacimpl/external/nb-javac-15.0.0.2-licen
[netbeans] branch delivery updated: [NETBEANS-5362] Update FlatLaf from 1.0-rc2 to 1.0 to fix NPE in Jvi plugin when showing popup
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a commit to branch delivery in repository https://gitbox.apache.org/repos/asf/netbeans.git The following commit(s) were added to refs/heads/delivery by this push: new 1fdd127 [NETBEANS-5362] Update FlatLaf from 1.0-rc2 to 1.0 to fix NPE in Jvi plugin when showing popup new 573b2d9 Merge pull request #2760 from DevCharly/NETBEANS-5362 1fdd127 is described below commit 1fdd1271745b8c53fd12bb6a7ecb334449d9e1a9 Author: Karl Tauber AuthorDate: Sat Feb 13 14:37:53 2021 +0100 [NETBEANS-5362] Update FlatLaf from 1.0-rc2 to 1.0 to fix NPE in Jvi plugin when showing popup --- platform/libs.flatlaf/external/binaries-list | 2 +- .../external/{flatlaf-1.0-rc2-license.txt => flatlaf-1.0-license.txt} | 4 ++-- platform/libs.flatlaf/nbproject/org-netbeans-libs-flatlaf.sig | 3 +++ platform/libs.flatlaf/nbproject/project.properties| 2 +- platform/libs.flatlaf/nbproject/project.xml | 4 ++-- 5 files changed, 9 insertions(+), 6 deletions(-) diff --git a/platform/libs.flatlaf/external/binaries-list b/platform/libs.flatlaf/external/binaries-list index cf45445..cb336c4 100644 --- a/platform/libs.flatlaf/external/binaries-list +++ b/platform/libs.flatlaf/external/binaries-list @@ -15,4 +15,4 @@ # specific language governing permissions and limitations # under the License. -5507827B39B40EED2942652D4792A51A5C49D67C com.formdev:flatlaf:1.0-rc2 +A807C984F00B683C65503803720821F12E136E93 com.formdev:flatlaf:1.0 diff --git a/platform/libs.flatlaf/external/flatlaf-1.0-rc2-license.txt b/platform/libs.flatlaf/external/flatlaf-1.0-license.txt similarity index 99% rename from platform/libs.flatlaf/external/flatlaf-1.0-rc2-license.txt rename to platform/libs.flatlaf/external/flatlaf-1.0-license.txt index 1e438d5..c2b9305 100644 --- a/platform/libs.flatlaf/external/flatlaf-1.0-rc2-license.txt +++ b/platform/libs.flatlaf/external/flatlaf-1.0-license.txt @@ -1,7 +1,7 @@ Name: FlatLaf Look and Feel Description: FlatLaf Look and Feel -Version: 1.0-rc2 -Files: flatlaf-1.0-rc2.jar +Version: 1.0 +Files: flatlaf-1.0.jar License: Apache-2.0 Origin: FormDev Software GmbH. URL: https://www.formdev.com/flatlaf/ diff --git a/platform/libs.flatlaf/nbproject/org-netbeans-libs-flatlaf.sig b/platform/libs.flatlaf/nbproject/org-netbeans-libs-flatlaf.sig index e766572..eb1cf4e 100644 --- a/platform/libs.flatlaf/nbproject/org-netbeans-libs-flatlaf.sig +++ b/platform/libs.flatlaf/nbproject/org-netbeans-libs-flatlaf.sig @@ -312,6 +312,7 @@ CLSS public static com.formdev.flatlaf.util.ColorFunctions$Fade cons public init(float) fld public final float amount intf com.formdev.flatlaf.util.ColorFunctions$ColorFunction +meth public java.lang.String toString() meth public void apply(float[]) supr java.lang.Object @@ -325,6 +326,7 @@ fld public final float amount fld public final int hslIndex intf com.formdev.flatlaf.util.ColorFunctions$ColorFunction meth protected boolean shouldInverse(float[]) +meth public java.lang.String toString() meth public void apply(float[]) supr java.lang.Object @@ -344,6 +346,7 @@ CLSS public com.formdev.flatlaf.util.DerivedColor cons public !varargs init(java.awt.Color,com.formdev.flatlaf.util.ColorFunctions$ColorFunction[]) meth public com.formdev.flatlaf.util.ColorFunctions$ColorFunction[] getFunctions() meth public java.awt.Color derive(java.awt.Color) +meth public java.lang.String toString() supr javax.swing.plaf.ColorUIResource hfds baseOfDefaultColorRGB,functions,hasBaseOfDefaultColor diff --git a/platform/libs.flatlaf/nbproject/project.properties b/platform/libs.flatlaf/nbproject/project.properties index 7f6ea54..f0135fe 100644 --- a/platform/libs.flatlaf/nbproject/project.properties +++ b/platform/libs.flatlaf/nbproject/project.properties @@ -20,4 +20,4 @@ javac.compilerargs=-Xlint:unchecked javac.source=1.8 nbm.target.cluster=platform -release.external/flatlaf-1.0-rc2.jar=modules/ext/flatlaf-1.0-rc2.jar +release.external/flatlaf-1.0.jar=modules/ext/flatlaf-1.0.jar diff --git a/platform/libs.flatlaf/nbproject/project.xml b/platform/libs.flatlaf/nbproject/project.xml index 6270740..88ba2c3 100644 --- a/platform/libs.flatlaf/nbproject/project.xml +++ b/platform/libs.flatlaf/nbproject/project.xml @@ -30,8 +30,8 @@ com.formdev.flatlaf.util - ext/flatlaf-1.0-rc2.jar -external/flatlaf-1.0-rc2.jar + ext/flatlaf-1.0.jar +external/flatlaf-1.0.jar - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[netbeans-website] branch master updated: Fixed NetBeans 12.2 title
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans-website.git The following commit(s) were added to refs/heads/master by this push: new 85d36ed Fixed NetBeans 12.2 title new 02ffe65 Merge pull request #518 from KacerCZ/patch-1 85d36ed is described below commit 85d36ed66482278c178867557afcc329c8f9165a Author: Tomáš Procházka AuthorDate: Sat Feb 6 11:05:35 2021 +0100 Fixed NetBeans 12.2 title Fixed "feature update 1" to "feature update 2". --- netbeans.apache.org/src/content/download/index.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbeans.apache.org/src/content/download/index.asciidoc b/netbeans.apache.org/src/content/download/index.asciidoc index c30edce..8c78667 100644 --- a/netbeans.apache.org/src/content/download/index.asciidoc +++ b/netbeans.apache.org/src/content/download/index.asciidoc @@ -40,7 +40,7 @@ Apache NetBeans is released four times a year. For details, see link:https://cwi TIP: Our annual May/June release is a long-term support (LTS) release that benefits from our link:https://cwiki.apache.org/confluence/display/NETBEANS/NetCAT+FAQ[NetCAT community testing process], and remains available and supported for a year. Our other quarterly releases provide early access to new features, which are tested and consolidated in the subsequent LTS release. -== Apache NetBeans 12 feature update 1 (NB 12.2) +== Apache NetBeans 12 feature update 2 (NB 12.2) Latest version of the IDE, released on December 5, 2020. - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[netbeans] annotated tag 12.3-beta2 updated (f2751c2 -> f49d503)
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a change to annotated tag 12.3-beta2 in repository https://gitbox.apache.org/repos/asf/netbeans.git. *** WARNING: tag 12.3-beta2 was modified! *** from f2751c2 (commit) to f49d503 (tag) tagging f2751c2c69a1b418610b066a22f3a27847ddd5e4 (commit) replaces 12.3-beta1 by Neil C Smith on Fri Feb 5 12:37:06 2021 + - Log - Apache NetBeans 12.3-beta2 --- No new revisions were added by this update. Summary of changes: - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[netbeans] annotated tag 12.3-beta1 updated (5a5be18 -> a077fff)
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a change to annotated tag 12.3-beta1 in repository https://gitbox.apache.org/repos/asf/netbeans.git. *** WARNING: tag 12.3-beta1 was modified! *** from 5a5be18 (commit) to a077fff (tag) tagging 5a5be189e2989e308e41d88835ca9db3f40f1683 (commit) replaces 12.2 by Neil C Smith on Fri Feb 5 12:36:46 2021 + - Log - Apache NetBeans 12.3-beta1 --- No new revisions were added by this update. Summary of changes: - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[netbeans] branch master updated (f8bc196 -> 8d1b804)
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/netbeans.git. from f8bc196 Merge pull request #2713 from apache/delivery add 9dad8b4 Use Frame, not FrameSlot as a trigger of debugging of existing Engines. add 717240a Corrections of multi-threaded and multi-engine execution. add a000e7c Merge pull request #2706 from entlicher/DebugEngineFixes add 818d41a Fixing failing build. (#2718) add bf0e82d [NETBEANS-5301] Fixed readability of HTML code completion items add 53f76f4 Merge pull request #2719 from KacerCZ/netbeans-5301-fix-html-completion-colors add b307259 Fixing a mistake in ergonomics project detection, so that it can detect OpenJDK projects. add 12b4f7d Merge pull request #2720 from jlahoda/fod-openjdk-project add 4135fe8 [NETBEANS-5304] CSS: Prevent UI blocking on undocumented properties add d3813ac Merge pull request #2722 from matthiasblaesing/nb-css add ceef4eb [NETBEANS-5299] Update FlatLaf from 1.0-rc1 to 1.0-rc2 add 3819880 Merge pull request #2723 from DevCharly/delivery new 8d1b804 Merge pull request #2716 from apache/delivery The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../ide/ergonomics/fod/FeatureProjectFactory.java | 2 + .../ergonomics/fod/FeatureProjectFactoryTest.java | 14 + .../main/StandardPropertiesHelpResolver.java | 22 +-- .../editor/api/completion/HtmlCompletionItem.java | 64 +-- .../web/common/ui/api/FileReferenceCompletion.java | 3 +- .../debugger/jpda/truffle/TruffleDebugManager.java | 2 +- .../jpda/truffle/access/TruffleAccess.java | 25 ++-- .../debugger/jpda/truffle/access/TruffleEval.java | 16 - .../jpda/truffle/actions/StepActionProvider.java | 5 ++ .../jpda/truffle/frames/TruffleStackFrame.java | 12 +++- .../jpda/truffle/frames/TruffleStackInfo.java | 11 +++- .../models/DebuggingTruffleActionsProvider.java| 16 - .../frames/models/DebuggingTruffleNodeModel.java | 30 +++-- .../frames/models/DebuggingTruffleTreeModel.java | 17 - .../truffle/vars/impl/TruffleVariableImpl.java | 33 +- .../TruffleVariablesActionsProviderFilter.java | 13 ++-- .../truffle/vars/tooltip/ToolTipAnnotation.java| 6 +- .../jpda/backend/truffle/JPDATruffleAccessor.java | 32 -- .../models/DebuggingTreeExpansionModelFilter.java | 8 +++ .../debugger/jpda/ui/models/WatchesModel.java | 9 +-- .../jpda/expr/InvocationExceptionTranslated.java | 72 +++--- .../debugger/jpda/models/AbstractVariable.java | 28 + java/java.lsp.server/build.xml | 1 + java/java.lsp.server/vscode/src/extension.ts | 37 +++ platform/libs.flatlaf/external/binaries-list | 2 +- ...rc1-license.txt => flatlaf-1.0-rc2-license.txt} | 4 +- .../nbproject/org-netbeans-libs-flatlaf.sig| 3 + platform/libs.flatlaf/nbproject/project.properties | 2 +- platform/libs.flatlaf/nbproject/project.xml| 4 +- 29 files changed, 350 insertions(+), 143 deletions(-) rename platform/libs.flatlaf/external/{flatlaf-1.0-rc1-license.txt => flatlaf-1.0-rc2-license.txt} (99%) - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[netbeans] 01/01: Merge pull request #2716 from apache/delivery
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans.git commit 8d1b804287e8b98822e623d0ee27c7a377d7d856 Merge: f8bc196 3819880 Author: Neil C Smith AuthorDate: Thu Feb 4 18:35:58 2021 + Merge pull request #2716 from apache/delivery Sync delivery to master after 12.3-beta2 .../ide/ergonomics/fod/FeatureProjectFactory.java | 2 + .../ergonomics/fod/FeatureProjectFactoryTest.java | 14 + .../main/StandardPropertiesHelpResolver.java | 22 +-- .../editor/api/completion/HtmlCompletionItem.java | 64 +-- .../web/common/ui/api/FileReferenceCompletion.java | 3 +- .../debugger/jpda/truffle/TruffleDebugManager.java | 2 +- .../jpda/truffle/access/TruffleAccess.java | 25 ++-- .../debugger/jpda/truffle/access/TruffleEval.java | 16 - .../jpda/truffle/actions/StepActionProvider.java | 5 ++ .../jpda/truffle/frames/TruffleStackFrame.java | 12 +++- .../jpda/truffle/frames/TruffleStackInfo.java | 11 +++- .../models/DebuggingTruffleActionsProvider.java| 16 - .../frames/models/DebuggingTruffleNodeModel.java | 30 +++-- .../frames/models/DebuggingTruffleTreeModel.java | 17 - .../truffle/vars/impl/TruffleVariableImpl.java | 33 +- .../TruffleVariablesActionsProviderFilter.java | 13 ++-- .../truffle/vars/tooltip/ToolTipAnnotation.java| 6 +- .../jpda/backend/truffle/JPDATruffleAccessor.java | 32 -- .../models/DebuggingTreeExpansionModelFilter.java | 8 +++ .../debugger/jpda/ui/models/WatchesModel.java | 9 +-- .../jpda/expr/InvocationExceptionTranslated.java | 72 +++--- .../debugger/jpda/models/AbstractVariable.java | 28 + java/java.lsp.server/build.xml | 1 + java/java.lsp.server/vscode/src/extension.ts | 37 +++ platform/libs.flatlaf/external/binaries-list | 2 +- ...rc1-license.txt => flatlaf-1.0-rc2-license.txt} | 4 +- .../nbproject/org-netbeans-libs-flatlaf.sig| 3 + platform/libs.flatlaf/nbproject/project.properties | 2 +- platform/libs.flatlaf/nbproject/project.xml| 4 +- 29 files changed, 350 insertions(+), 143 deletions(-) - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[netbeans-jenkins-lib] branch master updated: Add NB12.3-beta2 info.
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans-jenkins-lib.git The following commit(s) were added to refs/heads/master by this push: new 3339d23 Add NB12.3-beta2 info. new 24c3c91 Merge pull request #26 from neilcsmith-net/release123-b2 3339d23 is described below commit 3339d231317fd36ba74258f4670d0383dce0986a Author: Neil C Smith AuthorDate: Wed Feb 3 13:39:22 2021 + Add NB12.3-beta2 info. --- meta/netbeansrelease.json | 4 1 file changed, 4 insertions(+) diff --git a/meta/netbeansrelease.json b/meta/netbeansrelease.json index 9aa5ceb..b63baa0 100644 --- a/meta/netbeansrelease.json +++ b/meta/netbeansrelease.json @@ -371,6 +371,10 @@ "5a5be189e2989e308e41d88835ca9db3f40f1683": { "version": "beta1", "position": "1" +}, +"f2751c2c69a1b418610b066a22f3a27847ddd5e4": { +"version": "beta2", +"position": "2" } }, "releasedate": { - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[netbeans] 01/01: Merge pull request #2715 from apache/delivery
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a commit to branch release123 in repository https://gitbox.apache.org/repos/asf/netbeans.git commit f2751c2c69a1b418610b066a22f3a27847ddd5e4 Merge: 5a5be18 3819880 Author: Neil C Smith AuthorDate: Wed Feb 3 13:25:58 2021 + Merge pull request #2715 from apache/delivery Sync delivery to release123 for 12.3 Beta 2 .../ide/ergonomics/fod/FeatureProjectFactory.java | 2 + .../ergonomics/fod/FeatureProjectFactoryTest.java | 14 + .../main/StandardPropertiesHelpResolver.java | 22 +-- .../editor/api/completion/HtmlCompletionItem.java | 64 +-- .../web/common/ui/api/FileReferenceCompletion.java | 3 +- .../debugger/jpda/truffle/TruffleDebugManager.java | 2 +- .../jpda/truffle/access/TruffleAccess.java | 25 ++-- .../debugger/jpda/truffle/access/TruffleEval.java | 16 - .../jpda/truffle/actions/StepActionProvider.java | 5 ++ .../jpda/truffle/frames/TruffleStackFrame.java | 12 +++- .../jpda/truffle/frames/TruffleStackInfo.java | 11 +++- .../models/DebuggingTruffleActionsProvider.java| 16 - .../frames/models/DebuggingTruffleNodeModel.java | 30 +++-- .../frames/models/DebuggingTruffleTreeModel.java | 17 - .../truffle/vars/impl/TruffleVariableImpl.java | 33 +- .../TruffleVariablesActionsProviderFilter.java | 13 ++-- .../truffle/vars/tooltip/ToolTipAnnotation.java| 6 +- .../jpda/backend/truffle/JPDATruffleAccessor.java | 32 -- .../models/DebuggingTreeExpansionModelFilter.java | 8 +++ .../debugger/jpda/ui/models/WatchesModel.java | 9 +-- .../jpda/expr/InvocationExceptionTranslated.java | 72 +++--- .../debugger/jpda/models/AbstractVariable.java | 28 + java/java.lsp.server/build.xml | 1 + java/java.lsp.server/vscode/src/extension.ts | 37 +++ platform/libs.flatlaf/external/binaries-list | 2 +- ...rc1-license.txt => flatlaf-1.0-rc2-license.txt} | 4 +- .../nbproject/org-netbeans-libs-flatlaf.sig| 3 + platform/libs.flatlaf/nbproject/project.properties | 2 +- platform/libs.flatlaf/nbproject/project.xml| 4 +- 29 files changed, 350 insertions(+), 143 deletions(-) - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[netbeans] branch release123 updated (5a5be18 -> f2751c2)
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a change to branch release123 in repository https://gitbox.apache.org/repos/asf/netbeans.git. from 5a5be18 Merge pull request #2712 from apache/delivery add 9dad8b4 Use Frame, not FrameSlot as a trigger of debugging of existing Engines. add 717240a Corrections of multi-threaded and multi-engine execution. add a000e7c Merge pull request #2706 from entlicher/DebugEngineFixes add 818d41a Fixing failing build. (#2718) add bf0e82d [NETBEANS-5301] Fixed readability of HTML code completion items add 53f76f4 Merge pull request #2719 from KacerCZ/netbeans-5301-fix-html-completion-colors add b307259 Fixing a mistake in ergonomics project detection, so that it can detect OpenJDK projects. add 12b4f7d Merge pull request #2720 from jlahoda/fod-openjdk-project add 4135fe8 [NETBEANS-5304] CSS: Prevent UI blocking on undocumented properties add d3813ac Merge pull request #2722 from matthiasblaesing/nb-css add ceef4eb [NETBEANS-5299] Update FlatLaf from 1.0-rc1 to 1.0-rc2 add 3819880 Merge pull request #2723 from DevCharly/delivery new f2751c2 Merge pull request #2715 from apache/delivery The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../ide/ergonomics/fod/FeatureProjectFactory.java | 2 + .../ergonomics/fod/FeatureProjectFactoryTest.java | 14 + .../main/StandardPropertiesHelpResolver.java | 22 +-- .../editor/api/completion/HtmlCompletionItem.java | 64 +-- .../web/common/ui/api/FileReferenceCompletion.java | 3 +- .../debugger/jpda/truffle/TruffleDebugManager.java | 2 +- .../jpda/truffle/access/TruffleAccess.java | 25 ++-- .../debugger/jpda/truffle/access/TruffleEval.java | 16 - .../jpda/truffle/actions/StepActionProvider.java | 5 ++ .../jpda/truffle/frames/TruffleStackFrame.java | 12 +++- .../jpda/truffle/frames/TruffleStackInfo.java | 11 +++- .../models/DebuggingTruffleActionsProvider.java| 16 - .../frames/models/DebuggingTruffleNodeModel.java | 30 +++-- .../frames/models/DebuggingTruffleTreeModel.java | 17 - .../truffle/vars/impl/TruffleVariableImpl.java | 33 +- .../TruffleVariablesActionsProviderFilter.java | 13 ++-- .../truffle/vars/tooltip/ToolTipAnnotation.java| 6 +- .../jpda/backend/truffle/JPDATruffleAccessor.java | 32 -- .../models/DebuggingTreeExpansionModelFilter.java | 8 +++ .../debugger/jpda/ui/models/WatchesModel.java | 9 +-- .../jpda/expr/InvocationExceptionTranslated.java | 72 +++--- .../debugger/jpda/models/AbstractVariable.java | 28 + java/java.lsp.server/build.xml | 1 + java/java.lsp.server/vscode/src/extension.ts | 37 +++ platform/libs.flatlaf/external/binaries-list | 2 +- ...rc1-license.txt => flatlaf-1.0-rc2-license.txt} | 4 +- .../nbproject/org-netbeans-libs-flatlaf.sig| 3 + platform/libs.flatlaf/nbproject/project.properties | 2 +- platform/libs.flatlaf/nbproject/project.xml| 4 +- 29 files changed, 350 insertions(+), 143 deletions(-) rename platform/libs.flatlaf/external/{flatlaf-1.0-rc1-license.txt => flatlaf-1.0-rc2-license.txt} (99%) - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[netbeans] branch delivery updated: [NETBEANS-5299] Update FlatLaf from 1.0-rc1 to 1.0-rc2
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a commit to branch delivery in repository https://gitbox.apache.org/repos/asf/netbeans.git The following commit(s) were added to refs/heads/delivery by this push: new ceef4eb [NETBEANS-5299] Update FlatLaf from 1.0-rc1 to 1.0-rc2 new 3819880 Merge pull request #2723 from DevCharly/delivery ceef4eb is described below commit ceef4eb5eff67b06833bbde51fb024b9f5cf77af Author: Karl Tauber AuthorDate: Mon Feb 1 11:57:36 2021 +0100 [NETBEANS-5299] Update FlatLaf from 1.0-rc1 to 1.0-rc2 --- platform/libs.flatlaf/external/binaries-list | 2 +- .../{flatlaf-1.0-rc1-license.txt => flatlaf-1.0-rc2-license.txt} | 4 ++-- platform/libs.flatlaf/nbproject/org-netbeans-libs-flatlaf.sig | 3 +++ platform/libs.flatlaf/nbproject/project.properties| 2 +- platform/libs.flatlaf/nbproject/project.xml | 4 ++-- 5 files changed, 9 insertions(+), 6 deletions(-) diff --git a/platform/libs.flatlaf/external/binaries-list b/platform/libs.flatlaf/external/binaries-list index 7066193..cf45445 100644 --- a/platform/libs.flatlaf/external/binaries-list +++ b/platform/libs.flatlaf/external/binaries-list @@ -15,4 +15,4 @@ # specific language governing permissions and limitations # under the License. -6D2AEA7D59BB99C278A32256B17753C4F8507B3C com.formdev:flatlaf:1.0-rc1 +5507827B39B40EED2942652D4792A51A5C49D67C com.formdev:flatlaf:1.0-rc2 diff --git a/platform/libs.flatlaf/external/flatlaf-1.0-rc1-license.txt b/platform/libs.flatlaf/external/flatlaf-1.0-rc2-license.txt similarity index 99% rename from platform/libs.flatlaf/external/flatlaf-1.0-rc1-license.txt rename to platform/libs.flatlaf/external/flatlaf-1.0-rc2-license.txt index b2ba7f7..1e438d5 100644 --- a/platform/libs.flatlaf/external/flatlaf-1.0-rc1-license.txt +++ b/platform/libs.flatlaf/external/flatlaf-1.0-rc2-license.txt @@ -1,7 +1,7 @@ Name: FlatLaf Look and Feel Description: FlatLaf Look and Feel -Version: 1.0-rc1 -Files: flatlaf-1.0-rc1.jar +Version: 1.0-rc2 +Files: flatlaf-1.0-rc2.jar License: Apache-2.0 Origin: FormDev Software GmbH. URL: https://www.formdev.com/flatlaf/ diff --git a/platform/libs.flatlaf/nbproject/org-netbeans-libs-flatlaf.sig b/platform/libs.flatlaf/nbproject/org-netbeans-libs-flatlaf.sig index 6589d0d..e766572 100644 --- a/platform/libs.flatlaf/nbproject/org-netbeans-libs-flatlaf.sig +++ b/platform/libs.flatlaf/nbproject/org-netbeans-libs-flatlaf.sig @@ -8,6 +8,7 @@ fld public final static java.lang.String BUTTON_TYPE_ROUND_RECT = "roundRect" fld public final static java.lang.String BUTTON_TYPE_SQUARE = "square" fld public final static java.lang.String BUTTON_TYPE_TAB = "tab" fld public final static java.lang.String BUTTON_TYPE_TOOLBAR_BUTTON = "toolBarButton" +fld public final static java.lang.String COMPONENT_FOCUS_OWNER = "JComponent.focusOwner" fld public final static java.lang.String COMPONENT_ROUND_RECT = "JComponent.roundRect" fld public final static java.lang.String MENU_BAR_EMBEDDED = "JRootPane.menuBarEmbedded" fld public final static java.lang.String MINIMUM_HEIGHT = "JComponent.minimumHeight" @@ -65,6 +66,8 @@ fld public final static java.lang.String TABBED_PANE_TRAILING_COMPONENT = "JTabb fld public final static java.lang.String TAB_BUTTON_SELECTED_BACKGROUND = "JToggleButton.tab.selectedBackground" fld public final static java.lang.String TAB_BUTTON_UNDERLINE_COLOR = "JToggleButton.tab.underlineColor" fld public final static java.lang.String TAB_BUTTON_UNDERLINE_HEIGHT = "JToggleButton.tab.underlineHeight" +fld public final static java.lang.String TREE_PAINT_SELECTION = "JTree.paintSelection" +fld public final static java.lang.String TREE_WIDE_SELECTION = "JTree.wideSelection" meth public static boolean clientPropertyBoolean(javax.swing.JComponent,java.lang.String,boolean) meth public static boolean clientPropertyEquals(javax.swing.JComponent,java.lang.String,java.lang.Object) meth public static int clientPropertyInt(javax.swing.JComponent,java.lang.String,int) diff --git a/platform/libs.flatlaf/nbproject/project.properties b/platform/libs.flatlaf/nbproject/project.properties index 5a7efbc..7f6ea54 100644 --- a/platform/libs.flatlaf/nbproject/project.properties +++ b/platform/libs.flatlaf/nbproject/project.properties @@ -20,4 +20,4 @@ javac.compilerargs=-Xlint:unchecked javac.source=1.8 nbm.target.cluster=platform -release.external/flatlaf-1.0-rc1.jar=modules/ext/flatlaf-1.0-rc1.jar +release.external/flatlaf-1.0-rc2.jar=modules/ext/flatlaf-1.0-rc2.jar diff --git a/platform/libs.flatlaf/nbproject/project.xml b/platform/libs.flatlaf/nbproject/project.xml index 99a8762..6270740 100644 --- a/platform/libs.flatlaf/nbproject/project.xml +++ b/platform/libs.flatlaf/nbproject/pro
[netbeans] branch delivery updated: [NETBEANS-5304] CSS: Prevent UI blocking on undocumented properties
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a commit to branch delivery in repository https://gitbox.apache.org/repos/asf/netbeans.git The following commit(s) were added to refs/heads/delivery by this push: new 4135fe8 [NETBEANS-5304] CSS: Prevent UI blocking on undocumented properties new d3813ac Merge pull request #2722 from matthiasblaesing/nb-css 4135fe8 is described below commit 4135fe82274e848b763001c46d708a31e9278d37 Author: Matthias Bläsing AuthorDate: Sun Jan 31 16:39:03 2021 +0100 [NETBEANS-5304] CSS: Prevent UI blocking on undocumented properties When the documentation for the target property could not be found, the whole page of the CSS module was passed as help text. The rendering of the HTML in combination with a popup menu caused problems on hide. The documentation could be rendered, but on hide, the EDT is stuck in a call to: javax.swing.PopupFactory$MediumWeightPopup.hide() Instead of rendering the whole documentation, the information "there is no documenation" is rendered. While not optimal, it at least prevents a heard freeze. --- .../main/StandardPropertiesHelpResolver.java | 22 +++--- 1 file changed, 3 insertions(+), 19 deletions(-) diff --git a/ide/css.editor/src/org/netbeans/modules/css/editor/module/main/StandardPropertiesHelpResolver.java b/ide/css.editor/src/org/netbeans/modules/css/editor/module/main/StandardPropertiesHelpResolver.java index 5490458..e29308f 100644 --- a/ide/css.editor/src/org/netbeans/modules/css/editor/module/main/StandardPropertiesHelpResolver.java +++ b/ide/css.editor/src/org/netbeans/modules/css/editor/module/main/StandardPropertiesHelpResolver.java @@ -57,7 +57,7 @@ public class StandardPropertiesHelpResolver extends HelpResolver { private static final String W3C_SPEC_URL_PREFIX = "http://www.w3.org/TR/;; //NOI18N private static final String MODULE_ARCHIVE_PATH = "www.w3.org/TR/"; //NOI18N private static final String INDEX_HTML_FILE_NAME = "index.html"; //NOI18N - + private static final String NO_HELP_MSG = NbBundle.getMessage(StandardPropertiesHelpResolver.class, "completion-help-no-documentation-found"); @Override @@ -171,24 +171,8 @@ public class StandardPropertiesHelpResolver extends HelpResolver { } else { //no pattern found, likely a bit different source -LOGGER.warning(String.format("No property anchor section pattern found for property '%s'", property.getName())); //NOI18N - -//strip the ... section from the source since it causes a garbage in the swingbrowser -int styleSectionStart = urlContent.indexOf(""); //NOI18N -if(styleSectionStart >= 0) { -final String styleEndTag = ""; //NOI18N -int styleSectionEnd = urlContent.indexOf(styleEndTag, styleSectionStart); -if(styleSectionEnd >= 0) { -StringBuilder buf = new StringBuilder(); -buf.append(urlContent.subSequence(0, styleSectionStart)); -buf.append(urlContent.subSequence(styleSectionEnd + styleEndTag.length(), urlContent.length())); - -return buf.toString(); -} -} - - -return urlContent; +LOGGER.warning(String.format("No property anchor section pattern found for property '%s'", propertyUrl)); //NOI18N +return NO_HELP_MSG; } } catch (MalformedURLException ex) { LOGGER.log(Level.WARNING, null, ex); - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[netbeans] branch delivery updated: Fixing a mistake in ergonomics project detection, so that it can detect OpenJDK projects.
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a commit to branch delivery in repository https://gitbox.apache.org/repos/asf/netbeans.git The following commit(s) were added to refs/heads/delivery by this push: new b307259 Fixing a mistake in ergonomics project detection, so that it can detect OpenJDK projects. new 12b4f7d Merge pull request #2720 from jlahoda/fod-openjdk-project b307259 is described below commit b30725993c84a943fafc1bc78d77bd7fe4332cd6 Author: Jan Lahoda AuthorDate: Sat Jan 30 08:25:22 2021 +0100 Fixing a mistake in ergonomics project detection, so that it can detect OpenJDK projects. --- .../modules/ide/ergonomics/fod/FeatureProjectFactory.java | 2 ++ .../ide/ergonomics/fod/FeatureProjectFactoryTest.java | 14 ++ 2 files changed, 16 insertions(+) diff --git a/ergonomics/ide.ergonomics/src/org/netbeans/modules/ide/ergonomics/fod/FeatureProjectFactory.java b/ergonomics/ide.ergonomics/src/org/netbeans/modules/ide/ergonomics/fod/FeatureProjectFactory.java index 6abd88d..cb6017d 100644 --- a/ergonomics/ide.ergonomics/src/org/netbeans/modules/ide/ergonomics/fod/FeatureProjectFactory.java +++ b/ergonomics/ide.ergonomics/src/org/netbeans/modules/ide/ergonomics/fod/FeatureProjectFactory.java @@ -150,6 +150,8 @@ implements ProjectFactory, PropertyChangeListener, Runnable { return false; } +relative = relative.substring(pos); + if (relative.contains("*")) { for (String segment : relative.split("/")) { FOUND: if (segment.contains("*")) { diff --git a/ergonomics/ide.ergonomics/test/unit/src/org/netbeans/modules/ide/ergonomics/fod/FeatureProjectFactoryTest.java b/ergonomics/ide.ergonomics/test/unit/src/org/netbeans/modules/ide/ergonomics/fod/FeatureProjectFactoryTest.java index 363f240..20f68c6 100644 --- a/ergonomics/ide.ergonomics/test/unit/src/org/netbeans/modules/ide/ergonomics/fod/FeatureProjectFactoryTest.java +++ b/ergonomics/ide.ergonomics/test/unit/src/org/netbeans/modules/ide/ergonomics/fod/FeatureProjectFactoryTest.java @@ -43,6 +43,20 @@ public class FeatureProjectFactoryTest { assertTrue(isProject(yes1, relative)); } +@Test +public void recognizeParentPath() throws IOException { +FileObject root = FileUtil.createMemoryFileSystem().getRoot(); +FileObject src = FileUtil.createFolder(root, "src"); +FileObject marker = FileUtil.createFolder(src, "marker"); +FileObject other = FileUtil.createFolder(src, "other"); + +final String relative = "../marker"; + +assertFalse(isProject(src, relative)); +assertTrue(isProject(marker, relative)); +assertTrue(isProject(other, relative)); +} + private static FileObject prj(FileObject root, String base, String mx, String file) throws IOException { return root.createFolder(base).createFolder(mx).createData(file).getParent().getParent(); } - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[netbeans] branch delivery updated: [NETBEANS-5301] Fixed readability of HTML code completion items
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a commit to branch delivery in repository https://gitbox.apache.org/repos/asf/netbeans.git The following commit(s) were added to refs/heads/delivery by this push: new bf0e82d [NETBEANS-5301] Fixed readability of HTML code completion items new 53f76f4 Merge pull request #2719 from KacerCZ/netbeans-5301-fix-html-completion-colors bf0e82d is described below commit bf0e82d073a609d01b9b36711390708d83faa729 Author: Tomas Prochazka AuthorDate: Fri Jan 29 17:33:43 2021 +0100 [NETBEANS-5301] Fixed readability of HTML code completion items https://issues.apache.org/jira/browse/NETBEANS-5301 - Fixes color of elements in code completion. - Fixes color of directories in code completion. - Simplifies code for completion item coloring. --- .../editor/api/completion/HtmlCompletionItem.java | 64 +++--- .../web/common/ui/api/FileReferenceCompletion.java | 3 +- 2 files changed, 34 insertions(+), 33 deletions(-) diff --git a/ide/html.editor/src/org/netbeans/modules/html/editor/api/completion/HtmlCompletionItem.java b/ide/html.editor/src/org/netbeans/modules/html/editor/api/completion/HtmlCompletionItem.java index eaa6f6b..e95bc23 100644 --- a/ide/html.editor/src/org/netbeans/modules/html/editor/api/completion/HtmlCompletionItem.java +++ b/ide/html.editor/src/org/netbeans/modules/html/editor/api/completion/HtmlCompletionItem.java @@ -62,7 +62,8 @@ import org.openide.xml.XMLUtil; public class HtmlCompletionItem implements CompletionItem { protected static final int DEFAULT_SORT_PRIORITY = 20; - +private static final String END_FONT = ""; // NOI18N + //--- Factory methods -- public static HtmlCompletionItem createTag(HtmlTag tag, String name, int substitutionOffset, String helpId, boolean possible) { return new Tag(tag, name, substitutionOffset, helpId, possible); @@ -110,7 +111,8 @@ public class HtmlCompletionItem implements CompletionItem { public static HtmlCompletionItem createFileCompletionItem(FileObject file, int substitutionOffset) { boolean folder = file.isFolder(); String name = new StringBuilder().append(file.getNameExt()).append(folder ? '/' : "").toString(); -Color color = folder ? Color.BLUE : null; +// Should match color in o.n.m.web.common.ui.api.FileReferenceCompletion.getItems() +Color color = folder ? new Color(224, 160, 65) : null; ImageIcon icon = FileReferenceCompletion.getIcon(file); return new FileAttributeValue(folder, name, substitutionOffset, color, icon); @@ -422,7 +424,7 @@ public class HtmlCompletionItem implements CompletionItem { = ImageUtilities.loadImageIcon("org/netbeans/modules/html/editor/resources/mathml.png", false); // NOI18N private static final Color GRAY_COLOR = Color.GRAY; -private static final Color DEFAULT_FG_COLOR = new Color(0, 0, 0xFF); +private static final Color DEFAULT_FG_COLOR = new Color(64, 64, 217); private boolean possible; private HtmlTag tag; @@ -455,19 +457,19 @@ public class HtmlCompletionItem implements CompletionItem { @Override protected String getLeftHtmlText() { +Color tagColor = possible ? DEFAULT_FG_COLOR : GRAY_COLOR; +boolean isPossibleHtmlTag = possible && tag != null && tag.getTagClass() == HtmlTagType.HTML; StringBuilder b = new StringBuilder(); -if (possible) { -b.append(""); -b.append(getItemText()); -b.append(""); -} else { -b.append(""); -b.append(getItemText()); -b.append(""); +if (isPossibleHtmlTag) { +b.append(""); +} +b.append(getHtmlColor(tagColor)); +b.append(""); // NO18N +b.append(getItemText()); +b.append(""); // NOI18N +b.append(END_FONT); +if (isPossibleHtmlTag) { +b.append(""); } return b.toString(); } @@ -570,7 +572,7 @@ public class HtmlCompletionItem implements CompletionItem { @Override protected String getLeftHtmlText() { return (type.bold ? "" : "") + //NOI18N -"/" + getItemText() + "" + //NOI18N +getHtmlColor(type.color) + "/" + getItemText() + "" + END_FONT + //NOI18N (type.bold ? "" : ""); //NOI18N } @@ -634,11 +636,11 @@ public class HtmlCompletionItem implements CompletionItem { strVal = Character.toString(value);
[netbeans] 01/01: Merge pull request #2713 from apache/delivery
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans.git commit f8bc196aaefc0cfdd45b135914b1f5ae0996ff37 Merge: 9b5068b a6a2f8f Author: Neil C Smith AuthorDate: Thu Jan 28 13:27:50 2021 + Merge pull request #2713 from apache/delivery Sync delivery to master post beta 1 cpplite/cpplite.debugger/external/binaries-list| 2 +- ...HOT-license.txt => cpplite-mi-f8f8250283be-license.txt} | 2 +- cpplite/cpplite.debugger/nbproject/project.properties | 4 ++-- cpplite/cpplite.debugger/nbproject/project.xml | 4 ++-- .../org/netbeans/nbbuild/extlibs/DownloadBinaries.java | 14 +- nbbuild/binaries-default-properties.xml| 1 + nbbuild/build.xml | 14 +++--- .../core/multitabs/impl/DocumentSwitcherTable.java | 5 + 8 files changed, 28 insertions(+), 18 deletions(-) - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[netbeans] branch master updated (9b5068b -> f8bc196)
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/netbeans.git. from 9b5068b Merge pull request #2703 from DevCharly/NETBEANS-5026 add a0e6cd8 Don't use local .m2 cache in build by default. add 6d54e71 Merge pull request #2710 from neilcsmith-net/ext-bin-no-m2 add 8a38ff7 Fix versioning of external dependency cpplite-mi add 3ee4feb Merge pull request #2709 from matthiasblaesing/cpplite-snapshot-version add 2fab5b2 [NETBEANS-5272] Fixed grouping of documents in document switcher add a6a2f8f Merge pull request #2701 from KacerCZ/netbeans-5272-fix-document-grouping new f8bc196 Merge pull request #2713 from apache/delivery The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: cpplite/cpplite.debugger/external/binaries-list| 2 +- ...HOT-license.txt => cpplite-mi-f8f8250283be-license.txt} | 2 +- cpplite/cpplite.debugger/nbproject/project.properties | 4 ++-- cpplite/cpplite.debugger/nbproject/project.xml | 4 ++-- .../org/netbeans/nbbuild/extlibs/DownloadBinaries.java | 14 +- nbbuild/binaries-default-properties.xml| 1 + nbbuild/build.xml | 14 +++--- .../core/multitabs/impl/DocumentSwitcherTable.java | 5 + 8 files changed, 28 insertions(+), 18 deletions(-) rename cpplite/cpplite.debugger/external/{cpplite-mi-1.0-SNAPSHOT-license.txt => cpplite-mi-f8f8250283be-license.txt} (99%) - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[netbeans-website] branch master updated (6edd190 -> ce21f02)
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/netbeans-website.git. from 6edd190 netbeans-vm1 updates (#515) add 5f55689 Update .htaccess for 12.3 release new ce21f02 Merge pull request #517 from apache/nb123-redirects-1 The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: netbeans.apache.org/src/content/.htaccess | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[netbeans-website] 01/01: Merge pull request #517 from apache/nb123-redirects-1
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans-website.git commit ce21f028b91ac145a4484211040e9cf5c446a531 Merge: 6edd190 5f55689 Author: Neil C Smith AuthorDate: Wed Jan 27 14:42:06 2021 + Merge pull request #517 from apache/nb123-redirects-1 Update .htaccess for 12.3 release netbeans.apache.org/src/content/.htaccess | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[netbeans-website] branch nb123-redirects-1 created (now 5f55689)
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a change to branch nb123-redirects-1 in repository https://gitbox.apache.org/repos/asf/netbeans-website.git. at 5f55689 Update .htaccess for 12.3 release This branch includes the following new commits: new 5f55689 Update .htaccess for 12.3 release The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[netbeans-website] 01/01: Update .htaccess for 12.3 release
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a commit to branch nb123-redirects-1 in repository https://gitbox.apache.org/repos/asf/netbeans-website.git commit 5f5568951218139037d9cefa3cc29217253cf1d3 Author: Neil C Smith AuthorDate: Wed Jan 27 14:37:29 2021 + Update .htaccess for 12.3 release --- netbeans.apache.org/src/content/.htaccess | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/netbeans.apache.org/src/content/.htaccess b/netbeans.apache.org/src/content/.htaccess index 5963350..255ff54 100644 --- a/netbeans.apache.org/src/content/.htaccess +++ b/netbeans.apache.org/src/content/.htaccess @@ -17,7 +17,9 @@ Redirect 302 /nb/updates/12.1/ https://netbeans-vm1.apache.org/uc/12.1/ Redirect 302 /nb/plugins/12.1/ https://plugins.netbeans.apache.org/data/12.0/ Redirect 302 /nb/updates/12.2/ https://netbeans-vm1.apache.org/uc/12.2/ Redirect 302 /nb/plugins/12.2/ https://plugins.netbeans.apache.org/data/12.0/ -Redirect 302 /nb/updates/dev/ https://netbeans-vm1.apache.org/uc/12.2/ +Redirect 302 /nb/updates/12.3/ https://netbeans-vm1.apache.org/uc/12.3/ +Redirect 302 /nb/plugins/12.3/ https://plugins.netbeans.apache.org/data/12.0/ +Redirect 302 /nb/updates/dev/ https://netbeans-vm1.apache.org/uc/dev/ Redirect 302 /nb/plugins/dev/ https://plugins.netbeans.apache.org/data/12.0/ Redirect 302 /nb/issues_redirect.html https://issues.apache.org/jira/projects/NETBEANS/issues Redirect 302 /nb/report-issue https://issues.apache.org/jira/projects/NETBEANS/issues - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[netbeans-jenkins-lib] branch master updated: Update hash for NB 12.3-beta1
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans-jenkins-lib.git The following commit(s) were added to refs/heads/master by this push: new 73afaee Update hash for NB 12.3-beta1 new 3a2e2e4 Merge pull request #25 from neilcsmith-net/release123-b1-2 73afaee is described below commit 73afaee7fa332b16f19201d6c4e4985b9792cb02 Author: Neil C Smith AuthorDate: Tue Jan 26 09:50:10 2021 + Update hash for NB 12.3-beta1 --- meta/netbeansrelease.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/netbeansrelease.json b/meta/netbeansrelease.json index 6a26fc2..9aa5ceb 100644 --- a/meta/netbeansrelease.json +++ b/meta/netbeansrelease.json @@ -368,7 +368,7 @@ "update_url": "https://netbeans.apache.org/nb/updates/12.3/updates.xml.gz?{$netbeans.hash.code};, "plugin_url": "https://netbeans.apache.org/nb/plugins/12.3/catalog.xml.gz;, "milestones": { -"9b5068b1c8d55884a920e3a0fc1ca6756a8a8332": { +"5a5be189e2989e308e41d88835ca9db3f40f1683": { "version": "beta1", "position": "1" } - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[netbeans] 01/01: Merge pull request #2712 from apache/delivery
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a commit to branch release123 in repository https://gitbox.apache.org/repos/asf/netbeans.git commit 5a5be189e2989e308e41d88835ca9db3f40f1683 Merge: 9b5068b a6a2f8f Author: Neil C Smith AuthorDate: Tue Jan 26 09:45:38 2021 + Merge pull request #2712 from apache/delivery Sync delivery to release123 for beta1 cpplite/cpplite.debugger/external/binaries-list| 2 +- ...HOT-license.txt => cpplite-mi-f8f8250283be-license.txt} | 2 +- cpplite/cpplite.debugger/nbproject/project.properties | 4 ++-- cpplite/cpplite.debugger/nbproject/project.xml | 4 ++-- .../org/netbeans/nbbuild/extlibs/DownloadBinaries.java | 14 +- nbbuild/binaries-default-properties.xml| 1 + nbbuild/build.xml | 14 +++--- .../core/multitabs/impl/DocumentSwitcherTable.java | 5 + 8 files changed, 28 insertions(+), 18 deletions(-) - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[netbeans] branch release123 updated (9b5068b -> 5a5be18)
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a change to branch release123 in repository https://gitbox.apache.org/repos/asf/netbeans.git. from 9b5068b Merge pull request #2703 from DevCharly/NETBEANS-5026 add a0e6cd8 Don't use local .m2 cache in build by default. add 6d54e71 Merge pull request #2710 from neilcsmith-net/ext-bin-no-m2 add 8a38ff7 Fix versioning of external dependency cpplite-mi add 3ee4feb Merge pull request #2709 from matthiasblaesing/cpplite-snapshot-version add 2fab5b2 [NETBEANS-5272] Fixed grouping of documents in document switcher add a6a2f8f Merge pull request #2701 from KacerCZ/netbeans-5272-fix-document-grouping new 5a5be18 Merge pull request #2712 from apache/delivery The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: cpplite/cpplite.debugger/external/binaries-list| 2 +- ...HOT-license.txt => cpplite-mi-f8f8250283be-license.txt} | 2 +- cpplite/cpplite.debugger/nbproject/project.properties | 4 ++-- cpplite/cpplite.debugger/nbproject/project.xml | 4 ++-- .../org/netbeans/nbbuild/extlibs/DownloadBinaries.java | 14 +- nbbuild/binaries-default-properties.xml| 1 + nbbuild/build.xml | 14 +++--- .../core/multitabs/impl/DocumentSwitcherTable.java | 5 + 8 files changed, 28 insertions(+), 18 deletions(-) rename cpplite/cpplite.debugger/external/{cpplite-mi-1.0-SNAPSHOT-license.txt => cpplite-mi-f8f8250283be-license.txt} (99%) - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[netbeans] branch delivery updated: [NETBEANS-5272] Fixed grouping of documents in document switcher
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a commit to branch delivery in repository https://gitbox.apache.org/repos/asf/netbeans.git The following commit(s) were added to refs/heads/delivery by this push: new 2fab5b2 [NETBEANS-5272] Fixed grouping of documents in document switcher new a6a2f8f Merge pull request #2701 from KacerCZ/netbeans-5272-fix-document-grouping 2fab5b2 is described below commit 2fab5b2def1defdd49611a57bdf421a120baf28a Author: Tomas Prochazka AuthorDate: Thu Jan 21 22:49:36 2021 +0100 [NETBEANS-5272] Fixed grouping of documents in document switcher https://issues.apache.org/jira/browse/NETBEANS-5272 Fixes issue when files from different projects with same name are not grouped correctly. Adds sorting by project path to ensure files from same project are together. --- .../src/org/netbeans/core/multitabs/impl/DocumentSwitcherTable.java | 5 + 1 file changed, 5 insertions(+) diff --git a/platform/core.multitabs/src/org/netbeans/core/multitabs/impl/DocumentSwitcherTable.java b/platform/core.multitabs/src/org/netbeans/core/multitabs/impl/DocumentSwitcherTable.java index 7a0530b..d853f14 100644 --- a/platform/core.multitabs/src/org/netbeans/core/multitabs/impl/DocumentSwitcherTable.java +++ b/platform/core.multitabs/src/org/netbeans/core/multitabs/impl/DocumentSwitcherTable.java @@ -237,6 +237,11 @@ class DocumentSwitcherTable extends SwitcherTable { int res = project.getDisplayName().compareTo( otherProject.getDisplayName() ); if( res != 0 ) return res; + +res = project.getPath().compareTo(otherProject.getPath()); +if (res != 0) { +return res; +} } } return super.compareTo( o ); - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[netbeans] branch delivery updated: Fix versioning of external dependency cpplite-mi
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a commit to branch delivery in repository https://gitbox.apache.org/repos/asf/netbeans.git The following commit(s) were added to refs/heads/delivery by this push: new 8a38ff7 Fix versioning of external dependency cpplite-mi new 3ee4feb Merge pull request #2709 from matthiasblaesing/cpplite-snapshot-version 8a38ff7 is described below commit 8a38ff754fa0baf1b2b42cf6e90373912f9ae29b Author: Matthias Bläsing AuthorDate: Sun Jan 24 18:03:27 2021 +0100 Fix versioning of external dependency cpplite-mi Publishing fails with "-SNAPSHOT" dependencies. This PR uses the id of the originating mercurial commit as version. --- cpplite/cpplite.debugger/external/binaries-list | 2 +- ...i-1.0-SNAPSHOT-license.txt => cpplite-mi-f8f8250283be-license.txt} | 2 +- cpplite/cpplite.debugger/nbproject/project.properties | 4 ++-- cpplite/cpplite.debugger/nbproject/project.xml| 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cpplite/cpplite.debugger/external/binaries-list b/cpplite/cpplite.debugger/external/binaries-list index 9b72b03..f6368fb 100644 --- a/cpplite/cpplite.debugger/external/binaries-list +++ b/cpplite/cpplite.debugger/external/binaries-list @@ -14,4 +14,4 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. -7E2B3E2AB5EBCABF3971F118A4D288A7E5DAC1DF cpplite-mi-1.0-SNAPSHOT.jar +2BF984B5372F003D3E6C2E96A34F45D659168534 eu.doppel-helix.netbeans.lib:cpplite-mi:f8f8250283be diff --git a/cpplite/cpplite.debugger/external/cpplite-mi-1.0-SNAPSHOT-license.txt b/cpplite/cpplite.debugger/external/cpplite-mi-f8f8250283be-license.txt similarity index 99% rename from cpplite/cpplite.debugger/external/cpplite-mi-1.0-SNAPSHOT-license.txt rename to cpplite/cpplite.debugger/external/cpplite-mi-f8f8250283be-license.txt index ae4715c..31901a8 100644 --- a/cpplite/cpplite.debugger/external/cpplite-mi-1.0-SNAPSHOT-license.txt +++ b/cpplite/cpplite.debugger/external/cpplite-mi-f8f8250283be-license.txt @@ -1,6 +1,6 @@ Name: CND Debugger parts Description: CND Debugger parts that didn't go through the Apache IP Clearance yet -Version: 1.0-SNAPSHOT +Version: f8f8250283be License: CDDL-1.0 Origin: NetBeans diff --git a/cpplite/cpplite.debugger/nbproject/project.properties b/cpplite/cpplite.debugger/nbproject/project.properties index f10d97b..cff7099 100644 --- a/cpplite/cpplite.debugger/nbproject/project.properties +++ b/cpplite/cpplite.debugger/nbproject/project.properties @@ -15,7 +15,7 @@ # specific language governing permissions and limitations # under the License. -release.external/cpplite-mi-1.0-SNAPSHOT.jar=modules/ext/cpplite-mi-1.0-SNAPSHOT.jar -file.reference.cpplite-mi-1.0-SNAPSHOT.jar=release/modules/ext/cpplite-mi-1.0-SNAPSHOT.jar +release.external/cpplite-mi-f8f8250283be.jar=modules/ext/cpplite-mi-f8f8250283be.jar +file.reference.cpplite-mi-f8f8250283be.jar=release/modules/ext/cpplite-mi-f8f8250283be.jar javac.source=1.8 javac.compilerargs=-Xlint -Xlint:-serial diff --git a/cpplite/cpplite.debugger/nbproject/project.xml b/cpplite/cpplite.debugger/nbproject/project.xml index dd714fd..d360c06 100644 --- a/cpplite/cpplite.debugger/nbproject/project.xml +++ b/cpplite/cpplite.debugger/nbproject/project.xml @@ -190,8 +190,8 @@ org.netbeans.modules.cpplite.debugger.api - ext/cpplite-mi-1.0-SNAPSHOT.jar - external/cpplite-mi-1.0-SNAPSHOT.jar + ext/cpplite-mi-f8f8250283be.jar + external/cpplite-mi-f8f8250283be.jar - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[netbeans] branch delivery updated: Don't use local .m2 cache in build by default.
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a commit to branch delivery in repository https://gitbox.apache.org/repos/asf/netbeans.git The following commit(s) were added to refs/heads/delivery by this push: new a0e6cd8 Don't use local .m2 cache in build by default. new 6d54e71 Merge pull request #2710 from neilcsmith-net/ext-bin-no-m2 a0e6cd8 is described below commit a0e6cd8f128372b864f42f7b216ebe0e8f83f009 Author: Neil C Smith AuthorDate: Mon Jan 25 18:59:20 2021 + Don't use local .m2 cache in build by default. Always download Maven binaries by default rather than relying on local .m2 cache (issues with Jenkins builds). Expose binaries.repos property so source repositories of binaries can be configured, including local .m2 if desired. --- .../org/netbeans/nbbuild/extlibs/DownloadBinaries.java | 14 +- nbbuild/binaries-default-properties.xml| 1 + nbbuild/build.xml | 14 +++--- 3 files changed, 17 insertions(+), 12 deletions(-) diff --git a/nbbuild/antsrc/org/netbeans/nbbuild/extlibs/DownloadBinaries.java b/nbbuild/antsrc/org/netbeans/nbbuild/extlibs/DownloadBinaries.java index 355b90e..4acb361 100644 --- a/nbbuild/antsrc/org/netbeans/nbbuild/extlibs/DownloadBinaries.java +++ b/nbbuild/antsrc/org/netbeans/nbbuild/extlibs/DownloadBinaries.java @@ -31,6 +31,8 @@ import java.io.InputStreamReader; import java.io.OutputStream; import java.math.BigInteger; import java.net.HttpURLConnection; +import java.net.URI; +import java.net.URISyntaxException; import java.net.URL; import java.net.URLConnection; import java.nio.file.Files; @@ -177,20 +179,22 @@ public class DownloadBinaries extends Task { private byte[] mavenFile(MavenCoordinate mc) throws IOException { String cacheName = mc.toMavenPath(); -File local = new File(new File(new File(new File(System.getProperty("user.home")), ".m2"), "repository"), cacheName.replace('/', File.separatorChar)); List urls = new ArrayList<>(); -if (local.isFile()) { -urls.add(local.toURI().toString()); -} for (String prefix : repos.split(" ")) { urls.add(prefix + cacheName); } for (String url : urls) { try { +if (url.startsWith("file:")) { +File file = new File(new URI(url)); +if (!file.exists()) { +continue; +} +} URL u = new URL(url); log("Trying: " + url, Project.MSG_VERBOSE); return downloadFromServer(u); -} catch (IOException ex) { +} catch (IOException | URISyntaxException ex) { //Try the next URL } } diff --git a/nbbuild/binaries-default-properties.xml b/nbbuild/binaries-default-properties.xml index bc6b5b5..6bc9ea5 100644 --- a/nbbuild/binaries-default-properties.xml +++ b/nbbuild/binaries-default-properties.xml @@ -22,4 +22,5 @@ https://netbeans.osuosl.org/binaries/"/> + https://repo1.maven.org/maven2/"/> diff --git a/nbbuild/build.xml b/nbbuild/build.xml index 3bd9ffe..52933ac 100644 --- a/nbbuild/build.xml +++ b/nbbuild/build.xml @@ -69,7 +69,7 @@ - + @@ -198,7 +198,7 @@ metabuild.hash=${metabuild.hash} Downloading external binaries (*/external/ directories)... - + @@ -235,7 +235,7 @@ metabuild.hash=${metabuild.hash} - + @@ -468,7 +468,7 @@ metabuild.hash=${metabuild.hash} - + @@ -1310,7 +1310,7 @@ It is possible to use -Ddebug.port=3234 -Ddebug.pause=y to start the system in d - + @@ -1689,7 +1689,7 @@ It is possible to use -Ddebug.port=3234 -Ddebug.pause=y to start the system in d - + @@ -2172,7 +2172,7 @@ It is possible to use -Ddebug.port=3234 -Ddebug.pause=y to start the system in d - + - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[netbeans-jenkins-lib] branch master updated: Add section for 12.3 with initial milestone for beta1.
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans-jenkins-lib.git The following commit(s) were added to refs/heads/master by this push: new 1d959ff Add section for 12.3 with initial milestone for beta1. new b83501c Merge pull request #24 from neilcsmith-net/release123-b1 1d959ff is described below commit 1d959ff7bad70177c72bd95f2cd27c57ed0198c4 Author: Neil C Smith AuthorDate: Sat Jan 23 17:24:15 2021 + Add section for 12.3 with initial milestone for beta1. --- meta/netbeansrelease.json | 33 +++-- 1 file changed, 31 insertions(+), 2 deletions(-) diff --git a/meta/netbeansrelease.json b/meta/netbeansrelease.json index ba11dce..6a26fc2 100644 --- a/meta/netbeansrelease.json +++ b/meta/netbeansrelease.json @@ -345,13 +345,42 @@ } }, "releasedate": { +"day": "25", +"month": "11", +"year": "2020" +}, +"previousreleasedate": { +"day": "15", +"month": "09", +"year": "2020" +} +}, +"release123": { +"position": "10", +"ant": "ant_latest", +"jdk": "jdk_1.8_latest", +"jdk_apidoc": "https://docs.oracle.com/javase/8/docs/api/;, +"maven": "maven_3.3.9", +"versionName": "12.3", +"mavenversion": "RELEASE123", +"tlp": "true", +"apidocurl": "https://bits.netbeans.org/12.3/javadoc;, +"update_url": "https://netbeans.apache.org/nb/updates/12.3/updates.xml.gz?{$netbeans.hash.code};, +"plugin_url": "https://netbeans.apache.org/nb/plugins/12.3/catalog.xml.gz;, +"milestones": { +"9b5068b1c8d55884a920e3a0fc1ca6756a8a8332": { +"version": "beta1", +"position": "1" +} +}, +"releasedate": { "day": "-", "month": "-", "year": "-" }, "previousreleasedate": { -"day": "15", -"month": "09", +"day": "25", +"month": "11", "year": "2020" } }, - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[netbeans] branch release123 created (now 9b5068b)
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a change to branch release123 in repository https://gitbox.apache.org/repos/asf/netbeans.git. at 9b5068b Merge pull request #2703 from DevCharly/NETBEANS-5026 No new revisions were added by this update. - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[netbeans] branch delivery created (now 9b5068b)
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a change to branch delivery in repository https://gitbox.apache.org/repos/asf/netbeans.git. at 9b5068b Merge pull request #2703 from DevCharly/NETBEANS-5026 No new revisions were added by this update. - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[netbeans] branch master updated: [NETBEANS-5026] Fix wheel/trackpad scrolling in notifications window
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans.git The following commit(s) were added to refs/heads/master by this push: new 7be1ef2 [NETBEANS-5026] Fix wheel/trackpad scrolling in notifications window new 9b5068b Merge pull request #2703 from DevCharly/NETBEANS-5026 7be1ef2 is described below commit 7be1ef295cd8f8e51930adf2e4f2dfa324f77b07 Author: Karl Tauber AuthorDate: Fri Jan 22 00:26:49 2021 +0100 [NETBEANS-5026] Fix wheel/trackpad scrolling in notifications window --- .../modules/notifications/center/NotificationCenterTopComponent.java| 2 ++ 1 file changed, 2 insertions(+) diff --git a/ide/notifications/src/org/netbeans/modules/notifications/center/NotificationCenterTopComponent.java b/ide/notifications/src/org/netbeans/modules/notifications/center/NotificationCenterTopComponent.java index 37054cd..c1c0238 100644 --- a/ide/notifications/src/org/netbeans/modules/notifications/center/NotificationCenterTopComponent.java +++ b/ide/notifications/src/org/netbeans/modules/notifications/center/NotificationCenterTopComponent.java @@ -109,6 +109,8 @@ public final class NotificationCenterTopComponent extends TopComponent { lblEmptyDetails.setEnabled(false); JScrollPane scrollPane = new JScrollPane(detailsPanel); +scrollPane.getVerticalScrollBar().setUnitIncrement(10); +scrollPane.getHorizontalScrollBar().setUnitIncrement(10); splitPane.setRightComponent(scrollPane); toolBar.setFocusable(false); - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[netbeans] branch master updated: [NETBEANS-5268] Alter Welcome Screen colours for readability
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans.git The following commit(s) were added to refs/heads/master by this push: new 6c441ed [NETBEANS-5268] Alter Welcome Screen colours for readability new 435cca2 Merge pull request #2699 from mhalachev/NETBEANS-5268-Alter-Welcome-Screen-colours-for-readability 6c441ed is described below commit 6c441ed5fd021bcb7fe1fe61ef62215958d7caf4 Author: Martin Halachev AuthorDate: Thu Jan 21 16:08:55 2021 +0200 [NETBEANS-5268] Alter Welcome Screen colours for readability https://issues.apache.org/jira/browse/NETBEANS-5268 Set tab borders color from background Co-Authored-By: Karl Tauber --- .../src/org/netbeans/modules/welcome/resources/Bundle.properties | 2 +- .../src/org/netbeans/swing/laf/flatlaf/FlatDarkLaf.properties | 8 +--- .../src/org/netbeans/swing/laf/flatlaf/FlatLaf.properties | 1 - .../src/org/netbeans/swing/laf/flatlaf/FlatLightLaf.properties| 4 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/nb/welcome/src/org/netbeans/modules/welcome/resources/Bundle.properties b/nb/welcome/src/org/netbeans/modules/welcome/resources/Bundle.properties index 362c818..26bf064 100644 --- a/nb/welcome/src/org/netbeans/modules/welcome/resources/Bundle.properties +++ b/nb/welcome/src/org/netbeans/modules/welcome/resources/Bundle.properties @@ -160,7 +160,7 @@ ButtonTextColor=0x164B7B DefaultTextColor=0x00 # date & time field in RSS panels #NOI18N -RssDateTimeColor=0xCA6900 +RssDateTimeColor=0xA5073E # mouse-over link color #NOI18N LinkInFocusColor=0x00 diff --git a/platform/o.n.swing.laf.flatlaf/src/org/netbeans/swing/laf/flatlaf/FlatDarkLaf.properties b/platform/o.n.swing.laf.flatlaf/src/org/netbeans/swing/laf/flatlaf/FlatDarkLaf.properties index 9fef193..224563c 100644 --- a/platform/o.n.swing.laf.flatlaf/src/org/netbeans/swing/laf/flatlaf/FlatDarkLaf.properties +++ b/platform/o.n.swing.laf.flatlaf/src/org/netbeans/swing/laf/flatlaf/FlatDarkLaf.properties @@ -99,9 +99,11 @@ nb.formdesigner.saw.color=lighten(@background,15%) # startpage nb.startpage.defaultbackground=true -# Darkred and darkblue from NB Icon palette -nb.startpage.contentheader.color1=#a5073e -nb.startpage.contentheader.color2=#1b6Ac8 +# Colors from content_banner_dark image edges +nb.startpage.contentheader.color1=rgb(12, 33, 61) +nb.startpage.contentheader.color2=rgb(16, 24, 42) +# Light red from NB Icon palette +nb.startpage.rss.date.color=#EA205E # editor nb.editor.errorstripe.caret.color=@foreground diff --git a/platform/o.n.swing.laf.flatlaf/src/org/netbeans/swing/laf/flatlaf/FlatLaf.properties b/platform/o.n.swing.laf.flatlaf/src/org/netbeans/swing/laf/flatlaf/FlatLaf.properties index 991ebc2..573027d 100644 --- a/platform/o.n.swing.laf.flatlaf/src/org/netbeans/swing/laf/flatlaf/FlatLaf.properties +++ b/platform/o.n.swing.laf.flatlaf/src/org/netbeans/swing/laf/flatlaf/FlatLaf.properties @@ -112,7 +112,6 @@ nb.startpage.tab.border1.color=@background nb.startpage.tab.border2.color=@background nb.startpage.rss.header.color=$Component.linkColor nb.startpage.rss.details.color=@foreground -nb.startpage.rss.date.color=#cc7832 nb.startpage.tab.imagename.rollover=org/netbeans/swing/laf/flatlaf/resources/welcome_tab_rollover.png nb.startpage.tab.imagename.selected=org/netbeans/swing/laf/flatlaf/resources/welcome_tab_selected.png diff --git a/platform/o.n.swing.laf.flatlaf/src/org/netbeans/swing/laf/flatlaf/FlatLightLaf.properties b/platform/o.n.swing.laf.flatlaf/src/org/netbeans/swing/laf/flatlaf/FlatLightLaf.properties index b6839b6..c46a9c4 100644 --- a/platform/o.n.swing.laf.flatlaf/src/org/netbeans/swing/laf/flatlaf/FlatLightLaf.properties +++ b/platform/o.n.swing.laf.flatlaf/src/org/netbeans/swing/laf/flatlaf/FlatLightLaf.properties @@ -67,6 +67,10 @@ SlidingButton.attentionForeground=$ViewTab.attentionForeground PropSheet.setBackground=darken(@background,10%) PropSheet.setForeground=@foreground +# Start Page +nb.startpage.topbar.background=darken($TabbedPane.focusColor, 25%) +nb.startpage.tab.border1.color=$nb.startpage.topbar.background +nb.startpage.tab.border2.color=$nb.startpage.topbar.background # QuickSearch nb.quicksearch.border=1,1,1,1,@background - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[netbeans] branch master updated: [NETBEANS-5118] Fixing computation of effective text block content when the text block contains empty lines.
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans.git The following commit(s) were added to refs/heads/master by this push: new 87f98a1 [NETBEANS-5118] Fixing computation of effective text block content when the text block contains empty lines. new 9c29685 Merge pull request #2593 from jlahoda/NETBEANS-5118 87f98a1 is described below commit 87f98a192e2346f10d043bda3028e1e833682305 Author: Jan Lahoda AuthorDate: Mon Dec 14 07:01:47 2020 +0100 [NETBEANS-5118] Fixing computation of effective text block content when the text block contains empty lines. --- .../base/semantic/SemanticHighlighterBase.java | 1 + .../java/editor/base/semantic/DetectorTest.java| 29 -- 2 files changed, 28 insertions(+), 2 deletions(-) diff --git a/java/java.editor.base/src/org/netbeans/modules/java/editor/base/semantic/SemanticHighlighterBase.java b/java/java.editor.base/src/org/netbeans/modules/java/editor/base/semantic/SemanticHighlighterBase.java index 9c509e6..bf223b2 100644 --- a/java/java.editor.base/src/org/netbeans/modules/java/editor/base/semantic/SemanticHighlighterBase.java +++ b/java/java.editor.base/src/org/netbeans/modules/java/editor/base/semantic/SemanticHighlighterBase.java @@ -979,6 +979,7 @@ public abstract class SemanticHighlighterBase extends JavaParserResultTask { String tokenText = t.text().toString(); String[] lines = tokenText.split("\n"); int indent = Arrays.stream(lines, 1, lines.length) + .filter(l -> !l.trim().isEmpty()) .mapToInt(this::leadingIndent) .min() .orElse(0); diff --git a/java/java.editor.base/test/unit/src/org/netbeans/modules/java/editor/base/semantic/DetectorTest.java b/java/java.editor.base/test/unit/src/org/netbeans/modules/java/editor/base/semantic/DetectorTest.java index 6e8ba00..916e0f0 100644 --- a/java/java.editor.base/test/unit/src/org/netbeans/modules/java/editor/base/semantic/DetectorTest.java +++ b/java/java.editor.base/test/unit/src/org/netbeans/modules/java/editor/base/semantic/DetectorTest.java @@ -632,12 +632,12 @@ public class DetectorTest extends TestBase { public void testRawStringLiteral() throws Exception { try { -SourceVersion.valueOf("RELEASE_13"); +SourceVersion.valueOf("RELEASE_15"); } catch (IllegalArgumentException iae) { //OK, presumably no support for raw string literals return ; } -setSourceLevel("13"); +setSourceLevel("15"); performTest("RawStringLiteral", "public class RawStringLiteral {\n" + "String s1 = \"\"\"\n" + @@ -754,6 +754,31 @@ public class DetectorTest extends TestBase { "[PRIVATE, METHOD, DECLARATION], 17:25-17:29"); } +public void testRawStringLiteralNETBEANS_5118() throws Exception { +try { +SourceVersion.valueOf("RELEASE_15"); +} catch (IllegalArgumentException iae) { +//OK, presumably no support for raw string literals +return ; +} +setSourceLevel("15"); +performTest("RawStringLiteral", +"public class RawStringLiteral {\n" + +"String s1 = \"\"\"\n" + +"int i1 = 1;\n" + +"\n" + +" \n" + +" \t\n" + +" int i2 = 2;\n" + +" \"\"\";\n" + +"}\n", +"[PUBLIC, CLASS, DECLARATION], 0:13-0:29", +"[PUBLIC, CLASS], 1:4-1:10", +"[PACKAGE_PRIVATE, FIELD, DECLARATION], 1:11-1:13", +"[UNINDENTED_TEXT_BLOCK], 2:13-2:27", +"[UNINDENTED_TEXT_BLOCK], 6:13-6:29"); +} + private void performTest(String fileName) throws Exception { performTest(fileName, new Performer() { public void compute(CompilationController parameter, Document doc, final ErrorDescriptionSetter setter) { - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[netbeans] branch master updated: [NETBEANS-5164] - Add javadoc for JDK 17 early access
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans.git The following commit(s) were added to refs/heads/master by this push: new 1da553f [NETBEANS-5164] - Add javadoc for JDK 17 early access new e8cbbdf Merge pull request #2602 from ramiswailem/master 1da553f is described below commit 1da553fa7c733ad885d2e6e975a63f1a3da04f5c Author: Rami Swailem AuthorDate: Thu Dec 17 12:04:14 2020 +0100 [NETBEANS-5164] - Add javadoc for JDK 17 early access Add entry to the OFFICIAL_JAVADOC Map JDK 17 API Javadoc https://download.java.net/java/early_access/jdk17/docs/api/ --- .../j2seplatform/platformdefinition/J2SEPlatformDefaultJavadocImpl.java | 1 + 1 file changed, 1 insertion(+) diff --git a/java/java.j2seplatform/src/org/netbeans/modules/java/j2seplatform/platformdefinition/J2SEPlatformDefaultJavadocImpl.java b/java/java.j2seplatform/src/org/netbeans/modules/java/j2seplatform/platformdefinition/J2SEPlatformDefaultJavadocImpl.java index 5e58951..c782a5b 100644 --- a/java/java.j2seplatform/src/org/netbeans/modules/java/j2seplatform/platformdefinition/J2SEPlatformDefaultJavadocImpl.java +++ b/java/java.j2seplatform/src/org/netbeans/modules/java/j2seplatform/platformdefinition/J2SEPlatformDefaultJavadocImpl.java @@ -65,6 +65,7 @@ public final class J2SEPlatformDefaultJavadocImpl implements J2SEPlatformDefault OFFICIAL_JAVADOC.put("14", "https://docs.oracle.com/en/java/javase/14/docs/api/;); // NOI18N OFFICIAL_JAVADOC.put("15", "https://docs.oracle.com/en/java/javase/15/docs/api/;); // NOI18N OFFICIAL_JAVADOC.put("16", "https://download.java.net/java/early_access/jdk16/docs/api/;); // NOI18N Early access +OFFICIAL_JAVADOC.put("17", "https://download.java.net/java/early_access/jdk17/docs/api/;); // NOI18N Early access } @Override - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[netbeans] branch master updated: [NETBEANS-5025] Fix wheel/trackpad scrolling in Options > Fonts & Colors > preview area
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans.git The following commit(s) were added to refs/heads/master by this push: new 536f002 [NETBEANS-5025] Fix wheel/trackpad scrolling in Options > Fonts & Colors > preview area new 184cd7a Merge pull request #2642 from DevCharly/NETBEANS-5025 536f002 is described below commit 536f002c65d6e7252a60361891b281d9609f5997 Author: Karl Tauber AuthorDate: Wed Jan 6 17:35:48 2021 +0100 [NETBEANS-5025] Fix wheel/trackpad scrolling in Options > Fonts & Colors > preview area --- .../src/org/netbeans/modules/options/colors/SyntaxColoringPanel.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ide/options.editor/src/org/netbeans/modules/options/colors/SyntaxColoringPanel.java b/ide/options.editor/src/org/netbeans/modules/options/colors/SyntaxColoringPanel.java index 0c434e8..750713e 100644 --- a/ide/options.editor/src/org/netbeans/modules/options/colors/SyntaxColoringPanel.java +++ b/ide/options.editor/src/org/netbeans/modules/options/colors/SyntaxColoringPanel.java @@ -171,6 +171,9 @@ public class SyntaxColoringPanel extends JPanel implements ActionListener, } } ); + +spPreview.getVerticalScrollBar().setUnitIncrement(10); +spPreview.getHorizontalScrollBar().setUnitIncrement(10); } private void updateLanguageCombobox() { - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[netbeans] branch master updated: Fixing Java code generator to properly handle manipulations with annotations on enum constants.
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans.git The following commit(s) were added to refs/heads/master by this push: new d23e817 Fixing Java code generator to properly handle manipulations with annotations on enum constants. new ea4ed6a Merge pull request #2620 from jlahoda/fix-annotation-modifications-on-enum-constants d23e817 is described below commit d23e8173449625dc8969e5395f17a4f3ffa4981b Author: Jan Lahoda AuthorDate: Wed Dec 30 08:52:17 2020 +0100 Fixing Java code generator to properly handle manipulations with annotations on enum constants. --- .../java/hints/declarative/remove-from-parent.hint | 3 + .../java/hints/declarative/remove-from-parent.test | 22 .../modules/java/source/save/CasualDiff.java | 5 + .../api/java/source/gen/AnnotationTest.java| 127 - .../api/java/source/gen/GeneratorTestBase.java | 20 5 files changed, 176 insertions(+), 1 deletion(-) diff --git a/java/java.hints.declarative/test/unit/src/org/netbeans/modules/java/hints/declarative/remove-from-parent.hint b/java/java.hints.declarative/test/unit/src/org/netbeans/modules/java/hints/declarative/remove-from-parent.hint index c9cc2b9..018b1dc 100644 --- a/java/java.hints.declarative/test/unit/src/org/netbeans/modules/java/hints/declarative/remove-from-parent.hint +++ b/java/java.hints.declarative/test/unit/src/org/netbeans/modules/java/hints/declarative/remove-from-parent.hint @@ -25,3 +25,6 @@ double d => ;; +@Deprecated +=> /*remove-from-parent*/ +;; diff --git a/java/java.hints.declarative/test/unit/src/org/netbeans/modules/java/hints/declarative/remove-from-parent.test b/java/java.hints.declarative/test/unit/src/org/netbeans/modules/java/hints/declarative/remove-from-parent.test index 7968c5e..eede1f0 100644 --- a/java/java.hints.declarative/test/unit/src/org/netbeans/modules/java/hints/declarative/remove-from-parent.test +++ b/java/java.hints.declarative/test/unit/src/org/netbeans/modules/java/hints/declarative/remove-from-parent.test @@ -43,3 +43,25 @@ public class Test { } %%=> remove-from-parent:f +%%TestCase pos-annotation +package test; +public class Test { + @Deprecated + private void g() {} +} +%%=> +package test; +public class Test { + private void g() {} +} +%%TestCase pos-annotation-enum-constant +package test; +public enum Test { +@Deprecated +A(); +} +%%=> +package test; +public enum Test { +A(); +} diff --git a/java/java.source.base/src/org/netbeans/modules/java/source/save/CasualDiff.java b/java/java.source.base/src/org/netbeans/modules/java/source/save/CasualDiff.java index b26570f..edbce4c 100644 --- a/java/java.source.base/src/org/netbeans/modules/java/source/save/CasualDiff.java +++ b/java/java.source.base/src/org/netbeans/modules/java/source/save/CasualDiff.java @@ -1421,6 +1421,11 @@ public class CasualDiff { int localPointer = bounds[0]; // check that it is not enum constant. If so, match it in special way if ((oldT.mods.flags & Flags.ENUM) != 0) { +JCModifiers mods = oldT.getModifiers(); +int startPos = mods.pos != Position.NOPOS ? getOldPos(mods) : getOldPos(parent); + +localPointer = diffAnnotationsLists(mods.getAnnotations(), newT.getModifiers().getAnnotations(), startPos, localPointer); + if (nameChanged(oldT.name, newT.name)) { copyTo(localPointer, oldT.pos); printer.print(newT.name); diff --git a/java/java.source.base/test/unit/src/org/netbeans/api/java/source/gen/AnnotationTest.java b/java/java.source.base/test/unit/src/org/netbeans/api/java/source/gen/AnnotationTest.java index 1f79fa0..abbcf6e 100644 --- a/java/java.source.base/test/unit/src/org/netbeans/api/java/source/gen/AnnotationTest.java +++ b/java/java.source.base/test/unit/src/org/netbeans/api/java/source/gen/AnnotationTest.java @@ -65,7 +65,7 @@ public class AnnotationTest extends GeneratorTestBase { public static NbTestSuite suite() { NbTestSuite suite = new NbTestSuite(); suite.addTestSuite(AnnotationTest.class); -//suite.addTest(new ConstructorRenameTest("testAnnotationRename1")); +//suite.addTest(new AnnotationTest("testRemoveAnnotationEnumConstant")); //suite.addTest(new ConstructorRenameTest("testAnnotationRename2")); //suite.addTest(new ConstructorRenameTest("testClassToAnnotation")); //suite.addTest(new ConstructorRenameTest("testAddDefaultValue")); @@ -1009,6 +1009,131 @@ public class AnnotationTest extends GeneratorTestBase { assertEquals(golden, res); } +public void testRemoveAnnotationEnumConstant() throws Exception { +fileModificationTest("package hierbas.del.litoral;\n" +
[netbeans] branch master updated: Update FlatLaf from 0.31 to 1.0-rc1
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans.git The following commit(s) were added to refs/heads/master by this push: new 2c27ece Update FlatLaf from 0.31 to 1.0-rc1 new e5d3508 Merge pull request #2693 from DevCharly/flatlaf-1.0-rc1 2c27ece is described below commit 2c27ece0f2c3bec26810449cd462843fc5eb20ac Author: Karl Tauber AuthorDate: Tue Jan 19 16:36:12 2021 +0100 Update FlatLaf from 0.31 to 1.0-rc1 also changed FlatLaf properties files recognition from service to explicit registration in module installer (this fixes NETBEANS-4723) --- platform/libs.flatlaf/external/binaries-list | 2 +- 31-license.txt => flatlaf-1.0-rc1-license.txt} | 4 +- platform/libs.flatlaf/manifest.mf | 4 +- .../nbproject/org-netbeans-libs-flatlaf.sig| 636 - platform/libs.flatlaf/nbproject/project.properties | 2 +- platform/libs.flatlaf/nbproject/project.xml| 4 +- .../o.n.swing.laf.flatlaf/nbproject/project.xml| 3 +- .../services/com.formdev.flatlaf.FlatDefaultsAddon | 18 - .../netbeans/swing/laf/flatlaf/FlatLaf.properties | 3 + .../org/netbeans/swing/laf/flatlaf/Installer.java | 4 + .../swing/laf/flatlaf/NbFlatDefaultsAddon.java | 31 - 11 files changed, 630 insertions(+), 81 deletions(-) diff --git a/platform/libs.flatlaf/external/binaries-list b/platform/libs.flatlaf/external/binaries-list index c4846fd..7066193 100644 --- a/platform/libs.flatlaf/external/binaries-list +++ b/platform/libs.flatlaf/external/binaries-list @@ -15,4 +15,4 @@ # specific language governing permissions and limitations # under the License. -AFD85ED83238E56BD032FB05471781C6E54AD6F2 com.formdev:flatlaf:0.31 +6D2AEA7D59BB99C278A32256B17753C4F8507B3C com.formdev:flatlaf:1.0-rc1 diff --git a/platform/libs.flatlaf/external/flatlaf-0.31-license.txt b/platform/libs.flatlaf/external/flatlaf-1.0-rc1-license.txt similarity index 99% rename from platform/libs.flatlaf/external/flatlaf-0.31-license.txt rename to platform/libs.flatlaf/external/flatlaf-1.0-rc1-license.txt index 594cfba..b2ba7f7 100644 --- a/platform/libs.flatlaf/external/flatlaf-0.31-license.txt +++ b/platform/libs.flatlaf/external/flatlaf-1.0-rc1-license.txt @@ -1,7 +1,7 @@ Name: FlatLaf Look and Feel Description: FlatLaf Look and Feel -Version: 0.31 -Files: flatlaf-0.31.jar +Version: 1.0-rc1 +Files: flatlaf-1.0-rc1.jar License: Apache-2.0 Origin: FormDev Software GmbH. URL: https://www.formdev.com/flatlaf/ diff --git a/platform/libs.flatlaf/manifest.mf b/platform/libs.flatlaf/manifest.mf index 2dc397d..08739b9 100644 --- a/platform/libs.flatlaf/manifest.mf +++ b/platform/libs.flatlaf/manifest.mf @@ -1,6 +1,6 @@ Manifest-Version: 1.0 OpenIDE-Module-Localizing-Bundle: org/netbeans/libs/flatlaf/Bundle.properties -OpenIDE-Module: org.netbeans.libs.flatlaf -OpenIDE-Module-Specification-Version: 1.4 +OpenIDE-Module: org.netbeans.libs.flatlaf/1 +OpenIDE-Module-Specification-Version: 1.5 AutoUpdate-Show-In-Client: false diff --git a/platform/libs.flatlaf/nbproject/org-netbeans-libs-flatlaf.sig b/platform/libs.flatlaf/nbproject/org-netbeans-libs-flatlaf.sig index 4cdd869..6589d0d 100644 --- a/platform/libs.flatlaf/nbproject/org-netbeans-libs-flatlaf.sig +++ b/platform/libs.flatlaf/nbproject/org-netbeans-libs-flatlaf.sig @@ -1,26 +1,67 @@ #Signature file v4.1 -#Version 1.3 +#Version 1.5 CLSS public abstract interface com.formdev.flatlaf.FlatClientProperties fld public final static java.lang.String BUTTON_TYPE = "JButton.buttonType" fld public final static java.lang.String BUTTON_TYPE_HELP = "help" +fld public final static java.lang.String BUTTON_TYPE_ROUND_RECT = "roundRect" fld public final static java.lang.String BUTTON_TYPE_SQUARE = "square" fld public final static java.lang.String BUTTON_TYPE_TAB = "tab" +fld public final static java.lang.String BUTTON_TYPE_TOOLBAR_BUTTON = "toolBarButton" +fld public final static java.lang.String COMPONENT_ROUND_RECT = "JComponent.roundRect" +fld public final static java.lang.String MENU_BAR_EMBEDDED = "JRootPane.menuBarEmbedded" fld public final static java.lang.String MINIMUM_HEIGHT = "JComponent.minimumHeight" fld public final static java.lang.String MINIMUM_WIDTH = "JComponent.minimumWidth" +fld public final static java.lang.String OUTLINE = "JComponent.outline" +fld public final static java.lang.String OUTLINE_ERROR = "error" +fld public final static java.lang.String OUTLINE_WARNING = "warning" fld public final static java.lang.String PLACEHOLDER_TEXT = "JTextField.placeholderText" +fld public final static java.lang.String POPUP_DROP_SHADOW_PAINTED = "Popup.dropShadowPainted" +fld public final static java.lang.Str
[netbeans-website] 01/01: Update .htaccess for 12.3
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a commit to branch nb123-redirects in repository https://gitbox.apache.org/repos/asf/netbeans-website.git commit bfb6f1f98e404a8c6cf62fbe0de7308a07166747 Author: Neil C Smith AuthorDate: Fri Jan 22 16:08:32 2021 + Update .htaccess for 12.3 --- netbeans.apache.org/src/content/.htaccess | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/netbeans.apache.org/src/content/.htaccess b/netbeans.apache.org/src/content/.htaccess index 013d1ac..0d98417 100644 --- a/netbeans.apache.org/src/content/.htaccess +++ b/netbeans.apache.org/src/content/.htaccess @@ -17,7 +17,9 @@ Redirect 302 /nb/updates/12.1/ https://netbeans-vm.apache.org/uc/12.1/ Redirect 302 /nb/plugins/12.1/ https://plugins.netbeans.apache.org/data/12.0/ Redirect 302 /nb/updates/12.2/ https://netbeans-vm.apache.org/uc/12.2/ Redirect 302 /nb/plugins/12.2/ https://plugins.netbeans.apache.org/data/12.0/ -Redirect 302 /nb/updates/dev/ https://netbeans-vm.apache.org/uc/12.2/ +Redirect 302 /nb/updates/12.3/ https://netbeans-vm.apache.org/uc/12.3/ +Redirect 302 /nb/plugins/12.3/ https://plugins.netbeans.apache.org/data/12.0/ +Redirect 302 /nb/updates/dev/ https://netbeans-vm.apache.org/uc/12.3/ Redirect 302 /nb/plugins/dev/ https://plugins.netbeans.apache.org/data/12.0/ Redirect 302 /nb/issues_redirect.html https://issues.apache.org/jira/projects/NETBEANS/issues Redirect 302 /nb/report-issue https://issues.apache.org/jira/projects/NETBEANS/issues - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[netbeans-website] branch nb123-redirects created (now bfb6f1f)
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a change to branch nb123-redirects in repository https://gitbox.apache.org/repos/asf/netbeans-website.git. at bfb6f1f Update .htaccess for 12.3 This branch includes the following new commits: new bfb6f1f Update .htaccess for 12.3 The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
svn commit: r44679 - in /dev/netbeans/netbeans/12.2: Apache-NetBeans-12.2-bin-windows-x64.exe Apache-NetBeans-12.2-bin-windows-x64.exe.asc Apache-NetBeans-12.2-bin-windows-x64.exe.sha512
Author: neilcsmith Date: Wed Nov 25 12:14:03 2020 New Revision: 44679 Log: Apache NetBeans 12.2 Windows installer voting candidate Added: dev/netbeans/netbeans/12.2/Apache-NetBeans-12.2-bin-windows-x64.exe (with props) dev/netbeans/netbeans/12.2/Apache-NetBeans-12.2-bin-windows-x64.exe.asc dev/netbeans/netbeans/12.2/Apache-NetBeans-12.2-bin-windows-x64.exe.sha512 Added: dev/netbeans/netbeans/12.2/Apache-NetBeans-12.2-bin-windows-x64.exe == Binary file - no diff available. Propchange: dev/netbeans/netbeans/12.2/Apache-NetBeans-12.2-bin-windows-x64.exe -- svn:mime-type = application/octet-stream Added: dev/netbeans/netbeans/12.2/Apache-NetBeans-12.2-bin-windows-x64.exe.asc == --- dev/netbeans/netbeans/12.2/Apache-NetBeans-12.2-bin-windows-x64.exe.asc (added) +++ dev/netbeans/netbeans/12.2/Apache-NetBeans-12.2-bin-windows-x64.exe.asc Wed Nov 25 12:14:03 2020 @@ -0,0 +1,17 @@ +-BEGIN PGP SIGNATURE- + +iQJKBAABCgA0FiEEewN+6+Dw3t/uZbaYNwOsOJoSqdQFAl++SLIWHG5laWxjc21p +dGhAYXBhY2hlLm9yZwAKCRA3A6w4mhKp1HLeEACpqXzjeb+M6Kp35sD7i2S9AWSu +zIRMY+JBJcrvCjNgn1p7qrJz62TGVm5ef40fJ5JoaEU6tVKPRNZavdkNn9JOcZb4 +OKPNTCu1VBHyCu1ZK6+uDtBrvVc8XgFUtnUp/oLNqLsJ8aDPD3h9E0sfJkGc+iou +G71cmplMQGbKB24AT3RwB5tuPnugS6jsZxij4+DphSrgmUwvm5pE+f+o1D3FaM3a +fBetySUBLwhadplEbBvi1UMB1xMRvYmmAzkJ5K/KuaqIoy/i4CuFr2S7oFvbumZ9 +TQwIO8QarBTQRwvF0aJCO0q7ZbyJ7TCYLUt3KX2V6UJrg+sNm++UzJs0In7dfuyt +3qYv9MZbO0NOUuWr+2y9XA1ZbQiVSn+T6LQMNx8/abm2FFpBWMaOCM9GTOH5+EL6 +zFSIlMYuredGMH15+NuqPWmOmINYmZyJZSz8LQukNZW984WAqzJXkbi7xExwXz1J +TzbM4WjYfh1GBssLEuWZyJehEbCBDzGqiczCNsapbVczLp99oESk9ZvznRS+PJ6z +T85mdlKnzS7RryuU3yGIPD+NddlQpZMVrz1XmkV6TbegYg8acyE3tWjLzryxNCSb +xCYEV4hoSUzGMvLqL6YfjlFqFc5oLlbb7qQ2wuCOzQSRsxFMy+U38TxkOq28Nl5i +iDKYXJk4IcsiBzezqA== +=1SLV +-END PGP SIGNATURE- Added: dev/netbeans/netbeans/12.2/Apache-NetBeans-12.2-bin-windows-x64.exe.sha512 == --- dev/netbeans/netbeans/12.2/Apache-NetBeans-12.2-bin-windows-x64.exe.sha512 (added) +++ dev/netbeans/netbeans/12.2/Apache-NetBeans-12.2-bin-windows-x64.exe.sha512 Wed Nov 25 12:14:03 2020 @@ -0,0 +1 @@ +d6810644883998a762a94cc7d7e8e6e316faa1ebb068e6f6b2d4830943dbceaa6dc55ecf48c09a27d4bc9ee60f2efc974b201881546e67629523e464bd97ada8 Apache-NetBeans-12.2-bin-windows-x64.exe - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[netbeans-website] branch master updated (868e38f -> c7844f0)
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/netbeans-website.git. from 868e38f Including Java section new 9e38e1a 1. Some formatting 2. Version changed for RELEASE81 new c3c728a 1. Version changed for RELEASE120-1 2. New archetypes versions 3. Updated images new c7844f0 Merge pull request #483 from mawasak/formating The 1228 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../src/content/tutorials/images/p2.png| Bin 39345 -> 14560 bytes .../src/content/tutorials/images/p3.png| Bin 40056 -> 86897 bytes .../src/content/tutorials/images/p5.png| Bin 35306 -> 25842 bytes .../src/content/tutorials/images/p6.png| Bin 17012 -> 5628 bytes .../tutorials/nbm-maven-commandline.asciidoc | 139 ++--- 5 files changed, 66 insertions(+), 73 deletions(-) - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[netbeans-website] branch master updated: Update and link in pages for Apache NetBeans 12.1 release; fix various download links.
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans-website.git The following commit(s) were added to refs/heads/master by this push: new d7c75bf Update and link in pages for Apache NetBeans 12.1 release; fix various download links. new 8698708 Merge pull request #488 from neilcsmith-net/release121 d7c75bf is described below commit d7c75bfe3f1399fc72a562aff99da1526611b306 Author: Neil C Smith AuthorDate: Tue Sep 15 13:13:11 2020 +0100 Update and link in pages for Apache NetBeans 12.1 release; fix various download links. --- .../src/content/download/index.asciidoc| 6 ++ .../src/content/download/nb121/nb121.asciidoc | 24 +++--- netbeans.apache.org/src/content/templates/news.gsp | 4 ++-- 3 files changed, 20 insertions(+), 14 deletions(-) diff --git a/netbeans.apache.org/src/content/download/index.asciidoc b/netbeans.apache.org/src/content/download/index.asciidoc index d7b2583..14bd1d4 100644 --- a/netbeans.apache.org/src/content/download/index.asciidoc +++ b/netbeans.apache.org/src/content/download/index.asciidoc @@ -40,6 +40,12 @@ Apache NetBeans is released four times a year. For details, see link:https://cwi TIP: Our annual May/June release is a long-term support (LTS) release that benefits from our link:https://cwiki.apache.org/confluence/display/NETBEANS/NetCAT+FAQ[NetCAT community testing process], and remains available and supported for a year. Our other quarterly releases provide early access to new features, which are tested and consolidated in the subsequent LTS release. +== Apache NetBeans 12 feature update 1 (NB 12.1) + +Latest version of the IDE, released on September 1, 2020. + +link:/download/nb121/index.html[Features, role="button"] link:/download/nb121/nb121.html[Download, role="button success"] + == Apache NetBeans 12 LTS (NB 12.0) Latest LTS version of the IDE, released on June 4, 2020. diff --git a/netbeans.apache.org/src/content/download/nb121/nb121.asciidoc b/netbeans.apache.org/src/content/download/nb121/nb121.asciidoc index 70cc6f2..cadf970 100644 --- a/netbeans.apache.org/src/content/download/nb121/nb121.asciidoc +++ b/netbeans.apache.org/src/content/download/nb121/nb121.asciidoc @@ -33,7 +33,7 @@ for important requirements for download pages for Apache projects. :toc-title: :icons: font -Apache NetBeans 12.1 was released on August 31, 2020. +Apache NetBeans 12.1 was released on September 1, 2020. See link:/download/nb121/index.html[Apache NetBeans 12.1 Features] for a full list of features. @@ -45,24 +45,24 @@ Apache NetBeans 12.1 is available for download from your closest Apache mirror. - Binaries: link:https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/12.1/netbeans-12.1-bin.zip[netbeans-12.1-bin.zip] ( -link:https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/netbeans/12.1/netbeans-12.1-bin.zip.sha512[SHA-512], -link:https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/12.1/netbeans-12.1-bin.zip.asc[PGP ASC]) +link:https://downloads.apache.org/netbeans/netbeans/12.1/netbeans-12.1-bin.zip.sha512[SHA-512], +link:https://downloads.apache.org/netbeans/netbeans/12.1/netbeans-12.1-bin.zip.asc[PGP ASC]) - Installers: * link:https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/12.1/Apache-NetBeans-12.1-bin-windows-x64.exe[Apache-NetBeans-12.1-bin-windows-x64.exe] ( -link:https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/12.1/Apache-NetBeans-12.1-bin-windows-x64.exe.sha512[SHA-512], -link:https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/12.1/Apache-NetBeans-12.1-bin-windows-x64.exe.asc[PGP ASC]) +link:https://downloads.apache.org/netbeans/netbeans/12.1/Apache-NetBeans-12.1-bin-windows-x64.exe.sha512[SHA-512], +link:https://downloads.apache.org/netbeans/netbeans/12.1/Apache-NetBeans-12.1-bin-windows-x64.exe.asc[PGP ASC]) * link:https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/12.1/Apache-NetBeans-12.1-bin-linux-x64.sh[Apache-NetBeans-12.1-bin-linux-x64.sh] ( -link:https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/12.1/Apache-NetBeans-12.1-bin-linux-x64.sh.sha512[SHA-512], -link:https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/12.1/Apache-NetBeans-12.1-bin-linux-x64.sh.asc[PGP ASC]) +link:https://downloads.apache.org/netbeans/netbeans/12.1/Apache-NetBeans-12.1-bin-linux-x64.sh.sha512[SHA-512], +link:https://downloads.apache.org/netbeans/netbeans/12.1/Apache-NetBeans-12.1-bin-linux-x64.sh.asc[PGP ASC]) * link:https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/12.1/Apache-NetBeans-12.1-bin-macosx.dmg[Apache-NetBeans-12.1-bin-macosx.dmg] ( -link:https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/12.1/Apache-NetBeans-12.1-bin-macosx.dmg.sha512[SHA-512], -link:https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/12.1/Apache-NetBeans-12.1-bin-macosx.dmg.asc[PG
[netbeans-website] branch master updated: Update and link in pages for Apache NetBeans 12.1 release; fix various download links.
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans-website.git The following commit(s) were added to refs/heads/master by this push: new d7c75bf Update and link in pages for Apache NetBeans 12.1 release; fix various download links. new 8698708 Merge pull request #488 from neilcsmith-net/release121 d7c75bf is described below commit d7c75bfe3f1399fc72a562aff99da1526611b306 Author: Neil C Smith AuthorDate: Tue Sep 15 13:13:11 2020 +0100 Update and link in pages for Apache NetBeans 12.1 release; fix various download links. --- .../src/content/download/index.asciidoc| 6 ++ .../src/content/download/nb121/nb121.asciidoc | 24 +++--- netbeans.apache.org/src/content/templates/news.gsp | 4 ++-- 3 files changed, 20 insertions(+), 14 deletions(-) diff --git a/netbeans.apache.org/src/content/download/index.asciidoc b/netbeans.apache.org/src/content/download/index.asciidoc index d7b2583..14bd1d4 100644 --- a/netbeans.apache.org/src/content/download/index.asciidoc +++ b/netbeans.apache.org/src/content/download/index.asciidoc @@ -40,6 +40,12 @@ Apache NetBeans is released four times a year. For details, see link:https://cwi TIP: Our annual May/June release is a long-term support (LTS) release that benefits from our link:https://cwiki.apache.org/confluence/display/NETBEANS/NetCAT+FAQ[NetCAT community testing process], and remains available and supported for a year. Our other quarterly releases provide early access to new features, which are tested and consolidated in the subsequent LTS release. +== Apache NetBeans 12 feature update 1 (NB 12.1) + +Latest version of the IDE, released on September 1, 2020. + +link:/download/nb121/index.html[Features, role="button"] link:/download/nb121/nb121.html[Download, role="button success"] + == Apache NetBeans 12 LTS (NB 12.0) Latest LTS version of the IDE, released on June 4, 2020. diff --git a/netbeans.apache.org/src/content/download/nb121/nb121.asciidoc b/netbeans.apache.org/src/content/download/nb121/nb121.asciidoc index 70cc6f2..cadf970 100644 --- a/netbeans.apache.org/src/content/download/nb121/nb121.asciidoc +++ b/netbeans.apache.org/src/content/download/nb121/nb121.asciidoc @@ -33,7 +33,7 @@ for important requirements for download pages for Apache projects. :toc-title: :icons: font -Apache NetBeans 12.1 was released on August 31, 2020. +Apache NetBeans 12.1 was released on September 1, 2020. See link:/download/nb121/index.html[Apache NetBeans 12.1 Features] for a full list of features. @@ -45,24 +45,24 @@ Apache NetBeans 12.1 is available for download from your closest Apache mirror. - Binaries: link:https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/12.1/netbeans-12.1-bin.zip[netbeans-12.1-bin.zip] ( -link:https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/netbeans/12.1/netbeans-12.1-bin.zip.sha512[SHA-512], -link:https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/12.1/netbeans-12.1-bin.zip.asc[PGP ASC]) +link:https://downloads.apache.org/netbeans/netbeans/12.1/netbeans-12.1-bin.zip.sha512[SHA-512], +link:https://downloads.apache.org/netbeans/netbeans/12.1/netbeans-12.1-bin.zip.asc[PGP ASC]) - Installers: * link:https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/12.1/Apache-NetBeans-12.1-bin-windows-x64.exe[Apache-NetBeans-12.1-bin-windows-x64.exe] ( -link:https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/12.1/Apache-NetBeans-12.1-bin-windows-x64.exe.sha512[SHA-512], -link:https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/12.1/Apache-NetBeans-12.1-bin-windows-x64.exe.asc[PGP ASC]) +link:https://downloads.apache.org/netbeans/netbeans/12.1/Apache-NetBeans-12.1-bin-windows-x64.exe.sha512[SHA-512], +link:https://downloads.apache.org/netbeans/netbeans/12.1/Apache-NetBeans-12.1-bin-windows-x64.exe.asc[PGP ASC]) * link:https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/12.1/Apache-NetBeans-12.1-bin-linux-x64.sh[Apache-NetBeans-12.1-bin-linux-x64.sh] ( -link:https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/12.1/Apache-NetBeans-12.1-bin-linux-x64.sh.sha512[SHA-512], -link:https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/12.1/Apache-NetBeans-12.1-bin-linux-x64.sh.asc[PGP ASC]) +link:https://downloads.apache.org/netbeans/netbeans/12.1/Apache-NetBeans-12.1-bin-linux-x64.sh.sha512[SHA-512], +link:https://downloads.apache.org/netbeans/netbeans/12.1/Apache-NetBeans-12.1-bin-linux-x64.sh.asc[PGP ASC]) * link:https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/12.1/Apache-NetBeans-12.1-bin-macosx.dmg[Apache-NetBeans-12.1-bin-macosx.dmg] ( -link:https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/12.1/Apache-NetBeans-12.1-bin-macosx.dmg.sha512[SHA-512], -link:https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/12.1/Apache-NetBeans-12.1-bin-macosx.dmg.asc[PG
[netbeans-website] branch master updated: Fix the daily build links
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans-website.git The following commit(s) were added to refs/heads/master by this push: new 3becdbf Fix the daily build links new 3377f09 Merge pull request #487 from junichi11/fix-daily-build-links 3becdbf is described below commit 3becdbfc428d08394b7f6fd5822414bb72e1d537 Author: Junichi Yamamoto AuthorDate: Sat Sep 12 09:13:38 2020 +0900 Fix the daily build links --- netbeans.apache.org/src/content/download/dev/index.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbeans.apache.org/src/content/download/dev/index.asciidoc b/netbeans.apache.org/src/content/download/dev/index.asciidoc index 0a0a7bd..79d6fdd 100644 --- a/netbeans.apache.org/src/content/download/dev/index.asciidoc +++ b/netbeans.apache.org/src/content/download/dev/index.asciidoc @@ -30,7 +30,7 @@ download (unsupported) daily development builds. == Daily builds -Please visit link:https://builds.apache.org/job/netbeans-linux/[https://builds.apache.org/job/netbeans-linux/] and link:https://builds.apache.org/job/netbeans-windows/[https://builds.apache.org/job/netbeans-windows/] for the daily builds. +Please visit link:https://ci-builds.apache.org/job/Netbeans/job/netbeans-linux/[https://ci-builds.apache.org/job/Netbeans/job/netbeans-linux/] for the daily builds. == Building from source - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[netbeans] branch release121 updated (cade258 -> 4527aef)
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a change to branch release121 in repository https://gitbox.apache.org/repos/asf/netbeans.git. from cade258 Merge pull request #2330 from apache/master add 5b76538 Snapshot of APIs as of Apache NetBeans 12.1 cade25887c5450e4595fa59e616daee4d2520ee0 add ed2f638 Manually remove getPeer() from sig files. add ace8c87 Merge pull request #2338 from neilcsmith-net/SnapshotOfAPIs121 new 4527aef Merge pull request #2344 from apache/master The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../org-netbeans-modules-apisupport-ant.sig| 2 +- .../org-netbeans-modules-apisupport-installer.sig | 2 +- .../org-netbeans-modules-apisupport-project.sig| 2 +- .../org-netbeans-modules-cpplite-debugger.sig | 6 +- .../org-netbeans-modules-cpplite-editor.sig| 31 ++ .../nbproject/org-netbeans-api-web-webmodule.sig | 2 +- .../org-netbeans-modules-cloud-common.sig | 2 +- .../nbproject/org-netbeans-modules-el-lexer.sig| 2 +- .../org-netbeans-modules-glassfish-common.sig | 6 +- .../org-netbeans-modules-glassfish-eecommon.sig| 3 +- .../org-netbeans-modules-glassfish-tooling.sig | 4 +- .../org-netbeans-modules-j2ee-api-ejbmodule.sig| 2 +- .../org-netbeans-modules-j2ee-clientproject.sig| 2 +- .../nbproject/org-netbeans-modules-j2ee-common.sig | 2 +- .../nbproject/org-netbeans-modules-j2ee-core.sig | 7 +- .../org-netbeans-modules-j2ee-dd-webservice.sig| 2 +- .../nbproject/org-netbeans-modules-j2ee-dd.sig | 2 +- .../org-netbeans-modules-j2ee-ejbcore.sig | 2 +- .../org-netbeans-modules-j2ee-ejbjarproject.sig| 2 +- .../org-netbeans-modules-j2ee-sun-appsrv.sig | 2 +- .../nbproject/org-netbeans-modules-j2ee-sun-dd.sig | 2 +- .../org-netbeans-modules-j2ee-sun-ddui.sig | 2 +- .../nbproject/org-netbeans-modules-j2eeapis.sig| 2 +- .../nbproject/org-netbeans-modules-j2eeserver.sig | 2 +- .../org-netbeans-modules-javaee-project.sig| 2 +- .../org-netbeans-modules-javaee-resources.sig | 2 +- .../org-netbeans-modules-javaee-specs-support.sig | 2 +- .../org-netbeans-modules-jellytools-enterprise.sig | 2 +- .../nbproject/org-netbeans-modules-jsp-lexer.sig | 2 +- .../nbproject/org-netbeans-libs-amazon.sig | 2 +- .../nbproject/org-netbeans-libs-elimpl.sig | 2 +- .../org-netbeans-libs-glassfish_logging.sig| 2 +- .../nbproject/org-netbeans-modules-maven-j2ee.sig | 2 +- .../org-netbeans-modules-payara-common.sig | 2 +- .../org-netbeans-modules-payara-eecommon.sig | 2 +- .../org-netbeans-modules-payara-micro.sig | 2 +- .../org-netbeans-modules-payara-tooling.sig| 4 +- .../org-netbeans-modules-servletjspapi.sig | 2 +- .../nbproject/org-netbeans-modules-web-beans.sig | 2 +- .../nbproject/org-netbeans-modules-web-core.sig| 2 +- .../nbproject/org-netbeans-modules-web-el.sig | 2 +- .../org-netbeans-modules-web-jsf-navigation.sig| 2 +- .../nbproject/org-netbeans-modules-web-jsf.sig | 2 +- .../nbproject/org-netbeans-modules-web-jsf12.sig | 2 +- .../nbproject/org-netbeans-modules-web-jsf12ri.sig | 2 +- .../nbproject/org-netbeans-modules-web-jsf20.sig | 2 +- .../nbproject/org-netbeans-modules-web-jsfapi.sig | 2 +- .../org-netbeans-modules-web-jspparser.sig | 2 +- .../nbproject/org-netbeans-modules-web-project.sig | 2 +- .../org-netbeans-modules-weblogic-common.sig | 2 +- .../org-netbeans-modules-websvc-clientapi.sig | 5 +- .../nbproject/org-netbeans-modules-websvc-core.sig | 2 +- .../org-netbeans-modules-websvc-design.sig | 2 +- .../org-netbeans-modules-websvc-jaxws-lightapi.sig | 2 +- .../org-netbeans-modules-websvc-jaxwsapi.sig | 5 +- .../org-netbeans-modules-websvc-jaxwsmodel.sig | 2 +- .../org-netbeans-modules-websvc-manager.sig| 2 +- .../org-netbeans-modules-websvc-projectapi.sig | 2 +- .../nbproject/org-netbeans-modules-websvc-rest.sig | 2 +- .../org-netbeans-modules-websvc-restapi.sig| 5 +- .../org-netbeans-modules-websvc-restlib.sig| 2 +- .../org-netbeans-modules-websvc-utilities.sig | 2 +- .../org-netbeans-modules-websvc-websvcapi.sig | 2 +- .../org-netbeans-modules-websvc-wsstackapi.sig | 2 +- .../nbproject/org-netbeans-modules-gradle.sig | 26 +- .../nbproject/org-netbeans-modules-libs-gradle.sig | 167 ++ .../nbproject/org-apache-tools-ant-module.sig | 2 +- .../org-netbeans-modules-options-java.sig | 2 +- .../org-net
[netbeans] 01/01: Merge pull request #2344 from apache/master
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a commit to branch release121 in repository https://gitbox.apache.org/repos/asf/netbeans.git commit 4527aef9ade73eaafe6af6809a684e1f7f8f1468 Merge: cade258 ace8c87 Author: Neil C Smith AuthorDate: Fri Sep 4 18:13:30 2020 +0100 Merge pull request #2344 from apache/master Merge sig files to release branch .../org-netbeans-modules-apisupport-ant.sig| 2 +- .../org-netbeans-modules-apisupport-installer.sig | 2 +- .../org-netbeans-modules-apisupport-project.sig| 2 +- .../org-netbeans-modules-cpplite-debugger.sig | 6 +- .../org-netbeans-modules-cpplite-editor.sig| 31 ++ .../nbproject/org-netbeans-api-web-webmodule.sig | 2 +- .../org-netbeans-modules-cloud-common.sig | 2 +- .../nbproject/org-netbeans-modules-el-lexer.sig| 2 +- .../org-netbeans-modules-glassfish-common.sig | 6 +- .../org-netbeans-modules-glassfish-eecommon.sig| 3 +- .../org-netbeans-modules-glassfish-tooling.sig | 4 +- .../org-netbeans-modules-j2ee-api-ejbmodule.sig| 2 +- .../org-netbeans-modules-j2ee-clientproject.sig| 2 +- .../nbproject/org-netbeans-modules-j2ee-common.sig | 2 +- .../nbproject/org-netbeans-modules-j2ee-core.sig | 7 +- .../org-netbeans-modules-j2ee-dd-webservice.sig| 2 +- .../nbproject/org-netbeans-modules-j2ee-dd.sig | 2 +- .../org-netbeans-modules-j2ee-ejbcore.sig | 2 +- .../org-netbeans-modules-j2ee-ejbjarproject.sig| 2 +- .../org-netbeans-modules-j2ee-sun-appsrv.sig | 2 +- .../nbproject/org-netbeans-modules-j2ee-sun-dd.sig | 2 +- .../org-netbeans-modules-j2ee-sun-ddui.sig | 2 +- .../nbproject/org-netbeans-modules-j2eeapis.sig| 2 +- .../nbproject/org-netbeans-modules-j2eeserver.sig | 2 +- .../org-netbeans-modules-javaee-project.sig| 2 +- .../org-netbeans-modules-javaee-resources.sig | 2 +- .../org-netbeans-modules-javaee-specs-support.sig | 2 +- .../org-netbeans-modules-jellytools-enterprise.sig | 2 +- .../nbproject/org-netbeans-modules-jsp-lexer.sig | 2 +- .../nbproject/org-netbeans-libs-amazon.sig | 2 +- .../nbproject/org-netbeans-libs-elimpl.sig | 2 +- .../org-netbeans-libs-glassfish_logging.sig| 2 +- .../nbproject/org-netbeans-modules-maven-j2ee.sig | 2 +- .../org-netbeans-modules-payara-common.sig | 2 +- .../org-netbeans-modules-payara-eecommon.sig | 2 +- .../org-netbeans-modules-payara-micro.sig | 2 +- .../org-netbeans-modules-payara-tooling.sig| 4 +- .../org-netbeans-modules-servletjspapi.sig | 2 +- .../nbproject/org-netbeans-modules-web-beans.sig | 2 +- .../nbproject/org-netbeans-modules-web-core.sig| 2 +- .../nbproject/org-netbeans-modules-web-el.sig | 2 +- .../org-netbeans-modules-web-jsf-navigation.sig| 2 +- .../nbproject/org-netbeans-modules-web-jsf.sig | 2 +- .../nbproject/org-netbeans-modules-web-jsf12.sig | 2 +- .../nbproject/org-netbeans-modules-web-jsf12ri.sig | 2 +- .../nbproject/org-netbeans-modules-web-jsf20.sig | 2 +- .../nbproject/org-netbeans-modules-web-jsfapi.sig | 2 +- .../org-netbeans-modules-web-jspparser.sig | 2 +- .../nbproject/org-netbeans-modules-web-project.sig | 2 +- .../org-netbeans-modules-weblogic-common.sig | 2 +- .../org-netbeans-modules-websvc-clientapi.sig | 5 +- .../nbproject/org-netbeans-modules-websvc-core.sig | 2 +- .../org-netbeans-modules-websvc-design.sig | 2 +- .../org-netbeans-modules-websvc-jaxws-lightapi.sig | 2 +- .../org-netbeans-modules-websvc-jaxwsapi.sig | 5 +- .../org-netbeans-modules-websvc-jaxwsmodel.sig | 2 +- .../org-netbeans-modules-websvc-manager.sig| 2 +- .../org-netbeans-modules-websvc-projectapi.sig | 2 +- .../nbproject/org-netbeans-modules-websvc-rest.sig | 2 +- .../org-netbeans-modules-websvc-restapi.sig| 5 +- .../org-netbeans-modules-websvc-restlib.sig| 2 +- .../org-netbeans-modules-websvc-utilities.sig | 2 +- .../org-netbeans-modules-websvc-websvcapi.sig | 2 +- .../org-netbeans-modules-websvc-wsstackapi.sig | 2 +- .../nbproject/org-netbeans-modules-gradle.sig | 26 +- .../nbproject/org-netbeans-modules-libs-gradle.sig | 167 ++ .../nbproject/org-apache-tools-ant-module.sig | 2 +- .../org-netbeans-modules-options-java.sig | 2 +- .../org-netbeans-modules-groovy-editor.sig | 2 +- .../org-netbeans-modules-groovy-support.sig| 2 +- .../nbproject/org-netbeans-modules-libs-groovy.sig | 2 +- .../org-netbeans-modules-jellytools-platform.sig | 2 +- .../jemmy/nbproject/org-netbeans-modules-jemmy.sig | 2 +- .../nbproject/org-netbeans-modules-nbjunit.sig | 2 +- .../o.n.insane/nbproject/org-netbeans-insane.sig | 2
[netbeans] branch master updated (35c4357 -> ace8c87)
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/netbeans.git. from 35c4357 Merge pull request #2326 from DevCharly/flatlaf-tasks-background-fix new 5b76538 Snapshot of APIs as of Apache NetBeans 12.1 cade25887c5450e4595fa59e616daee4d2520ee0 new ed2f638 Manually remove getPeer() from sig files. new ace8c87 Merge pull request #2338 from neilcsmith-net/SnapshotOfAPIs121 The 4257 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../org-netbeans-modules-apisupport-ant.sig| 2 +- .../org-netbeans-modules-apisupport-installer.sig | 2 +- .../org-netbeans-modules-apisupport-project.sig| 2 +- .../org-netbeans-modules-cpplite-debugger.sig | 6 +- .../org-netbeans-modules-cpplite-editor.sig| 31 ++ .../nbproject/org-netbeans-api-web-webmodule.sig | 2 +- .../org-netbeans-modules-cloud-common.sig | 2 +- .../nbproject/org-netbeans-modules-el-lexer.sig| 2 +- .../org-netbeans-modules-glassfish-common.sig | 6 +- .../org-netbeans-modules-glassfish-eecommon.sig| 3 +- .../org-netbeans-modules-glassfish-tooling.sig | 4 +- .../org-netbeans-modules-j2ee-api-ejbmodule.sig| 2 +- .../org-netbeans-modules-j2ee-clientproject.sig| 2 +- .../nbproject/org-netbeans-modules-j2ee-common.sig | 2 +- .../nbproject/org-netbeans-modules-j2ee-core.sig | 7 +- .../org-netbeans-modules-j2ee-dd-webservice.sig| 2 +- .../nbproject/org-netbeans-modules-j2ee-dd.sig | 2 +- .../org-netbeans-modules-j2ee-ejbcore.sig | 2 +- .../org-netbeans-modules-j2ee-ejbjarproject.sig| 2 +- .../org-netbeans-modules-j2ee-sun-appsrv.sig | 2 +- .../nbproject/org-netbeans-modules-j2ee-sun-dd.sig | 2 +- .../org-netbeans-modules-j2ee-sun-ddui.sig | 2 +- .../nbproject/org-netbeans-modules-j2eeapis.sig| 2 +- .../nbproject/org-netbeans-modules-j2eeserver.sig | 2 +- .../org-netbeans-modules-javaee-project.sig| 2 +- .../org-netbeans-modules-javaee-resources.sig | 2 +- .../org-netbeans-modules-javaee-specs-support.sig | 2 +- .../org-netbeans-modules-jellytools-enterprise.sig | 2 +- .../nbproject/org-netbeans-modules-jsp-lexer.sig | 2 +- .../nbproject/org-netbeans-libs-amazon.sig | 2 +- .../nbproject/org-netbeans-libs-elimpl.sig | 2 +- .../org-netbeans-libs-glassfish_logging.sig| 2 +- .../nbproject/org-netbeans-modules-maven-j2ee.sig | 2 +- .../org-netbeans-modules-payara-common.sig | 2 +- .../org-netbeans-modules-payara-eecommon.sig | 2 +- .../org-netbeans-modules-payara-micro.sig | 2 +- .../org-netbeans-modules-payara-tooling.sig| 4 +- .../org-netbeans-modules-servletjspapi.sig | 2 +- .../nbproject/org-netbeans-modules-web-beans.sig | 2 +- .../nbproject/org-netbeans-modules-web-core.sig| 2 +- .../nbproject/org-netbeans-modules-web-el.sig | 2 +- .../org-netbeans-modules-web-jsf-navigation.sig| 2 +- .../nbproject/org-netbeans-modules-web-jsf.sig | 2 +- .../nbproject/org-netbeans-modules-web-jsf12.sig | 2 +- .../nbproject/org-netbeans-modules-web-jsf12ri.sig | 2 +- .../nbproject/org-netbeans-modules-web-jsf20.sig | 2 +- .../nbproject/org-netbeans-modules-web-jsfapi.sig | 2 +- .../org-netbeans-modules-web-jspparser.sig | 2 +- .../nbproject/org-netbeans-modules-web-project.sig | 2 +- .../org-netbeans-modules-weblogic-common.sig | 2 +- .../org-netbeans-modules-websvc-clientapi.sig | 5 +- .../nbproject/org-netbeans-modules-websvc-core.sig | 2 +- .../org-netbeans-modules-websvc-design.sig | 2 +- .../org-netbeans-modules-websvc-jaxws-lightapi.sig | 2 +- .../org-netbeans-modules-websvc-jaxwsapi.sig | 5 +- .../org-netbeans-modules-websvc-jaxwsmodel.sig | 2 +- .../org-netbeans-modules-websvc-manager.sig| 2 +- .../org-netbeans-modules-websvc-projectapi.sig | 2 +- .../nbproject/org-netbeans-modules-websvc-rest.sig | 2 +- .../org-netbeans-modules-websvc-restapi.sig| 5 +- .../org-netbeans-modules-websvc-restlib.sig| 2 +- .../org-netbeans-modules-websvc-utilities.sig | 2 +- .../org-netbeans-modules-websvc-websvcapi.sig | 2 +- .../org-netbeans-modules-websvc-wsstackapi.sig | 2 +- .../nbproject/org-netbeans-modules-gradle.sig | 26 +- .../nbproject/org-netbeans-modules-libs-gradle.sig | 167 ++ .../nbproject/org-apache-tools-ant-module.sig | 2 +- .../org-netbeans-modules-options-java.sig | 2 +- .../org-netbeans-modules-groovy-editor.sig
[netbeans] annotated tag 12.1 updated (cade258 -> 30d87f9)
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a change to annotated tag 12.1 in repository https://gitbox.apache.org/repos/asf/netbeans.git. *** WARNING: tag 12.1 was modified! *** from cade258 (commit) to 30d87f9 (tag) tagging cade25887c5450e4595fa59e616daee4d2520ee0 (commit) replaces 12.1-beta3 by Neil C Smith on Wed Sep 2 17:38:02 2020 +0100 - Log - Apache NetBeans 12.1 --- No new revisions were added by this update. Summary of changes: - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
svn commit: r41278 - in /dev/netbeans/netbeans/12.1: Apache-NetBeans-12.1-bin-windows-x64.exe Apache-NetBeans-12.1-bin-windows-x64.exe.asc Apache-NetBeans-12.1-bin-windows-x64.exe.sha512
Author: neilcsmith Date: Wed Sep 2 12:31:32 2020 New Revision: 41278 Log: Apache NetBeans 12.1 Windows installer (vote) Added: dev/netbeans/netbeans/12.1/Apache-NetBeans-12.1-bin-windows-x64.exe (with props) dev/netbeans/netbeans/12.1/Apache-NetBeans-12.1-bin-windows-x64.exe.asc dev/netbeans/netbeans/12.1/Apache-NetBeans-12.1-bin-windows-x64.exe.sha512 Added: dev/netbeans/netbeans/12.1/Apache-NetBeans-12.1-bin-windows-x64.exe == Binary file - no diff available. Propchange: dev/netbeans/netbeans/12.1/Apache-NetBeans-12.1-bin-windows-x64.exe -- svn:mime-type = application/octet-stream Added: dev/netbeans/netbeans/12.1/Apache-NetBeans-12.1-bin-windows-x64.exe.asc == --- dev/netbeans/netbeans/12.1/Apache-NetBeans-12.1-bin-windows-x64.exe.asc (added) +++ dev/netbeans/netbeans/12.1/Apache-NetBeans-12.1-bin-windows-x64.exe.asc Wed Sep 2 12:31:32 2020 @@ -0,0 +1,17 @@ +-BEGIN PGP SIGNATURE- + +iQJKBAABCgA0FiEEewN+6+Dw3t/uZbaYNwOsOJoSqdQFAl9Piz4WHG5laWxjc21p +dGhAYXBhY2hlLm9yZwAKCRA3A6w4mhKp1I9PD/wNwvbMZKvZ5dvGhdPEmluxzfQl +ysBYpOegPPn4SFRPPS3W4orK8o6pBqHflozbgNTN8XeHLNW1P64f83lw2AVDWgqk +gVMmy/z2kfE6eE1S+eJVH/mzNHzdOV/M8WriD4GU1VNhzWOmWV+xTAnnuaMyFCG7 +jYX52m0DA9LqtQdvOYaOQIq7v+W+0TZOhhsaMFnjTw9jtbPbLXQHyeXvFRRVBTQz +37OC9A8dTp9qoRdQtFZkcqYxYcqC3GUsdnIIHKcKcRQsISEhxri7Bkxk0BJU/FFo +ZoQi5R/re/yuy5pTpYD06Y8gpfJwOfEx3Ep2bcLJFtuUwc5kqWvzJFbYQ59zijKi +KTfgLWFQk6ODaPCmQhur/CvgrcpBrYGGymm+/2ED04MCQhhpHUY2lVrAAKpSjLgm +WKtbmITP9w3x8v0LMk0dwfjiKZ2u0XDq+iNZ+lU3ONoMi1PUev3dW1FwvbGGXGve +I//jAzd0QZ6A7B55vfiDRK+OY8uDdLujN7EpTYrLVpRy5RUjH1zZUFX+jOSr1+ZD +ZTg6Wh4ZVY4dperrvO2TIuMF+b/XVf3NAeTTXpoUsl91p/0EoOerxEmNNN7HC22m +2drYm5q9R35SjwS+Rt+/AK3OTOnwSsSu+7o82t6LB38YU296YOu1qML/UsS+FurX +xZwWvXIMaD+cncH3mA== +=80FB +-END PGP SIGNATURE- Added: dev/netbeans/netbeans/12.1/Apache-NetBeans-12.1-bin-windows-x64.exe.sha512 == --- dev/netbeans/netbeans/12.1/Apache-NetBeans-12.1-bin-windows-x64.exe.sha512 (added) +++ dev/netbeans/netbeans/12.1/Apache-NetBeans-12.1-bin-windows-x64.exe.sha512 Wed Sep 2 12:31:32 2020 @@ -0,0 +1 @@ +3a889e520c387a93269ea5acf2c79303304bf3fe48d13420dc06ddf9dc6bd0a63619eac35d4e57b1bf1c89f554dba08fa8ec2183b2a7bed4ce07a12684e3bc35 Apache-NetBeans-12.1-bin-windows-x64.exe - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
svn commit: r41269 [1/2] - in /dev/netbeans/netbeans/12.1: ./ Apache-NetBeans-12.1-bin-linux-x64.sh Apache-NetBeans-12.1-bin-linux-x64.sh.asc Apache-NetBeans-12.1-bin-linux-x64.sh.sha512
Author: neilcsmith Date: Tue Sep 1 16:30:52 2020 New Revision: 41269 Log: Apache NetBeans 12.1 Linux installer (vote) Added: dev/netbeans/netbeans/12.1/ dev/netbeans/netbeans/12.1/Apache-NetBeans-12.1-bin-linux-x64.sh (with props) dev/netbeans/netbeans/12.1/Apache-NetBeans-12.1-bin-linux-x64.sh.asc dev/netbeans/netbeans/12.1/Apache-NetBeans-12.1-bin-linux-x64.sh.sha512 Added: dev/netbeans/netbeans/12.1/Apache-NetBeans-12.1-bin-linux-x64.sh == --- dev/netbeans/netbeans/12.1/Apache-NetBeans-12.1-bin-linux-x64.sh (added) +++ dev/netbeans/netbeans/12.1/Apache-NetBeans-12.1-bin-linux-x64.sh Tue Sep 1 16:30:52 2020 @@ -0,0 +1,1511206 @@ +#!/bin/sh +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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 +# +# http://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. +# + +ARG_JAVAHOME="--javahome" +ARG_VERBOSE="--verbose" +ARG_OUTPUT="--output" +ARG_EXTRACT="--extract" +ARG_JAVA_ARG_PREFIX="-J" +ARG_TEMPDIR="--tempdir" +ARG_CLASSPATHA="--classpath-append" +ARG_CLASSPATHP="--classpath-prepend" +ARG_HELP="--help" +ARG_SILENT="--silent" +ARG_NOSPACECHECK="--nospacecheck" +ARG_LOCALE="--locale" + +USE_DEBUG_OUTPUT=0 +PERFORM_FREE_SPACE_CHECK=1 +SILENT_MODE=0 +EXTRACT_ONLY=0 +SHOW_HELP_ONLY=0 +LOCAL_OVERRIDDEN=0 +APPEND_CP= +PREPEND_CP= +LAUNCHER_APP_ARGUMENTS= +LAUNCHER_JVM_ARGUMENTS= +ERROR_OK=0 +ERROR_TEMP_DIRECTORY=2 +ERROR_TEST_JVM_FILE=3 +ERROR_JVM_NOT_FOUND=4 +ERROR_JVM_UNCOMPATIBLE=5 +ERROR_EXTRACT_ONLY=6 +ERROR_INPUTOUPUT=7 +ERROR_FREESPACE=8 +ERROR_INTEGRITY=9 +ERROR_MISSING_RESOURCES=10 +ERROR_JVM_EXTRACTION=11 +ERROR_JVM_UNPACKING=12 +ERROR_VERIFY_BUNDLED_JVM=13 + +VERIFY_OK=1 +VERIFY_NOJAVA=2 +VERIFY_UNCOMPATIBLE=3 + +MSG_ERROR_JVM_NOT_FOUND="nlu.jvm.notfoundmessage" +MSG_ERROR_USER_ERROR="nlu.jvm.usererror" +MSG_ERROR_JVM_UNCOMPATIBLE="nlu.jvm.uncompatible" +MSG_ERROR_INTEGRITY="nlu.integrity" +MSG_ERROR_FREESPACE="nlu.freespace" +MSG_ERROP_MISSING_RESOURCE="nlu.missing.external.resource" +MSG_ERROR_TMPDIR="nlu.cannot.create.tmpdir" + +MSG_ERROR_EXTRACT_JVM="nlu.cannot.extract.bundled.jvm" +MSG_ERROR_UNPACK_JVM_FILE="nlu.cannot.unpack.jvm.file" +MSG_ERROR_VERIFY_BUNDLED_JVM="nlu.error.verify.bundled.jvm" + +MSG_RUNNING="nlu.running" +MSG_STARTING="nlu.starting" +MSG_EXTRACTING="nlu.extracting" +MSG_PREPARE_JVM="nlu.prepare.jvm" +MSG_JVM_SEARCH="nlu.jvm.search" +MSG_ARG_JAVAHOME="nlu.arg.javahome" +MSG_ARG_VERBOSE="nlu.arg.verbose" +MSG_ARG_OUTPUT="nlu.arg.output" +MSG_ARG_EXTRACT="nlu.arg.extract" +MSG_ARG_TEMPDIR="nlu.arg.tempdir" +MSG_ARG_CPA="nlu.arg.cpa" +MSG_ARG_CPP="nlu.arg.cpp" +MSG_ARG_DISABLE_FREE_SPACE_CHECK="nlu.arg.disable.space.check" +MSG_ARG_LOCALE="nlu.arg.locale" +MSG_ARG_SILENT="nlu.arg.silent" +MSG_ARG_HELP="nlu.arg.help" +MSG_USAGE="nlu.msg.usage" + +isSymlink= + +entryPoint() { +initSymlinkArgument + CURRENT_DIRECTORY=`pwd` + LAUNCHER_NAME=`echo $0` + parseCommandLineArguments "$@" + initializeVariables + setLauncherLocale + debugLauncherArguments "$@" + if [ 1 -eq $SHOW_HELP_ONLY ] ; then + showHelp + fi + +message "$MSG_STARTING" +createTempDirectory + checkFreeSpace "$TOTAL_BUNDLED_FILES_SIZE" "$LAUNCHER_EXTRACT_DIR" + +extractJVMData + if [ 0 -eq $EXTRACT_ONLY ] ; then +searchJava + fi + + extractBundledData + verifyIntegrity + + if [ 0 -eq $EXTRACT_ONLY ] ; then + executeMainClass + else + exitProgram $ERROR_OK + fi +} + +initSymlinkArgument() { +testSymlinkErr=`test -L / 2>&1 > /dev/null` +if [ -z "$testSymlinkErr" ] ; then +isSymlink=-L +else +isSymlink=-h +fi +} + +
svn commit: r41269 [2/2] - in /dev/netbeans/netbeans/12.1: ./ Apache-NetBeans-12.1-bin-linux-x64.sh Apache-NetBeans-12.1-bin-linux-x64.sh.asc Apache-NetBeans-12.1-bin-linux-x64.sh.sha512
Added: dev/netbeans/netbeans/12.1/Apache-NetBeans-12.1-bin-linux-x64.sh.asc == --- dev/netbeans/netbeans/12.1/Apache-NetBeans-12.1-bin-linux-x64.sh.asc (added) +++ dev/netbeans/netbeans/12.1/Apache-NetBeans-12.1-bin-linux-x64.sh.asc Tue Sep 1 16:30:52 2020 @@ -0,0 +1,17 @@ +-BEGIN PGP SIGNATURE- + +iQJKBAABCgA0FiEEewN+6+Dw3t/uZbaYNwOsOJoSqdQFAl9OdKQWHG5laWxjc21p +dGhAYXBhY2hlLm9yZwAKCRA3A6w4mhKp1I7IEACLUBfb4ZWxM0G45/Ugmz7ob8l8 +y8oRsfehDUNBF54zYy3M4L/J1+wSTMKYmOgbXITtzb4y8GcT+jMYavJxoa4xUGR/ +YpZiYV53NYbFHWL5CP0IVcUqGwrH4B2zcmJ1U94iNrkQcjAz8a1OD6xwSDkv4GOw +m+E6+QV/d6Zy1MwSMknceFMQ34hT9q2uuCFq1wgqK7R6hL2oRqwlPr35Oz/qrung +NZKQB28pIh4PQMrVfwnLrFyZdiTOmiMUdyvjqca2TJNYX7B7juVr5yus0enrB+o6 ++E5OTQBLihrXUIyCoo4L5ybyyWLn9gexZzMRwERfApepgWZV9HXJDx6bqnzAJQUy +2mN6AFyRW2nEKCc1W9XM3YtxozX/ufup+r9YKk/yVQvXsgSDcBoSvs/iLZbW1qVC +aStCMO9CLmf00e/0Kw45sDq+KvleZKqSkFytFiNyMIhDBRvaoURHSfNeoEH/tHpR +lT3a4V9rW5q+zOjg6v3bZ9Tfx6JMSwVnH7umoLlvONhf7UMeUz1AexVB8BV9UcaE +IDI+7pVeo5fpmk7vxHxxYV5gNs01xcSGlF8lCnNy9Y6OqsaRDNNJjG4mkUxVG6dz +UYVHS4V6vNFfMp/sKd8KPw+2c9GcSrJhoKeiLDicdRopkPvJ94hsaUuGoWQ1ZS1q +fVgHSsFVs8yMP0Jseg== +=I5cP +-END PGP SIGNATURE- Added: dev/netbeans/netbeans/12.1/Apache-NetBeans-12.1-bin-linux-x64.sh.sha512 == --- dev/netbeans/netbeans/12.1/Apache-NetBeans-12.1-bin-linux-x64.sh.sha512 (added) +++ dev/netbeans/netbeans/12.1/Apache-NetBeans-12.1-bin-linux-x64.sh.sha512 Tue Sep 1 16:30:52 2020 @@ -0,0 +1 @@ +e42714e01d01a1daa427cfe854c9d129bcef4b14d906c8c6c744941a39e61658d2ec77240972d69175ebfdd01e29ddfbe2d93c7c1ba9426ef3dfafe8ba3d9813 Apache-NetBeans-12.1-bin-linux-x64.sh - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
svn commit: r41267 - /dev/netbeans/netbeans-platform/12.1/ /dev/netbeans/netbeans/12.1/ /release/netbeans/netbeans-platform/12.1/ /release/netbeans/netbeans/12.1/
Author: neilcsmith Date: Tue Sep 1 15:42:47 2020 New Revision: 41267 Log: Apache NetBeans 12.1 Added: release/netbeans/netbeans-platform/12.1/ - copied from r41266, dev/netbeans/netbeans-platform/12.1/vc1/ release/netbeans/netbeans/12.1/ - copied from r41266, dev/netbeans/netbeans/12.1/vc1/ Removed: dev/netbeans/netbeans-platform/12.1/ dev/netbeans/netbeans/12.1/ - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
svn commit: r41128 - in /dev/netbeans: netbeans-platform/12.1/ netbeans-platform/12.1/vc1/ netbeans/12.1/ netbeans/12.1/vc1/ netbeans/12.1/vc1/nbms/ netbeans/12.1/vc1/nbms/apisupport/ netbeans/12.1/vc
Author: neilcsmith Date: Wed Aug 26 14:12:43 2020 New Revision: 41128 Log: Apache NetBeans 12.1-vc1 [This commit notification would consist of 196 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.] - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[netbeans] annotated tag 12.1-vc1 updated (cade258 -> 82c1b5a)
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a change to annotated tag 12.1-vc1 in repository https://gitbox.apache.org/repos/asf/netbeans.git. *** WARNING: tag 12.1-vc1 was modified! *** from cade258 (commit) to 82c1b5a (tag) tagging cade25887c5450e4595fa59e616daee4d2520ee0 (commit) replaces 12.1-beta3 by Neil C Smith on Wed Aug 26 13:07:22 2020 +0100 - Log - Apache NetBeans 12.1-vc1 --- No new revisions were added by this update. Summary of changes: - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[netbeans] annotated tag 12.1-beta4 updated (cade258 -> 17455c4)
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a change to annotated tag 12.1-beta4 in repository https://gitbox.apache.org/repos/asf/netbeans.git. *** WARNING: tag 12.1-beta4 was modified! *** from cade258 (commit) to 17455c4 (tag) tagging cade25887c5450e4595fa59e616daee4d2520ee0 (commit) replaces 12.1-beta3 by Neil C Smith on Wed Aug 26 13:07:02 2020 +0100 - Log - Apache NetBeans 12.1-beta4 --- No new revisions were added by this update. Summary of changes: - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[netbeans] annotated tag 12.1-beta3 updated (26e6ce8 -> d31297b)
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a change to annotated tag 12.1-beta3 in repository https://gitbox.apache.org/repos/asf/netbeans.git. *** WARNING: tag 12.1-beta3 was modified! *** from 26e6ce8 (commit) to d31297b (tag) tagging 26e6ce805bae6d79990354fb9bdc4971228f28ad (commit) replaces 12.1-beta2 by Neil C Smith on Wed Aug 26 13:06:32 2020 +0100 - Log - Apache NetBeans 12.1-beta3 --- No new revisions were added by this update. Summary of changes: - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[netbeans] annotated tag 12.1-beta2 updated (95e4be4 -> 3079904)
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a change to annotated tag 12.1-beta2 in repository https://gitbox.apache.org/repos/asf/netbeans.git. *** WARNING: tag 12.1-beta2 was modified! *** from 95e4be4 (commit) to 3079904 (tag) tagging 95e4be413811ba9206721bb39c97523022a0180c (commit) replaces 12.1-beta1 by Neil C Smith on Wed Aug 26 13:05:50 2020 +0100 - Log - Apache NetBeans 12.1-beta2 --- No new revisions were added by this update. Summary of changes: - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[netbeans-jenkins-lib] branch master updated: Add 12.1 vote flag for release vote.
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans-jenkins-lib.git The following commit(s) were added to refs/heads/master by this push: new f031e69 Add 12.1 vote flag for release vote. new 828636e Merge pull request #18 from neilcsmith-net/release121v1 f031e69 is described below commit f031e692bfdc86ab4f4798c44551b55495d7f4c1 Author: Neil C Smith AuthorDate: Tue Aug 25 16:56:37 2020 +0100 Add 12.1 vote flag for release vote. --- meta/netbeansrelease.json | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/netbeansrelease.json b/meta/netbeansrelease.json index 24677ba..3eb8f8c 100644 --- a/meta/netbeansrelease.json +++ b/meta/netbeansrelease.json @@ -285,6 +285,7 @@ }, "cade25887c5450e4595fa59e616daee4d2520ee0": { "version": "beta4", +"vote": "1", "position": "4" } }, - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[netbeans-jenkins-lib] branch master updated: Add metadata for NetBeans 12.1-beta4
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans-jenkins-lib.git The following commit(s) were added to refs/heads/master by this push: new d65307a Add metadata for NetBeans 12.1-beta4 new c85b285 Merge pull request #17 from neilcsmith-net/release121-b4 d65307a is described below commit d65307a11616c48ffcc822f8c7c279577d1a6814 Author: Neil C Smith AuthorDate: Mon Aug 24 15:16:40 2020 +0100 Add metadata for NetBeans 12.1-beta4 --- meta/netbeansrelease.json | 4 1 file changed, 4 insertions(+) diff --git a/meta/netbeansrelease.json b/meta/netbeansrelease.json index 1bc6c4d..24677ba 100644 --- a/meta/netbeansrelease.json +++ b/meta/netbeansrelease.json @@ -282,6 +282,10 @@ "26e6ce805bae6d79990354fb9bdc4971228f28ad": { "version": "beta3", "position": "3" +}, +"cade25887c5450e4595fa59e616daee4d2520ee0": { +"version": "beta4", +"position": "4" } }, "releasedate": { - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[netbeans] branch release121 updated (26e6ce8 -> cade258)
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a change to branch release121 in repository https://gitbox.apache.org/repos/asf/netbeans.git. from 26e6ce8 Merge pull request #2311 from apache/master add 47460a8 Don't play with UI when in headless mode add c62f79a Not all InputOutput implementations support folding add 38427d8 Truffle debugger doesn't strictly need java.kit. Let's just recommend it. add 7c546b2 Use Packages object only when available. E.g. not on GraalVM add bbee0e9 Make sure mvn is executable add fa22d9c Launch the nb-java-lsp-server application first and only then connect to it with an LSP client add 1c2668a Setup regular VSCode project, so one can open it and debug its TypeScript parts from VSCode add 2413e8b VSCode project JSON files are Apache licensed add a29b965 Adding esprima and has licenses to VSCode extension add 04597fc Merge pull request #2309 from JaroslavTulach/jtulach/LspInspired add fbe80af [NETBEANS-4620] NullPointerException - finding occurrences add 412cee3 Merge pull request #2325 from junichi11/netbeans-4620 add 9d8ed6b [NETBEANS-3428] FlatLaf: fix selection background color in output view add c855105 Merge pull request #2327 from DevCharly/flatlaf-output-selection-fix add e526730 [NETBEANS-4627] FlatLaf: fix wrong background color of search result table in Find Tasks Editor add 35c4357 Merge pull request #2326 from DevCharly/flatlaf-tasks-background-fix new cade258 Merge pull request #2330 from apache/master The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../editor/search/SearchComboBoxEditor.java| 21 +- .../debugger/ui/DebuggerManagerListener.java |5 + java/debugger.jpda.truffle/manifest.mf |1 + java/debugger.jpda.truffle/nbproject/project.xml |6 - java/java.lsp.server/build.xml |1 + java/java.lsp.server/licenseinfo.xml |9 + .../script/etc/nb-java-lsp-server.conf |2 +- java/java.lsp.server/vscode/.eslintrc.json | 19 + .../java.lsp.server/vscode/.vscode/extensions.json |7 + java/java.lsp.server/vscode/.vscode/launch.json| 36 + java/java.lsp.server/vscode/.vscode/settings.json | 11 + java/java.lsp.server/vscode/.vscode/tasks.json | 20 + java/java.lsp.server/vscode/.vscodeignore | 10 + java/java.lsp.server/vscode/README.md | 50 +- java/java.lsp.server/vscode/package-lock.json | 1160 +--- java/java.lsp.server/vscode/package.json | 60 +- java/java.lsp.server/vscode/src/extension.ts | 148 ++- java/java.lsp.server/vscode/src/test/runTest.ts| 23 + .../vscode/src/test/suite/extension.test.ts| 15 + .../java.lsp.server/vscode/src/test/suite/index.ts | 38 + java/java.lsp.server/vscode/tsconfig.json | 21 +- .../modules/maven/api/execute/RunUtils.java| 45 +- .../maven/execute/cmd/ExecutionEventObject.java| 33 +- nbbuild/build.xml | 17 +- .../netbeans/prepare/bundles/PrepareBundles.java | 21 +- .../prepare/bundles/esprima-4.0.1-license} |0 .../org/netbeans/prepare/bundles/has-1.0.3-license | 22 + .../core/windows/services/DialogDisplayerImpl.java |3 + .../swing/laf/flatlaf/FlatDarkLaf.properties |2 +- .../swing/laf/flatlaf/FlatLightLaf.properties |3 + 30 files changed, 1262 insertions(+), 547 deletions(-) create mode 100644 java/java.lsp.server/vscode/.eslintrc.json create mode 100644 java/java.lsp.server/vscode/.vscode/extensions.json create mode 100644 java/java.lsp.server/vscode/.vscode/launch.json create mode 100644 java/java.lsp.server/vscode/.vscode/settings.json create mode 100644 java/java.lsp.server/vscode/.vscode/tasks.json create mode 100644 java/java.lsp.server/vscode/.vscodeignore create mode 100644 java/java.lsp.server/vscode/src/test/runTest.ts create mode 100644 java/java.lsp.server/vscode/src/test/suite/extension.test.ts create mode 100644 java/java.lsp.server/vscode/src/test/suite/index.ts copy nbbuild/{licenses/BSD-jsfoundation => misc/prepare-bundles/src/main/resources/org/netbeans/prepare/bundles/esprima-4.0.1-license} (100%) create mode 100644 nbbuild/misc/prepare-bundles/src/main/resources/org/netbeans/prepare/bundles/has-1.0.3-license - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache
[netbeans] 01/01: Merge pull request #2330 from apache/master
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a commit to branch release121 in repository https://gitbox.apache.org/repos/asf/netbeans.git commit cade25887c5450e4595fa59e616daee4d2520ee0 Merge: 26e6ce8 35c4357 Author: Neil C Smith AuthorDate: Mon Aug 24 15:09:25 2020 +0100 Merge pull request #2330 from apache/master Sync master to release121 for 12.1-beta4 .../editor/search/SearchComboBoxEditor.java| 21 +- .../debugger/ui/DebuggerManagerListener.java |5 + java/debugger.jpda.truffle/manifest.mf |1 + java/debugger.jpda.truffle/nbproject/project.xml |6 - java/java.lsp.server/build.xml |1 + java/java.lsp.server/licenseinfo.xml |9 + .../script/etc/nb-java-lsp-server.conf |2 +- java/java.lsp.server/vscode/.eslintrc.json | 19 + .../java.lsp.server/vscode/.vscode/extensions.json |7 + java/java.lsp.server/vscode/.vscode/launch.json| 36 + java/java.lsp.server/vscode/.vscode/settings.json | 11 + java/java.lsp.server/vscode/.vscode/tasks.json | 20 + java/java.lsp.server/vscode/.vscodeignore | 10 + java/java.lsp.server/vscode/README.md | 50 +- java/java.lsp.server/vscode/package-lock.json | 1160 +--- java/java.lsp.server/vscode/package.json | 60 +- java/java.lsp.server/vscode/src/extension.ts | 148 ++- java/java.lsp.server/vscode/src/test/runTest.ts| 23 + .../vscode/src/test/suite/extension.test.ts| 15 + .../java.lsp.server/vscode/src/test/suite/index.ts | 38 + java/java.lsp.server/vscode/tsconfig.json | 21 +- .../modules/maven/api/execute/RunUtils.java| 45 +- .../maven/execute/cmd/ExecutionEventObject.java| 33 +- nbbuild/build.xml | 17 +- .../netbeans/prepare/bundles/PrepareBundles.java | 21 +- .../netbeans/prepare/bundles/esprima-4.0.1-license | 21 + .../org/netbeans/prepare/bundles/has-1.0.3-license | 22 + .../core/windows/services/DialogDisplayerImpl.java |3 + .../swing/laf/flatlaf/FlatDarkLaf.properties |2 +- .../swing/laf/flatlaf/FlatLightLaf.properties |3 + 30 files changed, 1283 insertions(+), 547 deletions(-) - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[netbeans] branch master updated: [NETBEANS-3428] FlatLaf: fix selection background color in output view
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans.git The following commit(s) were added to refs/heads/master by this push: new 9d8ed6b [NETBEANS-3428] FlatLaf: fix selection background color in output view new c855105 Merge pull request #2327 from DevCharly/flatlaf-output-selection-fix 9d8ed6b is described below commit 9d8ed6b24dd13dcfbea19bbb8b0c456e8cc1142d Author: Karl Tauber AuthorDate: Sun Aug 23 18:26:34 2020 +0200 [NETBEANS-3428] FlatLaf: fix selection background color in output view --- .../src/org/netbeans/swing/laf/flatlaf/FlatDarkLaf.properties | 1 + .../src/org/netbeans/swing/laf/flatlaf/FlatLightLaf.properties | 3 +++ 2 files changed, 4 insertions(+) diff --git a/platform/o.n.swing.laf.flatlaf/src/org/netbeans/swing/laf/flatlaf/FlatDarkLaf.properties b/platform/o.n.swing.laf.flatlaf/src/org/netbeans/swing/laf/flatlaf/FlatDarkLaf.properties index b2b8ee4..3e8f7f5 100644 --- a/platform/o.n.swing.laf.flatlaf/src/org/netbeans/swing/laf/flatlaf/FlatDarkLaf.properties +++ b/platform/o.n.swing.laf.flatlaf/src/org/netbeans/swing/laf/flatlaf/FlatDarkLaf.properties @@ -162,6 +162,7 @@ nb.diff.sidebar.changed.color=rgb(30, 75, 112) # output nb.output.foreground=@foreground nb.output.backgorund=#2B2B2B +nb.output.selectionBackground=#214283 nb.output.err.foreground=#FF4040 nb.output.input=#CC7832 nb.output.link.foreground=$Component.linkColor diff --git a/platform/o.n.swing.laf.flatlaf/src/org/netbeans/swing/laf/flatlaf/FlatLightLaf.properties b/platform/o.n.swing.laf.flatlaf/src/org/netbeans/swing/laf/flatlaf/FlatLightLaf.properties index 1df4cff..b6839b6 100644 --- a/platform/o.n.swing.laf.flatlaf/src/org/netbeans/swing/laf/flatlaf/FlatLightLaf.properties +++ b/platform/o.n.swing.laf.flatlaf/src/org/netbeans/swing/laf/flatlaf/FlatLightLaf.properties @@ -70,3 +70,6 @@ PropSheet.setForeground=@foreground # QuickSearch nb.quicksearch.border=1,1,1,1,@background + +# output +nb.output.selectionBackground=#89BCED - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[netbeans] branch master updated: [NETBEANS-4627] FlatLaf: fix wrong background color of search result table in Find Tasks Editor
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans.git The following commit(s) were added to refs/heads/master by this push: new e526730 [NETBEANS-4627] FlatLaf: fix wrong background color of search result table in Find Tasks Editor new 35c4357 Merge pull request #2326 from DevCharly/flatlaf-tasks-background-fix e526730 is described below commit e5267301cd41ac979fbc363367dbc417e19a26ad Author: Karl Tauber AuthorDate: Sun Aug 23 17:41:09 2020 +0200 [NETBEANS-4627] FlatLaf: fix wrong background color of search result table in Find Tasks Editor --- .../src/org/netbeans/swing/laf/flatlaf/FlatDarkLaf.properties| 1 - 1 file changed, 1 deletion(-) diff --git a/platform/o.n.swing.laf.flatlaf/src/org/netbeans/swing/laf/flatlaf/FlatDarkLaf.properties b/platform/o.n.swing.laf.flatlaf/src/org/netbeans/swing/laf/flatlaf/FlatDarkLaf.properties index b2b8ee4..6ca7880 100644 --- a/platform/o.n.swing.laf.flatlaf/src/org/netbeans/swing/laf/flatlaf/FlatDarkLaf.properties +++ b/platform/o.n.swing.laf.flatlaf/src/org/netbeans/swing/laf/flatlaf/FlatDarkLaf.properties @@ -122,7 +122,6 @@ nb.bugtracking.comment.background=#f00 nb.bugtracking.comment.foreground=@foreground nb.bugtracking.label.highlight=rgb(205, 205, 0) nb.bugtracking.table.background=$Table.background -nb.bugtracking.table.background=#0f0 nb.bugtracking.table.background.alternate=darken($Table.background,5%) nb.bugtracking.new.color=rgb(73, 210, 73) nb.bugtracking.modified.color=rgb(26, 184, 255) - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[netbeans] branch master updated: [NETBEANS-4620] NullPointerException - finding occurrences
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans.git The following commit(s) were added to refs/heads/master by this push: new fbe80af [NETBEANS-4620] NullPointerException - finding occurrences new 412cee3 Merge pull request #2325 from junichi11/netbeans-4620 fbe80af is described below commit fbe80af36f22ec1423857b7288f6097acb89b5e4 Author: Junichi Yamamoto AuthorDate: Sun Aug 23 22:25:05 2020 +0900 [NETBEANS-4620] NullPointerException - finding occurrences To avoid NPE, check new value is not `null` but `Caret`. If it's `null`, `BasicTextUI.editor` field may be `null`. ``` java.lang.NullPointerException at java.desktop/javax.swing.plaf.basic.BasicTextUI.modelToView(BasicTextUI.java:1104) at java.desktop/javax.swing.plaf.basic.BasicTextUI.modelToView(BasicTextUI.java:1089) at java.desktop/javax.swing.plaf.basic.BasicTextUI.modelToView(BasicTextUI.java:1065) at org.netbeans.modules.editor.search.SearchComboBoxEditor$ManageViewPositionListener.changed(SearchComboBoxEditor.java:290) at org.netbeans.modules.editor.search.SearchComboBoxEditor$ManageViewPositionListener.removeUpdate(SearchComboBoxEditor.java:277) at org.netbeans.lib.editor.util.swing.PriorityDocumentListenerList.removeUpdate(PriorityDocumentListenerList.java:91) at java.desktop/javax.swing.text.AbstractDocument.fireRemoveUpdate(AbstractDocument.java:261) at org.netbeans.editor.BaseDocument.fireRemoveUpdate(BaseDocument.java:1650) at org.netbeans.editor.BaseDocument.handleRemove(BaseDocument.java:1022) at org.netbeans.editor.BaseDocument$FilterBypassImpl.remove(BaseDocument.java:2639) at java.desktop/javax.swing.text.DocumentFilter.remove(DocumentFilter.java:79) at org.netbeans.editor.BaseDocument.remove(BaseDocument.java:935) at org.netbeans.modules.editor.search.SearchComboBoxEditor$3.propertyChange(SearchComboBoxEditor.java:137) ``` --- .../modules/editor/search/SearchComboBoxEditor.java | 21 ++--- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/ide/editor.search/src/org/netbeans/modules/editor/search/SearchComboBoxEditor.java b/ide/editor.search/src/org/netbeans/modules/editor/search/SearchComboBoxEditor.java index 45d303f..1edb26d 100644 --- a/ide/editor.search/src/org/netbeans/modules/editor/search/SearchComboBoxEditor.java +++ b/ide/editor.search/src/org/netbeans/modules/editor/search/SearchComboBoxEditor.java @@ -127,17 +127,16 @@ public class SearchComboBoxEditor implements ComboBoxEditor { // selection is not removed when text is input via IME // so, just remove it when the caret is changed if ("caret".equals(evt.getPropertyName())) { // NOI18N -if (evt.getOldValue() instanceof Caret) { +if (evt.getOldValue() instanceof Caret +&& evt.getNewValue() instanceof Caret) { // NETBEANS-4620 check new value is not null but Caret Caret oldCaret = (Caret) evt.getOldValue(); -if (oldCaret != null) { -int dotPosition = oldCaret.getDot(); -int markPosition = oldCaret.getMark(); -if (dotPosition != markPosition) { -try { - editorPane.getDocument().remove(Math.min(markPosition, dotPosition), Math.abs(markPosition - dotPosition)); -} catch (BadLocationException ex) { -LOG.log(Level.WARNING, "Invalid removal offset: {0}", ex.offsetRequested()); // NOI18N -} +int dotPosition = oldCaret.getDot(); +int markPosition = oldCaret.getMark(); +if (dotPosition != markPosition) { +try { + editorPane.getDocument().remove(Math.min(markPosition, dotPosition), Math.abs(markPosition - dotPosition)); +} catch (BadLocationException ex) { +LOG.log(Level.WARNING, "Invalid removal offset: {0}", ex.offsetRequested()); // NOI18N } } } @@ -412,4 +411,4 @@ public class SearchComboBoxEditor implements ComboBoxEditor { return originalActionName; } }; -} \ No newline at end of file +} - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about th
[netbeans-jenkins-lib] branch master updated: Add metadata for NetBeans 12.1-beta3
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans-jenkins-lib.git The following commit(s) were added to refs/heads/master by this push: new a58abb0 Add metadata for NetBeans 12.1-beta3 new c84c566 Merge pull request #16 from neilcsmith-net/release121-b3 a58abb0 is described below commit a58abb0a5c2bf46b90e203f8463843694bbfc5b7 Author: Neil C Smith AuthorDate: Tue Aug 18 10:00:33 2020 +0100 Add metadata for NetBeans 12.1-beta3 --- meta/netbeansrelease.json | 4 1 file changed, 4 insertions(+) diff --git a/meta/netbeansrelease.json b/meta/netbeansrelease.json index a40b244..1bc6c4d 100644 --- a/meta/netbeansrelease.json +++ b/meta/netbeansrelease.json @@ -278,6 +278,10 @@ "95e4be413811ba9206721bb39c97523022a0180c": { "version": "beta2", "position": "2" +}, +"26e6ce805bae6d79990354fb9bdc4971228f28ad": { +"version": "beta3", +"position": "3" } }, "releasedate": { - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[netbeans] 01/01: Merge pull request #2311 from apache/master
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a commit to branch release121 in repository https://gitbox.apache.org/repos/asf/netbeans.git commit 26e6ce805bae6d79990354fb9bdc4971228f28ad Merge: 95e4be4 0598a9d Author: Neil C Smith AuthorDate: Tue Aug 18 09:53:15 2020 +0100 Merge pull request #2311 from apache/master Sync master to release branch for NB 12.1-beta3 .../server/config/ConfigBuilderProvider.java |2 +- .../tooling/server/config/GlassFishV5_1.xml| 101 - .../tooling/server/config/GlassFishV5_1_0.xml |4 +- .../tooling/server/config/JavaEEProfile.java |2 +- ide/html.validation/external/binaries-list |8 +- .../external/galimatias-0.1.3-license.txt | 25 + .../{iri-0.5-license.txt => iri-0.8-license.txt} |2 +- .../external/langdetect-1.2-license.txt| 209 + .../external/salvation-2.7.2-license.txt | 209 + .../external/saxon9B-9.1.0.2-license.txt | 367 - .../external/validator-20200626.patch | 251 + .../external/validator-howto-build.txt | 15 + ide/html.validation/external/validator.patch | 8898 ide/html.validation/nbproject/project.properties | 19 +- ide/html.validation/nbproject/project.xml | 18 +- .../test/unit/data/testfiles/testEmbeddedCSS.xhtml | 37 + .../html/validation/ValidationTransactionTest.java | 16 + nbbuild/licenses/MIT-galimatias| 19 + .../org/openide/filesystems/FileSystemCompat.java | 12 +- 19 files changed, 827 insertions(+), 9387 deletions(-) - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[netbeans] branch release121 updated (95e4be4 -> 26e6ce8)
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a change to branch release121 in repository https://gitbox.apache.org/repos/asf/netbeans.git. from 95e4be4 Merge pull request #2276 from apache/master add f75d998 [NETBEANS-3409] Missing popup menu for sql editor tabs add 6f6b51a Merge pull request #2306 from matthiasblaesing/netbeans-3409 add 54049c2 Update validator.jar for html.validation add 269ca5f Merge pull request #2308 from matthiasblaesing/html-validator-fix add a0532dc [NETBEANS-4715] Make GlassFish Report Jakarta EE 8.0 Profile Support add 0598a9d Merge pull request #2313 from lkishalmi/NETBEANS-4715 new 26e6ce8 Merge pull request #2311 from apache/master The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../server/config/ConfigBuilderProvider.java |2 +- .../tooling/server/config/GlassFishV5_1.xml| 101 - .../tooling/server/config/GlassFishV5_1_0.xml |4 +- .../tooling/server/config/JavaEEProfile.java |2 +- ide/html.validation/external/binaries-list |8 +- .../external/galimatias-0.1.3-license.txt | 25 + .../{iri-0.5-license.txt => iri-0.8-license.txt} |2 +- .../external/langdetect-1.2-license.txt| 209 + .../external/salvation-2.7.2-license.txt | 209 + .../external/saxon9B-9.1.0.2-license.txt | 367 - .../external/validator-20200626.patch | 251 + .../external/validator-howto-build.txt | 15 + ide/html.validation/external/validator.patch | 8898 ide/html.validation/nbproject/project.properties | 19 +- ide/html.validation/nbproject/project.xml | 18 +- .../test/unit/data/testfiles/testEmbeddedCSS.xhtml | 37 + .../html/validation/ValidationTransactionTest.java | 16 + nbbuild/licenses/MIT-galimatias| 19 + .../org/openide/filesystems/FileSystemCompat.java | 12 +- 19 files changed, 827 insertions(+), 9387 deletions(-) delete mode 100644 enterprise/glassfish.tooling/src/org/netbeans/modules/glassfish/tooling/server/config/GlassFishV5_1.xml create mode 100644 ide/html.validation/external/galimatias-0.1.3-license.txt rename ide/html.validation/external/{iri-0.5-license.txt => iri-0.8-license.txt} (99%) create mode 100644 ide/html.validation/external/langdetect-1.2-license.txt create mode 100644 ide/html.validation/external/salvation-2.7.2-license.txt delete mode 100644 ide/html.validation/external/saxon9B-9.1.0.2-license.txt create mode 100644 ide/html.validation/external/validator-howto-build.txt delete mode 100644 ide/html.validation/external/validator.patch create mode 100644 ide/html.validation/test/unit/data/testfiles/testEmbeddedCSS.xhtml create mode 100644 nbbuild/licenses/MIT-galimatias - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[netbeans] branch master updated: [NETBEANS-4715] Make GlassFish Report Jakarta EE 8.0 Profile Support
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans.git The following commit(s) were added to refs/heads/master by this push: new a0532dc [NETBEANS-4715] Make GlassFish Report Jakarta EE 8.0 Profile Support new 0598a9d Merge pull request #2313 from lkishalmi/NETBEANS-4715 a0532dc is described below commit a0532dc5aad291247de62ae18c359e25c96ef37f Author: Laszlo Kishalmi AuthorDate: Fri Aug 14 09:23:47 2020 -0700 [NETBEANS-4715] Make GlassFish Report Jakarta EE 8.0 Profile Support --- .../server/config/ConfigBuilderProvider.java | 2 +- .../tooling/server/config/GlassFishV5_1.xml| 101 - .../tooling/server/config/GlassFishV5_1_0.xml | 4 +- .../tooling/server/config/JavaEEProfile.java | 2 +- 4 files changed, 4 insertions(+), 105 deletions(-) diff --git a/enterprise/glassfish.tooling/src/org/netbeans/modules/glassfish/tooling/server/config/ConfigBuilderProvider.java b/enterprise/glassfish.tooling/src/org/netbeans/modules/glassfish/tooling/server/config/ConfigBuilderProvider.java index d297c77..90efe45 100644 --- a/enterprise/glassfish.tooling/src/org/netbeans/modules/glassfish/tooling/server/config/ConfigBuilderProvider.java +++ b/enterprise/glassfish.tooling/src/org/netbeans/modules/glassfish/tooling/server/config/ConfigBuilderProvider.java @@ -72,7 +72,7 @@ public class ConfigBuilderProvider { /** Library builder configuration since GlassFish 5.1. */ private static final Config.Next CONFIG_V5_1 = new Config.Next(GlassFishVersion.GF_5_1_0, -ConfigBuilderProvider.class.getResource("GlassFishV5_1.xml")); +ConfigBuilderProvider.class.getResource("GlassFishV5_1_0.xml")); /** Library builder configuration for GlassFish cloud. */ private static final Config config diff --git a/enterprise/glassfish.tooling/src/org/netbeans/modules/glassfish/tooling/server/config/GlassFishV5_1.xml b/enterprise/glassfish.tooling/src/org/netbeans/modules/glassfish/tooling/server/config/GlassFishV5_1.xml deleted file mode 100644 index bce4c22..000 --- a/enterprise/glassfish.tooling/src/org/netbeans/modules/glassfish/tooling/server/config/GlassFishV5_1.xml +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -http://repo1.maven.org/maven2/org/glassfish/jersey/jersey-documentation/2.0-m05-2/jersey-documentation-2.0-m05-2-docbook.zip"/> - - - - - - - - - - - - - - - - diff --git a/enterprise/glassfish.tooling/src/org/netbeans/modules/glassfish/tooling/server/config/GlassFishV5_1_0.xml b/enterprise/glassfish.tooling/src/org/netbeans/modules/glassfish/tooling/server/config/GlassFishV5_1_0.xml index bafd707..ea62cd8 100644 --- a/enterprise/glassfish.tooling/src/org/netbeans/modules/glassfish/tooling/server/config/GlassFishV5_1_0.xml +++ b/enterprise/glassfish.tooling/src/org/netbeans/modules/glassfish/tooling/server/config/GlassFishV5_1_0.xml @@ -37,8 +37,8 @@ - - + + diff --git a/enterprise/glassfish.tooling/src/org/netbeans/modules/glassfish/tooling/server/config/JavaEEProfile.java b/enterprise/glassfish.tooling/src/org/netbeans/modules/glassfish/tooling/server/config/JavaEEProfile.java index 7efcd2f..75efca9 100644 --- a/enterprise/glassfish.tooling/src/org/netbeans/modules/glassfish/tooling/server/config/JavaEEProfile.java +++ b/enterprise/glassfish.tooling/src/org/netbeans/modules/glassfish/tooling/server/config/JavaEEProfile.java @@ -119,7 +119,7 @@ public enum JavaEEProfile { v1_7("1.7"), /** JavaEE 1.8. */ v1_8("1.8"), -/** JakartaEE 1.8.0. */ +/** JakartaEE 8.0. */ v8_0_0("8.0.0"); /** JavaEE profile type name. */ - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbe
[netbeans] branch master updated: [NETBEANS-3409] Missing popup menu for sql editor tabs
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans.git The following commit(s) were added to refs/heads/master by this push: new f75d998 [NETBEANS-3409] Missing popup menu for sql editor tabs new 6f6b51a Merge pull request #2306 from matthiasblaesing/netbeans-3409 f75d998 is described below commit f75d99836af9a8ce2e51d3c547bad22e610557c8 Author: Matthias Bläsing AuthorDate: Mon Aug 10 22:08:28 2020 +0200 [NETBEANS-3409] Missing popup menu for sql editor tabs The Filesystems API compatibility module provides implementations for Filesystem#getActions for several filesystems. Most filesystem implementations are covered by the implementation in AbstractFileSystemCompat, but this does not cover implementations directly inheriting from Filesystem. One such filesystem is BinaryFS. In the SQL Editor the command window function (temp files for SQL execution) is backed by a file in the SystemFileSystem, which delegates in the end to BinaryFS: SystemFileSystem-> ModuleLayeredFileSystem -> BinaryFS As BinaryFS does not implement getActions and no patch is provided for this class, an AbstractMethodError is raised. Instead of bailing out with an Error, the compatibility implementation now returns an empty array to satisfy the Filesystem#getActions contract. --- .../src/org/openide/filesystems/FileSystemCompat.java| 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/platform/openide.filesystems.compat8/src/org/openide/filesystems/FileSystemCompat.java b/platform/openide.filesystems.compat8/src/org/openide/filesystems/FileSystemCompat.java index 0455f9c..460ea8c 100644 --- a/platform/openide.filesystems.compat8/src/org/openide/filesystems/FileSystemCompat.java +++ b/platform/openide.filesystems.compat8/src/org/openide/filesystems/FileSystemCompat.java @@ -43,6 +43,9 @@ import org.openide.util.actions.SystemAction; */ @PatchFor(FileSystem.class) public abstract class FileSystemCompat { +/** system actions for this FS */ +private static final SystemAction[] NO_SYSTEM_ACTIONS = new SystemAction[0]; + /** Property name giving capabilities state. @deprecated No more capabilities. */ static final String PROP_CAPABILITIES = "capabilities"; // NOI18N @@ -67,7 +70,14 @@ public abstract class FileSystemCompat { * * @return array of available actions */ -public abstract SystemAction[] getActions(); +@SuppressWarnings("ReturnOfCollectionOrArrayField") +public SystemAction[] getActions() { +// If implementations don't override getActions, an empty array is +// returned to satisfy the FileSystem#getActions contract. As the +// empty array is immutable, it is save to return a singleton in this +// case +return NO_SYSTEM_ACTIONS; +} /** * Get actions appropriate to a certain file selection. - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[netbeans-jenkins-lib] branch master updated: Add metadata for NetBeans 12.1-beta2
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans-jenkins-lib.git The following commit(s) were added to refs/heads/master by this push: new b30a8f6 Add metadata for NetBeans 12.1-beta2 new 2dfd9b5 Merge pull request #15 from neilcsmith-net/release121-b2 b30a8f6 is described below commit b30a8f6be3fb79f1286df9bc1443a7a6e57f9de1 Author: Neil C Smith AuthorDate: Tue Aug 11 15:06:58 2020 +0100 Add metadata for NetBeans 12.1-beta2 --- meta/netbeansrelease.json | 4 1 file changed, 4 insertions(+) diff --git a/meta/netbeansrelease.json b/meta/netbeansrelease.json index 5575e55..a40b244 100644 --- a/meta/netbeansrelease.json +++ b/meta/netbeansrelease.json @@ -274,6 +274,10 @@ "08d65f163be3bb1232098cc66b558438e90ddc01": { "version": "beta1", "position": "1" +}, +"95e4be413811ba9206721bb39c97523022a0180c": { +"version": "beta2", +"position": "2" } }, "releasedate": { - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[netbeans] branch release121 updated (08d65f1 -> 95e4be4)
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a change to branch release121 in repository https://gitbox.apache.org/repos/asf/netbeans.git. from 08d65f1 Merge pull request #2248 from pepness/jdk-16-javadoc add 75dca26 [NETBEANS-4621] Color highlighting is not correct when script type attribute value is "module" add 12d0e2d Merge pull request #2268 from junichi11/netbeans-4621-script-type-module-color-highlighting add 37a005b [NETBEANS-4615] Display compiler arg in Gradle Source Customizer Panel add ab38230 [NETBEANS-3910] Treat Flat Dark LaF as Darcula add cd90e03 [NETBEANS-4636] Make FileBuilt and SourceForBinary queries calculate with module-source-path in Gradle porjects add 84ed378 [NETBEANS-4311]: Added support for auto-completion of Java Record add 277ab58 Merge pull request # from arusinha/netbeans-4311 add 0b4f995 Improvements to the Java LSP Server add 8ebb35d [NETBEANS-3825] nb-javac Upgrade to JDK-14 add 43b26e5 Merge pull request #2277 from Akshay-Gupta-Oracle/nb_javac_14 add 24f5a52 [NETBEANS-4604] PHP - instant rename of private constant add d671f96 Merge pull request #2263 from KacerCZ/netbeans-4604-const-instant-rename add f117675 Update badge to new build location add d69f4d1 Merge pull request #2297 from apache/badgecibuild add 55b39bd Fixing removal of a double-quote inside a text block. add 8e24f65 [NETBEANS-4693] new nb-javac with records in maven projects fix add 61123c2 Merge pull request #2304 from Akshay-Gupta-Oracle/nbjavac14 add 56ffe7d Fix Spring Framework 3 Library add 1387f10 Remove nbjavac library definition add 6c58b10 Merge pull request #2302 from matthiasblaesing/fix-libraries add 2a4a18a Make it easy to create dynamically updated ProxyLookup instances without subclassing add 1cf4221 Adding support for clangd to the lightweight C/C++ support add f3a993a -Fix JakartaEE integration with the NetBeans library -Add module 'jakartaee8.platform' that contains the Javadoc -Add license for generated library and remove unnecessary binary downloads by Matthias B. add de911d2 Merge pull request #2272 from pepness/jakartaee8-javadoc new 95e4be4 Merge pull request #2276 from apache/master The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: README.md | 4 +- .../modules/cpplite/editor/UnconfiguredHint.java | 10 +- .../org/netbeans/modules/cpplite/editor/Utils.java | 94 +++ .../cpplite/editor/lsp/LanguageServerImpl.java | 118 ++- .../cpplite/editor/lsp/options/Bundle.properties | 6 +- .../cpplite/editor/lsp/options/CPPLitePanel.form | 87 +- .../cpplite/editor/lsp/options/CPPLitePanel.java | 101 ++- .../editor/spi/CProjectConfigurationProvider.java | 3 + .../CPPLiteCProjectConfigurationProvider.java | 27 +- enterprise/jakartaee8.api/external/binaries-list | 14 +- .../external/jakarta.batch-api-1.0.2-license.txt | 93 --- ...rta.enterprise.concurrent-api-1.1.2-license.txt | 93 --- ...jakarta.enterprise.deploy-api-1.7.2-license.txt | 94 --- .../external/jakarta.faces-api-2.3.2-license.txt | 93 --- .../external/jakarta.jms-api-2.0.3-license.txt | 93 --- .../jakarta.management.j2ee-api-1.1.4-license.txt | 93 --- .../jakarta.resource-api-1.7.4-license.txt | 93 --- .../jakarta.security.jacc-api-1.6.1-license.txt| 93 --- .../jakarta.xml.registry-api-1.0.10-license.txt| 93 --- .../external/jakarta.xml.rpc-api-1.1.4-license.txt | 93 --- .../modules/jakartaee8/api/jakartaee-api-8.0.xml | 6 +- .../jakartaee8/api/jakartaee-web-api-8.0.xml | 6 +- enterprise/jakartaee8.platform/arch.xml| 909 + enterprise/jakartaee8.platform/build.xml | 47 ++ .../jakartaee8.platform}/external/binaries-list| 3 +- ...akarta.jakartaee-api-8.0.0-javadoc-license.txt} | 10 +- ...akarta.jakartaee-api-8.0.0-javadoc-license.txt} | 9 +- enterprise/jakartaee8.platform/manifest.mf | 5 + .../nbproject/project.properties | 8 +- .../jakartaee8.platform/nbproject/project.xml | 21 +- .../modules/jakartaee8/platform}/Bundle.properties | 8 +- .../editor/resources/completion}/record.png| Bin .../org/netbeans/api/html/lexer/HTMLTokenId.java | 11 +- .../netbeans/modules/lsp/client/LSPBindings.java | 31 +- .../client/bindings/CompletionProviderImpl.java| 7 +- .../lsp/client/bindings/NavigatorPanelImpl.java| 2 +- .../TextDocumentSyncServerCapabilityHandler.java | 93 ++- .../gradle/java/customizer/Bundle.properties | 1
[netbeans] 01/01: Merge pull request #2276 from apache/master
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a commit to branch release121 in repository https://gitbox.apache.org/repos/asf/netbeans.git commit 95e4be413811ba9206721bb39c97523022a0180c Merge: 08d65f1 de911d2 Author: Neil C Smith AuthorDate: Tue Aug 11 13:00:29 2020 +0100 Merge pull request #2276 from apache/master Sync master to release121 for 12.1-beta2 README.md | 4 +- .../modules/cpplite/editor/UnconfiguredHint.java | 10 +- .../org/netbeans/modules/cpplite/editor/Utils.java | 94 +++ .../cpplite/editor/lsp/LanguageServerImpl.java | 118 ++- .../cpplite/editor/lsp/options/Bundle.properties | 6 +- .../cpplite/editor/lsp/options/CPPLitePanel.form | 87 +- .../cpplite/editor/lsp/options/CPPLitePanel.java | 101 ++- .../editor/spi/CProjectConfigurationProvider.java | 3 + .../CPPLiteCProjectConfigurationProvider.java | 27 +- enterprise/jakartaee8.api/external/binaries-list | 14 +- .../external/jakarta.batch-api-1.0.2-license.txt | 93 --- ...rta.enterprise.concurrent-api-1.1.2-license.txt | 93 --- ...jakarta.enterprise.deploy-api-1.7.2-license.txt | 94 --- .../external/jakarta.faces-api-2.3.2-license.txt | 93 --- .../external/jakarta.jms-api-2.0.3-license.txt | 93 --- .../jakarta.management.j2ee-api-1.1.4-license.txt | 93 --- .../jakarta.resource-api-1.7.4-license.txt | 93 --- .../jakarta.security.jacc-api-1.6.1-license.txt| 93 --- .../jakarta.xml.registry-api-1.0.10-license.txt| 93 --- .../external/jakarta.xml.rpc-api-1.1.4-license.txt | 93 --- .../modules/jakartaee8/api/jakartaee-api-8.0.xml | 6 +- .../jakartaee8/api/jakartaee-web-api-8.0.xml | 6 +- enterprise/jakartaee8.platform/arch.xml| 909 + enterprise/jakartaee8.platform/build.xml | 47 ++ .../jakartaee8.platform}/external/binaries-list| 3 +- ...akarta.jakartaee-api-8.0.0-javadoc-license.txt} | 10 +- ...akarta.jakartaee-api-8.0.0-javadoc-license.txt} | 9 +- enterprise/jakartaee8.platform/manifest.mf | 5 + .../nbproject/project.properties | 8 +- .../jakartaee8.platform/nbproject/project.xml | 21 +- .../modules/jakartaee8/platform}/Bundle.properties | 8 +- .../modules/editor/resources/completion/record.png | Bin 0 -> 785 bytes .../org/netbeans/api/html/lexer/HTMLTokenId.java | 11 +- .../netbeans/modules/lsp/client/LSPBindings.java | 31 +- .../client/bindings/CompletionProviderImpl.java| 7 +- .../lsp/client/bindings/NavigatorPanelImpl.java| 2 +- .../TextDocumentSyncServerCapabilityHandler.java | 93 ++- .../gradle/java/customizer/Bundle.properties | 1 + .../gradle/java/customizer/SourceSetPanel.form | 30 +- .../gradle/java/customizer/SourceSetPanel.java | 39 +- .../gradle/java/queries/FileBuiltQueryImpl.java| 19 +- .../gradle/java/queries/GradleSourceForBinary.java | 27 +- .../java/completion/JavaCompletionTask.java| 273 ++- .../JavaCompletionTaskTest/1.8/override.pass | 1 + .../JavaCompletionTaskTest/1.8/record.pass | 1 + .../1.8/typesRecordLocalMembersAndVars.pass| 8 + .../1.8/typesRecordStaticMembersAndVars.pass | 8 + .../14/typesRecordLocalMembersAndVars.pass | 7 + .../14/typesRecordStaticMembersAndVars.pass| 7 + .../modules/java/completion/data/Records.java} | 20 +- .../JavaCompletionTask114FeaturesTest.java | 29 + .../netbeans/modules/editor/java/GoToSupport.java | 15 +- .../modules/editor/java/JavaCompletionItem.java| 22 +- .../modules/editor/java/TypingCompletion.java | 2 +- .../editor/java/TypingCompletionUnitTest.java | 12 + .../java/hints/errors/AddParameterOrLocalFix.java | 136 ++- .../modules/java/hints/errors/CreateElement.java | 6 +- .../modules/java/hints/errors/ImportClass.java | 7 +- .../hints/suggestions/ExpectedTypeResolver.java| 15 + .../hints/errors/AddParameterOrLocalFixTest.java | 5 +- .../java/hints/errors/CreateElementTest.java | 5 +- .../hints/infrastructure/ErrorHintsTestBase.java | 1 + .../hints/jdk/ConvertToPatternInstanceOfTest.java | 21 +- java/java.lsp.server/build.xml | 6 +- java/java.lsp.server/nbproject/project.xml | 5 + .../netbeans/modules/java/lsp/server/Server.java | 11 +- .../lsp/server/text/TextDocumentServiceImpl.java | 192 - .../modules/java/lsp/server/ServerTest.java| 320 +++- java/java.lsp.server/vscode/package-lock.json | 2 +- java/java.lsp.server/vscode/package.json | 2 +- .../src/{VerifyJDK11.java => VerifyJDK14.java} | 6 +- java/java.lsp.server/vscode/src/extension.ts | 4 +- .../netbeans/modules/java/source/TreeShims.java| 9 + .../api/java/source/ElementHandleTest.java | 11 + java/java.so
[netbeans] branch master updated: [NETBEANS-4693] new nb-javac with records in maven projects fix
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans.git The following commit(s) were added to refs/heads/master by this push: new 8e24f65 [NETBEANS-4693] new nb-javac with records in maven projects fix new 61123c2 Merge pull request #2304 from Akshay-Gupta-Oracle/nbjavac14 8e24f65 is described below commit 8e24f65f9c16a5e047ba9fbfc8e3edbe996dc7cf Author: Akshay-Gupta-Oracle AuthorDate: Fri Aug 7 20:39:42 2020 +0530 [NETBEANS-4693] new nb-javac with records in maven projects fix --- java/libs.javacapi/external/binaries-list| 2 +- java/libs.javacimpl/external/binaries-list | 2 +- .../release/modules/ext/nb-javac-14-api.jar.external | 12 ++-- .../release/modules/ext/nb-javac-14-impl.jar.external| 12 ++-- .../src/org/netbeans/modules/nbjavac/Bundle.properties | 2 +- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/java/libs.javacapi/external/binaries-list b/java/libs.javacapi/external/binaries-list index 178d876..97525d3 100644 --- a/java/libs.javacapi/external/binaries-list +++ b/java/libs.javacapi/external/binaries-list @@ -14,4 +14,4 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. -1B02BEB46868327A9A107B71CCDE974FAF44 nb-javac-14-api.jar +988279FD0A258197BF24190BE44A60BA7EA1FC3C nb-javac-14-api.jar \ No newline at end of file diff --git a/java/libs.javacimpl/external/binaries-list b/java/libs.javacimpl/external/binaries-list index 8eb8b24..d270d6c 100644 --- a/java/libs.javacimpl/external/binaries-list +++ b/java/libs.javacimpl/external/binaries-list @@ -14,4 +14,4 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. -E8DE691178EC01A9396DE4AF2C6D836FA47BC8F6 nb-javac-14-impl.jar +BABD4BF10C42EE321AED7393BED72C579A486CD3 nb-javac-14-impl.jar diff --git a/nb/updatecenters/extras/nbjavac.api/release/modules/ext/nb-javac-14-api.jar.external b/nb/updatecenters/extras/nbjavac.api/release/modules/ext/nb-javac-14-api.jar.external index 18af6f5..e30d396 100644 --- a/nb/updatecenters/extras/nbjavac.api/release/modules/ext/nb-javac-14-api.jar.external +++ b/nb/updatecenters/extras/nbjavac.api/release/modules/ext/nb-javac-14-api.jar.external @@ -1,6 +1,6 @@ -CRC:872844248 -SIZE:250999 -URL:https://netbeans.osuosl.org/binaries/1B02BEB46868327A9A107B71CCDE974FAF44-nb-javac-14-api.jar -URL:https://hg.netbeans.org/binaries/1B02BEB46868327A9A107B71CCDE974FAF44-nb-javac-14-api.jar -MessageDigest: SHA-256 8d2498c8fcdcf532e8bfbb74d68c8e90be965d274a9685dd4407c11d4ac69d1b -MessageDigest: SHA-512 eff974128bd9bee3946a7696a0f7f3f21083035670f900a585d0d097c3c15cbafd98726c7d81cbc0c471646e455276c9613e9ef87c2a0660c3cae0074e6bdf79 \ No newline at end of file +CRC:1160927925 +SIZE:250879 +URL:https://netbeans.osuosl.org/binaries/988279FD0A258197BF24190BE44A60BA7EA1FC3C-nb-javac-14-api.jar +URL:https://hg.netbeans.org/binaries/988279FD0A258197BF24190BE44A60BA7EA1FC3C-nb-javac-14-api.jar +MessageDigest: SHA-256 76c02474a83a61e92952548c3b59af093d20fb9de82b2aa47a458cdfab538da7 +MessageDigest: SHA-512 9a79f44cf335045a101b43ba8481070c65a5c2f8b274aa77069a751fa2c0da40c60c0b7830373f5a100205bb7d14a54f32ca3ce8c50442568e5de1474a6d5a4a \ No newline at end of file diff --git a/nb/updatecenters/extras/nbjavac.impl/release/modules/ext/nb-javac-14-impl.jar.external b/nb/updatecenters/extras/nbjavac.impl/release/modules/ext/nb-javac-14-impl.jar.external index fbfafc2..dc51f2f 100644 --- a/nb/updatecenters/extras/nbjavac.impl/release/modules/ext/nb-javac-14-impl.jar.external +++ b/nb/updatecenters/extras/nbjavac.impl/release/modules/ext/nb-javac-14-impl.jar.external @@ -1,6 +1,6 @@ -CRC:1413267252 -SIZE:3683576 -URL:https://netbeans.osuosl.org/binaries/E8DE691178EC01A9396DE4AF2C6D836FA47BC8F6-nb-javac-14-impl.jar -URL:https://hg.netbeans.org/binaries/E8DE691178EC01A9396DE4AF2C6D836FA47BC8F6-nb-javac-14-impl.jar -MessageDigest: SHA-256 d84172262f69d9c22e30c647fb86a6a644ac8011890930fad3d20597e0adb5f8 -MessageDigest: SHA-512 4b011d19151277a795aa5a7220400c95f26ad1f4daf1b178545b8ae97cc4ca3e0d299fffc657d5a78574db7b149866e6440a9cbc73dce732d4d37feb81ec9b62 \ No newline at end of file +CRC:114381 +SIZE:3683563 +URL:https://netbeans.osuosl.org/binaries/BABD4BF10C42EE321AED7393BED72C579A486CD3-nb-javac-14-impl.jar +URL:https://hg.netbeans.org/binaries/ BABD4BF10C42EE321AED7393BED72C579A486CD3-nb-javac-14-impl.jar +MessageDigest: SHA-256 b6381f69707fb12f2edbbf47d59189bbfbd3390f64d9e7ec9b5d90abc3ba5db4 +MessageDigest: SHA-512 8fee92cc0df7ae2ec034c027cc761d6ca87e609db68a269c993148bc0c611b0a4dd088ac740f7c81bfe8c7e32c0367965cf8187378c02348dd6b2532e46a005c \ No newline at end of file diff --git a/nb
[netbeans] annotated tag 12.1-beta1 updated (08d65f1 -> 2246bf6)
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a change to annotated tag 12.1-beta1 in repository https://gitbox.apache.org/repos/asf/netbeans.git. *** WARNING: tag 12.1-beta1 was modified! *** from 08d65f1 (commit) to 2246bf6 (tag) tagging 08d65f163be3bb1232098cc66b558438e90ddc01 (commit) replaces 9.0-rc1-rc1 by Neil C Smith on Wed Aug 5 11:23:38 2020 +0100 - Log - Apache NetBeans 12.1 beta 1 --- No new revisions were added by this update. Summary of changes: - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[netbeans] branch master updated: [NETBEANS-3825] nb-javac Upgrade to JDK-14
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans.git The following commit(s) were added to refs/heads/master by this push: new 8ebb35d [NETBEANS-3825] nb-javac Upgrade to JDK-14 new 43b26e5 Merge pull request #2277 from Akshay-Gupta-Oracle/nb_javac_14 8ebb35d is described below commit 8ebb35d204a599405b5cc7a367eb371aa347cf95 Author: Akshay-Gupta-Oracle AuthorDate: Mon Jul 27 14:36:04 2020 +0530 [NETBEANS-3825] nb-javac Upgrade to JDK-14 --- .../hints/suggestions/ExpectedTypeResolver.java| 15 ++ .../hints/jdk/ConvertToPatternInstanceOfTest.java | 21 .../netbeans/modules/java/source/TreeShims.java| 9 .../api/java/source/ElementHandleTest.java | 11 + java/libs.javacapi/external/binaries-list | 2 +- ...api-license.txt => nb-javac-14-api-license.txt} | 2 +- java/libs.javacapi/nbproject/project.xml | 2 +- java/libs.javacimpl/external/binaries-list | 2 +- ...pl-license.txt => nb-javac-14-impl-license.txt} | 2 +- java/libs.javacimpl/nbproject/project.xml | 2 +- .../modules/java/hints/spiimpl/Utilities.java | 57 ++ nb/updatecenters/extras/nbjavac.api/manifest.mf| 2 +- .../extras/nbjavac.api/nbproject/project.xml | 4 +- .../modules/ext/nb-javac-13-api.jar.external | 6 --- .../modules/ext/nb-javac-14-api.jar.external | 6 +++ nb/updatecenters/extras/nbjavac.impl/manifest.mf | 2 +- .../extras/nbjavac.impl/nbproject/project.xml | 4 +- .../modules/ext/nb-javac-13-impl.jar.external | 6 --- .../modules/ext/nb-javac-14-impl.jar.external | 6 +++ nb/updatecenters/licenseinfo.xml | 4 +- nbbuild/templates/projectized.xml | 2 +- 21 files changed, 128 insertions(+), 39 deletions(-) diff --git a/java/java.hints/src/org/netbeans/modules/java/hints/suggestions/ExpectedTypeResolver.java b/java/java.hints/src/org/netbeans/modules/java/hints/suggestions/ExpectedTypeResolver.java index 8bf7951..a2424e5 100644 --- a/java/java.hints/src/org/netbeans/modules/java/hints/suggestions/ExpectedTypeResolver.java +++ b/java/java.hints/src/org/netbeans/modules/java/hints/suggestions/ExpectedTypeResolver.java @@ -25,6 +25,7 @@ import com.sun.source.tree.ArrayTypeTree; import com.sun.source.tree.AssertTree; import com.sun.source.tree.AssignmentTree; import com.sun.source.tree.BinaryTree; +import com.sun.source.tree.BindingPatternTree; import com.sun.source.tree.BlockTree; import com.sun.source.tree.BreakTree; import com.sun.source.tree.CaseTree; @@ -67,6 +68,7 @@ import com.sun.source.tree.ProvidesTree; import com.sun.source.tree.RequiresTree; import com.sun.source.tree.ReturnTree; import com.sun.source.tree.Scope; +import com.sun.source.tree.SwitchExpressionTree; import com.sun.source.tree.SwitchTree; import com.sun.source.tree.SynchronizedTree; import com.sun.source.tree.ThrowTree; @@ -81,6 +83,7 @@ import com.sun.source.tree.UsesTree; import com.sun.source.tree.VariableTree; import com.sun.source.tree.WhileLoopTree; import com.sun.source.tree.WildcardTree; +import com.sun.source.tree.YieldTree; import com.sun.source.util.SourcePositions; import com.sun.source.util.TreePath; import com.sun.tools.javac.code.Type.CapturedType; @@ -1388,4 +1391,16 @@ public class ExpectedTypeResolver implements TreeVisitor visitUses(UsesTree node, Object p) { return null; } + +public List visitBindingPattern(BindingPatternTree bpt, Object p) { +return null; +} + +public List visitSwitchExpression(SwitchExpressionTree set, Object p) { +return null; +} + +public List visitYield(YieldTree yt, Object p) { +return null; +} } diff --git a/java/java.hints/test/unit/src/org/netbeans/modules/java/hints/jdk/ConvertToPatternInstanceOfTest.java b/java/java.hints/test/unit/src/org/netbeans/modules/java/hints/jdk/ConvertToPatternInstanceOfTest.java index 14ea3d4..1982bbd 100644 --- a/java/java.hints/test/unit/src/org/netbeans/modules/java/hints/jdk/ConvertToPatternInstanceOfTest.java +++ b/java/java.hints/test/unit/src/org/netbeans/modules/java/hints/jdk/ConvertToPatternInstanceOfTest.java @@ -18,9 +18,9 @@ */ package org.netbeans.modules.java.hints.jdk; -import javax.lang.model.SourceVersion; import org.netbeans.junit.NbTestCase; import org.netbeans.modules.java.hints.test.api.HintTest; +import javax.lang.model.SourceVersion; /** * @@ -44,6 +44,8 @@ public class ConvertToPatternInstanceOfTest extends NbTestCase { "return -1;\n" + "}\n" + "}\n") +.sourceLevel(SourceVersion.latest().name()) +.options("--enable-preview") .run(ConvertToPatternI
[netbeans] branch master updated: [NETBEANS-4311]: Added support for auto-completion of Java Record
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans.git The following commit(s) were added to refs/heads/master by this push: new 84ed378 [NETBEANS-4311]: Added support for auto-completion of Java Record new 277ab58 Merge pull request # from arusinha/netbeans-4311 84ed378 is described below commit 84ed378465d5ece29d5ff47b6f716a1209cedb5f Author: Arunava Sinha AuthorDate: Mon Jun 29 19:53:29 2020 +0530 [NETBEANS-4311]: Added support for auto-completion of Java Record --- .../modules/editor/resources/completion/record.png | Bin 0 -> 785 bytes .../java/completion/JavaCompletionTask.java| 273 +++-- .../JavaCompletionTaskTest/1.8/override.pass | 1 + .../JavaCompletionTaskTest/1.8/record.pass | 1 + .../1.8/typesRecordLocalMembersAndVars.pass| 8 + .../1.8/typesRecordStaticMembersAndVars.pass | 8 + .../14/typesRecordLocalMembersAndVars.pass | 7 + .../14/typesRecordStaticMembersAndVars.pass| 7 + .../modules/java/completion/data/Records.java | 34 +++ .../JavaCompletionTask114FeaturesTest.java | 29 +++ .../modules/editor/java/JavaCompletionItem.java| 22 +- .../netbeans/modules/java/source/TreeShims.java| 9 + .../refactoring/java/ui/WhereUsedPanel.java| 5 +- 13 files changed, 375 insertions(+), 29 deletions(-) diff --git a/ide/editor/src/org/netbeans/modules/editor/resources/completion/record.png b/ide/editor/src/org/netbeans/modules/editor/resources/completion/record.png new file mode 100644 index 000..220e6f3 Binary files /dev/null and b/ide/editor/src/org/netbeans/modules/editor/resources/completion/record.png differ diff --git a/java/java.completion/src/org/netbeans/modules/java/completion/JavaCompletionTask.java b/java/java.completion/src/org/netbeans/modules/java/completion/JavaCompletionTask.java index b6bbb7f..ef40212 100644 --- a/java/java.completion/src/org/netbeans/modules/java/completion/JavaCompletionTask.java +++ b/java/java.completion/src/org/netbeans/modules/java/completion/JavaCompletionTask.java @@ -199,7 +199,7 @@ public final class JavaCompletionTask extends BaseTask { private static final String WHILE_KEYWORD = "while"; //NOI18N private static final String WITH_KEYWORD = "with"; //NOI18N private static final String YIELD_KEYWORD = "yield"; //NOI18N - +private static final String RECORD_KEYWORD = "record"; //NOI18N private static final String JAVA_LANG_CLASS = "java.lang.Class"; //NOI18N private static final String JAVA_LANG_OBJECT = "java.lang.Object"; //NOI18N private static final String JAVA_LANG_ITERABLE = "java.lang.Iterable"; //NOI18N @@ -237,9 +237,9 @@ public final class JavaCompletionTask extends BaseTask { private static final SourceVersion SOURCE_VERSION_RELEASE_10; private static final SourceVersion SOURCE_VERSION_RELEASE_11; private static final SourceVersion SOURCE_VERSION_RELEASE_13; - +private static final SourceVersion SOURCE_VERSION_RELEASE_14; static { -SourceVersion r10, r11, r13; +SourceVersion r10, r11, r13, r14; try { r10 = SourceVersion.valueOf("RELEASE_10"); @@ -256,10 +256,16 @@ public final class JavaCompletionTask extends BaseTask { } catch (IllegalArgumentException ex) { r13 = null; } + try { +r14 = SourceVersion.valueOf("RELEASE_14"); +} catch (IllegalArgumentException ex) { +r14 = null; +} SOURCE_VERSION_RELEASE_10 = r10; SOURCE_VERSION_RELEASE_11 = r11; SOURCE_VERSION_RELEASE_13 = r13; +SOURCE_VERSION_RELEASE_14 = r14; } private final ItemFactory itemFactory; @@ -502,6 +508,8 @@ public final class JavaCompletionTask extends BaseTask { default: if (path.getLeaf().getKind().toString().equals(TreeShims.SWITCH_EXPRESSION)) { insideSwitch(env); +} else if (TreeShims.isRecord(path.getLeaf())) { +insideRecord(env); } break; } @@ -726,7 +734,11 @@ public final class JavaCompletionTask extends BaseTask { addPackages(env, null, false); } if (options.contains(Options.ALL_COMPLETION)) { -addTypes(env, EnumSet.of(CLASS, INTERFACE, ENUM, ANNOTATION_TYPE), null); +EnumSet classKinds = EnumSet.of(CLASS, INTERFACE, ENUM, ANNOTATION_TYPE); +if (isRecordSupported(env)) { +classKinds.add(TreeShims.getRecordKind()); +} +addTypes(env, classKinds, null); } else { hasAdditionalClasses = true; } @@ -748,7 +760,7 @@ p
[netbeans-website] branch master updated: Added missing v2.8 dtd for new autoupdate-catalog
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans-website.git The following commit(s) were added to refs/heads/master by this push: new c471233 Added missing v2.8 dtd for new autoupdate-catalog new 97a364e Merge pull request #485 from lkishalmi/autoupdate-catalog-2_8 c471233 is described below commit c471233f3999f11bf242a09e0a413ea701ee946e Author: Laszlo Kishalmi AuthorDate: Wed Jul 22 23:45:03 2020 -0700 Added missing v2.8 dtd for new autoupdate-catalog --- .../src/content/dtds/autoupdate-catalog-2_8.dtd| 96 ++ 1 file changed, 96 insertions(+) diff --git a/netbeans.apache.org/src/content/dtds/autoupdate-catalog-2_8.dtd b/netbeans.apache.org/src/content/dtds/autoupdate-catalog-2_8.dtd new file mode 100644 index 000..074e636 --- /dev/null +++ b/netbeans.apache.org/src/content/dtds/autoupdate-catalog-2_8.dtd @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[netbeans-website] branch master updated: Update .htaccess for NB 12.1
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans-website.git The following commit(s) were added to refs/heads/master by this push: new 5e0141f Update .htaccess for NB 12.1 5e0141f is described below commit 5e0141f14c1b45d56076694e205c312482a4a66a Author: Neil C Smith AuthorDate: Wed Jul 22 16:19:21 2020 +0100 Update .htaccess for NB 12.1 --- netbeans.apache.org/src/content/.htaccess | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/netbeans.apache.org/src/content/.htaccess b/netbeans.apache.org/src/content/.htaccess index 2ac8b31..d3d5db8 100644 --- a/netbeans.apache.org/src/content/.htaccess +++ b/netbeans.apache.org/src/content/.htaccess @@ -13,7 +13,9 @@ Redirect 302 /nb/updates/11.3/ https://netbeans-vm.apache.org/uc/11.3/ Redirect 302 /nb/plugins/11.3/ https://netbeans-vm.apache.org/pluginportal2/updates/11.0/ Redirect 302 /nb/updates/12.0/ https://netbeans-vm.apache.org/uc/12.0/ Redirect 302 /nb/plugins/12.0/ https://plugins.netbeans.apache.org/data/12.0/ -Redirect 302 /nb/updates/dev/ https://netbeans-vm.apache.org/uc/11.3/ +Redirect 302 /nb/updates/12.1/ https://netbeans-vm.apache.org/uc/12.1/ +Redirect 302 /nb/plugins/12.1/ https://plugins.netbeans.apache.org/data/12.0/ +Redirect 302 /nb/updates/dev/ https://netbeans-vm.apache.org/uc/12.1/ Redirect 302 /nb/plugins/dev/ https://plugins.netbeans.apache.org/data/12.0/ Redirect 302 /nb/issues_redirect.html https://issues.apache.org/jira/projects/NETBEANS/issues Redirect 302 /nb/report-issue https://issues.apache.org/jira/projects/NETBEANS/issues - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[netbeans-jenkins-lib] branch master updated: Add metadata for NetBeans 12.1 release and 12.1-beta1
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans-jenkins-lib.git The following commit(s) were added to refs/heads/master by this push: new dfe7534 Add metadata for NetBeans 12.1 release and 12.1-beta1 new 7295d72 Merge pull request #14 from neilcsmith-net/release121-b1 dfe7534 is described below commit dfe7534bbb8b47d9e7dbcd53d5b793bfd9a100b4 Author: Neil C Smith AuthorDate: Wed Jul 22 10:59:55 2020 +0100 Add metadata for NetBeans 12.1 release and 12.1-beta1 --- meta/netbeansrelease.json | 29 + 1 file changed, 29 insertions(+) diff --git a/meta/netbeansrelease.json b/meta/netbeansrelease.json index 9de188d..5575e55 100644 --- a/meta/netbeansrelease.json +++ b/meta/netbeansrelease.json @@ -258,6 +258,35 @@ "year": "2020" } }, +"release121": { +"position": "8", +"ant": "Ant (latest)", +"jdk": "JDK 1.8 (latest)", +"jdk_apidoc": "https://docs.oracle.com/javase/8/docs/api/;, +"maven": "Maven 3.3.9", +"versionName": "12.1", +"mavenversion": "RELEASE121", +"tlp": "true", +"apidocurl": "https://bits.netbeans.org/12.1/javadoc;, +"update_url": "https://netbeans.apache.org/nb/updates/12.1/updates.xml.gz?{$netbeans.hash.code};, +"plugin_url": "https://netbeans.apache.org/nb/plugins/12.1/catalog.xml.gz;, +"milestones": { +"08d65f163be3bb1232098cc66b558438e90ddc01": { +"version": "beta1", +"position": "1" +} +}, +"releasedate": { +"day": "-", +"month": "-", +"year": "-" +}, +"previousreleasedate": { +"day": "04", +"month": "06", +"year": "2020" +} +}, "master": { "position": "5", "ant": "Ant (latest)", - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[netbeans] branch release121 created (now 08d65f1)
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a change to branch release121 in repository https://gitbox.apache.org/repos/asf/netbeans.git. at 08d65f1 Merge pull request #2248 from pepness/jdk-16-javadoc No new revisions were added by this update. - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[netbeans] branch master updated: Add javadoc for JDK 16 early access
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans.git The following commit(s) were added to refs/heads/master by this push: new 567d42e Add javadoc for JDK 16 early access new 08d65f1 Merge pull request #2248 from pepness/jdk-16-javadoc 567d42e is described below commit 567d42e5244f244c37a97f1ab73671bf63b5165c Author: Jose Contreras AuthorDate: Sat Jul 11 11:35:31 2020 -0500 Add javadoc for JDK 16 early access --- .../j2seplatform/platformdefinition/J2SEPlatformDefaultJavadocImpl.java | 1 + 1 file changed, 1 insertion(+) diff --git a/java/java.j2seplatform/src/org/netbeans/modules/java/j2seplatform/platformdefinition/J2SEPlatformDefaultJavadocImpl.java b/java/java.j2seplatform/src/org/netbeans/modules/java/j2seplatform/platformdefinition/J2SEPlatformDefaultJavadocImpl.java index f730e6e..b453916 100644 --- a/java/java.j2seplatform/src/org/netbeans/modules/java/j2seplatform/platformdefinition/J2SEPlatformDefaultJavadocImpl.java +++ b/java/java.j2seplatform/src/org/netbeans/modules/java/j2seplatform/platformdefinition/J2SEPlatformDefaultJavadocImpl.java @@ -64,6 +64,7 @@ public final class J2SEPlatformDefaultJavadocImpl implements J2SEPlatformDefault OFFICIAL_JAVADOC.put("13", "https://docs.oracle.com/en/java/javase/13/docs/api/;); // NOI18N OFFICIAL_JAVADOC.put("14", "https://docs.oracle.com/en/java/javase/14/docs/api/;); // NOI18N OFFICIAL_JAVADOC.put("15", "https://download.java.net/java/early_access/jdk15/docs/api/;); // NOI18N Early access +OFFICIAL_JAVADOC.put("16", "https://download.java.net/java/early_access/jdk16/docs/api/;); // NOI18N Early access } @Override - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[netbeans] branch master updated: [NETBEANS-4576] Support for code template completion for HTML
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans.git The following commit(s) were added to refs/heads/master by this push: new 259f1a5 [NETBEANS-4576] Support for code template completion for HTML new edda484 Merge pull request #2253 from junichi11/netbeans-4576-code-template-completion-for-html 259f1a5 is described below commit 259f1a54c4875b4df1eb94a45c5b5b8d82633923 Author: Junichi Yamamoto AuthorDate: Tue Jul 14 08:54:51 2020 +0900 [NETBEANS-4576] Support for code template completion for HTML --- .../html/editor/HtmlCodeTemplateFilter.java| 54 .../html/editor/resources/codetemplates.xml| 284 +++-- .../modules/html/editor/resources/layer.xml| 1 + 3 files changed, 318 insertions(+), 21 deletions(-) diff --git a/ide/html.editor/src/org/netbeans/modules/html/editor/HtmlCodeTemplateFilter.java b/ide/html.editor/src/org/netbeans/modules/html/editor/HtmlCodeTemplateFilter.java new file mode 100644 index 000..a2bd166 --- /dev/null +++ b/ide/html.editor/src/org/netbeans/modules/html/editor/HtmlCodeTemplateFilter.java @@ -0,0 +1,54 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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 + * + * http://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. + */ +package org.netbeans.modules.html.editor; + +import java.util.Collections; +import java.util.List; +import javax.swing.text.JTextComponent; +import org.netbeans.api.editor.mimelookup.MimeRegistration; +import org.netbeans.api.editor.mimelookup.MimeRegistrations; +import org.netbeans.lib.editor.codetemplates.api.CodeTemplate; +import org.netbeans.lib.editor.codetemplates.spi.CodeTemplateFilter; + +public class HtmlCodeTemplateFilter implements CodeTemplateFilter { + +private static final String HTML_CODE = "html-code"; // NOI18N + +@Override +public boolean accept(CodeTemplate template) { +return true; +} + +@MimeRegistrations({ +@MimeRegistration(mimeType = "text/html", service = CodeTemplateFilter.ContextBasedFactory.class), // NOI18N +@MimeRegistration(mimeType = "text/xhtml", service = CodeTemplateFilter.ContextBasedFactory.class) // NOI18N +}) +public static final class Factory implements CodeTemplateFilter.ContextBasedFactory { + +@Override +public CodeTemplateFilter createFilter(JTextComponent component, int offset) { +return new HtmlCodeTemplateFilter(); +} + +@Override +public List getSupportedContexts() { +return Collections.singletonList(HTML_CODE); +} +} +} diff --git a/ide/html.editor/src/org/netbeans/modules/html/editor/resources/codetemplates.xml b/ide/html.editor/src/org/netbeans/modules/html/editor/resources/codetemplates.xml index 595c0ec..830d389 100644 --- a/ide/html.editor/src/org/netbeans/modules/html/editor/resources/codetemplates.xml +++ b/ide/html.editor/src/org/netbeans/modules/html/editor/resources/codetemplates.xml @@ -21,64 +21,110 @@ --> htt
[netbeans] branch master updated: Separating unused element detection out of the semantic highlighter; adding a separate hint for unused elements.
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans.git The following commit(s) were added to refs/heads/master by this push: new c8ead04 Separating unused element detection out of the semantic highlighter; adding a separate hint for unused elements. new 5c5c23e Merge pull request #2207 from jlahoda/unused-hint c8ead04 is described below commit c8ead044e5e6ab836e2996d3b42f2bc943868e7b Author: Jan Lahoda AuthorDate: Sun Jun 21 09:01:41 2020 +0200 Separating unused element detection out of the semantic highlighter; adding a separate hint for unused elements. --- .../base/semantic/SemanticHighlighterBase.java | 284 +--- .../java/editor/base/semantic/UnusedDetector.java | 486 + .../java/editor/base/semantic/Utilities.java | 17 + .../base/semantic/DetectorTest/test89356.pass | 2 +- .../DetectorTest/testConstructorUsedBySuper1.pass | 4 +- .../DetectorTest/testConstructorUsedBySuper2.pass | 4 +- .../DetectorTest/testLambdaAndFunctionType.pass| 4 +- .../semantic/data/ConstructorUsedBySuper1.java | 2 +- .../semantic/data/ConstructorUsedBySuper2.java | 2 +- .../java/editor/base/semantic/DetectorTest.java| 6 +- .../java/editor/base/semantic/TestBase.java| 48 +- .../editor/base/semantic/UnusedDetectorTest.java | 377 .../netbeans/modules/java/hints/bugs/Unused.java | 85 .../modules/java/hints/bugs/UnusedTest.java| 53 +++ 14 files changed, 1078 insertions(+), 296 deletions(-) diff --git a/java/java.editor.base/src/org/netbeans/modules/java/editor/base/semantic/SemanticHighlighterBase.java b/java/java.editor.base/src/org/netbeans/modules/java/editor/base/semantic/SemanticHighlighterBase.java index 00d3687..00e115d 100644 --- a/java/java.editor.base/src/org/netbeans/modules/java/editor/base/semantic/SemanticHighlighterBase.java +++ b/java/java.editor.base/src/org/netbeans/modules/java/editor/base/semantic/SemanticHighlighterBase.java @@ -18,15 +18,10 @@ */ package org.netbeans.modules.java.editor.base.semantic; -import com.sun.source.tree.ArrayTypeTree; -import com.sun.source.tree.AssignmentTree; import com.sun.source.tree.ClassTree; import com.sun.source.tree.CompilationUnitTree; -import com.sun.source.tree.CompoundAssignmentTree; -import com.sun.source.tree.EnhancedForLoopTree; import com.sun.source.tree.ExportsTree; import com.sun.source.tree.IdentifierTree; -import com.sun.source.tree.LambdaExpressionTree; import com.sun.source.tree.LiteralTree; import com.sun.source.tree.MemberReferenceTree; import com.sun.source.tree.MemberSelectTree; @@ -44,13 +39,11 @@ import com.sun.source.tree.UsesTree; import com.sun.source.tree.VariableTree; import com.sun.source.util.SourcePositions; import com.sun.source.util.TreePath; -import java.lang.reflect.Field; import java.util.ArrayList; import java.util.Arrays; import java.util.Collection; import java.util.EnumSet; import java.util.HashMap; -import java.util.HashSet; import java.util.IdentityHashMap; import java.util.List; import java.util.Map; @@ -63,13 +56,9 @@ import javax.lang.model.element.Element; import javax.lang.model.element.ElementKind; import javax.lang.model.element.ExecutableElement; import javax.lang.model.element.Modifier; -import javax.lang.model.element.TypeElement; -import javax.lang.model.type.TypeKind; -import javax.lang.model.type.TypeMirror; import javax.swing.text.Document; import org.netbeans.api.java.lexer.JavaTokenId; import org.netbeans.api.java.source.CompilationInfo; -import org.netbeans.api.java.source.ElementHandle; import org.netbeans.api.java.source.JavaParserResultTask; import org.netbeans.api.java.source.JavaSource.Phase; import org.netbeans.api.java.source.TreeUtilities; @@ -77,15 +66,14 @@ import org.netbeans.api.java.source.support.CancellableTreePathScanner; import org.netbeans.api.lexer.PartType; import org.netbeans.api.lexer.Token; import org.netbeans.api.lexer.TokenHierarchy; -//import org.netbeans.modules.editor.NbEditorUtilities; import org.netbeans.modules.java.editor.base.imports.UnusedImports; import org.netbeans.modules.java.editor.base.semantic.ColoringAttributes.Coloring; +import org.netbeans.modules.java.editor.base.semantic.UnusedDetector.UnusedDescription; import org.netbeans.modules.parsing.spi.Parser.Result; import org.netbeans.modules.parsing.spi.Scheduler; import org.netbeans.modules.parsing.spi.SchedulerEvent; import org.netbeans.modules.parsing.spi.TaskIndexingMode; import org.openide.filesystems.FileUtil; -import org.openide.util.Exceptions; import org.openide.util.Pair; @@ -152,95 +140,6 @@ public abstract class SemanticHighlighterBase extends JavaParserResultTask { protected abstract boolean process(CompilationInfo info, final Document doc
[netbeans] branch master updated: [NETBEANS-1646] Formatting options for CSS
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans.git The following commit(s) were added to refs/heads/master by this push: new c9797fa [NETBEANS-1646] Formatting options for CSS new 9ae4499 Merge pull request #2257 from junichi11/netbeans-1646-css-formatting-option c9797fa is described below commit c9797fa3449c7aa61c9243cdf119396179b3aacb Author: Junichi Yamamoto AuthorDate: Thu Jul 16 12:41:50 2020 +0900 [NETBEANS-1646] Formatting options for CSS --- .../src/org/netbeans/modules/css/resources/layer.xml| 13 + 1 file changed, 13 insertions(+) diff --git a/ide/css.editor/src/org/netbeans/modules/css/resources/layer.xml b/ide/css.editor/src/org/netbeans/modules/css/resources/layer.xml index 1e7f5d9..95b40fd 100644 --- a/ide/css.editor/src/org/netbeans/modules/css/resources/layer.xml +++ b/ide/css.editor/src/org/netbeans/modules/css/resources/layer.xml @@ -197,6 +197,19 @@ + + + + + + + + + + + + + - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[netbeans] branch master updated: [NETBEANS-2333][NETBEANS-3681] Update validator.jar for html.validation
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans.git The following commit(s) were added to refs/heads/master by this push: new b2ed029 [NETBEANS-2333][NETBEANS-3681] Update validator.jar for html.validation new 6debf7f Merge pull request #2217 from junichi11/netbeans-2333-3681-html-validation b2ed029 is described below commit b2ed029ca7b5dba47a0a3979a76fb100167dc15a Author: Junichi Yamamoto AuthorDate: Sat Jun 27 14:06:43 2020 +0900 [NETBEANS-2333][NETBEANS-3681] Update validator.jar for html.validation - Update validator (https://github.com/validator/validator) - `HTML_AUTO`, `HTML401_STRICT`, and `HTML401_TRANSITIONAL` are available no longer - Fix the license file --- ide/html.validation/external/binaries-list |2 +- txt => validator-20200626-patched-license.txt} |9 +- .../external/validator-20200626.patch | 1272 ide/html.validation/manifest.mf|2 +- ide/html.validation/nbproject/project.properties |6 +- ide/html.validation/nbproject/project.xml |2 +- .../modules/html/validation/NbMessageEmitter.java |2 +- .../html/validation/NbValidationTransaction.java | 17 +- .../modules/html/validation/ValidatorImplTest.java | 40 + nbbuild/licenses/MIT-validator | 27 +- 10 files changed, 1338 insertions(+), 41 deletions(-) diff --git a/ide/html.validation/external/binaries-list b/ide/html.validation/external/binaries-list index 8114bd4..4ca9418 100644 --- a/ide/html.validation/external/binaries-list +++ b/ide/html.validation/external/binaries-list @@ -17,6 +17,6 @@ 0DCC973606CBD9737541AA5F3E76DED6E3F4D0D0 com.hp.hpl.jena:iri:0.5 483A61B688B13C62BB201A683D98A6688B5373B6 jing-0unknown.jar F0A0D2E29ED910808C33135A3A5A51BBA6358F7B log4j:log4j:1.2.15 -15ACB06E2E3A70FC188782BA51369CA81ACFE860 validator-20150629-patched.jar +3D5058C101AEC048A48C257F3236055BA2A0C154 validator-20200626-patched.jar 85A67D883A879E7BF767758A8413B690DEF29735 saxon9B-9.1.0.2.jar FACC6D84B0B0A650B1D44FED941E9ADD9F326862 isorelax-2004.jar diff --git a/ide/html.validation/external/validator-20150629-patched-license.txt b/ide/html.validation/external/validator-20200626-patched-license.txt similarity index 84% rename from ide/html.validation/external/validator-20150629-patched-license.txt rename to ide/html.validation/external/validator-20200626-patched-license.txt index 5b7c782..0e7e2cb 100644 --- a/ide/html.validation/external/validator-20150629-patched-license.txt +++ b/ide/html.validation/external/validator-20200626-patched-license.txt @@ -1,11 +1,10 @@ Name: Validator.nu Description: Html/Generic RelaxNG schema validator service -Version: 20150629-patched +Version: 20200626-patched License: MIT-validator Origin: validator.nu -Copyright (c) 2005, 2006 Henri Sivonen -Copyright (c) 2007-2010 Mozilla Foundation +Copyright (c) 2007-2016 Mozilla Foundation Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), @@ -19,8 +18,8 @@ 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 +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. diff --git a/ide/html.validation/external/validator-20200626.patch b/ide/html.validation/external/validator-20200626.patch new file mode 100644 index 000..2d496e7 --- /dev/null +++ b/ide/html.validation/external/validator-20200626.patch @@ -0,0 +1,1272 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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 +# +# http://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 gover
[netbeans] branch master updated: [NETBEANS-4593] Recognize a URL which contains "@"
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans.git The following commit(s) were added to refs/heads/master by this push: new 983d271 [NETBEANS-4593] Recognize a URL which contains "@" new c48107f Merge pull request #2258 from junichi11/netbeans-4593-editor-url 983d271 is described below commit 983d2718992a3ccf8cb7e80f2271517a5b125a49 Author: Junichi Yamamoto AuthorDate: Thu Jul 16 21:22:47 2020 +0900 [NETBEANS-4593] Recognize a URL which contains "@" --- ide/editor/src/org/netbeans/modules/editor/url/Parser.java| 4 ++-- .../test/unit/src/org/netbeans/modules/editor/url/ParserTest.java | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ide/editor/src/org/netbeans/modules/editor/url/Parser.java b/ide/editor/src/org/netbeans/modules/editor/url/Parser.java index 4ce8e84..d447f06 100644 --- a/ide/editor/src/org/netbeans/modules/editor/url/Parser.java +++ b/ide/editor/src/org/netbeans/modules/editor/url/Parser.java @@ -61,7 +61,7 @@ public final class Parser { case '%': case '_': case '~': case '=': //NOI18N case '\\':case '&': case '$': case '-': //NOI18N case '#': case ',': case ':': case ';': //NOI18N -case '!': case '(': case ')': //NOI18N +case '!': case '(': case ')': case '@': //NOI18N continue OUTER; } @@ -155,7 +155,7 @@ public final class Parser { return result; } -private static final Pattern URL_PATTERN = Pattern.compile("(ht|f)(tp(s?)|ile)://[0-9a-zA-Z/.?%+_~=&$\\-#,:!/(/)]*"); //NOI18N +private static final Pattern URL_PATTERN = Pattern.compile("(ht|f)(tp(s?)|ile)://[0-9a-zA-Z/.?%+_~=&@$\\-#,:!/(/)]*"); //NOI18N public static Iterable recognizeURLsREBased(CharSequence text) { Matcher m = URL_PATTERN.matcher(text); diff --git a/ide/editor/test/unit/src/org/netbeans/modules/editor/url/ParserTest.java b/ide/editor/test/unit/src/org/netbeans/modules/editor/url/ParserTest.java index 664fd1e..89a8c36 100644 --- a/ide/editor/test/unit/src/org/netbeans/modules/editor/url/ParserTest.java +++ b/ide/editor/test/unit/src/org/netbeans/modules/editor/url/ParserTest.java @@ -76,6 +76,8 @@ public class ParserTest { performTest(" http://hudson.gotdns.com/wiki/display/HUDSON/Structured+Form+Submission(v=vs.85).aspx\n", 4,89); performTest("http://hudson.gotdns.com/wiki/display/#!/api/dd13\n;, 4,53); performTest(" file:///C:/CodeSourceryG++Lite/share/doc/arm-arm-none-eabi/html/getting-started/sec-cs3-startup.html", 4, 104); +// NETBEANS-4593 accept @ +performTest(" https://cdn.jsdelivr.net/npm/jquery@3.2/dist/jquery.min.js\n;, 4, 62); } @Test @@ -143,4 +145,4 @@ public class ParserTest { return r; } -} \ No newline at end of file +} - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[netbeans] branch master updated: Allow File chooser for non-project New File Wizard
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans.git The following commit(s) were added to refs/heads/master by this push: new ca50591 Allow File chooser for non-project New File Wizard new 1b12c2b Merge pull request #2219 from SiddheshRane/master ca50591 is described below commit ca50591eaa2f3f8095f28a82eeb837c11f57a456 Author: Siddhesh Rane AuthorDate: Sun Jun 28 22:53:29 2020 -0400 Allow File chooser for non-project New File Wizard --- .../modules/project/ui/SimpleTargetChooserPanelGUI.java| 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ide/projectui/src/org/netbeans/modules/project/ui/SimpleTargetChooserPanelGUI.java b/ide/projectui/src/org/netbeans/modules/project/ui/SimpleTargetChooserPanelGUI.java index 459f51d..3ed00e1 100644 --- a/ide/projectui/src/org/netbeans/modules/project/ui/SimpleTargetChooserPanelGUI.java +++ b/ide/projectui/src/org/netbeans/modules/project/ui/SimpleTargetChooserPanelGUI.java @@ -493,10 +493,10 @@ public class SimpleTargetChooserPanelGUI extends javax.swing.JPanel implements A //non project space String previousTargetFolder = getTargetFolder(); //can be relative or absolute.. SourceGroup group = (SourceGroup)locationComboBox.getSelectedItem(); -if (group == null) { // #161478 -return; +FileObject oldFo = null; +if (group != null) { +oldFo = previousTargetFolder != null ? group.getRootFolder().getFileObject(previousTargetFolder) : group.getRootFolder(); } -FileObject oldFo = previousTargetFolder != null ? group.getRootFolder().getFileObject(previousTargetFolder) : group.getRootFolder(); if (oldFo == null && previousTargetFolder != null) { oldFo = FileUtil.toFileObject(FileUtil.normalizeFile(new File(previousTargetFolder))); } @@ -506,13 +506,13 @@ public class SimpleTargetChooserPanelGUI extends javax.swing.JPanel implements A new FileChooserBuilder(SimpleTargetChooserPanel.class) .setDirectoriesOnly(true) .setDefaultWorkingDirectory(currFile) -.forceUseOfDefaultWorkingDirectory(true) +.forceUseOfDefaultWorkingDirectory(group != null) //if no source group, allow other directories .showSaveDialog(); FileObject fo = targetFolder != null ? FileUtil.toFileObject(FileUtil.normalizeFile(targetFolder)) : null; if ( fo != null && fo.isFolder() ) { -String path = FileUtil.getRelativePath(group.getRootFolder(), fo); +String path = group == null ? null : FileUtil.getRelativePath(group.getRootFolder(), fo); if (path == null) { path = fo.getPath(); } - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[netbeans] branch master updated: CachingArchiveProvider should return a proper Archive for jar URLs that have paths inside the archive.
This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans.git The following commit(s) were added to refs/heads/master by this push: new 2049b58 CachingArchiveProvider should return a proper Archive for jar URLs that have paths inside the archive. new ed3df1d Merge pull request #2264 from jlahoda/caching-archive-jar-with-patch 2049b58 is described below commit 2049b58d2195d98dd336de0a298b9b02d0c25c12 Author: Jan Lahoda AuthorDate: Sun Jul 19 11:59:19 2020 +0200 CachingArchiveProvider should return a proper Archive for jar URLs that have paths inside the archive. --- .../source/parsing/CachingArchiveProvider.java | 5 ++- .../source/parsing/CachingArchiveProviderTest.java | 50 ++ 2 files changed, 53 insertions(+), 2 deletions(-) diff --git a/java/java.source.base/src/org/netbeans/modules/java/source/parsing/CachingArchiveProvider.java b/java/java.source.base/src/org/netbeans/modules/java/source/parsing/CachingArchiveProvider.java index 56b9c1c..8b91c8f 100644 --- a/java/java.source.base/src/org/netbeans/modules/java/source/parsing/CachingArchiveProvider.java +++ b/java/java.source.base/src/org/netbeans/modules/java/source/parsing/CachingArchiveProvider.java @@ -107,7 +107,7 @@ public final class CachingArchiveProvider { public Archive getArchive(@NonNull final URL root, final boolean cacheFile) { final URI rootURI = toURI(root); Archive archive; - + synchronized (this) { archive = archives.get(rootURI); } @@ -254,7 +254,8 @@ public final class CachingArchiveProvider { return EMPTY; } } -if ("jar".equals(protocol)) { //NOI18N +if ("jar".equals(protocol) && //NOI18N +root.first().getPath().endsWith("!/")) { //CachingArchive does not handle paths inside the archive - skip and use FileObjectArchive //NOI18N URL inner = FileUtil.getArchiveFile(root.first()); protocol = inner.getProtocol(); if ("file".equals(protocol)) { //NOI18N diff --git a/java/java.source.base/test/unit/src/org/netbeans/modules/java/source/parsing/CachingArchiveProviderTest.java b/java/java.source.base/test/unit/src/org/netbeans/modules/java/source/parsing/CachingArchiveProviderTest.java new file mode 100644 index 000..9e8b056 --- /dev/null +++ b/java/java.source.base/test/unit/src/org/netbeans/modules/java/source/parsing/CachingArchiveProviderTest.java @@ -0,0 +1,50 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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 + * + * http://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. + */ +package org.netbeans.modules.java.source.parsing; + +import java.io.File; +import java.io.FileOutputStream; +import java.io.IOException; +import java.net.URL; +import java.util.stream.StreamSupport; +import java.util.zip.ZipEntry; +import java.util.zip.ZipOutputStream; +import org.netbeans.junit.NbTestCase; +import org.openide.util.Utilities; + +public class CachingArchiveProviderTest extends NbTestCase { + +public CachingArchiveProviderTest(String name) { +super(name); +} + +//verify jar URLs with paths inside the archive work: +public void testZipWithPath() throws IOException { +clearWorkDir(); +File wd = getWorkDir(); +File zip = new File(wd, "test.zip"); +try (ZipOutputStream out = new ZipOutputStream(new FileOutputStream(zip))) { +out.putNextEntry(new ZipEntry("module/test/test.txt")); +} +Archive archive = CachingArchiveProvider.getDefault().getArchive(new URL("jar:" + Utilities.toURI(zip).toURL().toString() + "!/module"), false); +assertNotNull(archive.getFile("test/test.txt")); +assertEquals(1, StreamSupport.stream(archive.getFiles("test", null, null, null, false).spliterator(), false).count()); +} + +} - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-m