This is an automated email from the ASF dual-hosted git repository. skygo pushed a change to branch release120 in repository https://gitbox.apache.org/repos/asf/netbeans.git.
from 96c12bc Merge pull request #2022 from apache/revert-2020-nb3986_create_class_on_paste add 3e4fe38 Hide the new SVG Loader module from the 'Plugins' list in NB platform applications. add ff8f8c5 NETBEANS-3738 better check of null case add a92c1ab NETBEANS-4028 NETBEANS-3738 better check of null case add 72d7606 [NETBEANS-3428] Update FlatLaf from 0.26 to 0.28 add 1de7b63 Merge pull request #2024 from DevCharly/flatlaf-0.28 add b39e15e [NETBEANS-3942] FlatLaf: fix editor annotations when switching LaF and switching color profile too on restart add 3d1f417 [NETBEANS-3957] fixed "opened documents list" show HTML code instead of rich text add a875668 Merge pull request #2035 from DevCharly/NETBEANS-3957 add 203768d [NETBEANS-3879] FlatLaf: fix Ctrl+PAGE_UP and Ctrl+PAGE_DOWN add 5c8e808 Merge pull request #2027 from DevCharly/flatlaf-ctrl-page-up-down add f3965ca [NETBEANS-3941] FlatLaf: fixed text color of additional columns in "Search Results" view when using FlatLaf dark add 3256a04 Merge pull request #2033 from DevCharly/flatlaf-search-results add f350c37 get better list for mavencoordinates add e0a7250 Merge pull request #2043 from ebarboni/externalupdate add 33e4c27 Update groovy support to use 2.5.10 add c06160e Enable groovy tests to be run on Java 8, 11 and 14 on travis add 16c89bd Merge pull request #2042 from svenreimers/issue/NETBEANS-4051 add 880383b Remove unnecessary case and simplify formatting add 051a5af JUnitVersion shall not be stored as a static field add 153497c Allow explicit selection of JUnit4 test generator add 2f0df29 Merge pull request #2038 from jtulach/SelectJUnit add 9047d26 Adding full support for Wildfly 17, 18 Fixing issue with missing JavaEE 8 web profile Removing external downloads and updating schemas Updating licenseinfo.xml add d3ed4a2 Merge pull request #2000 from ehsavoie/wildfly-master new e47e1f7 Sync master to release 12.0 beta2 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: .travis.yml | 40 +- contrib/javaee.wildfly/build.xml | 4 - contrib/javaee.wildfly/external/binaries-list | 19 - .../external/ironjacamar-license.txt | 510 ------ .../external/javaee-wildfly-jboss-license.txt | 509 ------ contrib/javaee.wildfly/licenseinfo.xml | 34 +- contrib/javaee.wildfly/manifest.mf | 2 +- .../javaee.wildfly/nbproject/project.properties | 3 +- .../javaee/wildfly/WildflyDeploymentManager.java | 3 +- .../wildfly/config/CarDeploymentConfiguration.java | 9 +- .../javaee/wildfly/config/ds/gen/package-info.java | 2 +- .../javaee/wildfly/config/gen/package-info.java | 12 +- .../wildfly/config/gen/wf10/package-info.java | 4 +- .../config/mdb/MessageDestinationSupportImpl.java | 90 +- .../mdb/wf10/MessageDestinationSupportImpl.java | 10 +- .../wildfly/ide/WildflyJ2eePlatformFactory.java | 8 + .../javaee/wildfly/ide/commands/WildflyClient.java | 78 +- .../wildfly/ide/commands/WildflyManagementAPI.java | 11 +- .../javaee/wildfly/ide/ui/WildflyPluginUtils.java | 18 + .../modules/javaee/wildfly/nodes/Bundle.properties | 2 + .../wildfly/nodes/WildflyDatasourceNode.java | 2 +- .../wildfly/nodes/WildflyDestinationNode.java | 31 +- .../wildfly/nodes/WildflyRegistryNodeFactory.java | 1 + .../wildfly/nodes/WildflyResourcesItemNode.java | 2 +- .../wildfly/resources/application-client_7.xsd | 331 ---- .../{datasources_1_1.xsd => datasources_1_4_1.xsd} | 125 +- .../resources/{javaee_7.xsd => javaee_8.xsd} | 684 ++++---- .../wildfly/resources/javaee_web_services_1_3.xsd | 575 ------- .../javaee/wildfly/resources/jboss-app_4_0_1.dtd | 160 ++ .../jboss-as-messaging-deployment_1_0_1.xsd | 118 ++ .../wildfly/resources/jboss-client_4_0_1.dtd | 142 ++ .../wildfly/resources/jboss-common_6_0_1.xsd | 587 +++++++ .../javaee/wildfly/resources/jboss-common_8_1.xsd | 574 +++++++ .../wildfly/resources/jboss-service_4_0_1.dtd | 301 ++++ .../javaee/wildfly/resources/jboss-web_14_1.xsd | 524 ++++++ .../javaee/wildfly/resources/jboss-web_4_0_1.dtd | 469 ++++++ .../javaee/wildfly/resources/jboss-web_7_3_1.xsd | 850 ++++++++++ .../javaee/wildfly/resources/jboss_4_0_1.dtd | 1735 ++++++++++++++++++++ .../modules/javaee/wildfly/resources/jsp_2_2.xsd | 392 ----- .../resources/{web-app_3_1.xsd => web-app_4_0.xsd} | 123 +- .../{web-fragment_3_1.xsd => web-fragment_4_0.xsd} | 82 +- ...wildfly-messaging-activemq-deployment_1_0_1.xsd | 120 ++ .../modules/javaee/wildfly/resources/wildfly.png | Bin 564 -> 891 bytes .../qa-functional/data/JBoss4WebTest/build.xml | 15 +- .../data/JBoss4WebTest/nbproject/build-impl.xml | 1360 ++++++++++++--- .../JBoss4WebTest/nbproject/genfiles.properties | 12 +- .../JBoss4WebTest/nbproject/project.properties | 19 +- .../src/org/netbeans/test/javaee/lib/Util.java | 22 +- ...groovy.testCompletionNoPrefixString1.completion | 1 + ...groovy.testCompletionNoPrefixString2.completion | 1 + ....testSpreadOperator1_stringArray_all.completion | 1 + groovy/libs.groovy/external/binaries-list | 4 +- ...2.5.9-license.txt => groovy-2.5.10-license.txt} | 4 +- ...y-2.5.9-notice.txt => groovy-2.5.10-notice.txt} | 0 groovy/libs.groovy/nbproject/project.properties | 4 +- groovy/libs.groovy/nbproject/project.xml | 4 +- .../netbeans/modules/libs/groovy/Bundle.properties | 4 +- .../netbeans/modules/libs/groovy/groovy-all.xml | 4 +- .../gsf/testrunner/ui/CommonTestsCfgOfCreate.java | 2 +- ide/gsf.testrunner/manifest.mf | 2 +- .../org-netbeans-modules-gsf-testrunner.sig | 2 - .../testrunner/TestCreatorProviderProcessor.java | 3 + .../gsf/testrunner/api/TestCreatorProvider.java | 4 + .../ui/JavaTestCreatorConfiguration.java | 5 +- java/junit.ui/nbproject/project.xml | 4 +- ....java => AbstractJUnitTestCreatorProvider.java} | 32 +- .../junit/ui/JUnit4TestCreatorProvider.java} | 17 +- .../modules/junit/ui/JUnitTestCreatorProvider.java | 352 +--- java/junit/manifest.mf | 2 +- .../modules/junit/AbstractTestGenerator.java | 1 + .../org/netbeans/modules/junit/DefaultPlugin.java | 93 +- .../modules/junit/JUnit3TestGenerator.java | 1 + .../modules/junit/JUnit4TestGenerator.java | 1 + .../modules/junit/JUnit5TestGenerator.java | 1 + .../org/netbeans/modules/junit/TestCreator.java | 1 + .../netbeans/modules/junit/api/JUnitSettings.java | 1 - .../netbeans/modules/junit/api/JUnitTestUtil.java | 16 +- .../org/netbeans/modules/junit/api/JUnitUtils.java | 2 +- .../modules/junit/{ => api}/JUnitVersion.java | 7 +- java/maven.embedder/build.xml | 16 +- java/maven.embedder/external/binariesembedded-list | 60 + .../maven/execute/MavenCommandLineExecutor.java | 10 +- .../ui/actions/TestNGTestCreatorProvider.java | 2 +- .../nbbuild/extlibs/CheckEmbeddedBinaries.java | 254 +++ .../netbeans/nbbuild/extlibs/DownloadBinaries.java | 18 - nbbuild/build.xml | 24 +- .../search/ui/ResultsOutlineCellRenderer.java | 1 - .../netbeans/core/windows/options/LafPanel.java | 7 +- platform/libs.flatlaf/external/binaries-list | 2 +- ...f-0.26-license.txt => flatlaf-0.28-license.txt} | 4 +- platform/libs.flatlaf/nbproject/project.properties | 2 +- platform/libs.flatlaf/nbproject/project.xml | 4 +- .../netbeans/swing/laf/flatlaf/FlatLFCustoms.java | 63 +- .../swing/popupswitcher/SwitcherTable.java | 2 +- platform/openide.util.ui.svg/manifest.mf | 1 + 95 files changed, 8101 insertions(+), 3669 deletions(-) delete mode 100644 contrib/javaee.wildfly/external/binaries-list delete mode 100644 contrib/javaee.wildfly/external/ironjacamar-license.txt delete mode 100644 contrib/javaee.wildfly/external/javaee-wildfly-jboss-license.txt delete mode 100644 contrib/javaee.wildfly/src/org/netbeans/modules/javaee/wildfly/resources/application-client_7.xsd rename contrib/javaee.wildfly/src/org/netbeans/modules/javaee/wildfly/resources/{datasources_1_1.xsd => datasources_1_4_1.xsd} (88%) rename contrib/javaee.wildfly/src/org/netbeans/modules/javaee/wildfly/resources/{javaee_7.xsd => javaee_8.xsd} (94%) delete mode 100644 contrib/javaee.wildfly/src/org/netbeans/modules/javaee/wildfly/resources/javaee_web_services_1_3.xsd create mode 100644 contrib/javaee.wildfly/src/org/netbeans/modules/javaee/wildfly/resources/jboss-app_4_0_1.dtd create mode 100644 contrib/javaee.wildfly/src/org/netbeans/modules/javaee/wildfly/resources/jboss-as-messaging-deployment_1_0_1.xsd create mode 100644 contrib/javaee.wildfly/src/org/netbeans/modules/javaee/wildfly/resources/jboss-client_4_0_1.dtd create mode 100644 contrib/javaee.wildfly/src/org/netbeans/modules/javaee/wildfly/resources/jboss-common_6_0_1.xsd create mode 100644 contrib/javaee.wildfly/src/org/netbeans/modules/javaee/wildfly/resources/jboss-common_8_1.xsd create mode 100644 contrib/javaee.wildfly/src/org/netbeans/modules/javaee/wildfly/resources/jboss-service_4_0_1.dtd create mode 100644 contrib/javaee.wildfly/src/org/netbeans/modules/javaee/wildfly/resources/jboss-web_14_1.xsd create mode 100644 contrib/javaee.wildfly/src/org/netbeans/modules/javaee/wildfly/resources/jboss-web_4_0_1.dtd create mode 100644 contrib/javaee.wildfly/src/org/netbeans/modules/javaee/wildfly/resources/jboss-web_7_3_1.xsd create mode 100644 contrib/javaee.wildfly/src/org/netbeans/modules/javaee/wildfly/resources/jboss_4_0_1.dtd delete mode 100644 contrib/javaee.wildfly/src/org/netbeans/modules/javaee/wildfly/resources/jsp_2_2.xsd rename contrib/javaee.wildfly/src/org/netbeans/modules/javaee/wildfly/resources/{web-app_3_1.xsd => web-app_4_0.xsd} (85%) rename contrib/javaee.wildfly/src/org/netbeans/modules/javaee/wildfly/resources/{web-fragment_3_1.xsd => web-fragment_4_0.xsd} (94%) create mode 100644 contrib/javaee.wildfly/src/org/netbeans/modules/javaee/wildfly/resources/wildfly-messaging-activemq-deployment_1_0_1.xsd rename groovy/libs.groovy/external/{groovy-2.5.9-license.txt => groovy-2.5.10-license.txt} (99%) rename groovy/libs.groovy/external/{groovy-2.5.9-notice.txt => groovy-2.5.10-notice.txt} (100%) copy java/junit.ui/src/org/netbeans/modules/junit/ui/{JUnitTestCreatorProvider.java => AbstractJUnitTestCreatorProvider.java} (94%) copy java/{junit/src/org/netbeans/modules/junit/JUnitVersion.java => junit.ui/src/org/netbeans/modules/junit/ui/JUnit4TestCreatorProvider.java} (61%) rename java/junit/src/org/netbeans/modules/junit/{ => api}/JUnitVersion.java (89%) create mode 100644 java/maven.embedder/external/binariesembedded-list create mode 100644 nbbuild/antsrc/org/netbeans/nbbuild/extlibs/CheckEmbeddedBinaries.java rename platform/libs.flatlaf/external/{flatlaf-0.26-license.txt => flatlaf-0.28-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