(netbeans-antora-ui) branch dependabot/npm_and_yarn/all-dependencies-2bda1e7085 updated (0414e4b -> bb4b743)

2024-06-04 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/all-dependencies-2bda1e7085
in repository https://gitbox.apache.org/repos/asf/netbeans-antora-ui.git


 discard 0414e4b  Bump the all-dependencies group across 1 directory with 2 
updates
 add 027b4ce  Apache NetBeans 22 header
 add d3f5f0a  Merge pull request #38 from ebarboni/newsnb22
 add bb4b743  Bump the all-dependencies group across 1 directory with 2 
updates

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (0414e4b)
\
 N -- N -- N   
refs/heads/dependabot/npm_and_yarn/all-dependencies-2bda1e7085 (bb4b743)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 src/partials/news.hbs | 4 ++--
 1 file changed, 2 insertions(+), 2 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 master updated (f6adf61533 -> fb457ad6c8)

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

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


from f6adf61533 Merge pull request #7431 from 
junichi11/php-gh-7192-fix-cc-for-static
 add 68b4950533 Prevent NPE #7170
 new fb457ad6c8 Merge pull request #7425 from 
junichi11/php-gh-7170-code-template-npe

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:
 .../modules/php/editor/codegen/SemiAttribute.java  | 51 +++---
 1 file changed, 26 insertions(+), 25 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 #7425 from junichi11/php-gh-7170-code-template-npe

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

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

commit fb457ad6c863855201a04096989ec6506e69b8d3
Merge: f6adf61533 68b4950533
Author: Junichi Yamamoto 
AuthorDate: Wed Jun 5 08:23:13 2024 +0900

Merge pull request #7425 from junichi11/php-gh-7170-code-template-npe

Prevent NPE #7170

 .../modules/php/editor/codegen/SemiAttribute.java  | 51 +++---
 1 file changed, 26 insertions(+), 25 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 master updated (64451ecaf5 -> f6adf61533)

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

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


from 64451ecaf5 Merge pull request #7421 from 
junichi11/php-gh-7123-fix-imports-with-nullable-types
 add 106ecb6b3e Fix the Code Completion for `static` return type #7192
 new f6adf61533 Merge pull request #7431 from 
junichi11/php-gh-7192-fix-cc-for-static

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/model/impl/FunctionScopeImpl.java   |  3 +-
 .../testfiles/completion/lib/gh7192/gh7192.php | 59 ++
 .../lib/gh7192/gh7192.php.testGH7192_01.completion | 10 
 .../lib/gh7192/gh7192.php.testGH7192_02.completion | 10 
 .../lib/gh7192/gh7192.php.testGH7192_03.completion |  7 +++
 .../completion/PHPCodeCompletionGH7192Test.java| 47 +
 6 files changed, 135 insertions(+), 1 deletion(-)
 create mode 100644 
php/php.editor/test/unit/data/testfiles/completion/lib/gh7192/gh7192.php
 create mode 100644 
php/php.editor/test/unit/data/testfiles/completion/lib/gh7192/gh7192.php.testGH7192_01.completion
 create mode 100644 
php/php.editor/test/unit/data/testfiles/completion/lib/gh7192/gh7192.php.testGH7192_02.completion
 create mode 100644 
php/php.editor/test/unit/data/testfiles/completion/lib/gh7192/gh7192.php.testGH7192_03.completion
 create mode 100644 
php/php.editor/test/unit/src/org/netbeans/modules/php/editor/completion/PHPCodeCompletionGH7192Test.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 #7431 from junichi11/php-gh-7192-fix-cc-for-static

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

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

commit f6adf61533fc7b84cd17020d94a6b51e8ae6d590
Merge: 64451ecaf5 106ecb6b3e
Author: Junichi Yamamoto 
AuthorDate: Wed Jun 5 07:56:42 2024 +0900

Merge pull request #7431 from junichi11/php-gh-7192-fix-cc-for-static

Fix the Code Completion for `static` return type #7192

 .../php/editor/model/impl/FunctionScopeImpl.java   |  3 +-
 .../testfiles/completion/lib/gh7192/gh7192.php | 59 ++
 .../lib/gh7192/gh7192.php.testGH7192_01.completion | 10 
 .../lib/gh7192/gh7192.php.testGH7192_02.completion | 10 
 .../lib/gh7192/gh7192.php.testGH7192_03.completion |  7 +++
 .../completion/PHPCodeCompletionGH7192Test.java| 47 +
 6 files changed, 135 insertions(+), 1 deletion(-)


-
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 master updated (ceea5a3953 -> 64451ecaf5)

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

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


from ceea5a3953 Merge pull request #7422 from 
dbalek/dbalek/micronaut-endpoint-request-body-generator
 add 41dc498fbc Prevent deleting the nullable type prefix when the "fix 
imports" is run #7123
 new 64451ecaf5 Merge pull request #7421 from 
junichi11/php-gh-7123-fix-imports-with-nullable-types

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/actions/UsedNamesCollector.java | 12 ++-
 .../data/testfiles/actions/gh6075_01.php.usedNames |  2 +-
 .../test/unit/data/testfiles/actions/gh7123_01.php | 25 ++
 .../data/testfiles/actions/gh7123_01.php.usedNames |  3 +++
 .../test/unit/data/testfiles/actions/gh7123_02.php | 23 
 .../data/testfiles/actions/gh7123_02.php.usedNames |  2 ++
 .../actions/testGH7123/01/testGH7123_01.php| 25 ++
 .../testGH7123/01/testGH7123_01.php.fixUses| 25 ++
 .../actions/testGH7123/02/testGH7123_02.php| 23 
 .../testGH7123/02/testGH7123_02.php.fixUses| 23 
 .../php/editor/actions/FixUsesPerformerTest.java   | 12 +++
 .../php/editor/actions/UsedNamesCollectorTest.java |  8 +++
 12 files changed, 181 insertions(+), 2 deletions(-)
 create mode 100644 
php/php.editor/test/unit/data/testfiles/actions/gh7123_01.php
 create mode 100644 
php/php.editor/test/unit/data/testfiles/actions/gh7123_01.php.usedNames
 create mode 100644 
php/php.editor/test/unit/data/testfiles/actions/gh7123_02.php
 create mode 100644 
php/php.editor/test/unit/data/testfiles/actions/gh7123_02.php.usedNames
 create mode 100644 
php/php.editor/test/unit/data/testfiles/actions/testGH7123/01/testGH7123_01.php
 create mode 100644 
php/php.editor/test/unit/data/testfiles/actions/testGH7123/01/testGH7123_01.php.fixUses
 create mode 100644 
php/php.editor/test/unit/data/testfiles/actions/testGH7123/02/testGH7123_02.php
 create mode 100644 
php/php.editor/test/unit/data/testfiles/actions/testGH7123/02/testGH7123_02.php.fixUses


-
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 #7421 from junichi11/php-gh-7123-fix-imports-with-nullable-types

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

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

commit 64451ecaf5e991340e64c6faac2c7e983924c464
Merge: ceea5a3953 41dc498fbc
Author: Junichi Yamamoto 
AuthorDate: Wed Jun 5 07:55:24 2024 +0900

Merge pull request #7421 from 
junichi11/php-gh-7123-fix-imports-with-nullable-types

Prevent deleting the nullable type prefix when the "fix imports" is run 
#7123

 .../php/editor/actions/UsedNamesCollector.java | 12 ++-
 .../data/testfiles/actions/gh6075_01.php.usedNames |  2 +-
 .../test/unit/data/testfiles/actions/gh7123_01.php | 25 ++
 .../data/testfiles/actions/gh7123_01.php.usedNames |  3 +++
 .../test/unit/data/testfiles/actions/gh7123_02.php | 23 
 .../data/testfiles/actions/gh7123_02.php.usedNames |  2 ++
 .../actions/testGH7123/01/testGH7123_01.php| 25 ++
 .../testGH7123/01/testGH7123_01.php.fixUses| 25 ++
 .../actions/testGH7123/02/testGH7123_02.php| 23 
 .../testGH7123/02/testGH7123_02.php.fixUses| 23 
 .../php/editor/actions/FixUsesPerformerTest.java   | 12 +++
 .../php/editor/actions/UsedNamesCollectorTest.java |  8 +++
 12 files changed, 181 insertions(+), 2 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 master updated (e085d72b09 -> ceea5a3953)

2024-06-04 Thread dbalek
This is an automated email from the ASF dual-hosted git repository.

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


from e085d72b09 Update issue report template for NB22 release
 add c559a2693d Micronaut: Command creating request body for given endpoint 
added.
 new ceea5a3953 Merge pull request #7422 from 
dbalek/dbalek/micronaut-endpoint-request-body-generator

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:
 .../db/MicronautEndpointRequestProvider.java   | 278 +
 .../org/netbeans/modules/micronaut/db/Utils.java   |  14 +-
 2 files changed, 287 insertions(+), 5 deletions(-)
 create mode 100644 
enterprise/micronaut/src/org/netbeans/modules/micronaut/db/MicronautEndpointRequestProvider.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 #7422 from dbalek/dbalek/micronaut-endpoint-request-body-generator

2024-06-04 Thread dbalek
This is an automated email from the ASF dual-hosted git repository.

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

commit ceea5a39530ae7d0b6c8a566554aec4d9e2033eb
Merge: e085d72b09 c559a2693d
Author: Dusan Balek 
AuthorDate: Tue Jun 4 12:40:15 2024 +0200

Merge pull request #7422 from 
dbalek/dbalek/micronaut-endpoint-request-body-generator

Micronaut: Command creating request body for given endpoint added.

 .../db/MicronautEndpointRequestProvider.java   | 278 +
 .../org/netbeans/modules/micronaut/db/Utils.java   |  14 +-
 2 files changed, 287 insertions(+), 5 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 master updated: Update issue report template for NB22 release

2024-06-04 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.git


The following commit(s) were added to refs/heads/master by this push:
 new e085d72b09 Update issue report template for NB22 release
e085d72b09 is described below

commit e085d72b09243b53e7a42b9c7874113c59563c45
Author: Eric Barboni 
AuthorDate: Tue Jun 4 11:24:54 2024 +0200

Update issue report template for NB22 release
---
 .github/ISSUE_TEMPLATE/netbeans_bug_report.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/netbeans_bug_report.yml 
b/.github/ISSUE_TEMPLATE/netbeans_bug_report.yml
index 11e1c5c44e..915ced74c6 100644
--- a/.github/ISSUE_TEMPLATE/netbeans_bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/netbeans_bug_report.yml
@@ -27,8 +27,8 @@ body:
 Latest releases are always available from 
https://netbeans.apache.org/download/
   multiple: false
   options:
-- "Apache NetBeans 21"
-- "Apache NetBeans 22 release candidate"
+- "Apache NetBeans 22"
+#- "Apache NetBeans 22 release candidate"
 - "Apache NetBeans latest daily build"
 validations:
   required: true


-
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 #7386 from neilcsmith-net/gh4155

2024-06-04 Thread neilcsmith
This is an automated email from the ASF dual-hosted git repository.

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

commit d39dbdd0e38e110ccead77eb72575b54054cc552
Merge: 913cc1e174 bea0de7f73
Author: Neil C Smith 
AuthorDate: Tue Jun 4 09:51:36 2024 +0100

Merge pull request #7386 from neilcsmith-net/gh4155

Allow focus events to propagate before running glyph gutter actions - GH4155

 .../src/org/netbeans/editor/GlyphGutter.java | 20 ++--
 1 file changed, 18 insertions(+), 2 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 master updated (913cc1e174 -> d39dbdd0e3)

2024-06-04 Thread neilcsmith
This is an automated email from the ASF dual-hosted git repository.

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


from 913cc1e174 Merge pull request #7390 from 
neilcsmith-net/exception-template
 add bea0de7f73 Fix GH4155 by allowing focus events from glyph gutter mouse 
events to propagate before running actions.
 new d39dbdd0e3 Merge pull request #7386 from neilcsmith-net/gh4155

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:
 .../src/org/netbeans/editor/GlyphGutter.java | 20 ++--
 1 file changed, 18 insertions(+), 2 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-antora-ui) 01/01: Merge pull request #38 from ebarboni/newsnb22

2024-06-04 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

skygo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/netbeans-antora-ui.git

commit d3f5f0ad0cadef85ac0983dce769fc69289b6517
Merge: 04f2dae 027b4ce
Author: Eric Barboni 
AuthorDate: Tue Jun 4 10:12:54 2024 +0200

Merge pull request #38 from ebarboni/newsnb22

Apache NetBeans 22 header

 src/partials/news.hbs | 4 ++--
 1 file changed, 2 insertions(+), 2 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-antora-ui) branch main updated (04f2dae -> d3f5f0a)

2024-06-04 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

skygo pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/netbeans-antora-ui.git


from 04f2dae  Merge pull request #30 from 
apache/dependabot/npm_and_yarn/all-dependencies-51088fa365
 add 027b4ce  Apache NetBeans 22 header
 new d3f5f0a  Merge pull request #38 from ebarboni/newsnb22

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:
 src/partials/news.hbs | 4 ++--
 1 file changed, 2 insertions(+), 2 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-antora-site) 01/01: Merge pull request #26 from ebarboni/blog22

2024-06-04 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

skygo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/netbeans-antora-site.git

commit 84ed9b7f735a69582f1541990d7dd0fe5c3bf8c6
Merge: ca42169 0850d2d
Author: Eric Barboni 
AuthorDate: Tue Jun 4 10:12:41 2024 +0200

Merge pull request #26 from ebarboni/blog22

blog entry Apache NetBeans 22

 .../announce-apache-netbeans-22-released.adoc  | 55 ++
 1 file changed, 55 insertions(+)


-
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-site) branch main updated (ca42169 -> 84ed9b7)

2024-06-04 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

skygo pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/netbeans-antora-site.git


from ca42169  Merge pull request #25 from mbien/report-issue-update
 add 0850d2d  blog entry Apache NetBeans 22
 new 84ed9b7  Merge pull request #26 from ebarboni/blog22

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:
 adoc => announce-apache-netbeans-22-released.adoc} | 18 +-
 1 file changed, 9 insertions(+), 9 deletions(-)
 copy modules/ROOT/pages/blogs/entry/{announce-apache-netbeans-18-released.adoc 
=> announce-apache-netbeans-22-released.adoc} (76%)


-
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