[jira] [Commented] (NETBEANS-6192) Very slow performance on RHEL 7

2021-12-02 Thread Geertjan Wielenga (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-6192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17452805#comment-17452805
 ] 

Geertjan Wielenga commented on NETBEANS-6192:
-

Whether paid support or not, you're going to have to explain what you mean. 
What is slow, when, at start up, during editing, what can anyone do to 
reproduce the problem?

> Very slow performance on RHEL 7
> ---
>
> Key: NETBEANS-6192
> URL: https://issues.apache.org/jira/browse/NETBEANS-6192
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0, 12.5
>Reporter: satendra gupta
>Priority: Major
>
> i recently migrated from RHEL6 to RHEL7 and i observe very slow performance 
> on RHEL7. i am using Netbeans 11.0 with JDK 8



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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



[jira] [Created] (NETBEANS-6260) Implement detailed login for gradle daemon / tools API interaction

2021-12-02 Thread Svatopluk Dedic (Jira)
Svatopluk Dedic created NETBEANS-6260:
-

 Summary: Implement detailed login for gradle daemon / tools API 
interaction
 Key: NETBEANS-6260
 URL: https://issues.apache.org/jira/browse/NETBEANS-6260
 Project: NetBeans
  Issue Type: Task
  Components: projects - Gradle
Affects Versions: 12.5
Reporter: Svatopluk Dedic
Assignee: Svatopluk Dedic


We have occasional reports that the project classpaths cannot be set up 
properly, but the issue could not be usually reproduced on dev machines - some 
environment influence is suspected, but never confirmed.

The interaction between gradle pluign, gradle tooling and gradle daemon is not 
logged with enough details - there should be a way how to inspect real runtime 
values of environment, paths, whatever affects the selection of a specific 
Gradle version or the gradle builder startup. Also logging from the tooling 
plugin, when it inspects gradle's data structures would be helpful.

 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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



[jira] [Updated] (NETBEANS-6067) git over ssh: "Incorrect credentials for repository"

2021-12-02 Thread Ronald Feicht (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-6067?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ronald Feicht updated NETBEANS-6067:

Description: 
When I try to "git fetch" from our git server I receive the following error: 
"Incorrect credentials for repository at 
ssh://git@srv06.scsynergy.local/var/scs-git/Java/Elementary" even though the 
user name and password are correct.

When I uncheck "Save Password" (edit: and provide the correct password) the git 
fetch completes without error.

When I use Netbeans 12.4 the git fetch also works with and without "Save 
Password".

tail ~/.netbeans/12.5/var/log/messages.log :

INFO [org.netbeans.modules.git.ui.repository.remote.SelectUriStep]: Auth failed 
when accessing ssh://git@srv06.scsynergy.local/var/scs-git/Java/Elementary
com.jcraft.jsch.JSchException: Auth fail
at com.jcraft.jsch.Session.connect(Session.java:519)
at 
org.eclipse.jgit.transport.JschConfigSessionFactory.getSession(JschConfigSessionFactory.java:112)
Caused: org.eclipse.jgit.errors.TransportException: 
ssh://git@srv06.scsynergy.local/var/scs-git/Java/Elementary: Auth fail
at 
org.eclipse.jgit.transport.JschConfigSessionFactory.getSession(JschConfigSessionFactory.java:158)
at 
org.netbeans.libs.git.jgit.JGitSshSessionFactory.getSession(JGitSshSessionFactory.java:100)
at org.eclipse.jgit.transport.SshTransport.getSession(SshTransport.java:107)
at 
org.eclipse.jgit.transport.TransportGitSsh$SshFetchConnection.(TransportGitSsh.java:247)
at 
org.eclipse.jgit.transport.TransportGitSsh.openFetch(TransportGitSsh.java:137)
at 
org.netbeans.libs.git.jgit.commands.ListRemoteObjectsCommand.runTransportCommand(ListRemoteObjectsCommand.java:51)
Caused: org.netbeans.libs.git.GitException$AuthorizationException: 
ssh://git@srv06.scsynergy.local/var/scs-git/Java/Elementary: Auth fail
at 
org.netbeans.libs.git.jgit.commands.TransportCommand.handleException(TransportCommand.java:235)
at 
org.netbeans.libs.git.jgit.commands.ListRemoteObjectsCommand.runTransportCommand(ListRemoteObjectsCommand.java:64)
at 
org.netbeans.libs.git.jgit.commands.TransportCommand.run(TransportCommand.java:168)
at org.netbeans.libs.git.jgit.commands.GitCommand$1.run(GitCommand.java:57)
at org.netbeans.libs.git.jgit.commands.GitCommand$1.run(GitCommand.java:54)
at java.security.AccessController.doPrivileged(Native Method)
at org.netbeans.libs.git.jgit.commands.GitCommand.execute(GitCommand.java:54)
at org.netbeans.libs.git.GitClient.listRemoteBranches(GitClient.java:893)
at org.netbeans.modules.git.client.GitClient$36.call(GitClient.java:582)
at org.netbeans.modules.git.client.GitClient$36.call(GitClient.java:578)
at 
org.openide.util.NetworkSettings.suppressAuthenticationDialog(NetworkSettings.java:138)
at 
org.netbeans.modules.git.client.GitClient$CommandInvoker$1$1.call(GitClient.java:931)
at 
org.netbeans.modules.git.client.GitClient$CommandInvoker$1$1.call(GitClient.java:937)
at 
org.netbeans.modules.git.client.GitClient$CommandInvoker$1.call(GitClient.java:956)
at 
org.netbeans.modules.git.client.GitClient$CommandInvoker.runMethodIntern(GitClient.java:968)
at 
org.netbeans.modules.git.client.GitClient$CommandInvoker.runMethod(GitClient.java:897)
at 
org.netbeans.modules.git.client.GitClient$CommandInvoker.runMethod(GitClient.java:875)
at 
org.netbeans.modules.git.client.GitClient$CommandInvoker.access$400(GitClient.java:869)
at 
org.netbeans.modules.git.client.GitClient.listRemoteBranches(GitClient.java:578)
[catch] at 
org.netbeans.modules.git.ui.repository.remote.SelectUriStep$2.perform(SelectUriStep.java:240)
at 
org.netbeans.modules.git.client.GitProgressSupport.performIntern(GitProgressSupport.java:92)
at 
org.netbeans.modules.git.client.GitProgressSupport.run(GitProgressSupport.java:85)
at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
WARNING [org.netbeans.modules.progress.spi.InternalHandle]: Cannot call 
progress on a task that was never started at 
org.netbeans.modules.git.client.GitProgressSupport.setProgressMessage(GitProgressSupport.java:258)
WARNING [org.netbeans.TopSecurityManager]: use of system property netbeans.user 
has been obsoleted in favor of InstalledFileLocator/Places at 
org.netbeans.modules.websvc.saas.model.SaasServicesModel.(SaasServicesModel.java:46)
INFO [org.netbeans.core.netigso.Netigso]: bundle 
org.eclipse.osgi@3.9.1.v20140110-1610 256
INFO [org.netbeans.core.netigso.Netigso]: bundle 
org.eclipse.osgi@3.9.1.v20140110-1610 stopped
INFO [null]: Last record repeated again.

  was:
When I try to "git fetch" from our git server I receive the following error: 
"Incorrect credentials for repository at 
ssh://git@srv06.scsynergy.local/var/scs-git/Java/Elementary" even though the 
user 

[jira] [Commented] (NETBEANS-6067) git over ssh: "Incorrect credentials for repository"

2021-12-02 Thread Ronald Feicht (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-6067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17452778#comment-17452778
 ] 

Ronald Feicht commented on NETBEANS-6067:
-

The issue also occurs with

java.vendor = Eclipse Foundation
java.vendor.url = https://adoptium.net/
java.vendor.url.bug = https://github.com/adoptium/adoptium-support/issues
java.vendor.version = Temurin-11.0.12+7
java.version = 11.0.12
java.version.date = 2021-07-20
java.vm.compressedOopsMode = Zero based
java.vm.info = mixed mode
java.vm.name = OpenJDK 64-Bit Server VM

> git over ssh: "Incorrect credentials for repository"
> 
>
> Key: NETBEANS-6067
> URL: https://issues.apache.org/jira/browse/NETBEANS-6067
> Project: NetBeans
>  Issue Type: Bug
>  Components: versioncontrol - Git
>Affects Versions: 12.5
> Environment: Debian 11 Bullseye
> NetBeans 12.5
> java version "1.8.0_172"
>  Java(TM) SE Runtime Environment (build 1.8.0_172-b11)
>  Java HotSpot(TM) 64-Bit Server VM (build 25.172-b11, mixed mode)
> git version 2.30.2
> ssh 1:8.4p1-5
>Reporter: Ronald Feicht
>Priority: Major
>
> When I try to "git fetch" from our git server I receive the following error: 
> "Incorrect credentials for repository at 
> ssh://git@srv06.scsynergy.local/var/scs-git/Java/Elementary" even though the 
> user name and password are correct.
> When I uncheck "Save Password" the git fetch completes without error.
> When I use Netbeans 12.4 the git fetch also works with and without "Save 
> Password".
> tail ~/.netbeans/12.5/var/log/messages.log :
> INFO [org.netbeans.modules.git.ui.repository.remote.SelectUriStep]: Auth 
> failed when accessing 
> ssh://git@srv06.scsynergy.local/var/scs-git/Java/Elementary
> com.jcraft.jsch.JSchException: Auth fail
>  at com.jcraft.jsch.Session.connect(Session.java:519)
>  at 
> org.eclipse.jgit.transport.JschConfigSessionFactory.getSession(JschConfigSessionFactory.java:112)
> Caused: org.eclipse.jgit.errors.TransportException: 
> ssh://git@srv06.scsynergy.local/var/scs-git/Java/Elementary: Auth fail
>  at 
> org.eclipse.jgit.transport.JschConfigSessionFactory.getSession(JschConfigSessionFactory.java:158)
>  at 
> org.netbeans.libs.git.jgit.JGitSshSessionFactory.getSession(JGitSshSessionFactory.java:100)
>  at org.eclipse.jgit.transport.SshTransport.getSession(SshTransport.java:107)
>  at 
> org.eclipse.jgit.transport.TransportGitSsh$SshFetchConnection.(TransportGitSsh.java:247)
>  at 
> org.eclipse.jgit.transport.TransportGitSsh.openFetch(TransportGitSsh.java:137)
>  at 
> org.netbeans.libs.git.jgit.commands.ListRemoteObjectsCommand.runTransportCommand(ListRemoteObjectsCommand.java:51)
> Caused: org.netbeans.libs.git.GitException$AuthorizationException: 
> ssh://git@srv06.scsynergy.local/var/scs-git/Java/Elementary: Auth fail
>  at 
> org.netbeans.libs.git.jgit.commands.TransportCommand.handleException(TransportCommand.java:235)
>  at 
> org.netbeans.libs.git.jgit.commands.ListRemoteObjectsCommand.runTransportCommand(ListRemoteObjectsCommand.java:64)
>  at 
> org.netbeans.libs.git.jgit.commands.TransportCommand.run(TransportCommand.java:168)
>  at org.netbeans.libs.git.jgit.commands.GitCommand$1.run(GitCommand.java:57)
>  at org.netbeans.libs.git.jgit.commands.GitCommand$1.run(GitCommand.java:54)
>  at java.security.AccessController.doPrivileged(Native Method)
>  at org.netbeans.libs.git.jgit.commands.GitCommand.execute(GitCommand.java:54)
>  at org.netbeans.libs.git.GitClient.listRemoteBranches(GitClient.java:893)
>  at org.netbeans.modules.git.client.GitClient$36.call(GitClient.java:582)
>  at org.netbeans.modules.git.client.GitClient$36.call(GitClient.java:578)
>  at 
> org.openide.util.NetworkSettings.suppressAuthenticationDialog(NetworkSettings.java:138)
>  at 
> org.netbeans.modules.git.client.GitClient$CommandInvoker$1$1.call(GitClient.java:931)
>  at 
> org.netbeans.modules.git.client.GitClient$CommandInvoker$1$1.call(GitClient.java:937)
>  at 
> org.netbeans.modules.git.client.GitClient$CommandInvoker$1.call(GitClient.java:956)
>  at 
> org.netbeans.modules.git.client.GitClient$CommandInvoker.runMethodIntern(GitClient.java:968)
>  at 
> org.netbeans.modules.git.client.GitClient$CommandInvoker.runMethod(GitClient.java:897)
>  at 
> org.netbeans.modules.git.client.GitClient$CommandInvoker.runMethod(GitClient.java:875)
>  at 
> org.netbeans.modules.git.client.GitClient$CommandInvoker.access$400(GitClient.java:869)
>  at 
> org.netbeans.modules.git.client.GitClient.listRemoteBranches(GitClient.java:578)
> [catch] at 
> org.netbeans.modules.git.ui.repository.remote.SelectUriStep$2.perform(SelectUriStep.java:240)
>  at 
> org.netbeans.modules.git.client.GitProgressSupport.performIntern(GitProgressSupport.java:92)
>  at 
> 

[jira] [Commented] (NETBEANS-6192) Very slow performance on RHEL 7

2021-12-02 Thread satendra gupta (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-6192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17452711#comment-17452711
 ] 

satendra gupta commented on NETBEANS-6192:
--

Hi Neil,

Thanks for your assistance. but its not helping us.

Is there any option if we want to have a paid support to get this done on 
priority?

 

Regards

-Satendra

> Very slow performance on RHEL 7
> ---
>
> Key: NETBEANS-6192
> URL: https://issues.apache.org/jira/browse/NETBEANS-6192
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0, 12.5
>Reporter: satendra gupta
>Priority: Major
>
> i recently migrated from RHEL6 to RHEL7 and i observe very slow performance 
> on RHEL7. i am using Netbeans 11.0 with JDK 8



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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



[jira] [Created] (NETBEANS-6259) NoSuchFieldError throw during refactor of class name

2021-12-02 Thread Scott Munson (Jira)
Scott Munson created NETBEANS-6259:
--

 Summary: NoSuchFieldError throw during refactor of class name
 Key: NETBEANS-6259
 URL: https://issues.apache.org/jira/browse/NETBEANS-6259
 Project: NetBeans
  Issue Type: Bug
  Components: editor - Refactoring
Affects Versions: 12.5
 Environment: 
---
>Log Session: Thursday, December 2, 2021 at 5:04:31 PM Pacific Standard Time
>System Info: 
  Product Version         = Apache NetBeans IDE 12.5
  Operating System        = Windows 10 version 10.0 running on amd64
  Java; VM; Vendor        = 15; Java HotSpot(TM) 64-Bit Server VM 15+36-1562; 
Oracle Corporation
  Runtime                 = Java(TM) SE Runtime Environment 15+36-1562
  Java Home               = C:\Program Files\Java\jdk-15
  System Locale; Encoding = en_US (nb); Cp1252
  Home Directory          = C:\Users\scottm
  Current Directory       = C:\Program Files\NetBeans-12.5
  User Directory          = C:\Users\scottm\AppData\Roaming\NetBeans\12.5
  Cache Directory         = C:\Users\scottm\AppData\Local\NetBeans\Cache\12.5
  Installation            = C:\Program Files\NetBeans-12.5\netbeans\nb
                            C:\Program Files\NetBeans-12.5\netbeans\ergonomics
                            C:\Program Files\NetBeans-12.5\netbeans\ide
                            C:\Program Files\NetBeans-12.5\netbeans\extide
                            C:\Program Files\NetBeans-12.5\netbeans\java
                            C:\Program Files\NetBeans-12.5\netbeans\apisupport
                            C:\Program Files\NetBeans-12.5\netbeans\webcommon
                            C:\Program Files\NetBeans-12.5\netbeans\websvccommon
                            C:\Program Files\NetBeans-12.5\netbeans\enterprise
                            C:\Program Files\NetBeans-12.5\netbeans\profiler
                            C:\Program Files\NetBeans-12.5\netbeans\harness
                            C:\Program Files\NetBeans-12.5\netbeans\cpplite
                            C:\Program Files\NetBeans-12.5\netbeans\groovy
                            C:\Program Files\NetBeans-12.5\netbeans\javafx
                            C:\Program Files\NetBeans-12.5\netbeans\platform
  Boot & Ext. Classpath   = 
  Application Classpath   = C:\Program 
Files\NetBeans-12.5\netbeans\platform\lib\boot.jar;C:\Program 
Files\NetBeans-12.5\netbeans\platform\lib\org-openide-modules.jar;C:\Program 
Files\NetBeans-12.5\netbeans\platform\lib\org-openide-util-lookup.jar;C:\Program
 Files\NetBeans-12.5\netbeans\platform\lib\org-openide-util-ui.jar;C:\Program 
Files\NetBeans-12.5\netbeans\platform\lib\org-openide-util.jar
  Startup Classpath       = C:\Program 
Files\NetBeans-12.5\netbeans\platform\core\asm-9.2.jar;C:\Program 
Files\NetBeans-12.5\netbeans\platform\core\asm-commons-9.2.jar;C:\Program 
Files\NetBeans-12.5\netbeans\platform\core\asm-tree-9.2.jar;C:\Program 
Files\NetBeans-12.5\netbeans\platform\core\core-base.jar;C:\Program 
Files\NetBeans-12.5\netbeans\platform\core\core.jar;C:\Program 
Files\NetBeans-12.5\netbeans\platform\core\org-netbeans-libs-asm.jar;C:\Program 
Files\NetBeans-12.5\netbeans\platform\core\org-openide-filesystems-compat8.jar;C:\Program
 
Files\NetBeans-12.5\netbeans\platform\core\org-openide-filesystems.jar;C:\Program
 Files\NetBeans-12.5\netbeans\nb\core\org-netbeans-upgrader.jar;C:\Program 
Files\NetBeans-12.5\netbeans\nb\core\locale\core_nb.jar
Reporter: Scott Munson


Attempting class name refactoring threw the following. No field of this name 
exists.

java.lang.NoSuchFieldError: pat
    at 
org.netbeans.modules.java.source.save.CasualDiff.matchCase(CasualDiff.java:5870)
    at 
org.netbeans.modules.java.source.save.CasualDiff.treesMatch(CasualDiff.java:3202)
    at 
org.netbeans.modules.java.source.save.CasualDiff.treesMatch(CasualDiff.java:3160)
    at 
org.netbeans.modules.java.source.save.CasualDiff.listsMatch(CasualDiff.java:5830)
    at 
org.netbeans.modules.java.source.save.CasualDiff.matchSwitch(CasualDiff.java:5866)
    at 
org.netbeans.modules.java.source.save.CasualDiff.treesMatch(CasualDiff.java:3200)
    at 
org.netbeans.modules.java.source.save.CasualDiff.treesMatch(CasualDiff.java:3160)
    at 
org.netbeans.modules.java.source.save.CasualDiff.listsMatch(CasualDiff.java:5830)
    at 
org.netbeans.modules.java.source.save.CasualDiff.matchBlock(CasualDiff.java:5840)
    at 
org.netbeans.modules.java.source.save.CasualDiff.treesMatch(CasualDiff.java:3188)
    at 
org.netbeans.modules.java.source.save.CasualDiff.treesMatch(CasualDiff.java:3160)
    at 
org.netbeans.modules.java.source.save.CasualDiff.matchIf(CasualDiff.java:5893)
    at 
org.netbeans.modules.java.source.save.CasualDiff.treesMatch(CasualDiff.java:3212)
    at 
org.netbeans.modules.java.source.save.CasualDiff.treesMatch(CasualDiff.java:3160)
   

[jira] [Created] (NETBEANS-6258) NOT OPENING PROJECT

2021-12-02 Thread Hanna Mansour (Jira)
Hanna Mansour created NETBEANS-6258:
---

 Summary: NOT OPENING PROJECT
 Key: NETBEANS-6258
 URL: https://issues.apache.org/jira/browse/NETBEANS-6258
 Project: NetBeans
  Issue Type: Bug
Reporter: Hanna Mansour






--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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



[jira] [Created] (NETBEANS-6257) NOT OPENING PROJECT

2021-12-02 Thread Hanna Mansour (Jira)
Hanna Mansour created NETBEANS-6257:
---

 Summary: NOT OPENING PROJECT
 Key: NETBEANS-6257
 URL: https://issues.apache.org/jira/browse/NETBEANS-6257
 Project: NetBeans
  Issue Type: Bug
Reporter: Hanna Mansour
Assignee: Hanna Mansour
 Attachments: Screenshot 2021-12-02 193141.png, Screenshot 2021-12-02 
2.png

>Log Session: Thursday, December 2, 2021 at 7:24:50 PM Eastern Standard Time
>System Info: 
  Product Version         = Apache NetBeans IDE 12.5
  Operating System        = Windows 10 version 10.0 running on amd64
  Java; VM; Vendor        = 17.0.1; Java HotSpot(TM) 64-Bit Server VM 
17.0.1+12-LTS-39; Oracle Corporation
  Runtime                 = Java(TM) SE Runtime Environment 17.0.1+12-LTS-39
  Java Home               = C:\Program Files\Java\jdk-17.0.1
  System Locale; Encoding = en_US (nb); Cp1252
  Home Directory          = C:\Users\lenam



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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



[jira] [Assigned] (NETBEANS-6254) Support for prefixed @phpstan-* annotations

2021-12-02 Thread Junichi Yamamoto (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-6254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Junichi Yamamoto reassigned NETBEANS-6254:
--

Assignee: Junichi Yamamoto

> Support for prefixed @phpstan-* annotations
> ---
>
> Key: NETBEANS-6254
> URL: https://issues.apache.org/jira/browse/NETBEANS-6254
> Project: NetBeans
>  Issue Type: Improvement
>  Components: php - Code Analysis, php - Editor
>Affects Versions: 12.5
>Reporter: Czukowski
>Assignee: Junichi Yamamoto
>Priority: Major
>
> Please implement support for at least basic prefixed tags specific to PHPStan.
> The most basic ones are {{phpstan-var}}, {{phpstan-param}} and 
> {{phpstan-return}} and they do exact same thing as native non-prefixed 
> annotation tags, except that they support some extra syntax for defining 
> advanced types, which can be a topic for a separate Jira issue.
> Lack of support for these types can cause some classes in {{use}} statements 
> to be shown as unused and automatically removed by Fix Imports feature. It 
> may happen without the user noticing and result in a build failure later.
> https://phpstan.org/writing-php-code/phpdocs-basics#prefixed-tags



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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



[jira] [Created] (NETBEANS-6256) NPE running jgitflow:feature-deploy

2021-12-02 Thread Chris Servis (Jira)
Chris Servis created NETBEANS-6256:
--

 Summary: NPE running jgitflow:feature-deploy
 Key: NETBEANS-6256
 URL: https://issues.apache.org/jira/browse/NETBEANS-6256
 Project: NetBeans
  Issue Type: Bug
  Components: cnd - Execution
Affects Versions: 12.5
Reporter: Chris Servis
 Attachments: netbeans_ide_log

Ran maven command jgitflow:feature-deploy and received NPE. Process completed 
successfully however.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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



[jira] [Created] (NETBEANS-6255) CancelService.abortIfCanceled during classpath scanning

2021-12-02 Thread Jesse Glick (Jira)
Jesse Glick created NETBEANS-6255:
-

 Summary: CancelService.abortIfCanceled during classpath scanning
 Key: NETBEANS-6255
 URL: https://issues.apache.org/jira/browse/NETBEANS-6255
 Project: NetBeans
  Issue Type: Bug
  Components: java - Compiler
Affects Versions: 12.6
Reporter: Jesse Glick


Dev build from 3ded4d191fa62f3c9062df0806336b395eb37fba. Had already deleted 
downloaded nbjavac modules from {{~/nbdev}} and cleared my cache. Opened 
https://github.com/jenkinsci/jenkins/tree/da7935d6cca1e48adbdea9ecae8c9a150e8ce5e8
 (all modules). Classpath scanning completed but early on threw

{code:none}
org.netbeans.lib.nbjavac.services.CancelAbort
at 
org.netbeans.lib.nbjavac.services.CancelService.abortIfCanceled(CancelService.java:53)
at 
org.netbeans.lib.nbjavac.services.NBParserFactory$NBJavacParser.classDeclaration(NBParserFactory.java:97)
at 
com.sun.tools.javac.parser.JavacParser.classOrRecordOrInterfaceOrEnumDeclaration(JavacParser.java:3867)
at 
com.sun.tools.javac.parser.JavacParser.typeDeclaration(JavacParser.java:3856)
at 
com.sun.tools.javac.parser.JavacParser.parseCompilationUnit(JavacParser.java:3700)
at com.sun.tools.javac.main.JavaCompiler.parse(JavaCompiler.java:620)
at com.sun.tools.javac.main.JavaCompiler.parse(JavaCompiler.java:657)
at 
com.sun.tools.javac.main.JavaCompiler.parseFiles(JavaCompiler.java:1006)
at 
com.sun.tools.javac.main.JavaCompiler.parseFiles(JavaCompiler.java:993)
at 
com.sun.tools.javac.api.JavacTaskImpl.parseInternal(JavacTaskImpl.java:258)
at 
com.sun.tools.javac.api.JavacTaskImpl.invocationHelper(JavacTaskImpl.java:152)
at com.sun.tools.javac.api.JavacTaskImpl.parse(JavacTaskImpl.java:248)
Caused: java.lang.IllegalStateException
at com.sun.tools.javac.api.JavacTaskImpl.parse(JavacTaskImpl.java:252)
[catch] at 
org.netbeans.modules.java.source.indexing.VanillaCompileWorker.compile(VanillaCompileWorker.java:203)
at 
org.netbeans.modules.java.source.indexing.JavaCustomIndexer.index(JavaCustomIndexer.java:361)
at 
org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor$2.run(Indexable.java:138)
at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runIndexer(RepositoryUpdater.java:275)
at 
org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor.index(Indexable.java:136)
at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.doIndex(RepositoryUpdater.java:2750)
at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.access$800(RepositoryUpdater.java:2154)
at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$1.run(RepositoryUpdater.java:2636)
at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$1.run(RepositoryUpdater.java:2634)
at 
org.netbeans.modules.parsing.impl.indexing.errors.TaskCache.refreshTransaction(TaskCache.java:540)
at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.index(RepositoryUpdater.java:2634)
at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork$4.call(RepositoryUpdater.java:5730)
at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork$4.call(RepositoryUpdater.java:5639)
at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$4.run(RepositoryUpdater.java:2127)
at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279)
at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runInContext(RepositoryUpdater.java:2123)
at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runInContext(RepositoryUpdater.java:2104)
at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.access$1600(RepositoryUpdater.java:136)
at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork.scanSource(RepositoryUpdater.java:5766)
at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork.scanSources(RepositoryUpdater.java:5436)
at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$RootsWork.getDone(RepositoryUpdater.java:5055)
at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.doTheWork(RepositoryUpdater.java:3422)
at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task._run(RepositoryUpdater.java:6200)
at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task.access$4400(RepositoryUpdater.java:5851)
at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task$2$1.run(RepositoryUpdater.java:6116)
at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279)
at 

[jira] [Commented] (NETBEANS-6253) Posibility to run single Groovy Script

2021-12-02 Thread Petr Pisl (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-6253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17452425#comment-17452425
 ] 

Petr Pisl commented on NETBEANS-6253:
-

The initial commit has PR and also adds possibility to debug a script.

But, there are problems. In NetBans itself, we can not create breakpoing in 
script witthough project yet. So a script is executed in debug mode, but you 
can not create breakpoints. 

!Screenshot from 2021-12-02 15-03-44.png!

In VSCode, we can add breakpoint, but they are not inserted in the right place:

!Screenshot from 2021-12-02 15-10-51.png!

It would be nice to get debugging working as well. I would like to ask 
[~entlicher] for help with this. 

> Posibility to run single Groovy Script
> --
>
> Key: NETBEANS-6253
> URL: https://issues.apache.org/jira/browse/NETBEANS-6253
> Project: NetBeans
>  Issue Type: New Feature
>  Components: groovy - Code
>Reporter: Petr Pisl
>Assignee: Petr Pisl
>Priority: Major
>  Labels: pull-request-available
> Attachments: Screenshot from 2021-12-02 15-03-44.png, Screenshot from 
> 2021-12-02 15-10-51.png
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> It would be useful, to run a Groovy script that is not a part of a project. 
> This is mainly for VSCode extension, where you can open a folder and if there 
> is a Groovy script, user wants to run it. In Netbeans you can open Favourite 
> window. The file should be run through action Run File (SHIFT+F6).



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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



[jira] [Updated] (NETBEANS-6253) Posibility to run single Groovy Script

2021-12-02 Thread Petr Pisl (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-6253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Petr Pisl updated NETBEANS-6253:

Attachment: Screenshot from 2021-12-02 15-10-51.png

> Posibility to run single Groovy Script
> --
>
> Key: NETBEANS-6253
> URL: https://issues.apache.org/jira/browse/NETBEANS-6253
> Project: NetBeans
>  Issue Type: New Feature
>  Components: groovy - Code
>Reporter: Petr Pisl
>Assignee: Petr Pisl
>Priority: Major
>  Labels: pull-request-available
> Attachments: Screenshot from 2021-12-02 15-03-44.png, Screenshot from 
> 2021-12-02 15-10-51.png
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> It would be useful, to run a Groovy script that is not a part of a project. 
> This is mainly for VSCode extension, where you can open a folder and if there 
> is a Groovy script, user wants to run it. In Netbeans you can open Favourite 
> window. The file should be run through action Run File (SHIFT+F6).



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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



[jira] [Updated] (NETBEANS-6253) Posibility to run single Groovy Script

2021-12-02 Thread Petr Pisl (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-6253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Petr Pisl updated NETBEANS-6253:

Attachment: Screenshot from 2021-12-02 15-03-44.png

> Posibility to run single Groovy Script
> --
>
> Key: NETBEANS-6253
> URL: https://issues.apache.org/jira/browse/NETBEANS-6253
> Project: NetBeans
>  Issue Type: New Feature
>  Components: groovy - Code
>Reporter: Petr Pisl
>Assignee: Petr Pisl
>Priority: Major
>  Labels: pull-request-available
> Attachments: Screenshot from 2021-12-02 15-03-44.png
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> It would be useful, to run a Groovy script that is not a part of a project. 
> This is mainly for VSCode extension, where you can open a folder and if there 
> is a Groovy script, user wants to run it. In Netbeans you can open Favourite 
> window. The file should be run through action Run File (SHIFT+F6).



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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



[jira] [Updated] (NETBEANS-6254) Support for prefixed @phpstan-* annotations

2021-12-02 Thread Czukowski (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-6254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Czukowski updated NETBEANS-6254:

Description: 
Please implement support for at least basic prefixed tags specific to PHPStan.

The most basic ones are {{phpstan-var}}, {{phpstan-param}} and 
{{phpstan-return}} and they do exact same thing as native non-prefixed 
annotation tags, except that they support some extra syntax for defining 
advanced types, which can be a topic for a separate Jira issue.

Lack of support for these types can cause some classes in {{use}} statements to 
be shown as unused and automatically removed by Fix Imports feature. It may 
happen without the user noticing and result in a build failure later.

https://phpstan.org/writing-php-code/phpdocs-basics#prefixed-tags

  was:
Please implement support for at least basic prefixed tags specific to PHPStan.

The most basic ones are {{phpstan-var}}, {{phpstan-param}} and 
{{phpstan-return}} and they do exact same thing as native non-prefixed 
annotation tags, except that they support some extra syntax for defining 
advanced types, which will can be a topic for a separate Jira issue.

Lack of support for these types can cause some classes in {{use}} statements to 
be shown as unused and automatically removed by Fix Imports feature. It may 
happen without the user noticing and result in a build failure later.

https://phpstan.org/writing-php-code/phpdocs-basics#prefixed-tags


> Support for prefixed @phpstan-* annotations
> ---
>
> Key: NETBEANS-6254
> URL: https://issues.apache.org/jira/browse/NETBEANS-6254
> Project: NetBeans
>  Issue Type: Improvement
>  Components: php - Code Analysis, php - Editor
>Affects Versions: 12.5
>Reporter: Czukowski
>Priority: Major
>
> Please implement support for at least basic prefixed tags specific to PHPStan.
> The most basic ones are {{phpstan-var}}, {{phpstan-param}} and 
> {{phpstan-return}} and they do exact same thing as native non-prefixed 
> annotation tags, except that they support some extra syntax for defining 
> advanced types, which can be a topic for a separate Jira issue.
> Lack of support for these types can cause some classes in {{use}} statements 
> to be shown as unused and automatically removed by Fix Imports feature. It 
> may happen without the user noticing and result in a build failure later.
> https://phpstan.org/writing-php-code/phpdocs-basics#prefixed-tags



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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



[jira] [Updated] (NETBEANS-6254) Support for prefixed @phpstan-* annotations

2021-12-02 Thread Czukowski (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-6254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Czukowski updated NETBEANS-6254:

Component/s: php - Code Analysis
 php - Editor

> Support for prefixed @phpstan-* annotations
> ---
>
> Key: NETBEANS-6254
> URL: https://issues.apache.org/jira/browse/NETBEANS-6254
> Project: NetBeans
>  Issue Type: Improvement
>  Components: php - Code Analysis, php - Editor
>Affects Versions: 12.5
>Reporter: Czukowski
>Priority: Major
>
> Please implement support for at least basic prefixed tags specific to PHPStan.
> The most basic ones are {{phpstan-var}}, {{phpstan-param}} and 
> {{phpstan-return}} and they do exact same thing, except that they support 
> some extra syntax for defining advanced types, which will can be a topic for 
> a separate Jira issue.
> Lack of support for these types can cause some classes in {{use}} statements 
> to be shown as unused and automatically removed by Fix Imports feature. It 
> may happen without the user noticing and result in a build failure later.
> https://phpstan.org/writing-php-code/phpdocs-basics#prefixed-tags



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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



[jira] [Updated] (NETBEANS-6254) Support for prefixed @phpstan-* annotations

2021-12-02 Thread Czukowski (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-6254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Czukowski updated NETBEANS-6254:

Description: 
Please implement support for at least basic prefixed tags specific to PHPStan.

The most basic ones are {{phpstan-var}}, {{phpstan-param}} and 
{{phpstan-return}} and they do exact same thing as native non-prefixed 
annotation tags, except that they support some extra syntax for defining 
advanced types, which will can be a topic for a separate Jira issue.

Lack of support for these types can cause some classes in {{use}} statements to 
be shown as unused and automatically removed by Fix Imports feature. It may 
happen without the user noticing and result in a build failure later.

https://phpstan.org/writing-php-code/phpdocs-basics#prefixed-tags

  was:
Please implement support for at least basic prefixed tags specific to PHPStan.

The most basic ones are {{phpstan-var}}, {{phpstan-param}} and 
{{phpstan-return}} and they do exact same thing, except that they support some 
extra syntax for defining advanced types, which will can be a topic for a 
separate Jira issue.

Lack of support for these types can cause some classes in {{use}} statements to 
be shown as unused and automatically removed by Fix Imports feature. It may 
happen without the user noticing and result in a build failure later.

https://phpstan.org/writing-php-code/phpdocs-basics#prefixed-tags


> Support for prefixed @phpstan-* annotations
> ---
>
> Key: NETBEANS-6254
> URL: https://issues.apache.org/jira/browse/NETBEANS-6254
> Project: NetBeans
>  Issue Type: Improvement
>  Components: php - Code Analysis, php - Editor
>Affects Versions: 12.5
>Reporter: Czukowski
>Priority: Major
>
> Please implement support for at least basic prefixed tags specific to PHPStan.
> The most basic ones are {{phpstan-var}}, {{phpstan-param}} and 
> {{phpstan-return}} and they do exact same thing as native non-prefixed 
> annotation tags, except that they support some extra syntax for defining 
> advanced types, which will can be a topic for a separate Jira issue.
> Lack of support for these types can cause some classes in {{use}} statements 
> to be shown as unused and automatically removed by Fix Imports feature. It 
> may happen without the user noticing and result in a build failure later.
> https://phpstan.org/writing-php-code/phpdocs-basics#prefixed-tags



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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



[jira] [Created] (NETBEANS-6254) Support for prefixed @phpstan-* annotations

2021-12-02 Thread Czukowski (Jira)
Czukowski created NETBEANS-6254:
---

 Summary: Support for prefixed @phpstan-* annotations
 Key: NETBEANS-6254
 URL: https://issues.apache.org/jira/browse/NETBEANS-6254
 Project: NetBeans
  Issue Type: Improvement
Affects Versions: 12.5
Reporter: Czukowski


Please implement support for at least basic prefixed tags specific to PHPStan.

The most basic ones are {{phpstan-var}}, {{phpstan-param}} and 
{{phpstan-return}} and they do exact same thing, except that they support some 
extra syntax for defining advanced types, which will can be a topic for a 
separate Jira issue.

Lack of support for these types can cause some classes in {{use}} statements to 
be shown as unused and automatically removed by Fix Imports feature. It may 
happen without the user noticing and result in a build failure later.

https://phpstan.org/writing-php-code/phpdocs-basics#prefixed-tags



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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



[jira] [Updated] (NETBEANS-6253) Posibility to run single Groovy Script

2021-12-02 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-6253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated NETBEANS-6253:
-
Labels: pull-request-available  (was: )

> Posibility to run single Groovy Script
> --
>
> Key: NETBEANS-6253
> URL: https://issues.apache.org/jira/browse/NETBEANS-6253
> Project: NetBeans
>  Issue Type: New Feature
>  Components: groovy - Code
>Reporter: Petr Pisl
>Assignee: Petr Pisl
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> It would be useful, to run a Groovy script that is not a part of a project. 
> This is mainly for VSCode extension, where you can open a folder and if there 
> is a Groovy script, user wants to run it. In Netbeans you can open Favourite 
> window. The file should be run through action Run File (SHIFT+F6).



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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



[jira] [Updated] (NETBEANS-6253) Posibility to run single Groovy Script

2021-12-02 Thread Petr Pisl (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-6253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Petr Pisl updated NETBEANS-6253:

Description: It would be useful, to run a Groovy script that is not a part 
of a project. This is mainly for VSCode extension, where you can open a folder 
and if there is a Groovy script, user wants to run it. In Netbeans you can open 
Favourite window. The file should be run through action Run File (SHIFT+F6).  
(was: It would be useful, to run a Groovy script that is not a part of a 
project. This is mainly for VSCode extension, where you can open a folder and 
if there is a Groovy script, user wants to run it. In Netbeans you can open 
Favourite window. The file should be run through action Run File (SHIFT+F6))

> Posibility to run single Groovy Script
> --
>
> Key: NETBEANS-6253
> URL: https://issues.apache.org/jira/browse/NETBEANS-6253
> Project: NetBeans
>  Issue Type: New Feature
>  Components: groovy - Code
>Reporter: Petr Pisl
>Assignee: Petr Pisl
>Priority: Major
>
> It would be useful, to run a Groovy script that is not a part of a project. 
> This is mainly for VSCode extension, where you can open a folder and if there 
> is a Groovy script, user wants to run it. In Netbeans you can open Favourite 
> window. The file should be run through action Run File (SHIFT+F6).



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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



[jira] [Updated] (NETBEANS-6253) Posibility to run single Groovy Script

2021-12-02 Thread Petr Pisl (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-6253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Petr Pisl updated NETBEANS-6253:

Description: It would be useful, to run a Groovy script that is not a part 
of a project. This is mainly for VSCode extension, where you can open a folder 
and if there is a Groovy script, user wants to run it. In Netbeans you can open 
Favourite window. The file should be run through action Run File (SHIFT+F6)  
(was: It would be useful, to run a Groovy script that is not a part of a 
project. This is mainly for VSCode extension, where you can open a folder and 
if there is a Groovy script, user wants to run it. In Netbeans you can open 
Favourite window. The file should be run through action Run File)

> Posibility to run single Groovy Script
> --
>
> Key: NETBEANS-6253
> URL: https://issues.apache.org/jira/browse/NETBEANS-6253
> Project: NetBeans
>  Issue Type: New Feature
>  Components: groovy - Code
>Reporter: Petr Pisl
>Assignee: Petr Pisl
>Priority: Major
>
> It would be useful, to run a Groovy script that is not a part of a project. 
> This is mainly for VSCode extension, where you can open a folder and if there 
> is a Groovy script, user wants to run it. In Netbeans you can open Favourite 
> window. The file should be run through action Run File (SHIFT+F6)



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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



[jira] [Updated] (NETBEANS-6253) Posibility to run single Groovy Script

2021-12-02 Thread Petr Pisl (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-6253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Petr Pisl updated NETBEANS-6253:

Description: It would be useful, to run a Groovy script that is not a part 
of a project. This is mainly for VSCode extension, where you can open a folder 
and if there is a Groovy script, user wants to run it. In Netbeans you can open 
Favourite window. The file should be run through action Run File  (was: It 
would be useful, to run a groovy script that is not a part of an project. 
Scenario, open Favourite window and fine a groovy script that you want to run.)

> Posibility to run single Groovy Script
> --
>
> Key: NETBEANS-6253
> URL: https://issues.apache.org/jira/browse/NETBEANS-6253
> Project: NetBeans
>  Issue Type: New Feature
>  Components: groovy - Code
>Reporter: Petr Pisl
>Priority: Major
>
> It would be useful, to run a Groovy script that is not a part of a project. 
> This is mainly for VSCode extension, where you can open a folder and if there 
> is a Groovy script, user wants to run it. In Netbeans you can open Favourite 
> window. The file should be run through action Run File



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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



[jira] [Assigned] (NETBEANS-6253) Posibility to run single Groovy Script

2021-12-02 Thread Petr Pisl (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-6253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Petr Pisl reassigned NETBEANS-6253:
---

Assignee: Petr Pisl

> Posibility to run single Groovy Script
> --
>
> Key: NETBEANS-6253
> URL: https://issues.apache.org/jira/browse/NETBEANS-6253
> Project: NetBeans
>  Issue Type: New Feature
>  Components: groovy - Code
>Reporter: Petr Pisl
>Assignee: Petr Pisl
>Priority: Major
>
> It would be useful, to run a Groovy script that is not a part of a project. 
> This is mainly for VSCode extension, where you can open a folder and if there 
> is a Groovy script, user wants to run it. In Netbeans you can open Favourite 
> window. The file should be run through action Run File



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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



[jira] [Created] (NETBEANS-6253) Posibility to run single Groovy Script

2021-12-02 Thread Petr Pisl (Jira)
Petr Pisl created NETBEANS-6253:
---

 Summary: Posibility to run single Groovy Script
 Key: NETBEANS-6253
 URL: https://issues.apache.org/jira/browse/NETBEANS-6253
 Project: NetBeans
  Issue Type: New Feature
  Components: groovy - Code
Reporter: Petr Pisl


It would be useful, to run a groovy script that is not a part of an project. 
Scenario, open Favourite window and fine a groovy script that you want to run.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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



[jira] [Created] (NETBEANS-6252) Netbeans do not fully support Servlet 3.0 web fragments

2021-12-02 Thread Roberto Cisternino (Jira)
Roberto Cisternino created NETBEANS-6252:


 Summary: Netbeans do not fully support Servlet 3.0 web fragments
 Key: NETBEANS-6252
 URL: https://issues.apache.org/jira/browse/NETBEANS-6252
 Project: NetBeans
  Issue Type: Bug
  Components: apisupport - Project, cnd - Debugger, cnd - Editor
Affects Versions: 12.5, 12.4
 Environment: Any
Reporter: Roberto Cisternino


Netbeans seems to be able to support Servlet 3.0 web fragments only at 
compile/deployment time (see web-fragment.xml uses for splitting a web 
application into more reusable fragments).

>From the project view, when I work on a given fragment project which is 
>imported by the actual Web application, the Editor is not showing Java errors 
>at all. Also the debugging of code located into a web fragment project is not 
>possible.  It looks that only the code located in the Web application project 
>is assisted by the Editor and by the Debugger.

This makes very difficult to benefit from the Servlet 3.0 web fragments during 
development. It will works one compiled, yes... but with very few help from 
Netbeans tools. 

Moreover, while editing a resource such as a JSP page located in a web fragment 
project there is no API support at all... no drop down available with 
suggestions...

The web fragments are very useful for writing reusable web components, it's a 
pity that we cannot use it easely !!  I please ask you to fix asap this 
wanderful Servlet 3.0 feature in a way that coding and debugging a web 
application made up by web fragments will be flowless like other kind of 
developments.

Best

Roberto



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-website] branch asf-site updated: Automated site publishing by Jenkins build 292

2021-12-02 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/asf-site by this push:
 new bc2fac8  Automated site publishing by Jenkins build 292
bc2fac8 is described below

commit bc2fac85fd88a7e7c745febe7ecc20fea8fc4d11
Author: jenkins 
AuthorDate: Thu Dec 2 11:28:25 2021 +

Automated site publishing by Jenkins build 292
---
 content/download/nb126/nb126.html |  32 +-
 content/sitemap.xml   | 988 +++---
 2 files changed, 510 insertions(+), 510 deletions(-)

diff --git a/content/download/nb126/nb126.html 
b/content/download/nb126/nb126.html
index a1ba5fa..7c00c9b 100644
--- a/content/download/nb126/nb126.html
+++ b/content/download/nb126/nb126.html
@@ -89,24 +89,24 @@
 
 
 Binaries:
-https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/12.5/netbeans-12.5-bin.zip;>netbeans-12.5-bin.zip
 (https://downloads.apache.org/netbeans/netbeans/12.5/netbeans-12.5-bin.zip.sha512;>SHA-512,
-https://downloads.apache.org/netbeans/netbeans/12.5/netbeans-12.5-bin.zip.asc;>PGP
 ASC)
+https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/12.6/netbeans-12.6-bin.zip;>netbeans-12.6-bin.zip
 (https://downloads.apache.org/netbeans/netbeans/12.6/netbeans-12.6-bin.zip.sha512;>SHA-512,
+https://downloads.apache.org/netbeans/netbeans/12.6/netbeans-12.6-bin.zip.asc;>PGP
 ASC)
 
 
 Installers:
 
 
 
-https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/12.5/Apache-NetBeans-12.5-bin-windows-x64.exe;>Apache-NetBeans-12.5-bin-windows-x64.exe
 (https://downloads.apache.org/netbeans/netbeans/12.5/Apache-NetBeans-12.5-bin-windows-x64.exe.sha512;>SHA-512,
-https://downloads.apache.org/netbeans/netbeans/12.5/Apache-NetBeans-12.5-bin-windows-x64.exe.asc;>PGP
 ASC)
+https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/12.6/Apache-NetBeans-12.6-bin-windows-x64.exe;>Apache-NetBeans-12.6-bin-windows-x64.exe
 (https://downloads.apache.org/netbeans/netbeans/12.6/Apache-NetBeans-12.6-bin-windows-x64.exe.sha512;>SHA-512,
+https://downloads.apache.org/netbeans/netbeans/12.6/Apache-NetBeans-12.6-bin-windows-x64.exe.asc;>PGP
 ASC)
 
 
-https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/12.5/Apache-NetBeans-12.5-bin-linux-x64.sh;>Apache-NetBeans-12.5-bin-linux-x64.sh
 (https://downloads.apache.org/netbeans/netbeans/12.5/Apache-NetBeans-12.5-bin-linux-x64.sh.sha512;>SHA-512,
-https://downloads.apache.org/netbeans/netbeans/12.5/Apache-NetBeans-12.5-bin-linux-x64.sh.asc;>PGP
 ASC)
+https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/12.6/Apache-NetBeans-12.6-bin-linux-x64.sh;>Apache-NetBeans-12.6-bin-linux-x64.sh
 (https://downloads.apache.org/netbeans/netbeans/12.6/Apache-NetBeans-12.6-bin-linux-x64.sh.sha512;>SHA-512,
+https://downloads.apache.org/netbeans/netbeans/12.6/Apache-NetBeans-12.6-bin-linux-x64.sh.asc;>PGP
 ASC)
 
 
-https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/12.5/Apache-NetBeans-12.5-bin-macosx.dmg;>Apache-NetBeans-12.5-bin-macosx.dmg
 (https://downloads.apache.org/netbeans/netbeans/12.5/Apache-NetBeans-12.5-bin-macosx.dmg.sha512;>SHA-512,
-https://downloads.apache.org/netbeans/netbeans/12.5/Apache-NetBeans-12.5-bin-macosx.dmg.asc;>PGP
 ASC)
+https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/12.6/Apache-NetBeans-12.6-bin-macosx.dmg;>Apache-NetBeans-12.6-bin-macosx.dmg
 (https://downloads.apache.org/netbeans/netbeans/12.6/Apache-NetBeans-12.6-bin-macosx.dmg.sha512;>SHA-512,
+https://downloads.apache.org/netbeans/netbeans/12.6/Apache-NetBeans-12.6-bin-macosx.dmg.asc;>PGP
 ASC)
 
 
 
@@ -120,7 +120,7 @@
 
 
 
-macOS versions prior to 10.14.4 require the https://support.apple.com/kb/dl1998?locale=en_US;>Swift 5 Runtime to 
be installed to launch Apache NetBeans 12.5.
+macOS versions prior to 10.14.4 require the https://support.apple.com/kb/dl1998?locale=en_US;>Swift 5 Runtime to 
be installed to launch Apache NetBeans 12.6.
 
 
 
@@ -128,11 +128,11 @@ macOS versions prior to 10.14.4 require the https://support.apple.com/k
 
 
 
-Source: https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/12.5/netbeans-12.5-source.zip;>netbeans-12.5-source.zip
 (https://downloads.apache.org/netbeans/netbeans/12.5/netbeans-12.5-source.zip.sha512;>SHA-512,
-https://downloads.apache.org/netbeans/netbeans/12.5/netbeans-12.5-source.zip.asc;>PGP
 ASC)
+Source: https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/12.6/netbeans-12.6-source.zip;>netbeans-12.6-source.zip
 (https://downloads.apache.org/netbeans/netbeans/12.6/netbeans-12.6-source.zip.sha512;>SHA-512,
+https://downloads.apache.org/netbeans/netbeans/12.6/netbeans-12.6-source.zip.asc;>PGP
 ASC)
 
 
-Javadoc for this release is available at https://bits.netbeans.org/12.5/javadoc; 
class="bare">https://bits.netbeans.org/12.5/javadoc
+Javadoc for this release is available at https://bits.netbeans.org/12.6/javadoc; 

[netbeans-website] branch master updated: Update nb126.asciidoc

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

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


The following commit(s) were added to refs/heads/master by this push:
 new 46b6dfd  Update nb126.asciidoc
46b6dfd is described below

commit 46b6dfd69f1888bb676e59c2ff4faf878012e1bd
Author: Geertjan Wielenga 
AuthorDate: Thu Dec 2 12:24:06 2021 +0100

Update nb126.asciidoc
---
 .../src/content/download/nb126/nb126.asciidoc  | 32 +++---
 1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/netbeans.apache.org/src/content/download/nb126/nb126.asciidoc 
b/netbeans.apache.org/src/content/download/nb126/nb126.asciidoc
index e15072a..1dd7c2e 100644
--- a/netbeans.apache.org/src/content/download/nb126/nb126.asciidoc
+++ b/netbeans.apache.org/src/content/download/nb126/nb126.asciidoc
@@ -43,24 +43,24 @@ NOTE: It's NOT recommended to link to github.
 Apache NetBeans 12.6 is available for download from your closest Apache mirror.
 
 - Binaries: 
-link:https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/12.5/netbeans-12.5-bin.zip[netbeans-12.5-bin.zip]
 
(link:https://downloads.apache.org/netbeans/netbeans/12.5/netbeans-12.5-bin.zip.sha512[SHA-512],
-link:https://downloads.apache.org/netbeans/netbeans/12.5/netbeans-12.5-bin.zip.asc[PGP
 ASC])
+link:https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/12.6/netbeans-12.6-bin.zip[netbeans-12.6-bin.zip]
 
(link:https://downloads.apache.org/netbeans/netbeans/12.6/netbeans-12.6-bin.zip.sha512[SHA-512],
+link:https://downloads.apache.org/netbeans/netbeans/12.6/netbeans-12.6-bin.zip.asc[PGP
 ASC])
 
 - Installers:
  
-* 
link:https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/12.5/Apache-NetBeans-12.5-bin-windows-x64.exe[Apache-NetBeans-12.5-bin-windows-x64.exe]
 
(link:https://downloads.apache.org/netbeans/netbeans/12.5/Apache-NetBeans-12.5-bin-windows-x64.exe.sha512[SHA-512],
-link:https://downloads.apache.org/netbeans/netbeans/12.5/Apache-NetBeans-12.5-bin-windows-x64.exe.asc[PGP
 ASC])
-* 
link:https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/12.5/Apache-NetBeans-12.5-bin-linux-x64.sh[Apache-NetBeans-12.5-bin-linux-x64.sh]
 
(link:https://downloads.apache.org/netbeans/netbeans/12.5/Apache-NetBeans-12.5-bin-linux-x64.sh.sha512[SHA-512],
-link:https://downloads.apache.org/netbeans/netbeans/12.5/Apache-NetBeans-12.5-bin-linux-x64.sh.asc[PGP
 ASC])
-* 
link:https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/12.5/Apache-NetBeans-12.5-bin-macosx.dmg[Apache-NetBeans-12.5-bin-macosx.dmg]
 
(link:https://downloads.apache.org/netbeans/netbeans/12.5/Apache-NetBeans-12.5-bin-macosx.dmg.sha512[SHA-512],
-link:https://downloads.apache.org/netbeans/netbeans/12.5/Apache-NetBeans-12.5-bin-macosx.dmg.asc[PGP
 ASC])
+* 
link:https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/12.6/Apache-NetBeans-12.6-bin-windows-x64.exe[Apache-NetBeans-12.6-bin-windows-x64.exe]
 
(link:https://downloads.apache.org/netbeans/netbeans/12.6/Apache-NetBeans-12.6-bin-windows-x64.exe.sha512[SHA-512],
+link:https://downloads.apache.org/netbeans/netbeans/12.6/Apache-NetBeans-12.6-bin-windows-x64.exe.asc[PGP
 ASC])
+* 
link:https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/12.6/Apache-NetBeans-12.6-bin-linux-x64.sh[Apache-NetBeans-12.6-bin-linux-x64.sh]
 
(link:https://downloads.apache.org/netbeans/netbeans/12.6/Apache-NetBeans-12.6-bin-linux-x64.sh.sha512[SHA-512],
+link:https://downloads.apache.org/netbeans/netbeans/12.6/Apache-NetBeans-12.6-bin-linux-x64.sh.asc[PGP
 ASC])
+* 
link:https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/12.6/Apache-NetBeans-12.6-bin-macosx.dmg[Apache-NetBeans-12.6-bin-macosx.dmg]
 
(link:https://downloads.apache.org/netbeans/netbeans/12.6/Apache-NetBeans-12.6-bin-macosx.dmg.sha512[SHA-512],
+link:https://downloads.apache.org/netbeans/netbeans/12.6/Apache-NetBeans-12.6-bin-macosx.dmg.asc[PGP
 ASC])
 
-IMPORTANT: macOS versions prior to 10.14.4 require the 
link:https://support.apple.com/kb/dl1998?locale=en_US[Swift 5 Runtime] to be 
installed to launch Apache NetBeans 12.5.
+IMPORTANT: macOS versions prior to 10.14.4 require the 
link:https://support.apple.com/kb/dl1998?locale=en_US[Swift 5 Runtime] to be 
installed to launch Apache NetBeans 12.6.
 
-- Source: 
link:https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/12.5/netbeans-12.5-source.zip[netbeans-12.5-source.zip]
 
(link:https://downloads.apache.org/netbeans/netbeans/12.5/netbeans-12.5-source.zip.sha512[SHA-512],
-link:https://downloads.apache.org/netbeans/netbeans/12.5/netbeans-12.5-source.zip.asc[PGP
 ASC])
+- Source: 
link:https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/12.6/netbeans-12.6-source.zip[netbeans-12.6-source.zip]
 
(link:https://downloads.apache.org/netbeans/netbeans/12.6/netbeans-12.6-source.zip.sha512[SHA-512],
+link:https://downloads.apache.org/netbeans/netbeans/12.6/netbeans-12.6-source.zip.asc[PGP
 ASC])
 
-- Javadoc for this release is 

[netbeans-website] branch master updated: Update index.asciidoc

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

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


The following commit(s) were added to refs/heads/master by this push:
 new 0862da2  Update index.asciidoc
0862da2 is described below

commit 0862da2915c88fd3396b9012574019166d21b333
Author: Geertjan Wielenga 
AuthorDate: Thu Dec 2 11:59:04 2021 +0100

Update index.asciidoc
---
 .../src/content/download/nb126/index.asciidoc  | 178 +++--
 1 file changed, 92 insertions(+), 86 deletions(-)

diff --git a/netbeans.apache.org/src/content/download/nb126/index.asciidoc 
b/netbeans.apache.org/src/content/download/nb126/index.asciidoc
index e15072a..66b002d 100644
--- a/netbeans.apache.org/src/content/download/nb126/index.asciidoc
+++ b/netbeans.apache.org/src/content/download/nb126/index.asciidoc
@@ -16,92 +16,98 @@
  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 12.6 
+= Apache NetBeans 12.6 Features
 :jbake-type: page_noaside
-:jbake-tags: download
+:jbake-tags: 12.6 features
 :jbake-status: published
-:keywords: Apache NetBeans 12.6 Download
-:description: Apache NetBeans 12.6 Download
-:toc: left
-:toc-title:
+:keywords: Apache NetBeans 12.6 IDE features
 :icons: font
-
-Apache NetBeans 12.6 was released on  See 
link:/download/nb126/index.html[Apache NetBeans 12.6 Features] for a full list 
of features.
-
-
-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 12.6 is available for download from your closest Apache mirror.
-
-- Binaries: 
-link:https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/12.5/netbeans-12.5-bin.zip[netbeans-12.5-bin.zip]
 
(link:https://downloads.apache.org/netbeans/netbeans/12.5/netbeans-12.5-bin.zip.sha512[SHA-512],
-link:https://downloads.apache.org/netbeans/netbeans/12.5/netbeans-12.5-bin.zip.asc[PGP
 ASC])
-
-- Installers:
- 
-* 
link:https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/12.5/Apache-NetBeans-12.5-bin-windows-x64.exe[Apache-NetBeans-12.5-bin-windows-x64.exe]
 
(link:https://downloads.apache.org/netbeans/netbeans/12.5/Apache-NetBeans-12.5-bin-windows-x64.exe.sha512[SHA-512],
-link:https://downloads.apache.org/netbeans/netbeans/12.5/Apache-NetBeans-12.5-bin-windows-x64.exe.asc[PGP
 ASC])
-* 
link:https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/12.5/Apache-NetBeans-12.5-bin-linux-x64.sh[Apache-NetBeans-12.5-bin-linux-x64.sh]
 
(link:https://downloads.apache.org/netbeans/netbeans/12.5/Apache-NetBeans-12.5-bin-linux-x64.sh.sha512[SHA-512],
-link:https://downloads.apache.org/netbeans/netbeans/12.5/Apache-NetBeans-12.5-bin-linux-x64.sh.asc[PGP
 ASC])
-* 
link:https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/12.5/Apache-NetBeans-12.5-bin-macosx.dmg[Apache-NetBeans-12.5-bin-macosx.dmg]
 
(link:https://downloads.apache.org/netbeans/netbeans/12.5/Apache-NetBeans-12.5-bin-macosx.dmg.sha512[SHA-512],
-link:https://downloads.apache.org/netbeans/netbeans/12.5/Apache-NetBeans-12.5-bin-macosx.dmg.asc[PGP
 ASC])
-
-IMPORTANT: macOS versions prior to 10.14.4 require the 
link:https://support.apple.com/kb/dl1998?locale=en_US[Swift 5 Runtime] to be 
installed to launch Apache NetBeans 12.5.
-
-- Source: 
link:https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/12.5/netbeans-12.5-source.zip[netbeans-12.5-source.zip]
 
(link:https://downloads.apache.org/netbeans/netbeans/12.5/netbeans-12.5-source.zip.sha512[SHA-512],
-link:https://downloads.apache.org/netbeans/netbeans/12.5/netbeans-12.5-source.zip.asc[PGP
 ASC])
-
-- Javadoc for this release is available at 
https://bits.netbeans.org/12.5/javadoc
-
-
-NOTE: Using https below is highly recommended.
-
-Officially, it is important that you 
link:https://www.apache.org/dyn/closer.cgi#verify[verify the integrity]
-of the downloaded files using the PGP signatures (.asc file) or a hash 
(.sha512 files).
-The PGP keys used to sign this release are available 
link:https://downloads.apache.org/netbeans/KEYS[here].
-
-Apache NetBeans can also be installed as a self-contained 
link:https://snapcraft.io/netbeans[snap package] on Linux.
-
-== Deployment Platforms
-
-Apache NetBeans 12.5 runs on JDK LTS releases 8 and 11, with experimental 
support for JDK 17, i.e., the current JDK release at the time of this NetBeans 
release.
-
-TIP: The current JDKs have an issue on macOS Big Sur, that causes freezes on 
dialogs. That could be fixed by applying the workaround described at 

[netbeans-website] branch master updated: Update nb126.asciidoc

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

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


The following commit(s) were added to refs/heads/master by this push:
 new 076d7b6  Update nb126.asciidoc
076d7b6 is described below

commit 076d7b666beed7dc00bb944a7098002121933820
Author: Geertjan Wielenga 
AuthorDate: Thu Dec 2 11:58:35 2021 +0100

Update nb126.asciidoc
---
 .../src/content/download/nb126/nb126.asciidoc  | 178 ++---
 1 file changed, 86 insertions(+), 92 deletions(-)

diff --git a/netbeans.apache.org/src/content/download/nb126/nb126.asciidoc 
b/netbeans.apache.org/src/content/download/nb126/nb126.asciidoc
index 66b002d..e15072a 100644
--- a/netbeans.apache.org/src/content/download/nb126/nb126.asciidoc
+++ b/netbeans.apache.org/src/content/download/nb126/nb126.asciidoc
@@ -16,98 +16,92 @@
  specific language governing permissions and limitations
  under the License.
 
-= Apache NetBeans 12.6 Features
+
+
+NOTE: 
+See https://www.apache.org/dev/release-download-pages.html 
+for important requirements for download pages for Apache projects.
+
+
+= Downloading Apache NetBeans 12.6 
 :jbake-type: page_noaside
-:jbake-tags: 12.6 features
+:jbake-tags: download
 :jbake-status: published
-:keywords: Apache NetBeans 12.6 IDE features
-:icons: font
-:description: Apache NetBeans 12.6 features
+:keywords: Apache NetBeans 12.6 Download
+:description: Apache NetBeans 12.6 Download
 :toc: left
-:toc-title: 
-:toclevels: 4
-:syntax: true
-:source-highlighter: pygments
-:experimental:
-:linkattrs:
-
-Welcome to Apache NetBeans 12.6!
-
-link:/download/nb125/nb125.html[Download, role="button success"]
-
-The full list of pull requests integrated in the 12.6 timeframe 
link:https://github.com/apache/netbeans/pulls?q=is%3Aclosed+milestone%3A12.5[is 
found here], while the highlights are listed below.
-
-== Java Enhancements
-
-=== Java
-- Temporarily allow setting of SecurityManager: 
https://github.com/apache/netbeans/pull/3003
-- [NETBEANS-5661] - Added regular expression window and hint: 
https://github.com/apache/netbeans/pull/2953
-- Prefer .class execution over .java if the class already exists: 
https://github.com/apache/netbeans/pull/3036
-- [NETBEANS-5801] - Add javadoc for JDK 18 early access: 
https://github.com/apache/netbeans/pull/3008
-- [NETBEANS-5704] when generating --patch-module option, also use the 
generated source roots. Java: https://github.com/apache/netbeans/pull/2977
-- [NETBEANS-5832] Fixing compilation of static initializer for vanilla 
indexing.: https://github.com/apache/netbeans/pull/3054
-- Adding declarative Java hints to the LSP server: 
https://github.com/apache/netbeans/pull/2905
-
-=== Gradle
-- Report progress from Gradle's CreateFromTemplateHandler Gradle LSP bug: 
https://github.com/apache/netbeans/pull/3044
-- Fixed source+javadoc Gradle download Gradle LSP bug: 
https://github.com/apache/netbeans/pull/3040
-- Source/javadoc attacher must report download actions as enabled. Gradle Java 
bug: https://github.com/apache/netbeans/pull/3029
-- Gradle Action Providers can disable an action. API Change Gradle 
enhancement: https://github.com/apache/netbeans/pull/3004
-- LSP server informs client about unsuccessful launch. Gradle LSP: 
https://github.com/apache/netbeans/pull/3006
-- Prevent deadlock - Workspace shared IO supports close on input stream. 
Gradle LSP: https://github.com/apache/netbeans/pull/3019
-- Support for configurations in Gradle Gradle LSP enhancement: 
https://github.com/apache/netbeans/pull/2969
-- [NETBEANS-5768] Recognize gradle projects with settings.gradle only file: 
https://github.com/apache/netbeans/pull/3028
-- [NETBEANS-2373] Better than nothing support for Gradle Distribution dirs 
Gradle: https://github.com/apache/netbeans/pull/2920
-- [NETBEANS-5668] Fix slipping -s in the Project Problem Dialog Gradle: 
https://github.com/apache/netbeans/pull/2944
-- [NETBEANS-4252] Added PathFinder to Gradle Build Scripts Node Gradle: 
https://github.com/apache/netbeans/pull/2933
-
-=== Maven
-- Support for disabling actions in Maven (used by Micronaut) API Change Maven 
enhancement: https://github.com/apache/netbeans/pull/3016
-- [NETBEANS-5803] Handle Maven projects with https name space. Maven: 
https://github.com/apache/netbeans/pull/3012
-- [NETBEANS-5143] Fixes Maven web app twice deployment issue: 
https://github.com/apache/netbeans/pull/3005
-
-=== Micronaut
-- Support for Micronaut's automatic restarts (mn:run) for Maven API Change 
Java Maven enhancement: https://github.com/apache/netbeans/pull/2948
-- LSP: Provide hover information in Micronaut yaml files. LSP: 
https://github.com/apache/netbeans/pull/2955
-- Micronaut configuration completion and navigation improvements LSP: 
https://github.com/apache/netbeans/pull/2962
-- Micronaut: Allow for creating project on JDK 16.: 

svn commit: r51173 - in /dev/netbeans/netbeans-html4j: README.md netbeans-html4j-1.7.3/ netbeans-html4j-1.7.3/netbeans-html4j-1.7.3.zip netbeans-html4j-1.7.3/netbeans-html4j-1.7.3.zip.asc netbeans-htm

2021-12-02 Thread jtulach
Author: jtulach
Date: Thu Dec  2 09:32:04 2021
New Revision: 51173

Log:
Staging Apache NetBeans HTML/Java API 1.7.3 for vote

Added:
dev/netbeans/netbeans-html4j/netbeans-html4j-1.7.3/

dev/netbeans/netbeans-html4j/netbeans-html4j-1.7.3/netbeans-html4j-1.7.3.zip   
(with props)

dev/netbeans/netbeans-html4j/netbeans-html4j-1.7.3/netbeans-html4j-1.7.3.zip.asc

dev/netbeans/netbeans-html4j/netbeans-html4j-1.7.3/netbeans-html4j-1.7.3.zip.sha512
Modified:
dev/netbeans/netbeans-html4j/README.md

Modified: dev/netbeans/netbeans-html4j/README.md
==
--- dev/netbeans/netbeans-html4j/README.md (original)
+++ dev/netbeans/netbeans-html4j/README.md Thu Dec  2 09:32:04 2021
@@ -1,5 +1,5 @@
 Release staging area for bits produced by
-https://builds.apache.org/job/netbeans-html4j-release/
+https://ci-builds.apache.org/job/Netbeans/job/netbeans-html4j-release/
 Jenkins job.
 
 Usual steps to prepare the build include:
@@ -8,7 +8,7 @@ like [jtul...@apache.org](http://pgp.sur
 with command:
 ```
 $ gpg -u f4c8f51d -ab netbeans-html4j-*.zip
-$ cat incubating-netbeans-html4j-*.zip.asc
+$ cat netbeans-html4j-*.zip.asc
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1
 
@@ -19,4 +19,4 @@ iQIcBAABAgAGBQJaBhGBAAoJEOhgsUjScjb5CxMQ
 Uploading the files `.zip`, `.sha256`, `.sha512`, `.asc` to
 [svn dist dev 
repository](https://dist.apache.org/repos/dist/dev/netbeans/netbeans-html4j/)
 Once approved with  the bindings votes moving the files to
-[svn release 
location](https://dist.apache.org/repos/dist/release/netbeans/netbeans-html4j/).
\ No newline at end of file
+[svn release 
location](https://dist.apache.org/repos/dist/release/netbeans/netbeans-html4j/).

Added: 
dev/netbeans/netbeans-html4j/netbeans-html4j-1.7.3/netbeans-html4j-1.7.3.zip
==
Binary file - no diff available.

Propchange: 
dev/netbeans/netbeans-html4j/netbeans-html4j-1.7.3/netbeans-html4j-1.7.3.zip
--
svn:mime-type = application/octet-stream

Added: 
dev/netbeans/netbeans-html4j/netbeans-html4j-1.7.3/netbeans-html4j-1.7.3.zip.asc
==
--- 
dev/netbeans/netbeans-html4j/netbeans-html4j-1.7.3/netbeans-html4j-1.7.3.zip.asc
 (added)
+++ 
dev/netbeans/netbeans-html4j/netbeans-html4j-1.7.3/netbeans-html4j-1.7.3.zip.asc
 Thu Dec  2 09:32:04 2021
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCgAdFiEETxTvPki77GNgjX6yE1SNfMr66A0FAmGokbAACgkQE1SNfMr6
+6A3tVBAA3/cYolKXov/usba0cBg2T1sQcVfP58Gwg2NJ2N5+THQk0MafbwLq0B9e
+uAk9rfTibnFhXOekhMxLF+EoSkZps05401Igb9jxaD4edvvmuIMAYMShtXu8+al1
+sOGc3pUy5uZ3/8/HA9C/lkvbuXPl7l3te674RR6x4PTmQVV5wezmK1SFrUFjh0G3
+ucXWXCKkuFMMTjMhAJwgCTYgfxIoXKbYfYNGE98OE9d/oOPIx4juNu5EZOlhkWkq
+OwyGQZrSf3J9ijjeaGxxlNA3JGaP0epcr2CnS6Dz3m5YcKV8QzneZ6dMrv1rV6ZJ
+8DJGFZOEfK2/+p2mHPEas3bYKP+ok9Sj0PzYf+/9lt0Wr683TbLjiZXb+TJVy8KE
+OlsoeNOEFr56qE+mWBnJHb5vr037rdlAsvoXarE4nNdlBxelHRgZn8/YVgG2bNiS
+rFQvGtbjBsR9EmGy7xcbPwnPBwB/kjyRMC6KyryAniw1i08xk1RbsbKHMTkUYEST
+5uxi1OA8o9uYuY03JFddba/zX39pGqNMYFIRV0g7m0AS7NSWWa8rWY1TuPUy/+pB
+dnmvTGQfE1phc78y8314zBEs+OZm1Woby3u4g/DYJRj/f9iqxtvJHcGmvQmrSVgs
+etrbntsNfvC9jiqDN7lZr70qWoxVZkiuOQ+b9OMD0Wi9lXk9tXw=
+=MlR4
+-END PGP SIGNATURE-

Added: 
dev/netbeans/netbeans-html4j/netbeans-html4j-1.7.3/netbeans-html4j-1.7.3.zip.sha512
==
--- 
dev/netbeans/netbeans-html4j/netbeans-html4j-1.7.3/netbeans-html4j-1.7.3.zip.sha512
 (added)
+++ 
dev/netbeans/netbeans-html4j/netbeans-html4j-1.7.3/netbeans-html4j-1.7.3.zip.sha512
 Thu Dec  2 09:32:04 2021
@@ -0,0 +1 @@
+15b482d5374d2257ed920a009f270dab7a2db9ea86e39cc94aa7aef7385cc74cc363a71fd13ca028b53443d19edd07258ffe3c386f31bed5462d8cb6a5ed05d2
  netbeans-html4j-1.7.3.zip



-
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-html4j] tag release-1.7.3 created (now a2b2e2c)

2021-12-02 Thread jtulach
This is an automated email from the ASF dual-hosted git repository.

jtulach pushed a change to tag release-1.7.3
in repository https://gitbox.apache.org/repos/asf/netbeans-html4j.git.


  at a2b2e2c  (commit)
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-html4j] branch release updated (5c8c44c -> a2b2e2c)

2021-12-02 Thread jtulach
This is an automated email from the ASF dual-hosted git repository.

jtulach pushed a change to branch release
in repository https://gitbox.apache.org/repos/asf/netbeans-html4j.git.


from 5c8c44c  Preparing version 1.7.2
 add 1abee95  Don't deploy ecj-test module anymore
 add 2065359  It's 2021!
 add 6b414cd  Enabling Jackpot checks to prevent accidental usage of 
ArrayList & co.
 add 85aef8f  Getting ready for next development iteration
 add d0c770e  @JavaScriptBody has never been tested on constructors by the 
TCK - it is unlikely to work.
 add b62bc0c  Merge pull request #39 from jtulach/NoConstructors
 add b1c643f  Checking names of all OSGi bundles
 add 9d65856  Give the presenter modules fully qualified OSGi name
 add 37c1c2d  Documenting the OSGi module rename
 add b4b9861  Merge pull request #40 from JaroslavTulach/jtulach/OSGiNames
 add e74266f  Updating libraries to latest versions
 add 6e4504f  NetBeans 12.5 and GraalVM 21.3
 add 077ad93  Merge branch 'master' into UpdatingToNetBeans12.3Bits
 add 6e3d2f2  Merge pull request #33 from jtulach/UpdatingToNetBeans12.3Bits
 add bd75aa9  Shield against array index out of bounds exception
 add 2040192  Handle OPTIONS query
 add 9dfa1de  Browser.Config#browser callback configuration method
 add c0b8655  Merge pull request #42 from JaroslavTulach/jtulach/UriConsumer
 new a2b2e2c  Preparing version 1.7.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:
 NOTICE |  2 +-
 boot-agent-test/pom.xml|  2 +-
 boot-fx/pom.xml|  4 +-
 boot-script/pom.xml|  4 +-
 boot/pom.xml   |  4 +-
 .../main/java/net/java/html/js/JavaScriptBody.java |  2 +-
 browser/pom.xml|  3 +-
 .../netbeans/html/presenters/browser/Browser.java  | 67 ++
 context/pom.xml|  4 +-
 ecj-test/pom.xml   | 11 ++-
 equinox-agentclass-hook/pom.xml|  2 +-
 generic/pom.xml|  5 +-
 geo/pom.xml|  4 +-
 html4j-maven-plugin/pom.xml|  4 +-
 json-tck/pom.xml   | 11 ++-
 .../java/META-INF/upgrade/AvoidCollections.hint| 31 +
 json/pom.xml   |  4 +-
 ko-felix-test/pom.xml  |  2 +-
 ko-osgi-test/pom.xml   | 32 -
 .../html/ko/osgi/test/KnockoutEquinoxTCKImpl.java  | 11 +--
 .../html/ko/osgi/test/KnockoutEquinoxIT.java   | 80 ++
 ko-ws-tyrus/pom.xml|  4 +-
 ko4j/pom.xml   |  4 +-
 pom.xml| 22 --
 renderer/pom.xml   |  3 +-
 sound/pom.xml  | 12 ++--
 src/main/javadoc/overview.html | 13 
 webkit/pom.xml |  3 +-
 xhr4j/pom.xml  |  4 +-
 29 files changed, 265 insertions(+), 89 deletions(-)
 copy json/src/main/java/org/netbeans/html/json/impl/ClassValueTypes.java => 
json-tck/src/main/java/META-INF/upgrade/AvoidCollections.hint (64%)

-
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-html4j] 01/01: Preparing version 1.7.3

2021-12-02 Thread jtulach
This is an automated email from the ASF dual-hosted git repository.

jtulach pushed a commit to branch release
in repository https://gitbox.apache.org/repos/asf/netbeans-html4j.git

commit a2b2e2c132df5ab8af10106b15314e0db3f8331b
Author: Jaroslav Tulach 
AuthorDate: Thu Dec 2 10:06:20 2021 +0100

Preparing version 1.7.3
---
 boot-agent-test/pom.xml | 2 +-
 boot-fx/pom.xml | 4 ++--
 boot-script/pom.xml | 4 ++--
 boot/pom.xml| 4 ++--
 browser/pom.xml | 2 +-
 context/pom.xml | 4 ++--
 ecj-test/pom.xml| 4 ++--
 equinox-agentclass-hook/pom.xml | 2 +-
 generic/pom.xml | 4 ++--
 geo/pom.xml | 4 ++--
 html4j-maven-plugin/pom.xml | 4 ++--
 json-tck/pom.xml| 6 +++---
 json/pom.xml| 4 ++--
 ko-felix-test/pom.xml   | 2 +-
 ko-osgi-test/pom.xml| 2 +-
 ko-ws-tyrus/pom.xml | 4 ++--
 ko4j/pom.xml| 4 ++--
 pom.xml | 2 +-
 renderer/pom.xml| 2 +-
 sound/pom.xml   | 4 ++--
 webkit/pom.xml  | 2 +-
 xhr4j/pom.xml   | 4 ++--
 22 files changed, 37 insertions(+), 37 deletions(-)

diff --git a/boot-agent-test/pom.xml b/boot-agent-test/pom.xml
index 54c4e4a..55ab8e4 100644
--- a/boot-agent-test/pom.xml
+++ b/boot-agent-test/pom.xml
@@ -24,7 +24,7 @@
 
 org.netbeans.html
 pom
-2.0-SNAPSHOT
+1.7.3
 
 boot-agent-test
 jar
diff --git a/boot-fx/pom.xml b/boot-fx/pom.xml
index 25e510f..2825ac9 100644
--- a/boot-fx/pom.xml
+++ b/boot-fx/pom.xml
@@ -24,11 +24,11 @@
   
 org.netbeans.html
 pom
-2.0-SNAPSHOT
+1.7.3
   
   org.netbeans.html
   net.java.html.boot.fx
-  2.0-SNAPSHOT
+  1.7.3
   FX WebView Bootstrap
   bundle
   http://maven.apache.org
diff --git a/boot-script/pom.xml b/boot-script/pom.xml
index 91f62fc..dc511d8 100644
--- a/boot-script/pom.xml
+++ b/boot-script/pom.xml
@@ -24,11 +24,11 @@
 
 org.netbeans.html
 pom
-2.0-SNAPSHOT
+1.7.3
 
 Presenter via javax.script
 net.java.html.boot.script
-2.0-SNAPSHOT
+1.7.3
 bundle
 
 none
diff --git a/boot/pom.xml b/boot/pom.xml
index 19968a5..9aa284a 100644
--- a/boot/pom.xml
+++ b/boot/pom.xml
@@ -24,11 +24,11 @@
   
 org.netbeans.html
 pom
-2.0-SNAPSHOT
+1.7.3
   
   org.netbeans.html
   net.java.html.boot
-  2.0-SNAPSHOT
+  1.7.3
   bundle
   Browser Bootstrap
   http://maven.apache.org
diff --git a/browser/pom.xml b/browser/pom.xml
index de2092d..8458382 100644
--- a/browser/pom.xml
+++ b/browser/pom.xml
@@ -26,7 +26,7 @@
 
 org.netbeans.html
 pom
-2.0-SNAPSHOT
+1.7.3
 
 DukeScript Presenter for any Browser
 
diff --git a/context/pom.xml b/context/pom.xml
index 1f1cc29..d95b23a 100644
--- a/context/pom.xml
+++ b/context/pom.xml
@@ -24,11 +24,11 @@
   
 org.netbeans.html
 pom
-2.0-SNAPSHOT
+1.7.3
   
   org.netbeans.html
   net.java.html
-  2.0-SNAPSHOT
+  1.7.3
   bundle
   HTML Context
   http://maven.apache.org
diff --git a/ecj-test/pom.xml b/ecj-test/pom.xml
index da8729c..afab11d 100644
--- a/ecj-test/pom.xml
+++ b/ecj-test/pom.xml
@@ -24,11 +24,11 @@
   
 org.netbeans.html
 pom
-2.0-SNAPSHOT
+1.7.3
   
   org.netbeans.html
   ecj-test
-  2.0-SNAPSHOT
+  1.7.3
   bundle
   Testing ecj
   http://maven.apache.org
diff --git a/equinox-agentclass-hook/pom.xml b/equinox-agentclass-hook/pom.xml
index 9522247..9449717 100644
--- a/equinox-agentclass-hook/pom.xml
+++ b/equinox-agentclass-hook/pom.xml
@@ -24,7 +24,7 @@
 
 org.netbeans.html
 pom
-2.0-SNAPSHOT
+1.7.3
 
 AgentClass Hook for Equinox
 equinox-agentclass-hook
diff --git a/generic/pom.xml b/generic/pom.xml
index f3ca104..40c1074 100644
--- a/generic/pom.xml
+++ b/generic/pom.xml
@@ -24,13 +24,13 @@
 
 org.netbeans.html
 pom
-2.0-SNAPSHOT
+1.7.3
 
 
 generic
 DukeScript Generic Presenter
 bundle
-2.0-SNAPSHOT
+1.7.3
 
 ${project.parent.basedir}
 
org.netbeans.html.presenters.spi
diff --git a/geo/pom.xml b/geo/pom.xml
index 928ece3..5abb338 100644
--- a/geo/pom.xml
+++ b/geo/pom.xml
@@ -24,11 +24,11 @@
   
 org.netbeans.html
 pom
-2.0-SNAPSHOT
+1.7.3
   
   org.netbeans.html
   net.java.html.geo
-  2.0-SNAPSHOT
+  1.7.3
   bundle
   Geolocation API
   http://maven.apache.org
diff --git a/html4j-maven-plugin/pom.xml b/html4j-maven-plugin/pom.xml
index 7e39a80..b630c25 100644
--- a/html4j-maven-plugin/pom.xml
+++ b/html4j-maven-plugin/pom.xml
@@ -24,12 +24,12 @@
   
 org.netbeans.html
 pom
-2.0-SNAPSHOT
+1.7.3
   
   maven-plugin
   org.netbeans.html
   html4j-maven-plugin
-  2.0-SNAPSHOT
+  1.7.3
   Html for Java Maven Plugin
 

[netbeans-website] branch master updated: Create nb126.asciidoc

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

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


The following commit(s) were added to refs/heads/master by this push:
 new 601f4f2  Create nb126.asciidoc
601f4f2 is described below

commit 601f4f2b9066c637cc5fb9669a32816be468b4b0
Author: Geertjan Wielenga 
AuthorDate: Thu Dec 2 09:17:45 2021 +0100

Create nb126.asciidoc
---
 .../src/content/download/nb126/nb126.asciidoc  | 113 +
 1 file changed, 113 insertions(+)

diff --git a/netbeans.apache.org/src/content/download/nb126/nb126.asciidoc 
b/netbeans.apache.org/src/content/download/nb126/nb126.asciidoc
new file mode 100644
index 000..66b002d
--- /dev/null
+++ b/netbeans.apache.org/src/content/download/nb126/nb126.asciidoc
@@ -0,0 +1,113 @@
+
+ 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.
+
+= Apache NetBeans 12.6 Features
+:jbake-type: page_noaside
+:jbake-tags: 12.6 features
+:jbake-status: published
+:keywords: Apache NetBeans 12.6 IDE features
+:icons: font
+:description: Apache NetBeans 12.6 features
+:toc: left
+:toc-title: 
+:toclevels: 4
+:syntax: true
+:source-highlighter: pygments
+:experimental:
+:linkattrs:
+
+Welcome to Apache NetBeans 12.6!
+
+link:/download/nb125/nb125.html[Download, role="button success"]
+
+The full list of pull requests integrated in the 12.6 timeframe 
link:https://github.com/apache/netbeans/pulls?q=is%3Aclosed+milestone%3A12.5[is 
found here], while the highlights are listed below.
+
+== Java Enhancements
+
+=== Java
+- Temporarily allow setting of SecurityManager: 
https://github.com/apache/netbeans/pull/3003
+- [NETBEANS-5661] - Added regular expression window and hint: 
https://github.com/apache/netbeans/pull/2953
+- Prefer .class execution over .java if the class already exists: 
https://github.com/apache/netbeans/pull/3036
+- [NETBEANS-5801] - Add javadoc for JDK 18 early access: 
https://github.com/apache/netbeans/pull/3008
+- [NETBEANS-5704] when generating --patch-module option, also use the 
generated source roots. Java: https://github.com/apache/netbeans/pull/2977
+- [NETBEANS-5832] Fixing compilation of static initializer for vanilla 
indexing.: https://github.com/apache/netbeans/pull/3054
+- Adding declarative Java hints to the LSP server: 
https://github.com/apache/netbeans/pull/2905
+
+=== Gradle
+- Report progress from Gradle's CreateFromTemplateHandler Gradle LSP bug: 
https://github.com/apache/netbeans/pull/3044
+- Fixed source+javadoc Gradle download Gradle LSP bug: 
https://github.com/apache/netbeans/pull/3040
+- Source/javadoc attacher must report download actions as enabled. Gradle Java 
bug: https://github.com/apache/netbeans/pull/3029
+- Gradle Action Providers can disable an action. API Change Gradle 
enhancement: https://github.com/apache/netbeans/pull/3004
+- LSP server informs client about unsuccessful launch. Gradle LSP: 
https://github.com/apache/netbeans/pull/3006
+- Prevent deadlock - Workspace shared IO supports close on input stream. 
Gradle LSP: https://github.com/apache/netbeans/pull/3019
+- Support for configurations in Gradle Gradle LSP enhancement: 
https://github.com/apache/netbeans/pull/2969
+- [NETBEANS-5768] Recognize gradle projects with settings.gradle only file: 
https://github.com/apache/netbeans/pull/3028
+- [NETBEANS-2373] Better than nothing support for Gradle Distribution dirs 
Gradle: https://github.com/apache/netbeans/pull/2920
+- [NETBEANS-5668] Fix slipping -s in the Project Problem Dialog Gradle: 
https://github.com/apache/netbeans/pull/2944
+- [NETBEANS-4252] Added PathFinder to Gradle Build Scripts Node Gradle: 
https://github.com/apache/netbeans/pull/2933
+
+=== Maven
+- Support for disabling actions in Maven (used by Micronaut) API Change Maven 
enhancement: https://github.com/apache/netbeans/pull/3016
+- [NETBEANS-5803] Handle Maven projects with https name space. Maven: 
https://github.com/apache/netbeans/pull/3012
+- [NETBEANS-5143] Fixes Maven web app twice deployment issue: 
https://github.com/apache/netbeans/pull/3005
+
+=== Micronaut
+- Support for Micronaut's automatic restarts (mn:run) for Maven API 

[netbeans-website] branch master updated: 12.6 download page

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

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


The following commit(s) were added to refs/heads/master by this push:
 new 1a1e741  12.6 download page
1a1e741 is described below

commit 1a1e7411574f8fe65f64273f65b5ed1bb1a7258e
Author: Geertjan Wielenga 
AuthorDate: Thu Dec 2 09:16:11 2021 +0100

12.6 download page
---
 .../src/content/download/nb126/index.asciidoc  | 107 +
 1 file changed, 107 insertions(+)

diff --git a/netbeans.apache.org/src/content/download/nb126/index.asciidoc 
b/netbeans.apache.org/src/content/download/nb126/index.asciidoc
new file mode 100644
index 000..e15072a
--- /dev/null
+++ b/netbeans.apache.org/src/content/download/nb126/index.asciidoc
@@ -0,0 +1,107 @@
+
+ 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 12.6 
+:jbake-type: page_noaside
+:jbake-tags: download
+:jbake-status: published
+:keywords: Apache NetBeans 12.6 Download
+:description: Apache NetBeans 12.6 Download
+:toc: left
+:toc-title:
+:icons: font
+
+Apache NetBeans 12.6 was released on  See 
link:/download/nb126/index.html[Apache NetBeans 12.6 Features] for a full list 
of features.
+
+
+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 12.6 is available for download from your closest Apache mirror.
+
+- Binaries: 
+link:https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/12.5/netbeans-12.5-bin.zip[netbeans-12.5-bin.zip]
 
(link:https://downloads.apache.org/netbeans/netbeans/12.5/netbeans-12.5-bin.zip.sha512[SHA-512],
+link:https://downloads.apache.org/netbeans/netbeans/12.5/netbeans-12.5-bin.zip.asc[PGP
 ASC])
+
+- Installers:
+ 
+* 
link:https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/12.5/Apache-NetBeans-12.5-bin-windows-x64.exe[Apache-NetBeans-12.5-bin-windows-x64.exe]
 
(link:https://downloads.apache.org/netbeans/netbeans/12.5/Apache-NetBeans-12.5-bin-windows-x64.exe.sha512[SHA-512],
+link:https://downloads.apache.org/netbeans/netbeans/12.5/Apache-NetBeans-12.5-bin-windows-x64.exe.asc[PGP
 ASC])
+* 
link:https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/12.5/Apache-NetBeans-12.5-bin-linux-x64.sh[Apache-NetBeans-12.5-bin-linux-x64.sh]
 
(link:https://downloads.apache.org/netbeans/netbeans/12.5/Apache-NetBeans-12.5-bin-linux-x64.sh.sha512[SHA-512],
+link:https://downloads.apache.org/netbeans/netbeans/12.5/Apache-NetBeans-12.5-bin-linux-x64.sh.asc[PGP
 ASC])
+* 
link:https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/12.5/Apache-NetBeans-12.5-bin-macosx.dmg[Apache-NetBeans-12.5-bin-macosx.dmg]
 
(link:https://downloads.apache.org/netbeans/netbeans/12.5/Apache-NetBeans-12.5-bin-macosx.dmg.sha512[SHA-512],
+link:https://downloads.apache.org/netbeans/netbeans/12.5/Apache-NetBeans-12.5-bin-macosx.dmg.asc[PGP
 ASC])
+
+IMPORTANT: macOS versions prior to 10.14.4 require the 
link:https://support.apple.com/kb/dl1998?locale=en_US[Swift 5 Runtime] to be 
installed to launch Apache NetBeans 12.5.
+
+- Source: 
link:https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/12.5/netbeans-12.5-source.zip[netbeans-12.5-source.zip]
 
(link:https://downloads.apache.org/netbeans/netbeans/12.5/netbeans-12.5-source.zip.sha512[SHA-512],
+link:https://downloads.apache.org/netbeans/netbeans/12.5/netbeans-12.5-source.zip.asc[PGP
 ASC])
+
+- Javadoc for this release is available at 
https://bits.netbeans.org/12.5/javadoc
+
+
+NOTE: Using https below is highly recommended.
+
+Officially, it is important that you 
link:https://www.apache.org/dyn/closer.cgi#verify[verify the integrity]
+of the downloaded files using the PGP signatures (.asc file) or a hash 
(.sha512 files).
+The PGP keys used to sign this release are available