You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ne...@apache.org on 2022/10/24 10:00:26 UTC

[netbeans] branch delivery updated: put nb-javac modules on the plugin import block list.

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 2017b189ca put nb-javac modules on the plugin import block list.
     new 3d8be4f8c3 Merge pull request #4838 from mbien/import-ignore-nbjavac
2017b189ca is described below

commit 2017b189ca72ea51b9a6d80c343e6958a8c3dd51
Author: Michael Bien <mb...@gmail.com>
AuthorDate: Fri Oct 21 21:30:37 2022 +0200

    put nb-javac modules on the plugin import block list.
    
    Users which import nb-javac plugins from old NB versions complain
    about not being able to start NB anymore. This puts all nbjavac modules
    which were in NB 12.1 on the block list.
---
 .../modules/autoupdate/pluginimporter/Bundle.properties        | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/nb/autoupdate.pluginimporter/src/org/netbeans/modules/autoupdate/pluginimporter/Bundle.properties b/nb/autoupdate.pluginimporter/src/org/netbeans/modules/autoupdate/pluginimporter/Bundle.properties
index ca02a85eb1..8369750784 100644
--- a/nb/autoupdate.pluginimporter/src/org/netbeans/modules/autoupdate/pluginimporter/Bundle.properties
+++ b/nb/autoupdate.pluginimporter/src/org/netbeans/modules/autoupdate/pluginimporter/Bundle.properties
@@ -39,5 +39,13 @@ ImportManager.Progress.Name=Importing plugins...
 PluginImporter.Importing.Plugin=Importing {0}...
 PluginImporter.Importing.RestartNeeded=Restart needed to import plugins. Do you want to restart NetBeans IDE now?
 #Blacklist codeNameBase of dangerous plugins which cannot be imported like: org.dangerous.plugin,com.nextdangerous.module,... etc.
-plugin.import.blacklist=org.netbeans.shortcuts,org.jmarsault.shortcuts
+plugin.import.blacklist=\
+org.netbeans.shortcuts,\
+org.jmarsault.shortcuts,\
+org.netbeans.lib.nbjavac,\
+org.netbeans.modules.nbjavac,\
+org.netbeans.modules.nbjavac.api,\
+org.netbeans.modules.nbjavac.impl,\
+org.netbeans.modules.java.source.nbjavac
+
 apachenetbeanspreviousversion=@@metabuild.apachepreviousversion@@


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists