(netbeans) branch master updated (4c43851e72 -> 3e15eaef7f)

2024-02-11 Thread jtulach
This is an automated email from the ASF dual-hosted git repository.

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


from 4c43851e72 Merge pull request #6987 from mbien/no-struts
 add e5c131a410 Test for handling multiline texts in suite.py
 add c27fa6f392 Put FileObject's DataObject in the Lookup sent to 
ActionProvider
 new 3e15eaef7f Merge pull request #7011 from 
jtulach/jtulach/MultiLineTextsInMx

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/debugging/launch/NbLaunchDelegate.java  |  16 ++-
 .../debugging/launch/NbLaunchRequestHandler.java   |   2 -
 .../debugging/launch/NbLaunchDelegateTest.java | 132 +
 .../modules/java/mx/project/ParseSuitesTest.java   |  12 ++
 .../modules/java/mx/project/multilinetexts.py  |  53 +
 5 files changed, 211 insertions(+), 4 deletions(-)
 create mode 100644 
java/java.lsp.server/test/unit/src/org/netbeans/modules/java/lsp/server/debugging/launch/NbLaunchDelegateTest.java
 create mode 100644 
java/java.mx.project/test/unit/src/org/netbeans/modules/java/mx/project/multilinetexts.py


-
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 #7011 from jtulach/jtulach/MultiLineTextsInMx

2024-02-11 Thread jtulach
This is an automated email from the ASF dual-hosted git repository.

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

commit 3e15eaef7fb64b6f094918094d50ff5bc8195b1b
Merge: 4c43851e72 c27fa6f392
Author: Jaroslav Tulach <1842422+jtul...@users.noreply.github.com>
AuthorDate: Sun Feb 11 20:23:58 2024 +0100

Merge pull request #7011 from jtulach/jtulach/MultiLineTextsInMx

`NbLaunchDelegate` fix and test multi line texts in suite.py

 .../server/debugging/launch/NbLaunchDelegate.java  |  16 ++-
 .../debugging/launch/NbLaunchRequestHandler.java   |   2 -
 .../debugging/launch/NbLaunchDelegateTest.java | 132 +
 .../modules/java/mx/project/ParseSuitesTest.java   |  12 ++
 .../modules/java/mx/project/multilinetexts.py  |  53 +
 5 files changed, 211 insertions(+), 4 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) 01/01: Merge pull request #7054 from junichi11/php-gh-7041-formatting-use-function

2024-02-11 Thread junichi11
This is an automated email from the ASF dual-hosted git repository.

junichi11 pushed a commit to branch php-nb22-features
in repository https://gitbox.apache.org/repos/asf/netbeans.git

commit ffd958e6d8c50dca70fc8f346a3bfe152da30bd2
Merge: 3eae17f0d1 e6cbcb2d2c
Author: Junichi Yamamoto 
AuthorDate: Sun Feb 11 21:23:02 2024 +0900

Merge pull request #7054 from junichi11/php-gh-7041-formatting-use-function

Fix incorrect code completion for use function #7041

 .../php/editor/completion/PHPCompletionItem.java   | 10 +
 .../testGroupUseFunction01.php | 29 +
 ...nction01.php.testGroupUseFunction01.cccustomtpl |  5 +++
 .../gh7041/testUseFunction01/testUseFunction01.php | 28 +
 ...UseFunction01.php.testUseFunction01.cccustomtpl |  5 +++
 .../editor/completion/PHP71CodeCompletionTest.java |  9 
 .../editor/completion/PHP72CodeCompletionTest.java |  9 
 .../editor/completion/PHP74CodeCompletionTest.java |  9 
 .../editor/completion/PHP80CodeCompletionTest.java |  9 
 .../editor/completion/PHP81CodeCompletionTest.java |  9 
 .../editor/completion/PHP82CodeCompletionTest.java |  9 
 .../editor/completion/PHP83CodeCompletionTest.java |  9 
 .../PHPCodeCompletionAutoImportTest.java   |  9 
 .../completion/PHPCodeCompletionGH7041Test.java| 48 ++
 .../PHPCodeCompletionMagicMethodTest.java  |  9 
 .../completion/PHPCodeCompletionTestBase.java  |  9 
 16 files changed, 134 insertions(+), 81 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 php-nb22-features updated (3eae17f0d1 -> ffd958e6d8)

2024-02-11 Thread junichi11
This is an automated email from the ASF dual-hosted git repository.

junichi11 pushed a change to branch php-nb22-features
in repository https://gitbox.apache.org/repos/asf/netbeans.git


from 3eae17f0d1 Merge pull request #7027 from junichi11/php-auto-import
 add e6cbcb2d2c Fix incorrect code completion for use function #7041
 new ffd958e6d8 Merge pull request #7054 from 
junichi11/php-gh-7041-formatting-use-function

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:
 .../php/editor/completion/PHPCompletionItem.java   | 10 +
 .../testGroupUseFunction01.php | 29 +
 ...nction01.php.testGroupUseFunction01.cccustomtpl |  5 +++
 .../gh7041/testUseFunction01/testUseFunction01.php | 28 +
 ...UseFunction01.php.testUseFunction01.cccustomtpl |  5 +++
 .../editor/completion/PHP71CodeCompletionTest.java |  9 
 .../editor/completion/PHP72CodeCompletionTest.java |  9 
 .../editor/completion/PHP74CodeCompletionTest.java |  9 
 .../editor/completion/PHP80CodeCompletionTest.java |  9 
 .../editor/completion/PHP81CodeCompletionTest.java |  9 
 .../editor/completion/PHP82CodeCompletionTest.java |  9 
 .../editor/completion/PHP83CodeCompletionTest.java |  9 
 .../PHPCodeCompletionAutoImportTest.java   |  9 
 .../completion/PHPCodeCompletionGH7041Test.java| 48 ++
 .../PHPCodeCompletionMagicMethodTest.java  |  9 
 .../completion/PHPCodeCompletionTestBase.java  |  9 
 16 files changed, 134 insertions(+), 81 deletions(-)
 create mode 100644 
php/php.editor/test/unit/data/testfiles/completion/lib/gh7041/testGroupUseFunction01/testGroupUseFunction01.php
 create mode 100644 
php/php.editor/test/unit/data/testfiles/completion/lib/gh7041/testGroupUseFunction01/testGroupUseFunction01.php.testGroupUseFunction01.cccustomtpl
 create mode 100644 
php/php.editor/test/unit/data/testfiles/completion/lib/gh7041/testUseFunction01/testUseFunction01.php
 create mode 100644 
php/php.editor/test/unit/data/testfiles/completion/lib/gh7041/testUseFunction01/testUseFunction01.php.testUseFunction01.cccustomtpl
 create mode 100644 
php/php.editor/test/unit/src/org/netbeans/modules/php/editor/completion/PHPCodeCompletionGH7041Test.java


-
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 #6987 from mbien/no-struts

2024-02-11 Thread mbien
This is an automated email from the ASF dual-hosted git repository.

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

commit 4c43851e725852253184c90622d34c0463257a41
Merge: f586ed1242 bd36343594
Author: Michael Bien 
AuthorDate: Sun Feb 11 11:15:19 2024 +0100

Merge pull request #6987 from mbien/no-struts

Remove struts 1 support.

 .github/workflows/main.yml |4 -
 enterprise/j2ee.common/nbproject/project.xml   |1 -
 .../org/netbeans/modules/web/jsf/JSFCatalog.java   |1 -
 .../modules/web/jsf/JSFConfigDataObject.java   |1 -
 .../modules/web/jsf/JSFConfigLoaderBeanInfo.java   |2 +-
 .../netbeans/modules/web/jsf/JSFConfigNode.java|1 -
 .../web/jsf/editor/JSFConfigHyperlinkProvider.java |1 -
 .../web/NewWebProjectJSFFrameworkStepOperator.java |   16 -
 .../NewWebProjectStrutsFrameworkStepOperator.java  |  252 -
 .../src/org/netbeans/test/web/WebProjectSuite.java |1 -
 .../test/web/WebStrutsProjectValidation.java   |  111 -
 enterprise/web.struts/build.xml|   48 -
 .../web.struts/external/antlr-2.7.2-license.txt|   23 -
 enterprise/web.struts/external/binaries-list   |   45 -
 .../web.struts/external/bsf-2.3.0-license.txt  |  208 -
 .../external/commons-beanutils-1.8.0-license.txt   |  208 -
 .../external/commons-beanutils-1.8.0-notice.txt|2 -
 .../external/commons-chain-1.2-license.txt |  208 -
 .../external/commons-chain-1.2-notice.txt  |2 -
 .../external/commons-digester-1.8-license.txt  |  208 -
 .../external/commons-digester-1.8-notice.txt   |2 -
 .../external/commons-fileupload-1.1.1-license.txt  |  208 -
 .../web.struts/external/commons-io-1.1-license.txt |  208 -
 .../external/commons-logging-1.0.4-license.txt |  208 -
 .../external/commons-validator-1.3.1-license.txt   |  208 -
 .../external/commons-validator-1.3.1-notice.txt|2 -
 .../generated-struts-1.3.10-javadoc-license.txt|  209 -
 .../web.struts/external/jstl-1.0.2-license.txt |  405 -
 .../web.struts/external/oro-2.0.8-license.txt  |   57 -
 .../web.struts/external/standard-1.0.6-license.txt |  208 -
 .../external/struts-core-1.3.10-license.txt|  209 -
 .../external/struts-core-1.3.10-notice.txt |2 -
 .../external/struts-el-1.3.10-license.txt  |  209 -
 .../external/struts-el-1.3.10-notice.txt   |2 -
 .../external/struts-extras-1.3.10-license.txt  |  208 -
 .../external/struts-extras-1.3.10-notice.txt   |2 -
 .../external/struts-faces-1.3.10-license.txt   |  209 -
 .../external/struts-faces-1.3.10-notice.txt|2 -
 .../struts-mailreader-dao-1.3.10-license.txt   |  209 -
 .../struts-mailreader-dao-1.3.10-notice.txt|2 -
 .../external/struts-scripting-1.3.10-license.txt   |  209 -
 .../external/struts-scripting-1.3.10-notice.txt|2 -
 .../external/struts-taglib-1.3.10-license.txt  |  209 -
 .../external/struts-taglib-1.3.10-notice.txt   |2 -
 .../external/struts-tiles-1.3.10-license.txt   |  209 -
 .../external/struts-tiles-1.3.10-notice.txt|2 -
 enterprise/web.struts/licenseinfo.xml  |   70 -
 enterprise/web.struts/manifest.mf  |6 -
 enterprise/web.struts/nbproject/project.properties |   85 -
 enterprise/web.struts/nbproject/project.xml|  450 -
 .../netbeans/modules/web/struts/Bundle.properties  |   49 -
 .../netbeans/modules/web/struts/SAXParseError.java |   41 -
 .../netbeans/modules/web/struts/StrutsCatalog.java |  211 -
 .../modules/web/struts/StrutsConfigDataObject.java |  360 -
 .../web/struts/StrutsConfigEditorSupport.java  |  350 -
 .../modules/web/struts/StrutsConfigLoader.java |   62 -
 .../web/struts/StrutsConfigLoaderBeanInfo.java |   52 -
 .../modules/web/struts/StrutsConfigNode.java   |   44 -
 .../modules/web/struts/StrutsConfigUtilities.java  |  474 -
 .../web/struts/StrutsFrameworkProvider.java|  435 -
 .../modules/web/struts/StrutsUtilities.java|  111 -
 .../web/struts/config/model/package-info.java  |   33 -
 .../modules/web/struts/dialogs/AddActionPanel.form |  475 -
 .../modules/web/struts/dialogs/AddActionPanel.java |  530 --
 .../modules/web/struts/dialogs/AddDialog.java  |  168 -
 .../struts/dialogs/AddExceptionDialogPanel.form|  477 -
 .../struts/dialogs/AddExceptionDialogPanel.java|  475 -
 .../web/struts/dialogs/AddFIActionPanel.form   |  296 -
 .../web/struts/dialogs/AddFIActionPanel.java   |  304 -
 .../web/struts/dialogs/AddFormBeanPanel.form   |  218 -
 .../web/struts/dialogs/AddFormBeanPanel.java   |  244 -
 .../web/struts/dialogs/AddFormPropertyPanel.form   |  339 -
 .../web/struts/dialogs/AddFormPropertyPanel.java   |  353 -
 .../web/struts/dialogs/AddForwardDialogPanel.form  |  330 -
 .../web/struts/dialogs/AddForwardDialogPanel.java  |  342 -
 

(netbeans) branch master updated (f586ed1242 -> 4c43851e72)

2024-02-11 Thread mbien
This is an automated email from the ASF dual-hosted git repository.

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


from f586ed1242 Merge pull request #7031 from pepness/jdk-xml
 add bd36343594 remove struts 1 support.
 new 4c43851e72 Merge pull request #6987 from mbien/no-struts

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:
 .github/workflows/main.yml |4 -
 enterprise/j2ee.common/nbproject/project.xml   |1 -
 .../org/netbeans/modules/web/jsf/JSFCatalog.java   |1 -
 .../modules/web/jsf/JSFConfigDataObject.java   |1 -
 .../modules/web/jsf/JSFConfigLoaderBeanInfo.java   |2 +-
 .../netbeans/modules/web/jsf/JSFConfigNode.java|1 -
 .../web/jsf/editor/JSFConfigHyperlinkProvider.java |1 -
 .../web/NewWebProjectJSFFrameworkStepOperator.java |   16 -
 .../NewWebProjectStrutsFrameworkStepOperator.java  |  252 -
 .../src/org/netbeans/test/web/WebProjectSuite.java |1 -
 .../test/web/WebStrutsProjectValidation.java   |  111 -
 enterprise/web.struts/build.xml|   48 -
 .../web.struts/external/antlr-2.7.2-license.txt|   23 -
 enterprise/web.struts/external/binaries-list   |   45 -
 .../web.struts/external/bsf-2.3.0-license.txt  |  208 -
 .../external/commons-beanutils-1.8.0-license.txt   |  208 -
 .../external/commons-beanutils-1.8.0-notice.txt|2 -
 .../external/commons-chain-1.2-license.txt |  208 -
 .../external/commons-chain-1.2-notice.txt  |2 -
 .../external/commons-digester-1.8-license.txt  |  208 -
 .../external/commons-digester-1.8-notice.txt   |2 -
 .../external/commons-fileupload-1.1.1-license.txt  |  208 -
 .../web.struts/external/commons-io-1.1-license.txt |  208 -
 .../external/commons-logging-1.0.4-license.txt |  208 -
 .../external/commons-validator-1.3.1-license.txt   |  208 -
 .../external/commons-validator-1.3.1-notice.txt|2 -
 .../generated-struts-1.3.10-javadoc-license.txt|  209 -
 .../web.struts/external/jstl-1.0.2-license.txt |  405 -
 .../web.struts/external/oro-2.0.8-license.txt  |   57 -
 .../web.struts/external/standard-1.0.6-license.txt |  208 -
 .../external/struts-core-1.3.10-license.txt|  209 -
 .../external/struts-core-1.3.10-notice.txt |2 -
 .../external/struts-el-1.3.10-license.txt  |  209 -
 .../external/struts-el-1.3.10-notice.txt   |2 -
 .../external/struts-extras-1.3.10-license.txt  |  208 -
 .../external/struts-extras-1.3.10-notice.txt   |2 -
 .../external/struts-faces-1.3.10-license.txt   |  209 -
 .../external/struts-faces-1.3.10-notice.txt|2 -
 .../struts-mailreader-dao-1.3.10-license.txt   |  209 -
 .../struts-mailreader-dao-1.3.10-notice.txt|2 -
 .../external/struts-scripting-1.3.10-license.txt   |  209 -
 .../external/struts-scripting-1.3.10-notice.txt|2 -
 .../external/struts-taglib-1.3.10-license.txt  |  209 -
 .../external/struts-taglib-1.3.10-notice.txt   |2 -
 .../external/struts-tiles-1.3.10-license.txt   |  209 -
 .../external/struts-tiles-1.3.10-notice.txt|2 -
 enterprise/web.struts/licenseinfo.xml  |   70 -
 enterprise/web.struts/manifest.mf  |6 -
 enterprise/web.struts/nbproject/project.properties |   85 -
 enterprise/web.struts/nbproject/project.xml|  450 -
 .../netbeans/modules/web/struts/Bundle.properties  |   49 -
 .../netbeans/modules/web/struts/SAXParseError.java |   41 -
 .../netbeans/modules/web/struts/StrutsCatalog.java |  211 -
 .../modules/web/struts/StrutsConfigDataObject.java |  360 -
 .../web/struts/StrutsConfigEditorSupport.java  |  350 -
 .../modules/web/struts/StrutsConfigLoader.java |   62 -
 .../web/struts/StrutsConfigLoaderBeanInfo.java |   52 -
 .../modules/web/struts/StrutsConfigNode.java   |   44 -
 .../modules/web/struts/StrutsConfigUtilities.java  |  474 -
 .../web/struts/StrutsFrameworkProvider.java|  435 -
 .../modules/web/struts/StrutsUtilities.java|  111 -
 .../web/struts/config/model/package-info.java  |   33 -
 .../modules/web/struts/dialogs/AddActionPanel.form |  475 -
 .../modules/web/struts/dialogs/AddActionPanel.java |  530 --
 .../modules/web/struts/dialogs/AddDialog.java  |  168 -
 .../struts/dialogs/AddExceptionDialogPanel.form|  477 -
 .../struts/dialogs/AddExceptionDialogPanel.java|  475 -
 .../web/struts/dialogs/AddFIActionPanel.form   |  296 -
 .../web/struts/dialogs/AddFIActionPanel.java   |  304 -
 .../web/struts/dialogs/AddFormBeanPanel.form   |  218 -
 .../web/struts/dialogs/AddFormBeanPanel.java   |  244 -
 .../web/struts/dialogs/AddFormPropertyPanel.form   |  339 -