(netbeans-mavenutils-nbm-maven-plugin) branch dependabot/maven/master/maven.plugin.version-3.12.0 created (now f0f70c8)

2024-04-03 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/maven.plugin.version-3.12.0
in repository 
https://gitbox.apache.org/repos/asf/netbeans-mavenutils-nbm-maven-plugin.git


  at f0f70c8  Bump maven.plugin.version from 3.11.0 to 3.12.0

No new revisions were added by this update.


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

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



(netbeans-antora-ui) branch dependabot/npm_and_yarn/all-dependencies-3ff3f232f4 created (now 6e19a70)

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


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

No new revisions were added by this update.


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

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



(netbeans-antora-ui) branch dependabot/npm_and_yarn/all-dependencies-bc6a8d91d2 deleted (was a4485f2)

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


 was a4485f2  Bump the all-dependencies group with 2 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) branch master updated: Upgrade Gradle Tooling API to 8.7

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

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


The following commit(s) were added to refs/heads/master by this push:
 new 9bc649bac0 Upgrade Gradle Tooling API to 8.7
9bc649bac0 is described below

commit 9bc649bac0bdd83d51a71cce80759252dd213b00
Author: Laszlo Kishalmi 
AuthorDate: Sun Mar 31 09:40:35 2024 -0700

Upgrade Gradle Tooling API to 8.7
---
 extide/gradle/apichanges.xml   | 16 
 extide/gradle/manifest.mf  |  2 +-
 .../nbproject/org-netbeans-modules-gradle.sig  |  4 +-
 extide/gradle/nbproject/project.xml|  2 +-
 .../gradle/api/execute/GradleCommandLine.java  |  4 +-
 .../api/execute/GradleDistributionManager.java |  2 +-
 .../gradle/spi/newproject/TemplateOperation.java   | 46 +-
 extide/libs.gradle/external/binaries-list  |  2 +-
 ...ense.txt => gradle-tooling-api-8.7-license.txt} |  4 +-
 ...otice.txt => gradle-tooling-api-8.7-notice.txt} |  0
 extide/libs.gradle/manifest.mf |  2 +-
 extide/libs.gradle/nbproject/project.properties|  2 +-
 extide/libs.gradle/nbproject/project.xml   |  2 +-
 13 files changed, 75 insertions(+), 13 deletions(-)

diff --git a/extide/gradle/apichanges.xml b/extide/gradle/apichanges.xml
index 946a17b5c5..72ff79bef6 100644
--- a/extide/gradle/apichanges.xml
+++ b/extide/gradle/apichanges.xml
@@ -83,6 +83,22 @@ is the proper place.
 
 
 
+
+
+Gradle InitOperation now Supports  --java-version and 
--comments flags
+
+
+
+
+
+
+Added comments(Boolean comments) and 
javaVersion(String version) to
+TemplateOperation.InitOperation
+allowing more detailed project creation.
+
+
+
+
 
 
 Gradle project problems have severity and 
stacktraces
diff --git a/extide/gradle/manifest.mf b/extide/gradle/manifest.mf
index 9eb04c0d0a..4588b852e9 100644
--- a/extide/gradle/manifest.mf
+++ b/extide/gradle/manifest.mf
@@ -3,4 +3,4 @@ AutoUpdate-Show-In-Client: true
 OpenIDE-Module: org.netbeans.modules.gradle/2
 OpenIDE-Module-Layer: org/netbeans/modules/gradle/layer.xml
 OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/gradle/Bundle.properties
-OpenIDE-Module-Specification-Version: 2.39
+OpenIDE-Module-Specification-Version: 2.40
diff --git a/extide/gradle/nbproject/org-netbeans-modules-gradle.sig 
b/extide/gradle/nbproject/org-netbeans-modules-gradle.sig
index 86da56daf6..195048149f 100644
--- a/extide/gradle/nbproject/org-netbeans-modules-gradle.sig
+++ b/extide/gradle/nbproject/org-netbeans-modules-gradle.sig
@@ -1,5 +1,5 @@
 #Signature file v4.1
-#Version 2.38
+#Version 2.40
 
 CLSS public abstract interface java.io.Serializable
 
@@ -1100,7 +1100,9 @@ hcls 
BaseOperationStep,ConfigureProjectStep,CopyFromFileTemplate,CopyFromTemplat
 CLSS public abstract 
org.netbeans.modules.gradle.spi.newproject.TemplateOperation$InitOperation
  outer org.netbeans.modules.gradle.spi.newproject.TemplateOperation
 meth public abstract 
org.netbeans.modules.gradle.spi.newproject.TemplateOperation$InitOperation 
basePackage(java.lang.String)
+meth public abstract 
org.netbeans.modules.gradle.spi.newproject.TemplateOperation$InitOperation 
comments(java.lang.Boolean)
 meth public abstract 
org.netbeans.modules.gradle.spi.newproject.TemplateOperation$InitOperation 
dsl(java.lang.String)
+meth public abstract 
org.netbeans.modules.gradle.spi.newproject.TemplateOperation$InitOperation 
javaVersion(java.lang.String)
 meth public abstract 
org.netbeans.modules.gradle.spi.newproject.TemplateOperation$InitOperation 
projectName(java.lang.String)
 meth public abstract 
org.netbeans.modules.gradle.spi.newproject.TemplateOperation$InitOperation 
testFramework(java.lang.String)
 meth public final void add()
diff --git a/extide/gradle/nbproject/project.xml 
b/extide/gradle/nbproject/project.xml
index 47e0d7e2e7..7a4f37f85e 100644
--- a/extide/gradle/nbproject/project.xml
+++ b/extide/gradle/nbproject/project.xml
@@ -100,7 +100,7 @@
 
 
 8
-8.0.1
+8.7
 
 
 
diff --git 
a/extide/gradle/src/org/netbeans/modules/gradle/api/execute/GradleCommandLine.java
 
b/extide/gradle/src/org/netbeans/modules/gradle/api/execute/GradleCommandLine.java
index 9b61766af6..9fbe14cb08 100644
--- 
a/extide/gradle/src/org/netbeans/modules/gradle/api/execute/GradleCommandLine.java
+++ 
b/extide/gradle/src/org/netbeans/modules/gradle/api/execute/GradleCommandLine.java
@@ -135,7 +135,7 @@ public final class GradleCommandLine implements 
Serializable {
   

(netbeans) 01/01: Merge pull request #7230 from matthiasblaesing/update-versions-versioning

2024-04-03 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 b70fb8bc7e8d2e0340983eaaf2a10e8dad89ca60
Merge: 15393b7fb0 c16bd52b46
Author: Matthias Bläsing 
AuthorDate: Wed Apr 3 19:09:49 2024 +0200

Merge pull request #7230 from matthiasblaesing/update-versions-versioning

Update versions after incompatible changes in versioning.util and mercurial

 ide/bugtracking.bridge/manifest.mf  | 2 +-
 ide/bugtracking.bridge/nbproject/project.xml| 3 ++-
 ide/git/nbproject/project.properties| 2 +-
 ide/git/nbproject/project.xml   | 3 ++-
 ide/localhistory/manifest.mf| 2 +-
 ide/localhistory/nbproject/project.xml  | 3 ++-
 ide/mercurial/manifest.mf   | 2 +-
 ide/mercurial/nbproject/project.properties  | 2 +-
 ide/mercurial/nbproject/project.xml | 3 ++-
 ide/subversion/nbproject/project.properties | 2 +-
 ide/subversion/nbproject/project.xml| 3 ++-
 ide/team.ide/manifest.mf| 2 +-
 ide/team.ide/nbproject/project.xml  | 3 ++-
 ide/versioning.indexingbridge/manifest.mf   | 2 +-
 ide/versioning.indexingbridge/nbproject/project.xml | 3 ++-
 ide/versioning.ui/nbproject/project.properties  | 2 +-
 ide/versioning.ui/nbproject/project.xml | 3 ++-
 ide/versioning.util/manifest.mf | 2 +-
 ide/versioning.util/nbproject/project.properties| 2 +-
 19 files changed, 27 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 (15393b7fb0 -> b70fb8bc7e)

2024-04-03 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 15393b7fb0 Merge pull request #7227 from 
sdedic/sdedic/micronaut-test-fixes
 add c16bd52b46 Update versions after incompatible changes in 
versioning.util and mercurial
 new b70fb8bc7e Merge pull request #7230 from 
matthiasblaesing/update-versions-versioning

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:
 ide/bugtracking.bridge/manifest.mf  | 2 +-
 ide/bugtracking.bridge/nbproject/project.xml| 3 ++-
 ide/git/nbproject/project.properties| 2 +-
 ide/git/nbproject/project.xml   | 3 ++-
 ide/localhistory/manifest.mf| 2 +-
 ide/localhistory/nbproject/project.xml  | 3 ++-
 ide/mercurial/manifest.mf   | 2 +-
 ide/mercurial/nbproject/project.properties  | 2 +-
 ide/mercurial/nbproject/project.xml | 3 ++-
 ide/subversion/nbproject/project.properties | 2 +-
 ide/subversion/nbproject/project.xml| 3 ++-
 ide/team.ide/manifest.mf| 2 +-
 ide/team.ide/nbproject/project.xml  | 3 ++-
 ide/versioning.indexingbridge/manifest.mf   | 2 +-
 ide/versioning.indexingbridge/nbproject/project.xml | 3 ++-
 ide/versioning.ui/nbproject/project.properties  | 2 +-
 ide/versioning.ui/nbproject/project.xml | 3 ++-
 ide/versioning.util/manifest.mf | 2 +-
 ide/versioning.util/nbproject/project.properties| 2 +-
 19 files changed, 27 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-antora) branch htacces-for-download updated (01fd52c -> 6a6cca5)

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

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


from 01fd52c  blogs no slash
 add 6a6cca5  Update .htaccess

No new revisions were added by this update.

Summary of changes:
 supplemental-ui/.htaccess | 2 ++
 1 file changed, 2 insertions(+)


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

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



(netbeans-antora) branch htacces-for-download updated (6d20d1d -> 01fd52c)

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

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


from 6d20d1d  try to proper redirect download
 add 01fd52c  blogs no slash

No new revisions were added by this update.

Summary of changes:
 supplemental-ui/.htaccess | 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) branch htacces-for-download created (now 6d20d1d)

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

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


  at 6d20d1d  try to proper redirect download

This branch includes the following new commits:

 new 6d20d1d  try to proper redirect download

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



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

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



(netbeans-antora) 01/01: try to proper redirect download

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

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

commit 6d20d1d607e99f89202edb14bfae3bc46f3c48b8
Author: Eric Barboni 
AuthorDate: Wed Apr 3 11:31:39 2024 +0200

try to proper redirect download
---
 supplemental-ui/.htaccess | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/supplemental-ui/.htaccess b/supplemental-ui/.htaccess
index 5a40da3..373ca3f 100644
--- a/supplemental-ui/.htaccess
+++ b/supplemental-ui/.htaccess
@@ -117,7 +117,7 @@ RedirectMatch 301 "^/tutorials/(.*).html$" 
"/tutorial/main/tutorials/$1/"
 
 #trying to prevent inifinite redirect
 RedirectMatch 301 "^/wiki(?!/main)(.*)$" "/wiki/main/wiki$1"
-Redirect 301 /download/ /front/main/download/
+Redirect 301 /download /front/main/download
 
 
 


-
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 #7227 from sdedic/sdedic/micronaut-test-fixes

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

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

commit 15393b7fb0c306f15b6ffc9392d5f3ebf948b75a
Merge: 905ff7ef83 e694be007b
Author: Svatopluk Dedic 
AuthorDate: Wed Apr 3 02:00:27 2024 -0700

Merge pull request #7227 from sdedic/sdedic/micronaut-test-fixes

Set up locator services to fix NPE during Maven priming

 .../modules/micronaut/NbSuiteTestBase.java | 94 ++
 ...ronautExpressionLanguageCompletionTestBase.java |  6 +-
 .../maven/MicronautPackagingArtifactImplTest.java  | 36 +
 3 files changed, 99 insertions(+), 37 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 (905ff7ef83 -> 15393b7fb0)

2024-04-03 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 905ff7ef83 Merge pull request #7198 from mbien/versioning-kenai-cleanup
 add e694be007b Set up locator services to fix NPE during Maven priming
 new 15393b7fb0 Merge pull request #7227 from 
sdedic/sdedic/micronaut-test-fixes

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/micronaut/NbSuiteTestBase.java | 94 ++
 ...ronautExpressionLanguageCompletionTestBase.java |  6 +-
 .../maven/MicronautPackagingArtifactImplTest.java  | 36 +
 3 files changed, 99 insertions(+), 37 deletions(-)
 create mode 100644 
enterprise/micronaut/test/unit/src/org/netbeans/modules/micronaut/NbSuiteTestBase.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