(netbeans) branch php-nb21-features updated (0b3757be9b -> 16b9fc1287)

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

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


from 0b3757be9b Merge pull request #6712 from 
junichi11/php-gh-3933-6634-improve-gotodecl
 new bbbe151af8 PHP 8.3 Support: Add PHP 8.3 to the PhpVersion
 new ad66f6e0a8 PHP 8.3 Support: Dynamic class constant fetch (Part 1)
 new 9e9672a272 PHP 8.3 Support: Dynamic class constant fetch (Part 2)
 new 9635c49673 PHP 8.3 Support: Dynamic class constant fetch (Part 3)
 new 1571f5c055 PHP 8.3 Support: Dynamic class constant fetch (Part 4)
 new 7e705639b1 PHP 8.3 Support: Dynamic class constant fetch (Part 5)
 new 16b9fc1287 Merge pull request #6752 from 
junichi11/php83-dynamic-class-constant-fetch

The 9310 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/php.api.phpmodule/manifest.mf  |2 +-
 .../org/netbeans/modules/php/api/PhpVersion.java   |7 +
 php/php.editor/nbproject/project.properties|2 +-
 php/php.editor/nbproject/project.xml   |2 +-
 .../editor/completion/CompletionContextFinder.java |   36 +-
 .../php/editor/completion/PHPCodeCompletion.java   |3 +-
 .../modules/php/editor/csl/SemanticAnalysis.java   |   14 +-
 .../modules/php/editor/indent/CodeStyle.java   |4 +
 .../modules/php/editor/indent/FmtOptions.java  |2 +
 .../modules/php/editor/indent/FormatToken.java |2 +
 .../modules/php/editor/indent/FormatVisitor.java   |   26 +
 .../modules/php/editor/indent/TokenFormatter.java  |9 +
 .../modules/php/editor/indent/ui/Bundle.properties |5 +-
 .../modules/php/editor/indent/ui/FmtSpaces.java|1 +
 .../php/editor/model/impl/ModelVisitor.java|   19 +-
 .../php/editor/model/impl/OccurenceBuilder.java|3 +-
 .../php/editor/model/impl/VariousUtils.java|   18 +-
 .../modules/php/editor/parser/ASTPHP5Parser.java   | 3087 +
 .../modules/php/editor/parser/ASTPHP5Symbols.java  |2 +-
 .../php/editor/parser/EncodedActionTable1.java | 3966 +--
 .../php/editor/parser/EncodedActionTable10.java| 6158 -
 .../php/editor/parser/EncodedActionTable11.java| 6506 +-
 .../php/editor/parser/EncodedActionTable12.java| 5302 +++
 .../php/editor/parser/EncodedActionTable13.java| 5988 -
 .../php/editor/parser/EncodedActionTable14.java| 5814 
 .../php/editor/parser/EncodedActionTable15.java| 5608 
 .../php/editor/parser/EncodedActionTable16.java| 6950 ++--
 .../php/editor/parser/EncodedActionTable17.java| 4750 ++---
 .../php/editor/parser/EncodedActionTable18.java| 5600 
 .../php/editor/parser/EncodedActionTable19.java| 2012 +-
 .../php/editor/parser/EncodedActionTable2.java | 1234 ++--
 .../php/editor/parser/EncodedActionTable3.java | 3234 -
 .../php/editor/parser/EncodedActionTable4.java | 4402 ++---
 .../php/editor/parser/EncodedActionTable5.java | 3736 +--
 .../php/editor/parser/EncodedActionTable6.java | 5986 -
 .../php/editor/parser/EncodedActionTable7.java | 4454 ++---
 .../php/editor/parser/EncodedActionTable8.java | 4100 ++--
 .../php/editor/parser/EncodedActionTable9.java | 5704 
 .../editor/parser/astnodes/ReflectionVariable.java |6 +-
 .../parser/astnodes/StaticConstantAccess.java  |   32 +-
 .../modules/php/editor/resources/layer.xml |1 +
 .../editor/verification/IntroduceSuggestion.java   |5 +-
 .../editor/verification/PHP55UnhandledError.java   |   15 +-
 ...nhandledError.java => PHP83UnhandledError.java} |  111 +-
 .../ASTPHP5ParserTest/parser/TrueFalseNull.pass|6 +-
 .../parser/constantArrayAccess_01.pass |   16 +-
 .../parser/constantScalarExpressions_01.pass   |8 +-
 .../parser/ASTPHP5ParserTest/parser/gh4684.pass|6 +-
 .../ASTPHP5ParserTest/parser/heredoc_011.pass  |2 +-
 .../ASTPHP5ParserTest/parser/issue258959.pass  |   16 +-
 .../ASTPHP5ParserTest/parser/nowdoc_011.pass   |2 +-
 .../parser/php74/arrowFunctions_01.pass|2 +-
 .../php74/spreadOperatorInArrayExpression_02.pass  |   14 +-
 .../parser/php80/attributeSyntax_01.pass   |2 +-
 .../parser/php80/attributeSyntax_03.pass   |2 +-
 .../parser/php80/classNameLiteralOnObjects_01.pass |   18 +-
 .../parser/php80/matchExpression_04.pass   |8 +-
 .../parser/php80/nullsafeOperator_01.pass  |2 +-
 .../parser/php80/nullsafeOperator_02.pass  |2 +-
 .../parser/php81/enumerations_01.pass 

(netbeans-mavenutils-nbm-maven-plugin) branch master updated: add pom to the deployed artifacts

2023-11-27 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

skygo pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/netbeans-mavenutils-nbm-maven-plugin.git


The following commit(s) were added to refs/heads/master by this push:
 new 0e20e57  add pom to the deployed artifacts
 new ba9a057  Merge pull request #122 from ebarboni/deploypom
0e20e57 is described below

commit 0e20e5710a388ba6830edeb22ba2df6adb0b88db
Author: Eric Barboni 
AuthorDate: Mon Nov 27 14:15:47 2023 +0100

add pom to the deployed artifacts
---
 .../org/apache/netbeans/nbm/repository/PopulateRepositoryMojo.java| 4 
 1 file changed, 4 insertions(+)

diff --git 
a/nb-repository-plugin/src/main/java/org/apache/netbeans/nbm/repository/PopulateRepositoryMojo.java
 
b/nb-repository-plugin/src/main/java/org/apache/netbeans/nbm/repository/PopulateRepositoryMojo.java
index 020bd83..bd931ed 100644
--- 
a/nb-repository-plugin/src/main/java/org/apache/netbeans/nbm/repository/PopulateRepositoryMojo.java
+++ 
b/nb-repository-plugin/src/main/java/org/apache/netbeans/nbm/repository/PopulateRepositoryMojo.java
@@ -586,6 +586,10 @@ public class PopulateRepositoryMojo
 deployRequest.setRepository(deploymentRepository);
 deployRequest.setTrace( RequestTrace.newChild( 
null, "nb-repository-plugin" ) );
 deployRequest.addArtifact( art.setFile( 
moduleJarMinusCP != null ? moduleJarMinusCP : moduleJar ) );
+if ( pom !=null )
+{
+deployRequest.addArtifact( pomArt.setFile( pom 
) );
+}
 if ( javadoc != null )
 {
 deployRequest.addArtifact( javadocArt.setFile( 
javadoc ) );


-
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-jenkins-lib) branch master updated: use next version for nb-repo plugin

2023-11-27 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

skygo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-jenkins-lib.git


The following commit(s) were added to refs/heads/master by this push:
 new a97536e  use next version for nb-repo plugin
a97536e is described below

commit a97536ed1f7bb18b1eca2781cec07be4d001a029
Author: Eric Barboni 
AuthorDate: Mon Nov 27 14:22:15 2023 +0100

use next version for nb-repo plugin
---
 vars/asfMainNetBeansBuild.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vars/asfMainNetBeansBuild.groovy b/vars/asfMainNetBeansBuild.groovy
index 0c33869..3be2f31 100644
--- a/vars/asfMainNetBeansBuild.groovy
+++ b/vars/asfMainNetBeansBuild.groovy
@@ -48,7 +48,7 @@ def mavenVersion=""
 @groovy.transform.Field
 def tooling=[:]
 @groovy.transform.Field
-def repopluginversion="14.0-SNAPSHOT"
+def repopluginversion="14.1-SNAPSHOT"
 @groovy.transform.Field
 def nbpackageversion="1.0-beta3"
 @groovy.transform.Field


-
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-native-launchers) branch dependabot/maven/master/org.codehaus.mojo-build-helper-maven-plugin-3.5.0 created (now 4b332b5)

2023-11-27 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/master/org.codehaus.mojo-build-helper-maven-plugin-3.5.0
in repository https://gitbox.apache.org/repos/asf/netbeans-native-launchers.git


  at 4b332b5  Bump org.codehaus.mojo:build-helper-maven-plugin from 3.4.0 
to 3.5.0

No new revisions were added by this update.


-
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-antora) branch htaccess-nb20 created (now 5121b16)

2023-11-27 Thread neilcsmith
This is an automated email from the ASF dual-hosted git repository.

neilcsmith pushed a change to branch htaccess-nb20
in repository https://gitbox.apache.org/repos/asf/netbeans-antora.git


  at 5121b16  Update .htaccess plugin and issue redirects for NB20

This branch includes the following new commits:

 new 5121b16  Update .htaccess plugin and issue redirects for NB20

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.



-
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-antora) 01/01: Update .htaccess plugin and issue redirects for NB20

2023-11-27 Thread neilcsmith
This is an automated email from the ASF dual-hosted git repository.

neilcsmith pushed a commit to branch htaccess-nb20
in repository https://gitbox.apache.org/repos/asf/netbeans-antora.git

commit 5121b16a3c0f10b0dd2723236d7bed7522f8864b
Author: Neil C Smith 
AuthorDate: Mon Nov 27 12:45:49 2023 +

Update .htaccess plugin and issue redirects for NB20
---
 supplemental-ui/.htaccess | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/supplemental-ui/.htaccess b/supplemental-ui/.htaccess
index f39f594..411bcef 100644
--- a/supplemental-ui/.htaccess
+++ b/supplemental-ui/.htaccess
@@ -46,11 +46,11 @@ Redirect 302 /nb/plugins/18/ 
https://plugins.netbeans.apache.org/data/18/
 Redirect 302 /nb/updates/19/ https://netbeans-vm1.apache.org/uc/19/
 Redirect 302 /nb/plugins/19/ https://plugins.netbeans.apache.org/data/19/
 Redirect 302 /nb/updates/20/ https://netbeans-vm1.apache.org/uc/20/
-Redirect 302 /nb/plugins/20/ https://plugins.netbeans.apache.org/data/19/
+Redirect 302 /nb/plugins/20/ https://plugins.netbeans.apache.org/data/20/
 Redirect 302 /nb/updates/dev/ https://netbeans-vm1.apache.org/uc/dev/
-Redirect 302 /nb/plugins/dev/ https://plugins.netbeans.apache.org/data/19/
-Redirect 302 /nb/issues_redirect.html 
https://netbeans.apache.org/front/main/participate/report-issue.html
-Redirect 302 /nb/report-issue 
https://netbeans.apache.org/front/main/participate/report-issue.html
+Redirect 302 /nb/plugins/dev/ https://plugins.netbeans.apache.org/data/20/
+Redirect 302 /nb/issues_redirect.html 
https://netbeans.apache.org/front/main/participate/report-issue/
+Redirect 302 /nb/report-issue 
https://netbeans.apache.org/front/main/participate/report-issue/
 
 # Inbound links from the build - prefixed with /nbbuild/
 Redirect 302 /nbbuild/netbeansrelease.json 
https://raw.githubusercontent.com/apache/netbeans-jenkins-lib/HEAD/meta/netbeansrelease.json


-
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



svn commit: r65563 - in /dev/netbeans/netbeans-installers/20: Apache-NetBeans-20.pkg Apache-NetBeans-20.pkg.asc Apache-NetBeans-20.pkg.sha512

2023-11-27 Thread neilcsmith
Author: neilcsmith
Date: Mon Nov 27 12:42:05 2023
New Revision: 65563

Log:
Apache NetBeans 20 macOS installer for vote

Added:
dev/netbeans/netbeans-installers/20/Apache-NetBeans-20.pkg   (with props)
dev/netbeans/netbeans-installers/20/Apache-NetBeans-20.pkg.asc
dev/netbeans/netbeans-installers/20/Apache-NetBeans-20.pkg.sha512

Added: dev/netbeans/netbeans-installers/20/Apache-NetBeans-20.pkg
==
Binary file - no diff available.

Propchange: dev/netbeans/netbeans-installers/20/Apache-NetBeans-20.pkg
--
svn:mime-type = application/octet-stream

Added: dev/netbeans/netbeans-installers/20/Apache-NetBeans-20.pkg.asc
==
--- dev/netbeans/netbeans-installers/20/Apache-NetBeans-20.pkg.asc (added)
+++ dev/netbeans/netbeans-installers/20/Apache-NetBeans-20.pkg.asc Mon Nov 27 
12:42:05 2023
@@ -0,0 +1,17 @@
+-BEGIN PGP SIGNATURE-
+
+iQJKBAABCgA0FiEEewN+6+Dw3t/uZbaYNwOsOJoSqdQFAmVki0UWHG5laWxjc21p
+dGhAYXBhY2hlLm9yZwAKCRA3A6w4mhKp1AAmD/wKnDfD0JUHELwybLq6UIp0NEEW
+mbzsoPS/4A9w9pXPWZlSaiIKNcqs+aAMqbhiaxdxlFMNv1OLLXGqsfV+n5j70wSc
+xbkHbvlFaI1y18Wyp1rbfI8mHfK43zuh2tgqd0+BxfUTKl68f8xjwkDF2DoKN97R
+ZMOiAl0s1llwK7Xgg8RZIE8renoEYodvRHASnbS5wGIC4Ho46CrcBWtpAsDdRnEW
+eNI4SkXoBeUbBs7ymbnVROlMsYORWz5HgrSKupcK96Z6GYUlv3Mgfyviyz2pJewP
+s5dRzp96WFNUx/b9n6zkqwwG/rf2O57C2FCugYXKd/0NPh/C4vhBp1WDyUqxFUVZ
+RKbMiMOJEJ4Ilpsu9bcvopmpwr7jtfBjsEk+MmvptNJgy36+2gWWbxE2tVSWlRFj
+GYwdXjEwn0HXhAo3wnb71f5LOKvmh4QVhuYBlj7Viofgqf6tUniueWZBwBYsnd1s
+g1hS14vVIDfxhChr0OQuQt6N/FBfBw6ceK/Cl8ifmbHFAfMRh5qn23rvO4NsT1XQ
+NN5vdN33pE6gV/NyH6lG1L2b90M5jlH2w93hwDxaA8vdYnkh2r+T6tZB18NWbEqR
+WbGB0OuwF8xy5X0ir8TWPKKG4sZHtU9dMzu/qq0RyvT9he5npLxmhV/dsxuc+9a9
+uaUiTZBuX5VGStKTHg==
+=aIRH
+-END PGP SIGNATURE-

Added: dev/netbeans/netbeans-installers/20/Apache-NetBeans-20.pkg.sha512
==
--- dev/netbeans/netbeans-installers/20/Apache-NetBeans-20.pkg.sha512 (added)
+++ dev/netbeans/netbeans-installers/20/Apache-NetBeans-20.pkg.sha512 Mon Nov 
27 12:42:05 2023
@@ -0,0 +1 @@
+e2aba4cf799178a827776e66b4c15f07f15b4c26650e8b4d486b4c2f460704cd2057eca8d99572798e534be84a02e31b9854e7a50a8fba43e7a9b3a350b15d01
  Apache-NetBeans-20.pkg



-
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