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 2019/07/13 09:48:38 UTC

[netbeans] branch release111 updated (a4a76a5 -> d9ec4e5)

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

neilcsmith pushed a change to branch release111
in repository https://gitbox.apache.org/repos/asf/netbeans.git.


    from a4a76a5  Merge pull request #1361 from apache/master
     add 614ce26  NETBEANS-2824 No Properties dialog showing in 11.1vc1 for Java Application
     add 9ae414d  Merge pull request #1372 from jGauravGupta/NETBEANS-2824
     add d46c11b  Retrolamda plugin 3.7.1 can run on JDK11
     add f3095c1  Compile with -target 1.8 even on JDK11
     add 1b5db1e  Apply org.openjfx.javafxplugin when running on JDK11
     add c54ee53  Merge pull request #1368 from dukescript/GradleFrontend11
     add 2bd93f1  [NETBEANS-2831] Removed accidentally left CDDL_GPL License headers.
     add 2a16efd  Merge pull request #1370 from lkishalmi/NETBEANS-2831
     add b0da682  Update notice-stub.txt with correct copyright year.
     add 2e571cd  invokeActionHelper method doesn't have to be public
     add 5558bb5  Generating sigtest for libs.elimpl may fail
     add 20d4ce0  Make sure ant gen-sigtests-release is executed with every commit
     add 8c1645c  Merge pull request #1376 from JaroslavTulach/jtulach/GenerateSigtestsRelease
     add 4fde34f  [NETBEANS-2343]: Only use the LSP HyperlinkProvider for files that are covered by some LSPBindings.
     add 9807ca5  Merge pull request #1369 from jlahoda/NETBEANS-2343
     add ab4e095  [NETBEANS-2800] - Repairs for Unable to create Servlet/Filter in Java EE 8 application (#1375)
     new d9ec4e5  Merge pull request #1374 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:
 .travis.yml                                        |    1 +
 enterprise/j2ee.dd/.gitignore                      |    5 +-
 enterprise/j2ee.dd/build.xml                       | 1413 +++++++++--------
 enterprise/j2ee.dd/licenseinfo.xml                 |    3 +
 .../modules/j2ee/dd/impl/common/DDUtils.java       |   16 +-
 .../j2ee/dd/impl/resources/application_8.mdd       | 1002 ++++++++++++
 .../modules/j2ee/dd/impl/resources/web-app_4_0.mdd |  880 +++++++++++
 .../j2ee/dd/impl/resources/web-fragment_4_0.mdd    | 1596 ++++++++++++++++++++
 .../modules/j2ee/dd/impl/web/WebAppProxy.java      |   11 +-
 .../modules/j2ee/dd/impl/web/WebParseUtils.java    |   32 +-
 .../j2ee/ddloaders/catalog/EnterpriseCatalog.java  |   28 +-
 .../nbproject/org-netbeans-libs-elimpl.sig         |    2 +-
 .../libs.elimpl/nbproject/project.properties       |    2 +
 .../payara/micro/project/MicroApplication.java     |    6 +-
 .../htmlui/resources/desktop_build.gradle.fmk      |   15 +-
 .../gradle/htmlui/resources/root_build.gradle.fmk  |    2 +-
 .../gradle/htmlui/resources/web_build.gradle.fmk   |    3 +
 .../javaee/api/ui/support/CheckBoxUpdater.java     |   42 -
 .../javaee/api/ui/support/ComboBoxUpdater.java     |   42 -
 .../gradle/javaee/web/AdditionalWebProvider.java   |   41 -
 .../web/CssPreprocessorsProblemProvider.java       |   41 -
 .../gradle/javaee/web/CssPreprocessorsSupport.java |   42 -
 .../modules/gradle/javaee/web/WebEjbJarImpl.java   |   41 -
 .../gradle/javaee/web/WebRecoPrivTemplates.java    |   41 -
 .../lsp/client/bindings/HyperlinkProviderImpl.java |    5 +
 .../TextDocumentSyncServerCapabilityHandler.java   |    2 +
 .../org-netbeans-modules-java-api-common.sig       |   11 +-
 .../common/SingleJavaSourceRunActionProvider.java  |    4 +-
 nbbuild/notice-stub.txt                            |    2 +-
 29 files changed, 4352 insertions(+), 979 deletions(-)
 create mode 100644 enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/application_8.mdd
 create mode 100644 enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/web-app_4_0.mdd
 create mode 100644 enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/web-fragment_4_0.mdd


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


[netbeans] 01/01: Merge pull request #1374 from apache/master

Posted by ne...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit d9ec4e569177f19413439e1775707928cc93e1a5
Merge: a4a76a5 ab4e095
Author: Neil C Smith <ne...@apache.org>
AuthorDate: Sat Jul 13 10:48:31 2019 +0100

    Merge pull request #1374 from apache/master
    
    Sync master to release branch for NB 11.1-beta4

 .travis.yml                                        |    1 +
 enterprise/j2ee.dd/.gitignore                      |    5 +-
 enterprise/j2ee.dd/build.xml                       | 1413 +++++++++--------
 enterprise/j2ee.dd/licenseinfo.xml                 |    3 +
 .../modules/j2ee/dd/impl/common/DDUtils.java       |   16 +-
 .../j2ee/dd/impl/resources/application_8.mdd       | 1002 ++++++++++++
 .../modules/j2ee/dd/impl/resources/web-app_4_0.mdd |  880 +++++++++++
 .../j2ee/dd/impl/resources/web-fragment_4_0.mdd    | 1596 ++++++++++++++++++++
 .../modules/j2ee/dd/impl/web/WebAppProxy.java      |   11 +-
 .../modules/j2ee/dd/impl/web/WebParseUtils.java    |   32 +-
 .../j2ee/ddloaders/catalog/EnterpriseCatalog.java  |   28 +-
 .../nbproject/org-netbeans-libs-elimpl.sig         |    2 +-
 .../libs.elimpl/nbproject/project.properties       |    2 +
 .../payara/micro/project/MicroApplication.java     |    6 +-
 .../htmlui/resources/desktop_build.gradle.fmk      |   15 +-
 .../gradle/htmlui/resources/root_build.gradle.fmk  |    2 +-
 .../gradle/htmlui/resources/web_build.gradle.fmk   |    3 +
 .../javaee/api/ui/support/CheckBoxUpdater.java     |   42 -
 .../javaee/api/ui/support/ComboBoxUpdater.java     |   42 -
 .../gradle/javaee/web/AdditionalWebProvider.java   |   41 -
 .../web/CssPreprocessorsProblemProvider.java       |   41 -
 .../gradle/javaee/web/CssPreprocessorsSupport.java |   42 -
 .../modules/gradle/javaee/web/WebEjbJarImpl.java   |   41 -
 .../gradle/javaee/web/WebRecoPrivTemplates.java    |   41 -
 .../lsp/client/bindings/HyperlinkProviderImpl.java |    5 +
 .../TextDocumentSyncServerCapabilityHandler.java   |    2 +
 .../org-netbeans-modules-java-api-common.sig       |   11 +-
 .../common/SingleJavaSourceRunActionProvider.java  |    4 +-
 nbbuild/notice-stub.txt                            |    2 +-
 29 files changed, 4352 insertions(+), 979 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