(netbeans) branch master updated (18f73f7346 -> aaabc1dffa)

2024-04-04 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 18f73f7346 Merge pull request #7164 from 
mbien/filechooser-shortcuts-panel
 add 0d20a92086 Add support for GlassFish 7.0.13 and GlassFish 8.0.0-M3
 new aaabc1dffa Merge pull request #7204 from pepness/glassfish-8-m3

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| 15 +++--
 .../glassfish/common/wizards/Bundle.properties |  1 +
 .../glassfish/tooling/data/GlassFishVersion.java   |  8 +
 .../server/config/ConfigBuilderProvider.java   |  7 +++-
 .../glassfish/tooling/admin/AdminFactoryTest.java  |  4 +--
 .../tooling/data/GlassFishVersionTest.java |  8 +++--
 .../glassfish/tooling/utils/EnumUtilsTest.java | 38 +++---
 8 files changed, 56 insertions(+), 26 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 #7204 from pepness/glassfish-8-m3

2024-04-04 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 aaabc1dffa141f30e5bbe08f5adbc04a169f95e0
Merge: 18f73f7346 0d20a92086
Author: José Contreras 
AuthorDate: Thu Apr 4 20:23:20 2024 -0600

Merge pull request #7204 from pepness/glassfish-8-m3

Add support for GlassFish 7.0.13 and GlassFish 8.0.0-M3

 .../modules/glassfish/common/Bundle.properties |  1 +
 .../modules/glassfish/common/ServerDetails.java| 15 +++--
 .../glassfish/common/wizards/Bundle.properties |  1 +
 .../glassfish/tooling/data/GlassFishVersion.java   |  8 +
 .../server/config/ConfigBuilderProvider.java   |  7 +++-
 .../glassfish/tooling/admin/AdminFactoryTest.java  |  4 +--
 .../tooling/data/GlassFishVersionTest.java |  8 +++--
 .../glassfish/tooling/utils/EnumUtilsTest.java | 38 +++---
 8 files changed, 56 insertions(+), 26 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 (28402c5035 -> 18f73f7346)

2024-04-04 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 28402c5035 Merge pull request #7238 from MartinBalin/master
 add 94301c005a dirchooser cleanup: deprecations, workarounds and 
simplifications
 add c2130a16ea DirectoryChooser completion tweaks
 add ce3cca2ff5 Add Option to show Favorites in File Choosers
 add 18f73f7346 Merge pull request #7164 from 
mbien/filechooser-shortcuts-panel

No new revisions were added by this update.

Summary of changes:
 .../nbproject/project.properties   |   3 +-
 ide/o.n.swing.dirchooser/nbproject/project.xml |   8 +
 .../swing/dirchooser/DelegatingChooserUI.java  |  24 +-
 .../swing/dirchooser/DirectoryCellEditor.java  |   4 +-
 .../swing/dirchooser/DirectoryChooserUI.java   | 261 ++---
 .../netbeans/swing/dirchooser/DirectoryNode.java   |  23 +-
 .../swing/dirchooser/FileCompletionPopup.java  |  25 +-
 .../netbeans/swing/dirchooser/InputBlocker.java|  24 +-
 .../src/org/netbeans/swing/dirchooser/Module.java  |  28 +--
 platform/favorites/nbproject/project.properties|   6 -
 platform/favorites/nbproject/project.xml   |   8 +
 .../src/org/netbeans/modules/favorites/Module.java |  62 +
 platform/libs.flatlaf/nbproject/project.properties |   3 +
 platform/libs.flatlaf/nbproject/project.xml|   1 +
 .../netbeans/swing/laf/flatlaf/Bundle.properties   |   1 +
 .../netbeans/swing/laf/flatlaf/FlatLFCustoms.java  |  12 +-
 .../swing/laf/flatlaf/FlatLafOptionsPanel.form |  20 +-
 .../swing/laf/flatlaf/FlatLafOptionsPanel.java |  32 ++-
 .../laf/flatlaf/FlatLafOptionsPanelController.java |   2 +-
 .../netbeans/swing/laf/flatlaf/FlatLafPrefs.java   |   9 +
 .../src/org/netbeans/swing/plaf/LFCustoms.java |   7 +
 21 files changed, 320 insertions(+), 243 deletions(-)
 create mode 100644 
platform/favorites/src/org/netbeans/modules/favorites/Module.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-jenkins-lib) branch master updated: VSNetBeans 21.9.9 (22.0 EA) release data

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

mbalin 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 183cf5b  VSNetBeans 21.9.9 (22.0 EA) release data
183cf5b is described below

commit 183cf5b16dfc3f542092cb0267fe2fb395bb07bd
Author: Martin Balin 
AuthorDate: Thu Apr 4 12:13:21 2024 +0200

VSNetBeans 21.9.9 (22.0 EA) release data
---
 meta/netbeansrelease.json | 31 +++
 1 file changed, 31 insertions(+)

diff --git a/meta/netbeansrelease.json b/meta/netbeansrelease.json
index 3a51b36..ac33e7b 100644
--- a/meta/netbeansrelease.json
+++ b/meta/netbeansrelease.json
@@ -1232,6 +1232,37 @@
 "year": "2023"
 }
 },
+"release2199": {
+"position": "33",
+"ant": "ant_latest",
+"jdk": "jdk_11_latest",
+"jdktoolapidoc" : "jdk_21_latest",
+"jdk_apidoc": "https://docs.oracle.com/en/java/javase/11/docs/api/;,
+"maven": "maven_3_latest",
+"versionName": "21.9.9",
+"vsixVersion": "21.9.9",
+"tlp": "true",
+"apidocurl": "https://bits.netbeans.org/21/javadoc;,
+"update_url": 
"https://netbeans.apache.org/nb/updates/21/updates.xml.gz?{$netbeans.hash.code};,
+"plugin_url": 
"https://netbeans.apache.org/nb/plugins/21/catalog.xml.gz;,
+"publish_apidoc":"false",
+"milestones": {
+"28402c5035fe16148b0ad90e78f9c35bf7169d47": {
+"version": "1",
+"position": "1"
+}
+},
+"releasedate": {
+"day": "15",
+"month": "04",
+"year": "2024"
+},
+"previousreleasedate": {
+"day": "16",
+"month": "01",
+"year": "2024"
+}
+},
 "master": {
 "position": "5",
 "ant": "ant_latest",


-
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 vsnetbeans_2199 created (now 28402c5035)

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

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


  at 28402c5035 Merge pull request #7238 from MartinBalin/master

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 #7238 from MartinBalin/master

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

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

commit 28402c5035fe16148b0ad90e78f9c35bf7169d47
Merge: fa1c1b0135 ba99ede56c
Author: Martin Balín 
AuthorDate: Thu Apr 4 11:58:24 2024 +0200

Merge pull request #7238 from MartinBalin/master

Changelog updates for upcoming VSNetBeans 21.9.9 release.

 java/java.lsp.server/vscode/CHANGELOG.md | 12 
 java/java.lsp.server/vscode/README.md|  2 ++
 2 files changed, 14 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) branch master updated (fa1c1b0135 -> 28402c5035)

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

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


from fa1c1b0135 Merge pull request #7234 from 
dbalek/dbalek/micronaut-test-stabilization
 add ba99ede56c Changelog updates for upcoming VSNB 21.9.9 release.
 new 28402c5035 Merge pull request #7238 from MartinBalin/master

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 java/java.lsp.server/vscode/CHANGELOG.md | 12 
 java/java.lsp.server/vscode/README.md|  2 ++
 2 files changed, 14 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) 01/01: Merge pull request #7234 from dbalek/dbalek/micronaut-test-stabilization

2024-04-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 fa1c1b0135fc24815776f97bf0fd6254a02f248e
Merge: 29362b02c9 4700fae591
Author: Dusan Balek 
AuthorDate: Thu Apr 4 11:13:02 2024 +0200

Merge pull request #7234 from dbalek/dbalek/micronaut-test-stabilization

Micronaut: Making code completion tests more stable.

 .../MicronautExpressionLanguageCompletion.java  |  4 +++-
 .../MicronautExpressionLanguageCompletionTestBase.java  | 17 ++---
 2 files changed, 17 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) branch master updated (29362b02c9 -> fa1c1b0135)

2024-04-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 29362b02c9 Merge pull request #7233 from ebarboni/urlfixes
 add 4700fae591 Micronaut: Making code completion tests more stable.
 new fa1c1b0135 Merge pull request #7234 from 
dbalek/dbalek/micronaut-test-stabilization

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:
 .../MicronautExpressionLanguageCompletion.java  |  4 +++-
 .../MicronautExpressionLanguageCompletionTestBase.java  | 17 ++---
 2 files changed, 17 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-ui) branch dependabot/npm_and_yarn/all-dependencies-3ff3f232f4 deleted (was 6e19a70)

2024-04-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-3ff3f232f4
in repository https://gitbox.apache.org/repos/asf/netbeans-antora-ui.git


 was 6e19a70  Bump the all-dependencies group with 3 updates

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-ui) branch main updated (0df3ac4 -> ab99e6c)

2024-04-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 0df3ac4  Merge pull request #25 from ebarboni/cssvideoandcode
 add 6e19a70  Bump the all-dependencies group with 3 updates
 new ab99e6c  Merge pull request #28 from 
apache/dependabot/npm_and_yarn/all-dependencies-3ff3f232f4

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:
 package-lock.json | 3493 -
 package.json  |6 +-
 2 files changed, 506 insertions(+), 2993 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 #28 from apache/dependabot/npm_and_yarn/all-dependencies-3ff3f232f4

2024-04-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 ab99e6c19882ff04347d2faf84883879ed67f0d5
Merge: 0df3ac4 6e19a70
Author: Eric Barboni 
AuthorDate: Thu Apr 4 10:52:35 2024 +0200

Merge pull request #28 from 
apache/dependabot/npm_and_yarn/all-dependencies-3ff3f232f4

Bump the all-dependencies group with 3 updates

 package-lock.json | 3493 -
 package.json  |6 +-
 2 files changed, 506 insertions(+), 2993 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 (9bc649bac0 -> 29362b02c9)

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


from 9bc649bac0 Upgrade Gradle Tooling API to 8.7
 add 2f462ca08f clean url fixes
 new 29362b02c9 Merge pull request #7233 from ebarboni/urlfixes

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/ISSUE_TEMPLATE/config.yml|  2 +-
 README.md|  4 ++--
 enterprise/j2ee.dd/doc/ddapi_architecture.html   |  2 +-
 ide/editor.fold/arch.xml |  2 +-
 .../org/netbeans/spi/editor/highlighting/package.html|  2 +-
 ide/lexer/src/org/netbeans/api/lexer/TokenId.java|  2 +-
 ide/projectui/arch.xml   |  2 +-
 ide/versioning.core/arch.xml |  2 +-
 ide/versioning/arch.xml  |  2 +-
 java/java.j2seplatform/arch.xml  |  4 ++--
 java/java.j2seproject/arch.xml   |  2 +-
 platform/o.n.bootstrap/arch.xml  |  8 
 platform/o.n.bootstrap/src/org/netbeans/CLIHandler.java  |  2 +-
 .../src/org/netbeans/swing/plaf/LFCustoms.java   |  2 +-
 .../src/org/netbeans/swing/plaf/Startup.java |  4 ++--
 platform/openide.actions/apichanges.xml  |  6 +++---
 .../src/org/openide/modules/doc-files/api.html   |  2 +-
 .../org/openide/util/actions/CallbackSystemAction.java   |  2 +-
 platform/openide.windows/apichanges.xml  |  2 +-
 platform/openide.windows/arch.xml| 16 
 .../src/org/openide/windows/TopComponentGroup.java   |  4 ++--
 .../src/org/openide/windows/doc-files/api.html   |  4 ++--
 22 files changed, 39 insertions(+), 39 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 #7233 from ebarboni/urlfixes

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

commit 29362b02c915a4a5435fc93f53f536a6f7bb8950
Merge: 9bc649bac0 2f462ca08f
Author: Eric Barboni 
AuthorDate: Thu Apr 4 10:26:14 2024 +0200

Merge pull request #7233 from ebarboni/urlfixes

clean url fixes

 .github/ISSUE_TEMPLATE/config.yml|  2 +-
 README.md|  4 ++--
 enterprise/j2ee.dd/doc/ddapi_architecture.html   |  2 +-
 ide/editor.fold/arch.xml |  2 +-
 .../org/netbeans/spi/editor/highlighting/package.html|  2 +-
 ide/lexer/src/org/netbeans/api/lexer/TokenId.java|  2 +-
 ide/projectui/arch.xml   |  2 +-
 ide/versioning.core/arch.xml |  2 +-
 ide/versioning/arch.xml  |  2 +-
 java/java.j2seplatform/arch.xml  |  4 ++--
 java/java.j2seproject/arch.xml   |  2 +-
 platform/o.n.bootstrap/arch.xml  |  8 
 platform/o.n.bootstrap/src/org/netbeans/CLIHandler.java  |  2 +-
 .../src/org/netbeans/swing/plaf/LFCustoms.java   |  2 +-
 .../src/org/netbeans/swing/plaf/Startup.java |  4 ++--
 platform/openide.actions/apichanges.xml  |  6 +++---
 .../src/org/openide/modules/doc-files/api.html   |  2 +-
 .../org/openide/util/actions/CallbackSystemAction.java   |  2 +-
 platform/openide.windows/apichanges.xml  |  2 +-
 platform/openide.windows/arch.xml| 16 
 .../src/org/openide/windows/TopComponentGroup.java   |  4 ++--
 .../src/org/openide/windows/doc-files/api.html   |  4 ++--
 22 files changed, 39 insertions(+), 39 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