You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by sk...@apache.org on 2020/03/24 22:21:42 UTC

[netbeans] 01/01: Sync master to release 12.0 beta2

This is an automated email from the ASF dual-hosted git repository.

skygo pushed a commit to branch release120
in repository https://gitbox.apache.org/repos/asf/netbeans.git

commit e47e1f7e8ab746020425adcbf05d810fb99540bb
Merge: 96c12bc d3ed4a2
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Tue Mar 24 23:21:31 2020 +0100

    Sync master to release 12.0 beta2
    
    Sync master to release 12.0 beta2

 .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(-)


---------------------------------------------------------------------
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