(netbeans) branch master updated (13e62d7269 -> 1a563cdd66)

2024-03-25 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 13e62d7269 Merge pull request #7063 from sdedic/maven/lsp-priming
 add b8962da903 Fix filtering of delete action on Favorites root nodes.
 new 1a563cdd66 Merge pull request #7183 from 
neilcsmith-net/fav-delete-filter

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/modules/favorites/FavoritesNode.java| 12 
 1 file changed, 8 insertions(+), 4 deletions(-)


-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



(netbeans) 01/01: Merge pull request #7183 from neilcsmith-net/fav-delete-filter

2024-03-25 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 1a563cdd661ad3ca3010c2b0dbbc2c20c349fd80
Merge: 13e62d7269 b8962da903
Author: Neil C Smith 
AuthorDate: Mon Mar 25 13:28:58 2024 +

Merge pull request #7183 from neilcsmith-net/fav-delete-filter

Fix filtering of delete action on Favorites root nodes.

 .../src/org/netbeans/modules/favorites/FavoritesNode.java| 12 
 1 file changed, 8 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) 01/01: Merge pull request #24 from ebarboni/font

2024-03-25 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 a03d4d2f45bfaf241bf816e5f165f000f1d1b3cf
Merge: ab2575a 1edb619
Author: Eric Barboni 
AuthorDate: Mon Mar 25 13:17:24 2024 +0100

Merge pull request #24 from ebarboni/font

no encoding for assets

 .github/workflows/ci.yml |  4 ++--
 gulpfile.js  | 33 +++--
 2 files changed, 17 insertions(+), 20 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 (ab2575a -> a03d4d2)

2024-03-25 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 ab2575a  Merge pull request #23 from ebarboni/moresynchronebuild
 add dc31efb  no encoding
 add 1edb619  add npm to run task
 new a03d4d2  Merge pull request #24 from ebarboni/font

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/ci.yml |  4 ++--
 gulpfile.js  | 33 +++--
 2 files changed, 17 insertions(+), 20 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 (dbb8050744 -> 13e62d7269)

2024-03-25 Thread sdedic
This is an automated email from the ASF dual-hosted git repository.

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


from dbb8050744 Merge pull request #7178 from 
sdedic/sdedic/native-image-helidon
 add 990dbc32bc Increased logging. Missing indirect dependencies will 
report a project problem
 add 5d2f2258fb Check priming on each subproject.
 add 10992b9485 Intercept artifact resolution, report the artifact during 
its POM processing.
 add 55e0c677d0 Match fake artifact to artifacts from other checks.
 add 301fc75c90 Test adjusted.
 add 13e62d7269 Merge pull request #7063 from sdedic/maven/lsp-priming

No new revisions were added by this update.

Summary of changes:
 .../modules/java/lsp/server/protocol/Server.java   | 128 +++---
 .../modules/maven/embedder/MavenEmbedder.java  |  14 +-
 .../maven/embedder/impl/ExtensionModule.java   |  10 ++
 .../maven/embedder/impl/NbVersionResolver2.java| 146 +
 .../maven/embedder/impl/NbWorkspaceReader.java |  43 +-
 .../netbeans/modules/maven/NbArtifactFixer.java|  33 -
 .../maven/modelcache/MavenProjectCache.java|   3 +-
 .../maven/problems/MavenModelProblemsProvider.java |  49 ++-
 .../modules/maven/problems/PrimingActionTest.java  |   3 +-
 9 files changed, 371 insertions(+), 58 deletions(-)
 create mode 100644 
java/maven.embedder/src/org/netbeans/modules/maven/embedder/impl/NbVersionResolver2.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) branch master updated (77f2c4ae74 -> dbb8050744)

2024-03-25 Thread sdedic
This is an automated email from the ASF dual-hosted git repository.

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


from 77f2c4ae74 Merge pull request #7162 from 
ebarboni/visuallibsiteconnection
 add 44c8d395e0 Very simple support for native-image build for Helidon 
projects.
 add dbb8050744 Merge pull request #7178 from 
sdedic/sdedic/native-image-helidon

No new revisions were added by this update.

Summary of changes:
 ...actions-maven.xml => helidon-actions-maven.xml} |  5 ++--
 .../netbeans/modules/micronaut/resources/layer.xml | 15 ++
 .../netbeans/modules/maven/NbMavenProjectImpl.java | 35 --
 .../maven/src/org/netbeans/modules/maven/layer.xml |  3 ++
 4 files changed, 53 insertions(+), 5 deletions(-)
 copy 
enterprise/micronaut/src/org/netbeans/modules/micronaut/resources/{spring-actions-maven.xml
 => helidon-actions-maven.xml} (92%)


-
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-0be1aec513 deleted (was f3b1eed)

2024-03-25 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-0be1aec513
in repository https://gitbox.apache.org/repos/asf/netbeans-antora-ui.git


 was f3b1eed  Bump the all-dependencies group with 9 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 (2f54821 -> ab2575a)

2024-03-25 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 2f54821  Merge pull request #20 from 
apache/revert-19-dependabot/npm_and_yarn/all-dependencies-2c5751951f
 add 83d82c3  fix build + first GA
 new ab2575a  Merge pull request #23 from ebarboni/moresynchronebuild

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/{dependabot.yml => workflows/ci.yml} |   37 +-
 gulpfile.js  |   46 +-
 package-lock.json| 2011 +++---
 package.json |   18 +-
 4 files changed, 897 insertions(+), 1215 deletions(-)
 copy .github/{dependabot.yml => workflows/ci.yml} (50%)


-
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 #23 from ebarboni/moresynchronebuild

2024-03-25 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 ab2575ac83051da002ebfc32e0034688b4b27df3
Merge: 2f54821 83d82c3
Author: Eric Barboni 
AuthorDate: Mon Mar 25 10:17:35 2024 +0100

Merge pull request #23 from ebarboni/moresynchronebuild

more sequential build+ first GA for building on PR

 .github/workflows/ci.yml |   42 +
 gulpfile.js  |   46 +-
 package-lock.json| 2011 +++---
 package.json |   18 +-
 4 files changed, 913 insertions(+), 1204 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 (a00ce90 -> 169792e)

2024-03-25 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 a00ce90  Merge pull request #18 from ebarboni/imagedirgithub
 add 3f61eab  add visual library
 add dd046ba  remove applet tutorial
 new 169792e  Merge pull request #19 from ebarboni/visuallib

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:
 .../ROOT/images/projects/graph/visual-samples.png  | Bin 0 -> 13095 bytes
 modules/ROOT/pages/projects/graph/examples.adoc| 154 +
 modules/ROOT/pages/projects/graph/faq.adoc | 139 +++
 modules/ROOT/pages/projects/graph/index.adoc   |  28 +++-
 4 files changed, 320 insertions(+), 1 deletion(-)
 create mode 100644 modules/ROOT/images/projects/graph/visual-samples.png
 create mode 100644 modules/ROOT/pages/projects/graph/examples.adoc
 create mode 100644 modules/ROOT/pages/projects/graph/faq.adoc


-
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 #19 from ebarboni/visuallib

2024-03-25 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 169792eeb511d208fd81b87634aa87c455f42fd1
Merge: a00ce90 dd046ba
Author: Eric Barboni 
AuthorDate: Mon Mar 25 10:15:51 2024 +0100

Merge pull request #19 from ebarboni/visuallib

add visual library documentation

 .../ROOT/images/projects/graph/visual-samples.png  | Bin 0 -> 13095 bytes
 modules/ROOT/pages/projects/graph/examples.adoc| 154 +
 modules/ROOT/pages/projects/graph/faq.adoc | 139 +++
 modules/ROOT/pages/projects/graph/index.adoc   |  28 +++-
 4 files changed, 320 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 (d13f34ba74 -> 77f2c4ae74)

2024-03-25 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 d13f34ba74 Gradle Project shall use the Java from the tooling not 
runtime.
 add 102378db85 Graph Api documentation link
 add 77f2c4ae74 Merge pull request #7162 from 
ebarboni/visuallibsiteconnection

No new revisions were added by this update.

Summary of changes:
 platform/api.visual/apichanges.xml |  2 +-
 platform/api.visual/arch.xml   |  2 +-
 platform/api.visual/examples-readme.txt| 28 ++
 .../src/org/netbeans/api/visual/widget/Widget.java |  2 +-
 .../api/visual/widget/doc-files/documentation.html |  8 +++
 5 files changed, 25 insertions(+), 17 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