(netbeans-mavenutils-nbm-maven-plugin) branch dependabot/maven/master/org.apache.maven.plugins-maven-shade-plugin-3.5.2 created (now 7570a27)

2024-02-21 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.apache.maven.plugins-maven-shade-plugin-3.5.2
in repository 
https://gitbox.apache.org/repos/asf/netbeans-mavenutils-nbm-maven-plugin.git


  at 7570a27  Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.1 
to 3.5.2

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) 01/01: Merge pull request #7032 from pepness/glassfish-7.0.12

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

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

commit b5ce4412c5b5032e8dc9f449cb3bc44597a2f0c9
Merge: 81fb8bc3df 281694f68a
Author: José Contreras 
AuthorDate: Wed Feb 21 19:28:19 2024 -0600

Merge pull request #7032 from pepness/glassfish-7.0.12

Add support for GlassFish 7.0.12

 .../modules/glassfish/common/Bundle.properties |  1 +
 .../modules/glassfish/common/ServerDetails.java| 11 +
 .../glassfish/common/wizards/Bundle.properties |  1 +
 .../glassfish/tooling/data/GlassFishVersion.java   | 10 -
 .../server/config/ConfigBuilderProvider.java   |  8 ++-
 .../glassfish/tooling/admin/AdminFactoryTest.java  |  4 ++--
 .../tooling/data/GlassFishVersionTest.java |  7 --
 .../glassfish/tooling/utils/EnumUtilsTest.java | 26 +++---
 8 files changed, 49 insertions(+), 19 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 (81fb8bc3df -> b5ce4412c5)

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

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


from 81fb8bc3df Merge pull request #7092 from mbien/ci-versioning-tests
 add 281694f68a Add support for GlassFish 7.0.12
 new b5ce4412c5 Merge pull request #7032 from pepness/glassfish-7.0.12

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/glassfish/common/Bundle.properties |  1 +
 .../modules/glassfish/common/ServerDetails.java| 11 +
 .../glassfish/common/wizards/Bundle.properties |  1 +
 .../glassfish/tooling/data/GlassFishVersion.java   | 10 -
 .../server/config/ConfigBuilderProvider.java   |  8 ++-
 .../glassfish/tooling/admin/AdminFactoryTest.java  |  4 ++--
 .../tooling/data/GlassFishVersionTest.java |  7 --
 .../glassfish/tooling/utils/EnumUtilsTest.java | 26 +++---
 8 files changed, 49 insertions(+), 19 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 #7092 from mbien/ci-versioning-tests

2024-02-21 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 81fb8bc3df7d32b11ac86c02f82527e37e3e1617
Merge: 7575e886cb 067838ac50
Author: Michael Bien 
AuthorDate: Wed Feb 21 20:37:40 2024 +0100

Merge pull request #7092 from mbien/ci-versioning-tests

move all git and versioning tests to the versioning CI job

 .github/release.yml|  2 +-
 .github/workflows/main.yml | 30 +++---
 2 files changed, 16 insertions(+), 16 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 (7575e886cb -> 81fb8bc3df)

2024-02-21 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 7575e886cb Merge pull request #7070 from 
matthiasblaesing/git-new-file-ignore-copy
 add 067838ac50 move all git and versioning tests to the versioning CI job
 new 81fb8bc3df Merge pull request #7092 from mbien/ci-versioning-tests

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/release.yml|  2 +-
 .github/workflows/main.yml | 30 +++---
 2 files changed, 16 insertions(+), 16 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 #7070 from matthiasblaesing/git-new-file-ignore-copy

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

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

commit 7575e886cb3d6b6aa5c29768b6e397c45ee543bc
Merge: 5de8e61a01 38303f167b
Author: Matthias Bläsing 
AuthorDate: Wed Feb 21 19:24:14 2024 +0100

Merge pull request #7070 from matthiasblaesing/git-new-file-ignore-copy

New file created by copy/paste in git repo ignores commit exclusion flag

 .github/workflows/main.yml |   3 +
 ide/git/nbproject/project.properties   |  13 +-
 .../modules/git/FilesystemInterceptor.java |   8 +-
 .../netbeans/modules/git/AbstractGitTestCase.java  | 106 +++--
 .../netbeans/modules/git/ExternalChangesTest.java  |   2 +-
 .../modules/git/FilesystemInterceptorTest.java | 173 -
 .../src/org/netbeans/modules/git/StatusTest.java   |   9 +-
 .../netbeans/modules/git/VersioningQueryTest.java  |  24 +--
 .../org/netbeans/modules/git/getTopmostTest.java   |  55 +--
 .../git/ui/repository/remote/ConnectTest.java  |   2 +-
 10 files changed, 228 insertions(+), 167 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 (5de8e61a01 -> 7575e886cb)

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

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


from 5de8e61a01 Merge pull request #7090 from 
dbalek/dbalek/micronaut-duplicate-endpoints-warnings
 add 820558e848 Fix git some git unittests
 add 38303f167b New file created by copy/paste in git repo ignores commit 
exclusion flag
 new 7575e886cb Merge pull request #7070 from 
matthiasblaesing/git-new-file-ignore-copy

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 |   3 +
 ide/git/nbproject/project.properties   |  13 +-
 .../modules/git/FilesystemInterceptor.java |   8 +-
 .../netbeans/modules/git/AbstractGitTestCase.java  | 106 +++--
 .../netbeans/modules/git/ExternalChangesTest.java  |   2 +-
 .../modules/git/FilesystemInterceptorTest.java | 173 -
 .../src/org/netbeans/modules/git/StatusTest.java   |   9 +-
 .../netbeans/modules/git/VersioningQueryTest.java  |  24 +--
 .../org/netbeans/modules/git/getTopmostTest.java   |  55 +--
 .../git/ui/repository/remote/ConnectTest.java  |   2 +-
 10 files changed, 228 insertions(+), 167 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) branch announce21 deleted (was f81de44)

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

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


 was f81de44  Update announce-apache-21-released.adoc

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.


-
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: Create announce-apache-21-released.adoc (#13)

2024-02-21 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


The following commit(s) were added to refs/heads/main by this push:
 new 2e8baf4  Create announce-apache-21-released.adoc (#13)
2e8baf4 is described below

commit 2e8baf482030bf253cf5d8427ac4a4804f454369
Author: Eric Barboni 
AuthorDate: Wed Feb 21 16:38:37 2024 +0100

Create announce-apache-21-released.adoc (#13)

* Create announce-apache-21-released.adoc
---
 .../blogs/entry/announce-apache-21-released.adoc   | 55 ++
 1 file changed, 55 insertions(+)

diff --git a/modules/ROOT/pages/blogs/entry/announce-apache-21-released.adoc 
b/modules/ROOT/pages/blogs/entry/announce-apache-21-released.adoc
new file mode 100644
index 000..87b9663
--- /dev/null
+++ b/modules/ROOT/pages/blogs/entry/announce-apache-21-released.adoc
@@ -0,0 +1,55 @@
+// 
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreements.  See the NOTICE file
+// distributed with this work for additional information
+// regarding copyright ownership.  The ASF licenses this file
+// to you under the Apache License, Version 2.0 (the
+// "License"); you may not use this file except in compliance
+// with the License.  You may obtain a copy of the License at
+// 
+//   http://www.apache.org/licenses/LICENSE-2.0
+// 
+// Unless required by applicable law or agreed to in writing,
+// software distributed under the License is distributed on an
+// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+// KIND, either express or implied.  See the License for the
+// specific language governing permissions and limitations
+// under the License.
+//
+
+= [ANNOUNCE] Apache NetBeans 21 Released
+:author: Geertjan Wielenga
+:page-revdate: 2024-02-20
+:page-layout: blogentry
+:page-tags: blogentry
+:jbake-status: published
+:keywords: Apache NetBeans 21 release
+:description: Apache NetBeans 21 release
+:toc: left
+:toc-title:
+:page-syntax: true
+
+
+The Apache NetBeans team is pleased to announce that Apache NetBeans 21 was 
released on February 1, 2024.
+
+What's in the Apache NetBeans 21 release:
+
+https://github.com/apache/netbeans/releases/tag/21
+
+With thanks to 24 contributors, including 3 who have contributed for the first 
time. Thank you!
+
+Downloads:
+
+xref:download/nb21/index.adoc[Apache NetBeans 21 Download page]
+
+See our release schedule:
+
+https://cwiki.apache.org/confluence/display/NETBEANS/Release+Schedule
+
+Feel free to share the good news!
+
+Thanks everyone, and best wishes,
+
+Neil, Eric, Martin, Geertjan
+
+on behalf of Apache NetBeans PMC


-
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 announce21 updated (f0e6d3b -> f81de44)

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

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


from f0e6d3b  Update announce-apache-21-released.adoc
 add f81de44  Update announce-apache-21-released.adoc

No new revisions were added by this update.

Summary of changes:
 modules/ROOT/pages/blogs/entry/announce-apache-21-released.adoc | 2 +-
 1 file changed, 1 insertion(+), 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-antora-site) branch announce21 updated (14f472a -> f0e6d3b)

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

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


from 14f472a  Create announce-apache-21-released.adoc
 add f0e6d3b  Update announce-apache-21-released.adoc

No new revisions were added by this update.

Summary of changes:
 modules/ROOT/pages/blogs/entry/announce-apache-21-released.adoc | 2 +-
 1 file changed, 1 insertion(+), 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-antora-site) 01/01: Create announce-apache-21-released.adoc

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

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

commit 14f472a96d28c2ec47314143d45845ec7159e72f
Author: Eric Barboni 
AuthorDate: Wed Feb 21 16:15:54 2024 +0100

Create announce-apache-21-released.adoc
---
 .../blogs/entry/announce-apache-21-released.adoc   | 55 ++
 1 file changed, 55 insertions(+)

diff --git a/modules/ROOT/pages/blogs/entry/announce-apache-21-released.adoc 
b/modules/ROOT/pages/blogs/entry/announce-apache-21-released.adoc
new file mode 100644
index 000..78a9940
--- /dev/null
+++ b/modules/ROOT/pages/blogs/entry/announce-apache-21-released.adoc
@@ -0,0 +1,55 @@
+// 
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreements.  See the NOTICE file
+// distributed with this work for additional information
+// regarding copyright ownership.  The ASF licenses this file
+// to you under the Apache License, Version 2.0 (the
+// "License"); you may not use this file except in compliance
+// with the License.  You may obtain a copy of the License at
+// 
+//   http://www.apache.org/licenses/LICENSE-2.0
+// 
+// Unless required by applicable law or agreed to in writing,
+// software distributed under the License is distributed on an
+// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+// KIND, either express or implied.  See the License for the
+// specific language governing permissions and limitations
+// under the License.
+//
+
+= [ANNOUNCE] Apache NetBeans 21 Released
+:author: Geertjan Wielenga
+:page-revdate: 2024-02-20
+:page-layout: blogentry
+:page-tags: blogentry
+:jbake-status: published
+:keywords: Apache NetBeans 21 release
+:description: Apache NetBeans 21 release
+:toc: left
+:toc-title:
+:page-syntax: true
+
+
+The Apache NetBeans team is pleased to announce that Apache NetBeans 21 was 
released on February 1, 2024.
+
+What's in the Apache NetBeans 21 release:
+
+https://github.com/apache/netbeans/releases/tag/21
+
+With thanks to 22 contributors, including 3 who have contributed for the first 
time. Thank you!
+
+Downloads:
+
+xref:download/nb21/index.adoc[Apache NetBeans 21 Download page]
+
+See our release schedule:
+
+https://cwiki.apache.org/confluence/display/NETBEANS/Release+Schedule
+
+Feel free to share the good news!
+
+Thanks everyone, and best wishes,
+
+Neil, Eric, Martin, Geertjan
+
+on behalf of Apache NetBeans PMC


-
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 announce21 created (now 14f472a)

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

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


  at 14f472a  Create announce-apache-21-released.adoc

This branch includes the following new commits:

 new 14f472a  Create announce-apache-21-released.adoc

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) branch master updated (30e2275aee -> 5de8e61a01)

2024-02-21 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 30e2275aee Merge pull request #7053 from mbien/code-cleanup-nb22-1
 add adde5d9277 Micronaut: Detect and report duplicated endpoint URI paths.
 new 5de8e61a01 Merge pull request #7090 from 
dbalek/dbalek/micronaut-duplicate-endpoints-warnings

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:
 .../completion/MicronautDataCompletionTask.java| 13 +++-
 .../org/netbeans/modules/micronaut/db/Utils.java   |  3 +-
 .../symbol/MicronautStructureProvider.java |  2 +-
 .../symbol/MicronautSymbolErrorProvider.java   | 74 ++
 .../micronaut/symbol/MicronautSymbolFinder.java| 14 +++-
 .../micronaut/symbol/MicronautSymbolSearcher.java  | 67 ++--
 .../server/protocol/TextDocumentServiceImpl.java   | 14 ++--
 7 files changed, 169 insertions(+), 18 deletions(-)
 create mode 100644 
enterprise/micronaut/src/org/netbeans/modules/micronaut/symbol/MicronautSymbolErrorProvider.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 #7090 from dbalek/dbalek/micronaut-duplicate-endpoints-warnings

2024-02-21 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 5de8e61a014f4f50903e681036d8751361c83460
Merge: 30e2275aee adde5d9277
Author: Dusan Balek 
AuthorDate: Wed Feb 21 15:35:25 2024 +0100

Merge pull request #7090 from 
dbalek/dbalek/micronaut-duplicate-endpoints-warnings

Micronaut: Detect and report duplicated endpoint URI paths.

 .../completion/MicronautDataCompletionTask.java| 13 +++-
 .../org/netbeans/modules/micronaut/db/Utils.java   |  3 +-
 .../symbol/MicronautStructureProvider.java |  2 +-
 .../symbol/MicronautSymbolErrorProvider.java   | 74 ++
 .../micronaut/symbol/MicronautSymbolFinder.java| 14 +++-
 .../micronaut/symbol/MicronautSymbolSearcher.java  | 67 ++--
 .../server/protocol/TextDocumentServiceImpl.java   | 14 ++--
 7 files changed, 169 insertions(+), 18 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 nb21banner deleted (was 7a376a8)

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

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


 was 7a376a8  Apache NetBeans 21 banner

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.


-
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-mavenutils-nbm-maven-plugin) branch dependabot/maven/master/org.codehaus.modello-modello-maven-plugin-2.3.0 deleted (was 5ebf60a)

2024-02-21 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.modello-modello-maven-plugin-2.3.0
in repository 
https://gitbox.apache.org/repos/asf/netbeans-mavenutils-nbm-maven-plugin.git


 was 5ebf60a  Bump org.codehaus.modello:modello-maven-plugin from 2.1.2 to 
2.3.0

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.


-
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-mavenutils-nbm-maven-plugin) branch master updated (4c8d984 -> 9e8c959)

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

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


from 4c8d984  Merge pull request #144 from 
apache/dependabot/maven/master/org.apache.maven.plugins-maven-javadoc-plugin-3.6.3
 add 5ebf60a  Bump org.codehaus.modello:modello-maven-plugin from 2.1.2 to 
2.3.0
 add 9e8c959  Merge pull request #146 from 
apache/dependabot/maven/master/org.codehaus.modello-modello-maven-plugin-2.3.0

No new revisions were added by this update.

Summary of changes:
 nbm-maven-plugin/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 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-mavenutils-nbm-maven-plugin) branch dependabot/maven/master/org.apache.maven.plugins-maven-javadoc-plugin-3.6.3 deleted (was f5d6455)

2024-02-21 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.apache.maven.plugins-maven-javadoc-plugin-3.6.3
in repository 
https://gitbox.apache.org/repos/asf/netbeans-mavenutils-nbm-maven-plugin.git


 was f5d6455  Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 
to 3.6.3

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.


-
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-mavenutils-nbm-maven-plugin) 01/01: Merge pull request #144 from apache/dependabot/maven/master/org.apache.maven.plugins-maven-javadoc-plugin-3.6.3

2024-02-21 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

commit 4c8d98431106d502420873534a0eb9aaf266ec1a
Merge: b803705 f5d6455
Author: Eric Barboni 
AuthorDate: Wed Feb 21 14:46:29 2024 +0100

Merge pull request #144 from 
apache/dependabot/maven/master/org.apache.maven.plugins-maven-javadoc-plugin-3.6.3

Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3

 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 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-mavenutils-nbm-maven-plugin) branch master updated (b803705 -> 4c8d984)

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

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


from b803705  Merge pull request #148 from 
apache/dependabot/maven/master/org.netbeans.external-updater-RELEASE210
 add f5d6455  Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 
to 3.6.3
 new 4c8d984  Merge pull request #144 from 
apache/dependabot/maven/master/org.apache.maven.plugins-maven-javadoc-plugin-3.6.3

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:
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 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-mavenutils-nbm-maven-plugin) branch dependabot/maven/master/org.netbeans.external-updater-RELEASE210 deleted (was 4c7e344)

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

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


 was 4c7e344  Bump org.netbeans.external:updater from RELEASE200 to 
RELEASE210

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.


-
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-mavenutils-nbm-maven-plugin) branch master updated (00b9e3e -> b803705)

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

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


from 00b9e3e  Merge pull request #143 from ebarboni/mpluginplugin
 add 4c7e344  Bump org.netbeans.external:updater from RELEASE200 to 
RELEASE210
 add b803705  Merge pull request #148 from 
apache/dependabot/maven/master/org.netbeans.external-updater-RELEASE210

No new revisions were added by this update.

Summary of changes:
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 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-mavenutils-nbm-maven-plugin) branch master updated (0752ada -> 00b9e3e)

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

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


from 0752ada  Merge pull request #149 from ebarboni/depreactionfixes
 add 00ea262  Bump maven plugin version with goalPrefix for 
nb-repository-plugin
 add 00b9e3e  Merge pull request #143 from ebarboni/mpluginplugin

No new revisions were added by this update.

Summary of changes:
 nb-repository-plugin/pom.xml | 1 +
 pom.xml  | 2 +-
 2 files changed, 2 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-mavenutils-nbm-maven-plugin) 01/01: Merge pull request #149 from ebarboni/depreactionfixes

2024-02-21 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

commit 0752ada1d4f9fd7fe4cd28f759198e00f7180b1a
Merge: 2472ff7 54859d9
Author: Eric Barboni 
AuthorDate: Wed Feb 21 14:42:19 2024 +0100

Merge pull request #149 from ebarboni/depreactionfixes

remove usage of IOUtil.close

 .../nbm/repository/PopulateRepositoryMojo.java | 10 +---
 .../org/apache/netbeans/nbm/AbstractNbmMojo.java   | 20 +--
 .../apache/netbeans/nbm/CreateClusterAppMojo.java  | 34 +++
 .../apache/netbeans/nbm/CreateWebstartAppMojo.java | 68 --
 .../netbeans/nbm/NetBeansManifestUpdateMojo.java   | 26 -
 5 files changed, 45 insertions(+), 113 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-mavenutils-nbm-maven-plugin) branch master updated (aa10338 -> 2472ff7)

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

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


from aa10338  Merge pull request #142 from apache/updatertake2
 add 3a17587  Fix missing OutputTimestamp property
 new 2472ff7  Merge pull request #147 from charphi/fix-output-timestamp

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:
 nbm-maven-plugin/pom.xml   |  5 +
 .../java/org/apache/netbeans/nbm/AbstractNbmMojo.java  |  9 +
 .../org/apache/netbeans/nbm/CreateClusterAppMojo.java  |  2 +-
 .../org/apache/netbeans/nbm/CreateClusterMojo.java |  2 +-
 .../java/org/apache/netbeans/nbm/CreateNbmMojo.java|  2 +-
 .../netbeans/nbm/NetBeansManifestUpdateMojo.java   |  2 +-
 .../org/apache/netbeans/nbm/AbstractNbmMojoTest.java   | 18 ++
 7 files changed, 36 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-mavenutils-nbm-maven-plugin) branch master updated (2472ff7 -> 0752ada)

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

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


from 2472ff7  Merge pull request #147 from charphi/fix-output-timestamp
 add 54859d9  remove IOUtil.close
 new 0752ada  Merge pull request #149 from ebarboni/depreactionfixes

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:
 .../nbm/repository/PopulateRepositoryMojo.java | 10 +---
 .../org/apache/netbeans/nbm/AbstractNbmMojo.java   | 20 +--
 .../apache/netbeans/nbm/CreateClusterAppMojo.java  | 34 +++
 .../apache/netbeans/nbm/CreateWebstartAppMojo.java | 68 --
 .../netbeans/nbm/NetBeansManifestUpdateMojo.java   | 26 -
 5 files changed, 45 insertions(+), 113 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-mavenutils-nbm-maven-plugin) 01/01: Merge pull request #147 from charphi/fix-output-timestamp

2024-02-21 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

commit 2472ff7cda8d1769f7feda06d70441f901915a07
Merge: aa10338 3a17587
Author: Eric Barboni 
AuthorDate: Wed Feb 21 14:41:47 2024 +0100

Merge pull request #147 from charphi/fix-output-timestamp

Fix missing OutputTimestamp property

 nbm-maven-plugin/pom.xml   |  5 +
 .../java/org/apache/netbeans/nbm/AbstractNbmMojo.java  |  9 +
 .../org/apache/netbeans/nbm/CreateClusterAppMojo.java  |  2 +-
 .../org/apache/netbeans/nbm/CreateClusterMojo.java |  2 +-
 .../java/org/apache/netbeans/nbm/CreateNbmMojo.java|  2 +-
 .../netbeans/nbm/NetBeansManifestUpdateMojo.java   |  2 +-
 .../org/apache/netbeans/nbm/AbstractNbmMojoTest.java   | 18 ++
 7 files changed, 36 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-antora-site) 01/01: Merge pull request #12 from ebarboni/release21

2024-02-21 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 a7e6555b2c8ebe3d232c5809cd2684d0c93777e4
Merge: 5fce42a 55cded3
Author: Eric Barboni 
AuthorDate: Wed Feb 21 14:10:07 2024 +0100

Merge pull request #12 from ebarboni/release21

preparation for release of Apache NetBeans 21

 modules/ROOT/pages/download/archive/index.adoc | 6 ++
 modules/ROOT/pages/download/index.adoc | 6 +++---
 modules/ROOT/pages/download/nb20/index.adoc| 8 
 modules/ROOT/pages/download/nb21/index.adoc| 6 +++---
 4 files changed, 16 insertions(+), 10 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) branch main updated (5fce42a -> a7e6555)

2024-02-21 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 5fce42a  NB 21 download page
 add fd2a13c  nb21downloadpage
 add 55cded3  Merge branch 'main' into release21
 new a7e6555  Merge pull request #12 from ebarboni/release21

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/ROOT/pages/download/archive/index.adoc | 6 ++
 modules/ROOT/pages/download/index.adoc | 6 +++---
 modules/ROOT/pages/download/nb20/index.adoc| 8 
 modules/ROOT/pages/download/nb21/index.adoc| 6 +++---
 4 files changed, 16 insertions(+), 10 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 #15 from apache/nb21banner

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

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

commit 6a1b28a93546c67186a99e8032d4e3a54364eddb
Merge: dd94ddb 7a376a8
Author: Geertjan Wielenga 
AuthorDate: Wed Feb 21 13:58:42 2024 +0100

Merge pull request #15 from apache/nb21banner

Apache NetBeans 21 banner

 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 (dd94ddb -> 6a1b28a)

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

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


from dd94ddb  change date
 add 7a376a8  Apache NetBeans 21 banner
 new 6a1b28a  Merge pull request #15 from apache/nb21banner

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) branch main updated: NB 21 download page

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

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


The following commit(s) were added to refs/heads/main by this push:
 new 5fce42a  NB 21 download page
5fce42a is described below

commit 5fce42a67042c122e03e4cccfa7dbe040c05d575
Author: Geertjan Wielenga 
AuthorDate: Wed Feb 21 13:52:20 2024 +0100

NB 21 download page
---
 modules/ROOT/pages/download/nb21/index.adoc | 141 
 1 file changed, 141 insertions(+)

diff --git a/modules/ROOT/pages/download/nb21/index.adoc 
b/modules/ROOT/pages/download/nb21/index.adoc
new file mode 100644
index 000..875e4b5
--- /dev/null
+++ b/modules/ROOT/pages/download/nb21/index.adoc
@@ -0,0 +1,141 @@
+
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied.  See the License for the
+ specific language governing permissions and limitations
+ under the License.
+
+
+
+NOTE: 
+See https://www.apache.org/dev/release-download-pages.html 
+for important requirements for download pages for Apache projects.
+
+
+= Downloading Apache NetBeans 21
+:page-layout: page_noaside
+:page-tags: download
+:jbake-status: published
+:keywords: Apache NetBeans 21 Download
+:description: Apache NetBeans 21 Download
+:toc: left
+:toc-title:
+:icons: font
+
+// check version above
+:netbeans-version: 21
+
+// base URLs - when archiving, delete the next 2 lines and uncomment the 
following 2
+:url-download: https://www.apache.org/dyn/closer.lua/netbeans/
+:url-download-keychecksum: https://downloads.apache.org/netbeans/
+// :url-download: https://archive.apache.org/dist/netbeans/
+// :url-download-keychecksum: https://archive.apache.org/dist/netbeans/
+
+ 
+url-download depends of release status archived or not
+https://archive.apache.org/dist/netbeans/  (//archived)
+https://www.apache.org/dyn/closer.lua/netbeans/ (//current)
+
+url-download-keychecksum depends of release status archived or not
+https://archive.apache.org/dist/netbeans/  (//archived)
+https://downloads.apache.org/netbeans/ (//current)
+
+
+Apache NetBeans {netbeans-version} was released on February 20, 2024.
+
+NOTE: It's mandatory to link to the source. It's optional to link to the 
binaries.
+NOTE: It's mandatory to link against https://www.apache.org for the sums & 
keys. https is recommended.
+NOTE: It's NOT recommended to link to github.
+
+Apache NetBeans {netbeans-version} is available for download from your closest 
Apache mirror.
+
+*Binaries (Platform Independent):*
+
+* 
link:{url-download}netbeans/{netbeans-version}/netbeans-{netbeans-version}-bin.zip[netbeans-{netbeans-version}-bin.zip]
 
(link:{url-download-keychecksum}netbeans/{netbeans-version}/netbeans-{netbeans-version}-bin.zip.sha512[SHA-512],
+link:{url-download-keychecksum}netbeans/{netbeans-version}/netbeans-{netbeans-version}-bin.zip.asc[PGP
 ASC])
+
+*Installers and Packages:*
+
+* 
link:{url-download}netbeans-installers/{netbeans-version}/Apache-NetBeans-{netbeans-version}r1-bin-windows-x64.exe[Apache-NetBeans-{netbeans-version}r1-bin-windows-x64.exe]
 
(link:{url-download-keychecksum}netbeans-installers/{netbeans-version}/Apache-NetBeans-{netbeans-version}r1-bin-windows-x64.exe.sha512[SHA-512],
+link:{url-download-keychecksum}netbeans-installers/{netbeans-version}/Apache-NetBeans-{netbeans-version}-bin-windows-x64.exe.asc[PGP
 ASC])
+* 
link:{url-download}netbeans-installers/{netbeans-version}/Apache-NetBeans-{netbeans-version}.pkg[Apache-NetBeans-{netbeans-version}.pkg]
 
(link:{url-download-keychecksum}netbeans-installers/{netbeans-version}/Apache-NetBeans-{netbeans-version}.pkg.sha512[SHA-512],
+link:{url-download-keychecksum}netbeans-installers/{netbeans-version}/Apache-NetBeans-{netbeans-version}.pkg.asc[PGP
 ASC])
+* 
link:{url-download}netbeans-installers/{netbeans-version}/apache-netbeans_{netbeans-version}-1_all.deb[apache-netbeans_{netbeans-version}-1_all.deb]
 
(link:{url-download-keychecksum}netbeans-installers/{netbeans-version}/apache-netbeans_{netbeans-version}-1_all.deb.sha512[SHA-512],
+link:{url-download-keychecksum}netbeans-installers/{netbeans-version}/apache-netbeans_{netbeans-version}-1_all.deb.asc[PGP
 ASC])
+* 

(netbeans) 01/01: Merge pull request #7053 from mbien/code-cleanup-nb22-1

2024-02-21 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 30e2275aee4c37ab13dcbc222bee46fa2e9cbbeb
Merge: 4a3f9bcfde 0a3a85cde3
Author: Michael Bien 
AuthorDate: Wed Feb 21 13:17:50 2024 +0100

Merge pull request #7053 from mbien/code-cleanup-nb22-1

Code Cleanup/Deprecation fixes: Class#newInstance, underscore identifier, 
better temp files, avoid toUpper/LowerCase and more

 .../apisupport/project/ApisupportAntUtils.java |   4 +-
 .../modules/apisupport/project/Evaluator.java  |  12 +--
 .../apisupport/project/NbModuleProviderImpl.java   |   2 +-
 .../apisupport/project/ProjectXMLManager.java  |   6 +-
 .../project/queries/ClassPathProviderImpl.java |   2 +-
 .../queries/GlobalJavadocForBinaryImpl.java|   2 +-
 .../project/queries/GlobalSourceForBinaryImpl.java |   2 +-
 .../project/queries/JavadocForBinaryImpl.java  |   2 +-
 .../queries/ModuleProjectClassPathExtender.java|   2 +-
 .../apisupport/project/suite/SuiteProject.java |   6 +-
 .../apisupport/project/ui/ActionFilterNode.java|   2 +-
 .../apisupport/project/ui/LibrariesNode.java   |   2 +-
 .../apisupport/project/ui/ModuleActions.java   |  12 +--
 .../apisupport/project/ui/PlatformNode.java|   2 +-
 .../apisupport/project/ui/SuiteActions.java|   2 +-
 .../apisupport/project/ui/SuiteOperations.java |   2 +-
 .../project/ui/UnitTestLibrariesNode.java  |   6 +-
 .../project/ui/customizer/CustomizerLibraries.java |   2 +-
 .../ui/customizer/SingleModuleProperties.java  |   2 +-
 .../ui/customizer/SuiteCustomizerLibraries.java|   4 +-
 .../project/ui/customizer/SuiteProperties.java |   2 +-
 .../project/ui/customizer/SuiteUtils.java  |   4 +-
 .../ui/platform/PlatformComponentFactory.java  |   2 +-
 .../project/universe/AbstractBinaryEntry.java  |   2 +-
 .../project/universe/AbstractEntryWithSources.java |   2 +-
 .../project/universe/LocalizedBundleInfo.java  |   2 +-
 .../apisupport/project/universe/ModuleList.java|  22 ++---
 .../universe/PlatformLayersCacheManager.java   |   2 +-
 .../apisupport/project/layers/LayerUtilsTest.java  |   2 +-
 .../maven/actions/BuildInstallersAction.java   |   3 +-
 .../installer/actions/BuildInstallersAction.java   |   3 +-
 .../installer/ui/LicenseComboBoxModel.java |   2 +-
 .../apisupport/project/api/LayerHandle.java|   2 +-
 .../apisupport/project/api/ManifestManager.java|   8 +-
 .../apisupport/project/layers/BadgingSupport.java  |   2 +-
 .../apisupport/project/layers/LayerUtils.java  |   4 +-
 .../project/layers/WritableXMLFileSystem.java  |   2 +-
 .../hints/DataObjectRegistrationHinter.java|   2 +-
 .../apisupport/hints/UseNbBundleMessages.java  |   2 +-
 .../ui/wizard/common/CreatedModifiedFiles.java |   2 +-
 .../project/ui/wizard/common/WizardUtils.java  |   2 +-
 .../ui/wizard/loader/NewLoaderIterator.java|   2 +-
 .../project/ui/wizard/options/OptionsPanel0.java   |   2 +-
 .../ui/wizard/winsys/BasicSettingsPanel.java   |   2 +-
 .../apisupport/IDEOutputListenerProvider.java  |   2 +-
 .../platforms/ios/IOSConfigurationPanel.java   |   2 +-
 .../modules/form/j2ee/J2EEPropertyModifier.java|   2 +-
 .../modules/groovy/grails/api/GrailsPlatform.java  |   2 +-
 .../groovy/grailsproject/GrailsSources.java|   2 +-
 .../classpath/ProjectClassPathImplementation.java  |   2 +-
 .../grailsproject/classpath/SourceRoots.java   |   2 +-
 .../commands/GrailsCommandSupport.java |   2 +-
 .../modules/groovy/grailsproject/debug/Utils.java  |   4 +-
 .../grailsproject/plugins/GrailsPluginSupport.java |   2 +-
 .../ui/GrailsLogicalViewProvider.java  |   2 +-
 .../modules/j2ee/jboss4/JBDeploymentFactory.java   |   4 +-
 .../modules/j2ee/jboss4/JBTargetModuleID.java  |   2 +-
 .../modules/j2ee/jboss4/ide/JBStartRunnable.java   |   7 +-
 .../modules/j2ee/jboss4/ide/JBStopRunnable.java|   2 +-
 .../modules/j2ee/weblogic9/WLPluginProperties.java |   2 +-
 .../modules/j2ee/weblogic9/WLTrustHandler.java |   2 +-
 .../j2ee/weblogic9/deploy/WLDeploymentManager.java |   8 +-
 .../j2ee/weblogic9/deploy/WLTargetModuleID.java|   2 +-
 .../weblogic9/deploy/WLTargetModuleIDResolver.java |   2 +-
 .../j2ee/weblogic9/j2ee/JaxRsStackSupportImpl.java |   6 +-
 .../weblogic9/j2ee/JaxWsPoliciesSupportImpl.java   |   2 +-
 .../j2ee/weblogic9/j2ee/WLJ2eePlatformFactory.java |   2 +-
 .../j2ee/weblogic9/ui/nodes/JdbcRetriever.java |   2 +-
 .../j2ee/weblogic9/ui/nodes/WLModuleNode.java  |   2 +-
 .../websvc/wsitconf/ui/client/ClientView.java  |   6 +-
 .../websvc/wsitconf/ui/service/ServiceView.java|   6 +-
 .../modules/websvc/wsitconf/util/Util.java |   2 +-
 .../modules/websvc/wsitconf/util/TestUtil.java |   3 +-
 

(netbeans) branch master updated (4a3f9bcfde -> 30e2275aee)

2024-02-21 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 4a3f9bcfde Merge pull request #7056 from apache/php-nb22-features
 add e6b5e0d57f Prefer Files#createTempFile over File#createTempFile.
 add 115edc8df8 Prefer String.equalsIgnoreCase() over toUpper/LowerCase 
patterns
 add f338b967a0 Replace underscore identifiers with regular characters.
 add 1f4e851722 Fix Class#newInstance deprecation warnings
 add a8efe63c51 Prefer list.sort(comp) over Collections.sort(list, comp)
 add d0f8ec2e06 [1/6][platform] More efficient col.toArray()
 add fe5d373ea9 [2/6][java] More efficient col.toArray()
 add 95d61a3484 [3/6][ide] More efficient col.toArray()
 add 27758941e4 [4/6][web*, enterprise]  More efficient col.toArray()
 add 3b26068067 [5/6][php] More efficient col.toArray()
 add 800c915e0b [6/6][misc] More efficient col.toArray()
 add 0a3a85cde3 ProjectUtilities.getSortedProjects should make a copy 
before sort
 new 30e2275aee Merge pull request #7053 from mbien/code-cleanup-nb22-1

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:
 .../apisupport/project/ApisupportAntUtils.java |   4 +-
 .../modules/apisupport/project/Evaluator.java  |  12 +--
 .../apisupport/project/NbModuleProviderImpl.java   |   2 +-
 .../apisupport/project/ProjectXMLManager.java  |   6 +-
 .../project/queries/ClassPathProviderImpl.java |   2 +-
 .../queries/GlobalJavadocForBinaryImpl.java|   2 +-
 .../project/queries/GlobalSourceForBinaryImpl.java |   2 +-
 .../project/queries/JavadocForBinaryImpl.java  |   2 +-
 .../queries/ModuleProjectClassPathExtender.java|   2 +-
 .../apisupport/project/suite/SuiteProject.java |   6 +-
 .../apisupport/project/ui/ActionFilterNode.java|   2 +-
 .../apisupport/project/ui/LibrariesNode.java   |   2 +-
 .../apisupport/project/ui/ModuleActions.java   |  12 +--
 .../apisupport/project/ui/PlatformNode.java|   2 +-
 .../apisupport/project/ui/SuiteActions.java|   2 +-
 .../apisupport/project/ui/SuiteOperations.java |   2 +-
 .../project/ui/UnitTestLibrariesNode.java  |   6 +-
 .../project/ui/customizer/CustomizerLibraries.java |   2 +-
 .../ui/customizer/SingleModuleProperties.java  |   2 +-
 .../ui/customizer/SuiteCustomizerLibraries.java|   4 +-
 .../project/ui/customizer/SuiteProperties.java |   2 +-
 .../project/ui/customizer/SuiteUtils.java  |   4 +-
 .../ui/platform/PlatformComponentFactory.java  |   2 +-
 .../project/universe/AbstractBinaryEntry.java  |   2 +-
 .../project/universe/AbstractEntryWithSources.java |   2 +-
 .../project/universe/LocalizedBundleInfo.java  |   2 +-
 .../apisupport/project/universe/ModuleList.java|  22 ++---
 .../universe/PlatformLayersCacheManager.java   |   2 +-
 .../apisupport/project/layers/LayerUtilsTest.java  |   2 +-
 .../maven/actions/BuildInstallersAction.java   |   3 +-
 .../installer/actions/BuildInstallersAction.java   |   3 +-
 .../installer/ui/LicenseComboBoxModel.java |   2 +-
 .../apisupport/project/api/LayerHandle.java|   2 +-
 .../apisupport/project/api/ManifestManager.java|   8 +-
 .../apisupport/project/layers/BadgingSupport.java  |   2 +-
 .../apisupport/project/layers/LayerUtils.java  |   4 +-
 .../project/layers/WritableXMLFileSystem.java  |   2 +-
 .../hints/DataObjectRegistrationHinter.java|   2 +-
 .../apisupport/hints/UseNbBundleMessages.java  |   2 +-
 .../ui/wizard/common/CreatedModifiedFiles.java |   2 +-
 .../project/ui/wizard/common/WizardUtils.java  |   2 +-
 .../ui/wizard/loader/NewLoaderIterator.java|   2 +-
 .../project/ui/wizard/options/OptionsPanel0.java   |   2 +-
 .../ui/wizard/winsys/BasicSettingsPanel.java   |   2 +-
 .../apisupport/IDEOutputListenerProvider.java  |   2 +-
 .../platforms/ios/IOSConfigurationPanel.java   |   2 +-
 .../modules/form/j2ee/J2EEPropertyModifier.java|   2 +-
 .../modules/groovy/grails/api/GrailsPlatform.java  |   2 +-
 .../groovy/grailsproject/GrailsSources.java|   2 +-
 .../classpath/ProjectClassPathImplementation.java  |   2 +-
 .../grailsproject/classpath/SourceRoots.java   |   2 +-
 .../commands/GrailsCommandSupport.java |   2 +-
 .../modules/groovy/grailsproject/debug/Utils.java  |   4 +-
 .../grailsproject/plugins/GrailsPluginSupport.java |   2 +-
 .../ui/GrailsLogicalViewProvider.java  |   2 +-
 .../modules/j2ee/jboss4/JBDeploymentFactory.java   |   4 +-
 .../modules/j2ee/jboss4/JBTargetModuleID.java  |   2 +-
 .../modules/j2ee/jboss4/ide/JBStartRunnable.java   |   7 +-
 

(netbeans) branch php-nb22-features deleted (was ffd958e6d8)

2024-02-21 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


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

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.


-
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 #7056 from apache/php-nb22-features

2024-02-21 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 4a3f9bcfde0ffd8bb13a5874559783a8833533c9
Merge: f53aa038bb ffd958e6d8
Author: Junichi Yamamoto 
AuthorDate: Wed Feb 21 19:44:07 2024 +0900

Merge pull request #7056 from apache/php-nb22-features

PHP features for NB22

 .../php/dbgp/breakpoints/BreakpointModel.java  |   44 +-
 .../php/dbgp/breakpoints/ExceptionBreakpoint.java  |   40 +
 .../modules/php/dbgp/packets/RunResponse.java  |   31 +-
 php/php.editor/nbproject/project.properties|2 +-
 .../org/netbeans/modules/php/editor/CodeUtils.java |1 +
 .../modules/php/editor/api/ElementQuery.java   |   11 +
 .../modules/php/editor/codegen/AutoImport.java |  971 +
 .../editor/codegen/PHPCodeTemplateProcessor.java   |   69 +-
 .../php/editor/completion/PHPCodeCompletion.java   |4 +-
 .../php/editor/completion/PHPCompletionItem.java   |  167 +-
 .../php/editor/elements/IndexQueryImpl.java|   20 +
 .../modules/php/editor/indent/TokenFormatter.java  |8 +
 .../modules/php/editor/options/Bundle.properties   |   15 +
 .../php/editor/options/CodeCompletionPanel.form|  285 +-
 .../php/editor/options/CodeCompletionPanel.java|  317 +-
 .../modules/php/editor/options/OptionsUtils.java   |   89 +
 .../testGroupUsesC01/testGroupUsesC01.php} |   31 +-
 ...esC01.php.testGroupUsesC01_Const01a.autoimport} |   32 +-
 ...esC01.php.testGroupUsesC01_Const01b.autoimport} |   32 +-
 ...sesC01.php.testGroupUsesC01_Const02.autoimport} |   32 +-
 ...sesC01.php.testGroupUsesC01_Const03.autoimport} |   32 +-
 ...esC01.php.testGroupUsesC01_Const04a.autoimport} |   32 +-
 ...esC01.php.testGroupUsesC01_Const04b.autoimport} |   32 +-
 ...01.php.testGroupUsesC01_Function01a.autoimport} |   32 +-
 ...01.php.testGroupUsesC01_Function01b.autoimport} |   31 +-
 ...01.php.testGroupUsesC01_Function01c.autoimport} |   32 +-
 ...01.php.testGroupUsesC01_Function01d.autoimport} |   31 +-
 ...sesC01.php.testGroupUsesC01_Type01a.autoimport} |   32 +-
 ...sesC01.php.testGroupUsesC01_Type01b.autoimport} |   31 +-
 .../testGroupUsesF01/testGroupUsesF01.php} |   31 +-
 ...esF01.php.testGroupUsesF01_Const01a.autoimport} |   32 +-
 ...esF01.php.testGroupUsesF01_Const01b.autoimport} |   31 +-
 ...esF01.php.testGroupUsesF01_Const01c.autoimport} |   32 +-
 ...esF01.php.testGroupUsesF01_Const01d.autoimport} |   31 +-
 ...F01.php.testGroupUsesF01_Function01.autoimport} |   31 +-
 ...01.php.testGroupUsesF01_Function02a.autoimport} |   32 +-
 ...01.php.testGroupUsesF01_Function02b.autoimport} |   32 +-
 ...01.php.testGroupUsesF01_Function02c.autoimport} |   32 +-
 ...01.php.testGroupUsesF01_Function02d.autoimport} |   32 +-
 ...01.php.testGroupUsesF01_Function03a.autoimport} |   32 +-
 ...01.php.testGroupUsesF01_Function03b.autoimport} |   32 +-
 ...sesF01.php.testGroupUsesF01_Type01a.autoimport} |   32 +-
 ...sesF01.php.testGroupUsesF01_Type01b.autoimport} |   31 +-
 .../testGroupUsesT01/testGroupUsesT01.php} |   30 +-
 ...esT01.php.testGroupUsesT01_Const01a.autoimport} |   31 +-
 ...esT01.php.testGroupUsesT01_Const01b.autoimport} |   30 +-
 ...01.php.testGroupUsesT01_Function01a.autoimport} |   31 +-
 ...01.php.testGroupUsesT01_Function01b.autoimport} |   30 +-
 ...UsesT01.php.testGroupUsesT01_Type01.autoimport} |   30 +-
 ...sesT01.php.testGroupUsesT01_Type02a.autoimport} |   31 +-
 ...sesT01.php.testGroupUsesT01_Type02b.autoimport} |   31 +-
 ...sesT01.php.testGroupUsesT01_Type03a.autoimport} |   31 +-
 ...sesT01.php.testGroupUsesT01_Type03b.autoimport} |   31 +-
 ...UsesT01.php.testGroupUsesT01_Type04.autoimport} |   31 +-
 ...UsesT01.php.testGroupUsesT01_Type05.autoimport} |   31 +-
 ...sesT01.php.testGroupUsesT01_Type06a.autoimport} |   31 +-
 ...sesT01.php.testGroupUsesT01_Type06b.autoimport} |   31 +-
 .../testGroupUsesT02/testGroupUsesT02.php} |   32 +-
 ...esT02.php.testGroupUsesT02_Const01a.autoimport} |   33 +-
 ...esT02.php.testGroupUsesT02_Const01b.autoimport} |   32 +-
 ...02.php.testGroupUsesT02_Function01a.autoimport} |   33 +-
 ...02.php.testGroupUsesT02_Function01b.autoimport} |   32 +-
 ...UsesT02.php.testGroupUsesT02_Type01.autoimport} |   33 +-
 ...UsesT02.php.testGroupUsesT02_Type02.autoimport} |   33 +-
 ...UsesT02.php.testGroupUsesT02_Type03.autoimport} |   33 +-
 ...UsesT02.php.testGroupUsesT02_Type04.autoimport} |   33 +-
 ...UsesT02.php.testGroupUsesT02_Type05.autoimport} |   33 +-
 ...sesT02.php.testGroupUsesT02_Type06a.autoimport} |   33 +-
 ...sesT02.php.testGroupUsesT02_Type06b.autoimport} |   33 +-
 .../testGroupUsesT03/testGroupUsesT03.php} |   37 +-
 ...esT03.php.testGroupUsesT03_Const01a.autoimport} |   38 +-
 ...esT03.php.testGroupUsesT03_Const01b.autoimport} |   37 +-
 ...03.php.testGroupUsesT03_Function01a.autoimport} |   38 +-
 ...03.php.testGroupUsesT03_Function01b.autoimport} |   37 +-
 

(netbeans) 01/01: Merge pull request #6960 from neilcsmith-net/apis-nb210

2024-02-21 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 f53aa038bb998f5f2beb3441d8d3ab327c86f028
Merge: 6a9d501fd8 6b7e3a929e
Author: Michael Bien 
AuthorDate: Wed Feb 21 11:08:33 2024 +0100

Merge pull request #6960 from neilcsmith-net/apis-nb210

Snapshot of APIs as of NetBeans 21

 .../org-netbeans-modules-apisupport-ant.sig|   2 +-
 .../org-netbeans-modules-apisupport-installer.sig  |   2 +-
 .../org-netbeans-modules-apisupport-project.sig|   2 +-
 .../org-netbeans-modules-cpplite-debugger.sig  |   2 +-
 .../org-netbeans-modules-cpplite-editor.sig|   2 +-
 .../nbproject/org-netbeans-api-web-webmodule.sig   |   2 +-
 .../org-netbeans-modules-cloud-common.sig  |   2 +-
 .../nbproject/org-netbeans-modules-el-lexer.sig|   2 +-
 .../org-netbeans-modules-glassfish-common.sig  |   4 +-
 .../org-netbeans-modules-glassfish-eecommon.sig|   2 +-
 .../org-netbeans-modules-glassfish-javaee.sig  |   2 +-
 .../org-netbeans-modules-glassfish-tooling.sig |   9 +-
 .../org-netbeans-modules-j2ee-api-ejbmodule.sig|   2 +-
 .../org-netbeans-modules-j2ee-clientproject.sig|   2 +-
 .../nbproject/org-netbeans-modules-j2ee-common.sig |   2 +-
 .../nbproject/org-netbeans-modules-j2ee-core.sig   |   2 +-
 .../org-netbeans-modules-j2ee-dd-webservice.sig|   2 +-
 .../nbproject/org-netbeans-modules-j2ee-dd.sig |   2 +-
 .../org-netbeans-modules-j2ee-ejbcore.sig  |   2 +-
 .../org-netbeans-modules-j2ee-ejbjarproject.sig|   2 +-
 .../org-netbeans-modules-j2ee-sun-appsrv.sig   |   2 +-
 .../nbproject/org-netbeans-modules-j2ee-sun-dd.sig |   2 +-
 .../org-netbeans-modules-j2ee-sun-ddui.sig |   2 +-
 .../nbproject/org-netbeans-modules-j2eeapis.sig|   2 +-
 .../nbproject/org-netbeans-modules-j2eeserver.sig  |   2 +-
 .../org-netbeans-modules-jakarta-web-beans.sig |   2 +-
 .../org-netbeans-modules-javaee-project.sig|   2 +-
 .../org-netbeans-modules-javaee-resources.sig  |   2 +-
 .../org-netbeans-modules-javaee-specs-support.sig  |   2 +-
 .../org-netbeans-modules-jellytools-enterprise.sig |   2 +-
 .../nbproject/org-netbeans-modules-jsp-lexer.sig   |   2 +-
 .../nbproject/org-netbeans-libs-amazon.sig |   2 +-
 .../nbproject/org-netbeans-libs-elimpl.sig |   2 +-
 .../org-netbeans-libs-glassfish_logging.sig|   2 +-
 .../nbproject/org-netbeans-modules-maven-j2ee.sig  |   2 +-
 .../org-netbeans-modules-payara-common.sig |   2 +-
 .../org-netbeans-modules-payara-eecommon.sig   |   2 +-
 .../org-netbeans-modules-payara-micro.sig  |   2 +-
 .../org-netbeans-modules-payara-tooling.sig|   2 +-
 .../org-netbeans-modules-servletjspapi.sig |   2 +-
 .../nbproject/org-netbeans-modules-web-beans.sig   |   2 +-
 .../nbproject/org-netbeans-modules-web-core.sig|   2 +-
 .../nbproject/org-netbeans-modules-web-el.sig  |   2 +-
 .../org-netbeans-modules-web-jsf-navigation.sig|   2 +-
 .../nbproject/org-netbeans-modules-web-jsf.sig |   2 +-
 .../nbproject/org-netbeans-modules-web-jsf12.sig   |   2 +-
 .../nbproject/org-netbeans-modules-web-jsf12ri.sig |   2 +-
 .../nbproject/org-netbeans-modules-web-jsf20.sig   |   2 +-
 .../nbproject/org-netbeans-modules-web-jsfapi.sig  |   2 +-
 .../org-netbeans-modules-web-jspparser.sig |   2 +-
 .../nbproject/org-netbeans-modules-web-project.sig |   2 +-
 .../org-netbeans-modules-weblogic-common.sig   |   2 +-
 .../org-netbeans-modules-websvc-clientapi.sig  |   2 +-
 .../nbproject/org-netbeans-modules-websvc-core.sig |   2 +-
 .../org-netbeans-modules-websvc-design.sig |   2 +-
 .../org-netbeans-modules-websvc-jaxws-lightapi.sig |   2 +-
 .../org-netbeans-modules-websvc-jaxwsapi.sig   |   2 +-
 .../org-netbeans-modules-websvc-jaxwsmodel.sig |   2 +-
 .../org-netbeans-modules-websvc-manager.sig|   2 +-
 .../org-netbeans-modules-websvc-projectapi.sig |   2 +-
 .../nbproject/org-netbeans-modules-websvc-rest.sig |   2 +-
 .../org-netbeans-modules-websvc-restapi.sig|  26 ++-
 .../org-netbeans-modules-websvc-restlib.sig|   2 +-
 .../org-netbeans-modules-websvc-utilities.sig  |   2 +-
 .../org-netbeans-modules-websvc-websvcapi.sig  |   2 +-
 .../org-netbeans-modules-websvc-wsstackapi.sig |   2 +-
 .../nbproject/org-netbeans-modules-gradle.sig  |  19 +-
 .../nbproject/org-netbeans-modules-libs-gradle.sig |   3 +-
 .../nbproject/org-apache-tools-ant-module.sig  |   2 +-
 .../org-netbeans-modules-options-java.sig  |   2 +-
 .../org-netbeans-modules-groovy-editor.sig |   2 +-
 .../org-netbeans-modules-groovy-support.sig|   2 +-
 .../nbproject/org-netbeans-modules-libs-groovy.sig |   2 +-
 .../org-netbeans-modules-jellytools-platform.sig   |   2 +-
 .../jemmy/nbproject/org-netbeans-modules-jemmy.sig |   2 +-
 

(netbeans) branch master updated (6a9d501fd8 -> f53aa038bb)

2024-02-21 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 6a9d501fd8 Merge pull request #6956 from 
lahodaj/annotation-processor-error-completions
 add 6b7e3a929e Snapshot of APIs as of NetBeans 21
 new f53aa038bb Merge pull request #6960 from neilcsmith-net/apis-nb210

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:
 .../org-netbeans-modules-apisupport-ant.sig|   2 +-
 .../org-netbeans-modules-apisupport-installer.sig  |   2 +-
 .../org-netbeans-modules-apisupport-project.sig|   2 +-
 .../org-netbeans-modules-cpplite-debugger.sig  |   2 +-
 .../org-netbeans-modules-cpplite-editor.sig|   2 +-
 .../nbproject/org-netbeans-api-web-webmodule.sig   |   2 +-
 .../org-netbeans-modules-cloud-common.sig  |   2 +-
 .../nbproject/org-netbeans-modules-el-lexer.sig|   2 +-
 .../org-netbeans-modules-glassfish-common.sig  |   4 +-
 .../org-netbeans-modules-glassfish-eecommon.sig|   2 +-
 .../org-netbeans-modules-glassfish-javaee.sig  |   2 +-
 .../org-netbeans-modules-glassfish-tooling.sig |   9 +-
 .../org-netbeans-modules-j2ee-api-ejbmodule.sig|   2 +-
 .../org-netbeans-modules-j2ee-clientproject.sig|   2 +-
 .../nbproject/org-netbeans-modules-j2ee-common.sig |   2 +-
 .../nbproject/org-netbeans-modules-j2ee-core.sig   |   2 +-
 .../org-netbeans-modules-j2ee-dd-webservice.sig|   2 +-
 .../nbproject/org-netbeans-modules-j2ee-dd.sig |   2 +-
 .../org-netbeans-modules-j2ee-ejbcore.sig  |   2 +-
 .../org-netbeans-modules-j2ee-ejbjarproject.sig|   2 +-
 .../org-netbeans-modules-j2ee-sun-appsrv.sig   |   2 +-
 .../nbproject/org-netbeans-modules-j2ee-sun-dd.sig |   2 +-
 .../org-netbeans-modules-j2ee-sun-ddui.sig |   2 +-
 .../nbproject/org-netbeans-modules-j2eeapis.sig|   2 +-
 .../nbproject/org-netbeans-modules-j2eeserver.sig  |   2 +-
 .../org-netbeans-modules-jakarta-web-beans.sig |   2 +-
 .../org-netbeans-modules-javaee-project.sig|   2 +-
 .../org-netbeans-modules-javaee-resources.sig  |   2 +-
 .../org-netbeans-modules-javaee-specs-support.sig  |   2 +-
 .../org-netbeans-modules-jellytools-enterprise.sig |   2 +-
 .../nbproject/org-netbeans-modules-jsp-lexer.sig   |   2 +-
 .../nbproject/org-netbeans-libs-amazon.sig |   2 +-
 .../nbproject/org-netbeans-libs-elimpl.sig |   2 +-
 .../org-netbeans-libs-glassfish_logging.sig|   2 +-
 .../nbproject/org-netbeans-modules-maven-j2ee.sig  |   2 +-
 .../org-netbeans-modules-payara-common.sig |   2 +-
 .../org-netbeans-modules-payara-eecommon.sig   |   2 +-
 .../org-netbeans-modules-payara-micro.sig  |   2 +-
 .../org-netbeans-modules-payara-tooling.sig|   2 +-
 .../org-netbeans-modules-servletjspapi.sig |   2 +-
 .../nbproject/org-netbeans-modules-web-beans.sig   |   2 +-
 .../nbproject/org-netbeans-modules-web-core.sig|   2 +-
 .../nbproject/org-netbeans-modules-web-el.sig  |   2 +-
 .../org-netbeans-modules-web-jsf-navigation.sig|   2 +-
 .../nbproject/org-netbeans-modules-web-jsf.sig |   2 +-
 .../nbproject/org-netbeans-modules-web-jsf12.sig   |   2 +-
 .../nbproject/org-netbeans-modules-web-jsf12ri.sig |   2 +-
 .../nbproject/org-netbeans-modules-web-jsf20.sig   |   2 +-
 .../nbproject/org-netbeans-modules-web-jsfapi.sig  |   2 +-
 .../org-netbeans-modules-web-jspparser.sig |   2 +-
 .../nbproject/org-netbeans-modules-web-project.sig |   2 +-
 .../org-netbeans-modules-weblogic-common.sig   |   2 +-
 .../org-netbeans-modules-websvc-clientapi.sig  |   2 +-
 .../nbproject/org-netbeans-modules-websvc-core.sig |   2 +-
 .../org-netbeans-modules-websvc-design.sig |   2 +-
 .../org-netbeans-modules-websvc-jaxws-lightapi.sig |   2 +-
 .../org-netbeans-modules-websvc-jaxwsapi.sig   |   2 +-
 .../org-netbeans-modules-websvc-jaxwsmodel.sig |   2 +-
 .../org-netbeans-modules-websvc-manager.sig|   2 +-
 .../org-netbeans-modules-websvc-projectapi.sig |   2 +-
 .../nbproject/org-netbeans-modules-websvc-rest.sig |   2 +-
 .../org-netbeans-modules-websvc-restapi.sig|  26 ++-
 .../org-netbeans-modules-websvc-restlib.sig|   2 +-
 .../org-netbeans-modules-websvc-utilities.sig  |   2 +-
 .../org-netbeans-modules-websvc-websvcapi.sig  |   2 +-
 .../org-netbeans-modules-websvc-wsstackapi.sig |   2 +-
 .../nbproject/org-netbeans-modules-gradle.sig  |  19 +-
 .../nbproject/org-netbeans-modules-libs-gradle.sig |   3 +-
 .../nbproject/org-apache-tools-ant-module.sig  |   2 +-
 .../org-netbeans-modules-options-java.sig  |   2 +-
 .../org-netbeans-modules-groovy-editor.sig |   2 +-