[netbeans] branch master updated (77da129 -> 6d1285a)

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

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


from 77da129  [NETBEANS-5524] Check for priming action before use.
 new 898363f  Don't even schedule the task, when the frequency is 'never'
 new 0fd8360  Introducing 
org.netbeans.modules.maven.indexer.api.DEFAULT_UPDATE_FREQ branding API
 new 3fc381d  Use SingleMethod.methodName even if file object is specified
 new 09c7322  Also adding branding for default value of createIndex setting
 new 6d1285a  Merge pull request #2848 from 
JaroslavTulach/jtulach/BrandMavenIndexDownloadFrequency

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


Summary of changes:
 .../modules/maven/indexer/api/Bundle.properties| 19 ++
 .../java/mx/project/SuiteActionProvider.java   | 12 ++--
 java/maven.indexer/manifest.mf |  2 +-
 .../maven/indexer/api/RepositoryPreferences.java   | 28 -
 .../maven/indexer/api/Bundle_te_ST.properties  | 19 ++
 .../indexer/api/RepositoryPreferencesTest.java | 72 +-
 java/maven/apichanges.xml  | 14 +
 java/maven/arch.xml| 20 ++
 java/maven/manifest.mf |  2 +-
 java/maven/nbproject/project.xml   |  2 +-
 .../modules/maven/ProjectOpenedHookImpl.java   | 26 
 11 files changed, 178 insertions(+), 38 deletions(-)
 create mode 100644 
java/java.lsp.server/nbcode/branding/modules/org-netbeans-modules-maven-indexer.jar/org/netbeans/modules/maven/indexer/api/Bundle.properties
 create mode 100644 
java/maven.indexer/test/unit/src/org/netbeans/modules/maven/indexer/api/Bundle_te_ST.properties

-
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] [Commented] (NETBEANS-3104) Extend ArchetypeWizards.definedArchetype to include optional nbactions

2021-03-31 Thread Ernie Rael (Jira)


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

Ernie Rael commented on NETBEANS-3104:
--

To get this documented somewhere. There are two outstanding PRs at 
https://github.com/openjfx/javafx-maven-archetypes/pulls

Add debug execution to the created archetypes
https://github.com/openjfx/javafx-maven-archetypes/pull/10
comment out module syntax for JDK8
https://github.com/openjfx/javafx-maven-archetypes/pull/11

Until these are merged, NB still uses
https://github.com/errael/javafx-maven-archetypes-netbeans

See the following for more info

Default JavaFX archetypes to javafx 1.8 when running on jdk1.8
https://github.com/apache/netbeans/pull/2036
Ignore module-info.java if on jdk1.8 or earlier.
https://github.com/apache/netbeans/pull/2037
Update JavaFX archetypes for recent JavaFX/maven PRs
https://github.com/apache/netbeans/pull/2057


> Extend ArchetypeWizards.definedArchetype to include optional nbactions
> --
>
> Key: NETBEANS-3104
> URL: https://issues.apache.org/jira/browse/NETBEANS-3104
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Geertjan Wielenga
>Assignee: Jaroslav Tulach
>Priority: Major
> Fix For: 12.2
>
>
> http://bits.netbeans.org/dev/javadoc/org-netbeans-api-maven/org/netbeans/api/maven/archetype/ArchetypeWizards.html



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-5221) Excessive notifications: node.js not found, TypeScript support disabled

2021-03-31 Thread Junichi Yamamoto (Jira)


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

Junichi Yamamoto reassigned NETBEANS-5221:
--

Assignee: Jan Lahoda  (was: Junichi Yamamoto)

> Excessive notifications: node.js not found, TypeScript support disabled
> ---
>
> Key: NETBEANS-5221
> URL: https://issues.apache.org/jira/browse/NETBEANS-5221
> Project: NetBeans
>  Issue Type: Bug
>  Components: lsp, platform - Notifications
>Affects Versions: Next
> Environment: Windows 10 64-bit, OpenJDK 11.0.6
>Reporter: Michal Koscielny
>Assignee: Jan Lahoda
>Priority: Major
>  Labels: pull-request-available
> Attachments: netbeans-node1.png, netbeans-node2.png
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> In some of my PHP projects I have package.json and package-lock.json files in 
> the root directory but I don't have node.js installed. In this scenario I get 
> bombarded with baloon notifications saying "node.js not found, TypeScript 
> support disabled" every time I open the project or save any file. After a 
> while my notification log is filled with lots of such notifications and they 
> distract me needlessly:
> !netbeans-node1.png!
> !netbeans-node2.png!
> This didn't happen in Netbeans 12.2 but started happening in the dev builds 
> so this change must be recent. I'm now using 
> Build dev-1198c6642612764150ad3d0911bf8f437eef6601 dated at 2021-01-04.
> There should be a way to silence or get rid of such notifications entirely 
> since they are useless in such scenarios. Because there are node.js config 
> files present in the project doesn't mean I have to install node.js on my 
> computer just to not be nagged by Netbeans notifications - for example, other 
> developers might be responsible for node.js stuff while I'm working with 
> other technologies in the same project.
> I know I can hide info notifications with the filter but it is not ideal 
> because I don't want to miss other notifications which may be important to me.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-5221) Excessive notifications: node.js not found, TypeScript support disabled

2021-03-31 Thread Junichi Yamamoto (Jira)


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

Junichi Yamamoto reassigned NETBEANS-5221:
--

Assignee: Junichi Yamamoto  (was: Jan Lahoda)

> Excessive notifications: node.js not found, TypeScript support disabled
> ---
>
> Key: NETBEANS-5221
> URL: https://issues.apache.org/jira/browse/NETBEANS-5221
> Project: NetBeans
>  Issue Type: Bug
>  Components: lsp, platform - Notifications
>Affects Versions: Next
> Environment: Windows 10 64-bit, OpenJDK 11.0.6
>Reporter: Michal Koscielny
>Assignee: Junichi Yamamoto
>Priority: Major
>  Labels: pull-request-available
> Attachments: netbeans-node1.png, netbeans-node2.png
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> In some of my PHP projects I have package.json and package-lock.json files in 
> the root directory but I don't have node.js installed. In this scenario I get 
> bombarded with baloon notifications saying "node.js not found, TypeScript 
> support disabled" every time I open the project or save any file. After a 
> while my notification log is filled with lots of such notifications and they 
> distract me needlessly:
> !netbeans-node1.png!
> !netbeans-node2.png!
> This didn't happen in Netbeans 12.2 but started happening in the dev builds 
> so this change must be recent. I'm now using 
> Build dev-1198c6642612764150ad3d0911bf8f437eef6601 dated at 2021-01-04.
> There should be a way to silence or get rid of such notifications entirely 
> since they are useless in such scenarios. Because there are node.js config 
> files present in the project doesn't mean I have to install node.js on my 
> computer just to not be nagged by Netbeans notifications - for example, other 
> developers might be responsible for node.js stuff while I'm working with 
> other technologies in the same project.
> I know I can hide info notifications with the filter but it is not ideal 
> because I don't want to miss other notifications which may be important to me.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-5221) Excessive notifications: node.js not found, TypeScript support disabled

2021-03-31 Thread Junichi Yamamoto (Jira)


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

Junichi Yamamoto updated NETBEANS-5221:
---
Component/s: lsp

> Excessive notifications: node.js not found, TypeScript support disabled
> ---
>
> Key: NETBEANS-5221
> URL: https://issues.apache.org/jira/browse/NETBEANS-5221
> Project: NetBeans
>  Issue Type: Bug
>  Components: lsp, platform - Notifications
>Affects Versions: Next
> Environment: Windows 10 64-bit, OpenJDK 11.0.6
>Reporter: Michal Koscielny
>Assignee: Jan Lahoda
>Priority: Major
>  Labels: pull-request-available
> Attachments: netbeans-node1.png, netbeans-node2.png
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> In some of my PHP projects I have package.json and package-lock.json files in 
> the root directory but I don't have node.js installed. In this scenario I get 
> bombarded with baloon notifications saying "node.js not found, TypeScript 
> support disabled" every time I open the project or save any file. After a 
> while my notification log is filled with lots of such notifications and they 
> distract me needlessly:
> !netbeans-node1.png!
> !netbeans-node2.png!
> This didn't happen in Netbeans 12.2 but started happening in the dev builds 
> so this change must be recent. I'm now using 
> Build dev-1198c6642612764150ad3d0911bf8f437eef6601 dated at 2021-01-04.
> There should be a way to silence or get rid of such notifications entirely 
> since they are useless in such scenarios. Because there are node.js config 
> files present in the project doesn't mean I have to install node.js on my 
> computer just to not be nagged by Netbeans notifications - for example, other 
> developers might be responsible for node.js stuff while I'm working with 
> other technologies in the same project.
> I know I can hide info notifications with the filter but it is not ideal 
> because I don't want to miss other notifications which may be important to me.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-5221) Excessive notifications: node.js not found, TypeScript support disabled

2021-03-31 Thread Junichi Yamamoto (Jira)


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

Junichi Yamamoto reassigned NETBEANS-5221:
--

Assignee: Jan Lahoda

> Excessive notifications: node.js not found, TypeScript support disabled
> ---
>
> Key: NETBEANS-5221
> URL: https://issues.apache.org/jira/browse/NETBEANS-5221
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Notifications
>Affects Versions: Next
> Environment: Windows 10 64-bit, OpenJDK 11.0.6
>Reporter: Michal Koscielny
>Assignee: Jan Lahoda
>Priority: Major
>  Labels: pull-request-available
> Attachments: netbeans-node1.png, netbeans-node2.png
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> In some of my PHP projects I have package.json and package-lock.json files in 
> the root directory but I don't have node.js installed. In this scenario I get 
> bombarded with baloon notifications saying "node.js not found, TypeScript 
> support disabled" every time I open the project or save any file. After a 
> while my notification log is filled with lots of such notifications and they 
> distract me needlessly:
> !netbeans-node1.png!
> !netbeans-node2.png!
> This didn't happen in Netbeans 12.2 but started happening in the dev builds 
> so this change must be recent. I'm now using 
> Build dev-1198c6642612764150ad3d0911bf8f437eef6601 dated at 2021-01-04.
> There should be a way to silence or get rid of such notifications entirely 
> since they are useless in such scenarios. Because there are node.js config 
> files present in the project doesn't mean I have to install node.js on my 
> computer just to not be nagged by Netbeans notifications - for example, other 
> developers might be responsible for node.js stuff while I'm working with 
> other technologies in the same project.
> I know I can hide info notifications with the filter but it is not ideal 
> because I don't want to miss other notifications which may be important to me.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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] [Commented] (NETBEANS-5221) Excessive notifications: node.js not found, TypeScript support disabled

2021-03-31 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-5221:
-

https://github.com/apache/netbeans/pull/2850

> Excessive notifications: node.js not found, TypeScript support disabled
> ---
>
> Key: NETBEANS-5221
> URL: https://issues.apache.org/jira/browse/NETBEANS-5221
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Notifications
>Affects Versions: Next
> Environment: Windows 10 64-bit, OpenJDK 11.0.6
>Reporter: Michal Koscielny
>Priority: Major
>  Labels: pull-request-available
> Attachments: netbeans-node1.png, netbeans-node2.png
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> In some of my PHP projects I have package.json and package-lock.json files in 
> the root directory but I don't have node.js installed. In this scenario I get 
> bombarded with baloon notifications saying "node.js not found, TypeScript 
> support disabled" every time I open the project or save any file. After a 
> while my notification log is filled with lots of such notifications and they 
> distract me needlessly:
> !netbeans-node1.png!
> !netbeans-node2.png!
> This didn't happen in Netbeans 12.2 but started happening in the dev builds 
> so this change must be recent. I'm now using 
> Build dev-1198c6642612764150ad3d0911bf8f437eef6601 dated at 2021-01-04.
> There should be a way to silence or get rid of such notifications entirely 
> since they are useless in such scenarios. Because there are node.js config 
> files present in the project doesn't mean I have to install node.js on my 
> computer just to not be nagged by Netbeans notifications - for example, other 
> developers might be responsible for node.js stuff while I'm working with 
> other technologies in the same project.
> I know I can hide info notifications with the filter but it is not ideal 
> because I don't want to miss other notifications which may be important to me.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-5221) Excessive notifications: node.js not found, TypeScript support disabled

2021-03-31 Thread ASF GitHub Bot (Jira)


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

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

> Excessive notifications: node.js not found, TypeScript support disabled
> ---
>
> Key: NETBEANS-5221
> URL: https://issues.apache.org/jira/browse/NETBEANS-5221
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Notifications
>Affects Versions: Next
> Environment: Windows 10 64-bit, OpenJDK 11.0.6
>Reporter: Michal Koscielny
>Priority: Major
>  Labels: pull-request-available
> Attachments: netbeans-node1.png, netbeans-node2.png
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> In some of my PHP projects I have package.json and package-lock.json files in 
> the root directory but I don't have node.js installed. In this scenario I get 
> bombarded with baloon notifications saying "node.js not found, TypeScript 
> support disabled" every time I open the project or save any file. After a 
> while my notification log is filled with lots of such notifications and they 
> distract me needlessly:
> !netbeans-node1.png!
> !netbeans-node2.png!
> This didn't happen in Netbeans 12.2 but started happening in the dev builds 
> so this change must be recent. I'm now using 
> Build dev-1198c6642612764150ad3d0911bf8f437eef6601 dated at 2021-01-04.
> There should be a way to silence or get rid of such notifications entirely 
> since they are useless in such scenarios. Because there are node.js config 
> files present in the project doesn't mean I have to install node.js on my 
> computer just to not be nagged by Netbeans notifications - for example, other 
> developers might be responsible for node.js stuff while I'm working with 
> other technologies in the same project.
> I know I can hide info notifications with the filter but it is not ideal 
> because I don't want to miss other notifications which may be important to me.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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] [Commented] (NETBEANS-5514) Netbeans VSCode Gradle Failed downloading gradle

2021-03-31 Thread Svatopluk Dedic (Jira)


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

Svatopluk Dedic commented on NETBEANS-5514:
---

[~lkishalmi] which consent dialog ? 

[~JoeFoe] How and where do you set the proxy settings ? VSCode launcher should 
pass vscode's own settings around, but I'll probably need to recreate the setup 
to debug/verify the NBJLS process was configured well

 

> Netbeans VSCode Gradle Failed downloading gradle
> 
>
> Key: NETBEANS-5514
> URL: https://issues.apache.org/jira/browse/NETBEANS-5514
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle, vscode
>Affects Versions: 12.3
>Reporter: Joe Foe
>Assignee: Svatopluk Dedic
>Priority: Minor
>  Labels: NetBeans
>
> i have the gradle distribution available in a on-premise nexus and the vscode 
> extension (version 12.3) gives the error messge below when executing `compile 
> workspace`
>  
> {code:java}
> Failed Downloading Gradle 6.8.3 from 
> https://nexus.hosted/gradle/gradle-6.8.3-bin.zip
> WARNING [org.netbeans.modules.progress.spi.InternalHandle]: Cannot finish a 
> task that was never started at 
> org.netbeans.modules.gradle.api.execute.GradleDistributionManager$DownloadTask.call(GradleDistributionManager.java:535){code}
>  
> the same project works without an issue inside Netbeans 12.3.
> Proxy and no proxy hosts are all set. 
> Any ideas on how to resolve this?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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] [Commented] (NETBEANS-5527) my netBeans Project is not open for a bug

2021-03-31 Thread farzamYousuf (Jira)


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

farzamYousuf commented on NETBEANS-5527:


thanks bro

> my netBeans Project is not open for a bug
> -
>
> Key: NETBEANS-5527
> URL: https://issues.apache.org/jira/browse/NETBEANS-5527
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Beans
>Affects Versions: 12.0.1, 12.2, 12.3
> Environment: my Net Beans is not work i delete a project in netbean 
> for java 16 project so can't resolved it's does not work . I Create a new 
> project but not create a project only for 1 bug. please resolved please 
> Quickly Resolved My issue.
>Reporter: farzamYousuf
>Priority: Critical
>  Labels: pull-request-available
> Fix For: 12.1, 12.2, 12.3
>
> Attachments: messages.log.1
>
>   Original Estimate: 510h
>  Remaining Estimate: 510h
>
> my Net Beans is not work i delete a project in netbean for java 16 project so 
> can't resolved it's does not work . I Create a new project but not create a 
> project only for 1 bug. please resolved please Quickly Resolved My issue.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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] [Commented] (NETBEANS-5527) my netBeans Project is not open for a bug

2021-03-31 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-5527:
-

NetBeans does not support JDK 16.

> my netBeans Project is not open for a bug
> -
>
> Key: NETBEANS-5527
> URL: https://issues.apache.org/jira/browse/NETBEANS-5527
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Beans
>Affects Versions: 12.0.1, 12.2, 12.3
> Environment: my Net Beans is not work i delete a project in netbean 
> for java 16 project so can't resolved it's does not work . I Create a new 
> project but not create a project only for 1 bug. please resolved please 
> Quickly Resolved My issue.
>Reporter: farzamYousuf
>Priority: Critical
>  Labels: pull-request-available
> Fix For: 12.1, 12.2, 12.3
>
> Attachments: messages.log.1
>
>   Original Estimate: 510h
>  Remaining Estimate: 510h
>
> my Net Beans is not work i delete a project in netbean for java 16 project so 
> can't resolved it's does not work . I Create a new project but not create a 
> project only for 1 bug. please resolved please Quickly Resolved My issue.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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] [Commented] (NETBEANS-5527) my netBeans Project is not open for a bug

2021-03-31 Thread farzamYousuf (Jira)


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

farzamYousuf commented on NETBEANS-5527:


  i make project in java 16 on netbeans but i finish my small project i close 
the direct netbean and then i open netbean but i open my project it's does not 
open i found a bug

> my netBeans Project is not open for a bug
> -
>
> Key: NETBEANS-5527
> URL: https://issues.apache.org/jira/browse/NETBEANS-5527
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Beans
>Affects Versions: 12.0.1, 12.2, 12.3
> Environment: my Net Beans is not work i delete a project in netbean 
> for java 16 project so can't resolved it's does not work . I Create a new 
> project but not create a project only for 1 bug. please resolved please 
> Quickly Resolved My issue.
>Reporter: farzamYousuf
>Priority: Critical
>  Labels: pull-request-available
> Fix For: 12.1, 12.2, 12.3
>
> Attachments: messages.log.1
>
>   Original Estimate: 510h
>  Remaining Estimate: 510h
>
> my Net Beans is not work i delete a project in netbean for java 16 project so 
> can't resolved it's does not work . I Create a new project but not create a 
> project only for 1 bug. please resolved please Quickly Resolved My issue.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[netbeans] branch master updated (f5dfe1e -> 77da129)

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

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


from f5dfe1e  [NETBEANS-5499] Felix removed in favour of Netbinox, fixes 
URLStreamHandlerFactory. add-opens added for jdk.compiler. (#2844)
 add 77da129  [NETBEANS-5524] Check for priming action before use.

No new revisions were added by this update.

Summary of changes:
 .../src/org/netbeans/modules/project/ui/OpenProjectList.java  | 4 +++-
 .../org/netbeans/modules/project/ui/ProjectChooserAccessory.java  | 8 +++-
 2 files changed, 10 insertions(+), 2 deletions(-)

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

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



[jira] [Commented] (NETBEANS-5527) my netBeans Project is not open for a bug

2021-03-31 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-5527:
-

NetBeans does not support JDK 16.

> my netBeans Project is not open for a bug
> -
>
> Key: NETBEANS-5527
> URL: https://issues.apache.org/jira/browse/NETBEANS-5527
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Beans
>Affects Versions: 12.0.1, 12.2, 12.3
> Environment: my Net Beans is not work i delete a project in netbean 
> for java 16 project so can't resolved it's does not work . I Create a new 
> project but not create a project only for 1 bug. please resolved please 
> Quickly Resolved My issue.
>Reporter: farzamYousuf
>Priority: Critical
>  Labels: pull-request-available
> Fix For: 12.1, 12.2, 12.3
>
> Attachments: messages.log.1
>
>   Original Estimate: 510h
>  Remaining Estimate: 510h
>
> my Net Beans is not work i delete a project in netbean for java 16 project so 
> can't resolved it's does not work . I Create a new project but not create a 
> project only for 1 bug. please resolved please Quickly Resolved My issue.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-5527) my netBeans Project is not open for a bug

2021-03-31 Thread farzamYousuf (Jira)
farzamYousuf created NETBEANS-5527:
--

 Summary: my netBeans Project is not open for a bug
 Key: NETBEANS-5527
 URL: https://issues.apache.org/jira/browse/NETBEANS-5527
 Project: NetBeans
  Issue Type: Bug
  Components: java - Beans
Affects Versions: 12.2, 12.0.1, 12.3
 Environment: my Net Beans is not work i delete a project in netbean 
for java 16 project so can't resolved it's does not work . I Create a new 
project but not create a project only for 1 bug. please resolved please Quickly 
Resolved My issue.
Reporter: farzamYousuf
 Fix For: 12.3, 12.2, 12.1
 Attachments: messages.log.1

my Net Beans is not work i delete a project in netbean for java 16 project so 
can't resolved it's does not work . I Create a new project but not create a 
project only for 1 bug. please resolved please Quickly Resolved My issue.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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] [Commented] (NETBEANS-5514) Netbeans VSCode Gradle Failed downloading gradle

2021-03-31 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-5514:
---

Hi Svata!

Could you look at this one?

Is this happening as silent install of the Gradle distribution is not enabled, 
and the VSCode swallows the ask for consent dialog?

> Netbeans VSCode Gradle Failed downloading gradle
> 
>
> Key: NETBEANS-5514
> URL: https://issues.apache.org/jira/browse/NETBEANS-5514
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle, vscode
>Affects Versions: 12.3
>Reporter: Joe Foe
>Assignee: Svatopluk Dedic
>Priority: Minor
>  Labels: NetBeans
>
> i have the gradle distribution available in a on-premise nexus and the vscode 
> extension (version 12.3) gives the error messge below when executing `compile 
> workspace`
>  
> {code:java}
> Failed Downloading Gradle 6.8.3 from 
> https://nexus.hosted/gradle/gradle-6.8.3-bin.zip
> WARNING [org.netbeans.modules.progress.spi.InternalHandle]: Cannot finish a 
> task that was never started at 
> org.netbeans.modules.gradle.api.execute.GradleDistributionManager$DownloadTask.call(GradleDistributionManager.java:535){code}
>  
> the same project works without an issue inside Netbeans 12.3.
> Proxy and no proxy hosts are all set. 
> Any ideas on how to resolve this?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-5526) New Java project for NBLS over LSP for Maven and Gradle

2021-03-31 Thread Martin Balin (Jira)
Martin Balin created NETBEANS-5526:
--

 Summary: New Java project for NBLS over LSP for Maven and Gradle
 Key: NETBEANS-5526
 URL: https://issues.apache.org/jira/browse/NETBEANS-5526
 Project: NetBeans
  Issue Type: New Feature
  Components: vscode
Affects Versions: 12.4
Reporter: Martin Balin
Assignee: Jaroslav Tulach
 Fix For: Next


VSNetBeans is missing an easy way to create a New Java project. This is really 
missing and I personally switch to NetBeans to jump start new project so 
pom.xml... is created for me as well as main Java class.

To really enable Java development in VSCode we need to provide this 
functionality. Otherwise it is missing the _Start of Java journey_ for ordinary 
developer.

It will be good if connect this to NBLS project support and enable Maven+Gradle 
projects there. Wizard should be invoked from Command Palette and will likely 
consists of several steps for simplest project types.

For the start we can support just some simple projects. 

Original idea was to get pom.xml with main Java class set for execution, jar 
packaging and listing main class for jar execution in Manifest.mf...



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-5514) Netbeans VSCode Gradle Failed downloading gradle

2021-03-31 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi reassigned NETBEANS-5514:
-

Assignee: Svatopluk Dedic  (was: Laszlo Kishalmi)

> Netbeans VSCode Gradle Failed downloading gradle
> 
>
> Key: NETBEANS-5514
> URL: https://issues.apache.org/jira/browse/NETBEANS-5514
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle, vscode
>Affects Versions: 12.3
>Reporter: Joe Foe
>Assignee: Svatopluk Dedic
>Priority: Minor
>  Labels: NetBeans
>
> i have the gradle distribution available in a on-premise nexus and the vscode 
> extension (version 12.3) gives the error messge below when executing `compile 
> workspace`
>  
> {code:java}
> Failed Downloading Gradle 6.8.3 from 
> https://nexus.hosted/gradle/gradle-6.8.3-bin.zip
> WARNING [org.netbeans.modules.progress.spi.InternalHandle]: Cannot finish a 
> task that was never started at 
> org.netbeans.modules.gradle.api.execute.GradleDistributionManager$DownloadTask.call(GradleDistributionManager.java:535){code}
>  
> the same project works without an issue inside Netbeans 12.3.
> Proxy and no proxy hosts are all set. 
> Any ideas on how to resolve this?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-4663) Mercurial and Subversion visual conflict resolution

2021-03-31 Thread Antonio Vieiro (Jira)


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

Antonio Vieiro reassigned NETBEANS-4663:


Assignee: Antonio Vieiro

> Mercurial and Subversion visual conflict resolution
> ---
>
> Key: NETBEANS-4663
> URL: https://issues.apache.org/jira/browse/NETBEANS-4663
> Project: NetBeans
>  Issue Type: Sub-task
>  Components: cnd - Remote VCS
>Reporter: Antonio Vieiro
>Assignee: Antonio Vieiro
>Priority: Major
>  Labels: CND-DONATION-TODO
>
> The "ResolveConflictsExecutor" [1] for both mercurial and subversion, 
> responsible for resolving conflicts visually, were not included in the CND 
> donation from Oracle, and need to be implemented.
>  
> [http://hg.netbeans.org/cnd-main/file/tip/mercurial.remote/src/org/netbeans/modules/mercurial/remote/ui/update/ResolveConflictsExecutor.java]
> [http://hg.netbeans.org/cnd-main/file/tip/subversion.remote/src/org/netbeans/modules/subversion/remote/ui/update/ResolveConflictsExecutor.java]
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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] [Commented] (NETBEANS-2003) Hibernate configuration assistant create HSQLDB database files on the NetBeans bin directory

2021-03-31 Thread Jira


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

Antônio Diego da LuZ silva commented on NETBEANS-2003:
--

Maybe the correction of it be usefull

> Hibernate configuration assistant create HSQLDB database files on the 
> NetBeans bin directory
> 
>
> Key: NETBEANS-2003
> URL: https://issues.apache.org/jira/browse/NETBEANS-2003
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI, javaee - Hibernate
>Affects Versions: 8.2, 10.0
> Environment: Windows 10 64 bits
>Reporter: Antônio Diego da LuZ silva
>Assignee: Antônio Diego da LuZ silva
>Priority: Critical
>  Labels: GUIDE, hibernate, wizard
>
>  I have noticed that when it is tried do use the Hibernate configuration 
> assistant to create an hibernate config file que uses the HSQLDB (embedded) 
> as database, principally the stored in filesystem files data catalog type,  
> the database files are(or tried to be) created on the bin folder of the 
> NetBeans instalation directory.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-4662) Old versions of NetBeans stored "scrambled" passwords.

2021-03-31 Thread Antonio Vieiro (Jira)


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

Antonio Vieiro reassigned NETBEANS-4662:


Assignee: Antonio Vieiro

> Old versions of NetBeans stored "scrambled" passwords.
> --
>
> Key: NETBEANS-4662
> URL: https://issues.apache.org/jira/browse/NETBEANS-4662
> Project: NetBeans
>  Issue Type: Sub-task
>  Components: cnd - Remote VCS
>Reporter: Antonio Vieiro
>Assignee: Antonio Vieiro
>Priority: Major
>  Labels: CND-DONATION-TODO
>
> Old versions of NetBeans used "scrambled" passwords in connection strings.
> See, for instance, [http://www.cvsnt.org/cvsclient/Password-scrambling.html]
> I don't think this is safe to use nowadays, we should use encrypted passwords 
> or modern techniques instead in Apache NetBeans.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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] [Resolved] (NETBEANS-5499) Platform apps cannot connect using HTTP protocol on JDK16

2021-03-31 Thread Svatopluk Dedic (Jira)


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

Svatopluk Dedic resolved NETBEANS-5499.
---
Fix Version/s: 12.4
   Resolution: Fixed

> Platform apps cannot connect using HTTP protocol on JDK16
> -
>
> Key: NETBEANS-5499
> URL: https://issues.apache.org/jira/browse/NETBEANS-5499
> Project: NetBeans
>  Issue Type: Bug
>  Components: core
>Affects Versions: 12.3
>Reporter: Svatopluk Dedic
>Priority: Major
>  Labels: pull-request-available
> Fix For: 12.4
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> I've found out that my platfom application does not work at all with HTTP 
> protocol when run on JDK 16. The error thrown is:
> {code:java}
> INFO 
> [org.netbeans.modules.autoupdate.updateproviders.AutoupdateCatalogFactory]: 
> Unknown protocol: http
> java.lang.IllegalStateException: Unknown protocol: http
> at 
> org.apache.felix.framework.URLHandlersStreamHandlerProxy.parseURL(URLHandlersStreamHandlerProxy.java:373)
> at java.base/java.net.URL.(URL.java:701)
> Caused: java.net.MalformedURLException: Unknown protocol: http
> at java.base/java.net.URL.(URL.java:706)
> at java.base/java.net.URL.(URL.java:568)
> at java.base/java.net.URL.(URL.java:515)
> [catch] at 
> org.netbeans.modules.autoupdate.updateprovider.AutoupdateCatalogFactory.createUpdateProvider(AutoupdateCatalogFactory.java:98)
> at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
> at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.base/java.lang.reflect.Method.invoke(Method.java:567)
> at 
> org.netbeans.core.startup.layers.BinaryFS$AttrImpl$MethodAndParams.invoke(BinaryFS.java:730)
> at 
> org.netbeans.core.startup.layers.BinaryFS$AttrImpl.getValue(BinaryFS.java:660)
> at 
> org.netbeans.core.startup.layers.BinaryFS$BFSBase.getAttribute(BinaryFS.java:506)
> {code}
> No URL with http(s): protocol can be even *parsed*. 
> I managed to isolate the issue - it is caused by *Apache Felix* library 
> included in NB platform that provides 
> {{org.osgi.framework.launch.FrameworkFactory}} token.
> The bug *does not occur* in NetBeans IDE, which has a direct dependency 
> (Needs: declaration) on *org.netbeans.netbinox* module from its *ide.kit* 
> module. In NetBeans, Netbinox loads and installs its URLStreamHandlerFactory 
> ({{org.eclipse.osgi.framework.internal.protocol.StreamHandlerFactory}})
> In a platform app that does not load (need) Netbinox, the Felix library 
> installs its own URLStreamHandleFactory ( 
> {{org.apache.felix.framework.URLHandlers}}), that creates *proxies*. So USHF 
> for http *is* actually created, but it afterwards throws 
> {{MalformedURLException}} on any http: url spec.
> The bug does not occur on earlier JDKs.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[netbeans] branch master updated (472c46f -> f5dfe1e)

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

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


from 472c46f  Merge pull request #2835 from 
JaroslavTulach/jtulach/WarningAsError
 add f5dfe1e  [NETBEANS-5499] Felix removed in favour of Netbinox, fixes 
URLStreamHandlerFactory. add-opens added for jdk.compiler. (#2844)

No new revisions were added by this update.

Summary of changes:
 java/java.lsp.server/nbcode/nbproject/platform.properties | 1 +
 java/java.lsp.server/script/etc/nbcode.conf   | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

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

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



[netbeans] branch master updated (ed3dbc0 -> 472c46f)

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

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


from ed3dbc0  Remove items via the iterator.
 new 70bf5cb  Disallow warnings when compiling api.intent module
 new b906a98  Removing 3rd party library for JSR 305
 new f3cacd2  Using create class, field, method hints in the IDE to 
generate missing classes
 new 9180011  Expose the necessary annotations and annotate them as being 
processed by module's annotation processor
 new 4f644ae  Sigtest no longer complains about removed API elements
 new 93699b9  Let the wrapper JUnit module claim to process org.junit 
annotations
 new 3338dbc  Versioning and documenting the (hidden) exposure of 
javax.annotation packages
 new 472c46f  Merge pull request #2835 from 
JaroslavTulach/jtulach/WarningAsError

The 5205 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:
 platform/api.annotations.common/apichanges.xml | 20 ++
 platform/api.annotations.common/build.xml  | 75 --
 .../external/jsr305-3.0.2-license.txt  | 44 -
 platform/api.annotations.common/manifest.mf|  2 +-
 .../nbproject/project.properties   |  4 +-
 .../api.annotations.common/nbproject/project.xml   |  2 +
 .../src/javax/annotation/Nonnull.java  | 36 +++
 .../src/javax/annotation/meta/TypeQualifier.java   | 30 +
 .../annotation/meta/TypeQualifierNickname.java | 30 +
 .../src/javax/annotation/meta/When.java| 30 +
 .../common/proc/StaticResourceProcessor.java   | 24 ++-
 platform/api.intent/nbproject/project.properties   |  2 +-
 platform/api.intent/nbproject/project.xml  |  2 +-
 platform/libs.junit4/nbproject/project.properties  |  2 +
 .../javax.annotation.processing.Processor} |  3 +-
 .../org/netbeans/libs/junit4/NbJUnitProcessor.java | 56 
 16 files changed, 235 insertions(+), 127 deletions(-)
 delete mode 100644 
platform/api.annotations.common/external/jsr305-3.0.2-license.txt
 create mode 100644 
platform/api.annotations.common/src/javax/annotation/Nonnull.java
 create mode 100644 
platform/api.annotations.common/src/javax/annotation/meta/TypeQualifier.java
 create mode 100644 
platform/api.annotations.common/src/javax/annotation/meta/TypeQualifierNickname.java
 create mode 100644 
platform/api.annotations.common/src/javax/annotation/meta/When.java
 rename platform/{api.annotations.common/external/binaries-list => 
libs.junit4/src/META-INF/services/javax.annotation.processing.Processor} (90%)
 create mode 100644 
platform/libs.junit4/src/org/netbeans/libs/junit4/NbJUnitProcessor.java

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

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



[jira] [Resolved] (NETBEANS-5511) Error when refreshing plugin's list

2021-03-31 Thread Martin Entlicher (Jira)


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

Martin Entlicher resolved NETBEANS-5511.

Resolution: Fixed

Resolved by https://github.com/apache/netbeans/pull/2842

> Error when refreshing plugin's list
> ---
>
> Key: NETBEANS-5511
> URL: https://issues.apache.org/jira/browse/NETBEANS-5511
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Plugin Manager
>Affects Versions: 12.4
> Environment: Java 11, Adopt openjdk
>Reporter: Borwe
>Assignee: Martin Entlicher
>Priority: Major
>  Labels: master, pull-request-available
> Fix For: 12.4
>
>  Time Spent: 50m
>  Remaining Estimate: 0h
>
> When launching plugin manager, you get error, but it can be ignored, but to 
> see list of available plugins when clicking [check update] it will throw 
> similar error,but list never updates. EG: If empty on fresh install, it 
> remains empty forever.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[netbeans] branch master updated (eabc0c0 -> ed3dbc0)

2021-03-31 Thread entl
This is an automated email from the ASF dual-hosted git repository.

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


from eabc0c0  Merge pull request #2843 from 
JaroslavTulach/jtulach/MxProjectsOnJdk15
 add ed3dbc0  Remove items via the iterator.

No new revisions were added by this update.

Summary of changes:
 .../netbeans/modules/autoupdate/services/FeatureUpdateElementImpl.java | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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

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



[jira] [Commented] (NETBEANS-5525) StackOverflowError in Javascript

2021-03-31 Thread Hynek Mlnarik (Jira)


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

Hynek Mlnarik commented on NETBEANS-5525:
-

I tried JDK8 (1.8.0_282; OpenJDK 64-Bit Server VM 25.282-b08), but 
unfortunately cannot say the following exceptions I am getting there is 
directly related or not to this issue, as the steps leading to that exception 
are not exactly known:
{noformat}
java.lang.ClassNotFoundException: __redirected/__DocumentBuilderFactory
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:348)
at 
javax.xml.parsers.FactoryFinder.getProviderClass(FactoryFinder.java:124)
at javax.xml.parsers.FactoryFinder.newInstance(FactoryFinder.java:188)
Caused: javax.xml.parsers.FactoryConfigurationError: Provider 
__redirected.__DocumentBuilderFactory not found
at javax.xml.parsers.FactoryFinder.newInstance(FactoryFinder.java:200)
at javax.xml.parsers.FactoryFinder.newInstance(FactoryFinder.java:152)
at javax.xml.parsers.FactoryFinder.find(FactoryFinder.java:232)
at 
javax.xml.parsers.DocumentBuilderFactory.newInstance(DocumentBuilderFactory.java:120)
at 
org.eclipse.mylyn.internal.tasks.core.externalization.TaskListExternalizer.createDocument(TaskListExternalizer.java:186)
at 
org.eclipse.mylyn.internal.tasks.core.externalization.TaskListExternalizer.(TaskListExternalizer.java:95)
at 
org.netbeans.modules.mylyn.util.MylynSupport.(MylynSupport.java:155)
at 
org.netbeans.modules.mylyn.util.MylynSupport.getInstance(MylynSupport.java:128)
at 
org.netbeans.modules.localtasks.LocalRepository.getTaskRepository(LocalRepository.java:126)
at 
org.netbeans.modules.localtasks.LocalRepository.getUrl(LocalRepository.java:117)
at 
org.netbeans.modules.localtasks.RepositoryProviderImpl.getInfo(RepositoryProviderImpl.java:39)
at 
org.netbeans.modules.localtasks.RepositoryProviderImpl.getInfo(RepositoryProviderImpl.java:35)
at 
org.netbeans.modules.bugtracking.RepositoryImpl.getInfo(RepositoryImpl.java:199)
at 
org.netbeans.modules.bugtracking.spi.BugtrackingSupport.createRepository(BugtrackingSupport.java:94)
at 
org.netbeans.modules.localtasks.LocalRepository.(LocalRepository.java:81)
at 
org.netbeans.modules.localtasks.LocalRepository.getInstance(LocalRepository.java:72)
at 
org.netbeans.modules.localtasks.LocalTaskConnector.createRepository(LocalTaskConnector.java:46)
at 
org.netbeans.modules.localtasks.LocalTaskConnector.createRepository(LocalTaskConnector.java:41)
at 
org.netbeans.modules.bugtracking.DelegatingConnector.createRepository(DelegatingConnector.java:108)
at 
org.netbeans.modules.bugtracking.RepositoryRegistry.loadRepositories(RepositoryRegistry.java:305)
at 
org.netbeans.modules.bugtracking.RepositoryRegistry$1.run(RepositoryRegistry.java:95)
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)
[catch] at 
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
{noformat}
and
{noformat}
java.lang.ClassNotFoundException: __redirected/__SAXParserFactory
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:348)
at 
javax.xml.parsers.FactoryFinder.getProviderClass(FactoryFinder.java:124)
at javax.xml.parsers.FactoryFinder.newInstance(FactoryFinder.java:188)
Caused: javax.xml.parsers.FactoryConfigurationError: Provider 
__redirected.__SAXParserFactory not found
at javax.xml.parsers.FactoryFinder.newInstance(FactoryFinder.java:200)
at javax.xml.parsers.FactoryFinder.newInstance(FactoryFinder.java:152)
at javax.xml.parsers.FactoryFinder.find(FactoryFinder.java:232)
at 
javax.xml.parsers.SAXParserFactory.newInstance(SAXParserFactory.java:127)
at 
org.netbeans.modules.web.jspparser.FastOpenInfoParser.parse(FastOpenInfoParser.java:408)
at 
org.netbeans.modules.web.jspparser.FastOpenInfoParser.getJspOpenInfo(FastOpenInfoParser.java:103)
at 
org.netbeans.modules.web.jspparser.JspParserImpl.getJspOpenInfo(JspParserImpl.java:148)
at 
org.netbeans.modules.web.core.jsploader.TagLibParseSupport.getCachedOpenInfo(TagLibParseSupport.java:245)
at 
org.netbeans.modules.web.core.jsploader.JspDataObject.findFileEncoding(JspDataObject.java:297)
at 
org.netbeans.modules.web.core.jsploader.JspDataObject.getFileEncoding(JspDataObject.java:286)
at 
org.netbeans.modules.web.core.jsploader.JspDataObject$3.getEncoding(JspDataObject.java:171)
at 

[netbeans] branch master updated (2a0eff4 -> eabc0c0)

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

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


from 2a0eff4  Merge pull request #2846 from 
DevCharly/flatlaf-form-license-header
 new 325a95a  Use JSON parsing library rather than JavaScript engine to 
parse the suite configuration files
 new 6141413  Introduce assertSuitePys to work any provided directory
 new a6eb9e9  More robust against non-numerical versions
 new eabc0c0  Merge pull request #2843 from 
JaroslavTulach/jtulach/MxProjectsOnJdk15

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


Summary of changes:
 java/java.mx.project/nbproject/project.xml |  5 +-
 .../modules/java/mx/project/Compliance.java| 15 +++-
 .../modules/java/mx/project/suitepy/Parse.java | 65 +++
 .../modules/java/mx/project/ComplianceTest.java| 61 ++
 .../modules/java/mx/project/ParseSuitesTest.java   | 94 ++
 .../modules/java/mx/project/SdkSuiteTest.java  |  7 +-
 .../modules/java/mx/project/SuiteCheck.java| 12 ++-
 .../modules/java/mx/project/TrufleSuiteTest.java   |  8 +-
 8 files changed, 212 insertions(+), 55 deletions(-)
 create mode 100644 
java/java.mx.project/test/unit/src/org/netbeans/modules/java/mx/project/ParseSuitesTest.java

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

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



[jira] [Commented] (NETBEANS-4812) System.out.print() statements placed before Scanner calls, such as scanner::next(), do not output until after input is entered only in Netbeans console

2021-03-31 Thread Vladimir Machat (Jira)


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

Vladimir Machat commented on NETBEANS-4812:
---

Although it may be a Maven problem, the issue is still there and can be simply 
fixed by changing the exec goal that Netbeans calls to 'exec:java'. Is there a 
reason for using 'exec:exec' goal?

> System.out.print() statements placed before Scanner calls, such as 
> scanner::next(), do not output until after input is entered only in Netbeans 
> console
> ---
>
> Key: NETBEANS-4812
> URL: https://issues.apache.org/jira/browse/NETBEANS-4812
> Project: NetBeans
>  Issue Type: Bug
>  Components: debugger - Java, java - Editor, platform - Output 
> Window, projects - Maven
>Affects Versions: 12.0
> Environment: java --version
> openjdk 14.0.2 2020-07-14
> OpenJDK Runtime Environment (build 14.0.2+12-46)
> OpenJDK 64-Bit Server VM (build 14.0.2+12-46, mixed mode, sharing)
> NetBeans About Info:
> Product Version: Apache NetBeans IDE 12.0
> Java: 14.0.2; OpenJDK 64-Bit Server VM 14.0.2+12-46
> Runtime: OpenJDK Runtime Environment 14.0.2+12-46
> System: Mac OS X version 10.15.6 running on x86_64; UTF-8; en_US (nb)
> Hardware Information:
> Model Name:   MacBook Pro
>   Model Identifier:   MacBookPro15,2
>   Processor Name: Quad-Core Intel Core i7
>   Processor Speed:2.8 GHz
>   Number of Processors:   1
>   Total Number of Cores:  4
>   L2 Cache (per Core):256 KB
>   L3 Cache:   8 MB
>   Hyper-Threading Technology: Enabled
>   Memory: 16 GB
>   Boot ROM Version:   1037.147.4.0.0 (iBridge: 17.16.16610.0.0,0)
>   Serial Number (system): C02ZT04JP4G2
>   Hardware UUID:  9678EC89-6B02-50FB-84B6-CA859359FB50
>   Activation Lock Status: Enabled
> System Software Overview:
>   System Version: macOS 10.15.6 (19G2021)
>   Kernel Version: Darwin 19.6.0
>   Boot Volume:Macintosh HD
>   Boot Mode:  Normal
>   Computer Name:  --
>   User Name:  --
>   Secure Virtual Memory:  Enabled
>   System Integrity Protection:Enabled
>   Time since boot:24 days 14:53
>Reporter: Keegan Bilodeau
>Assignee: Siddhesh Rane
>Priority: Major
>  Labels: console, java, jdk14, netbeans, netbeans-ui, output
> Attachments: CSCI_2011_Assign_1.zip
>
>   Original Estimate: 336h
>  Remaining Estimate: 336h
>
> I have a program that runs perfectly fine in both the terminal and in 
> Intellij, but then when the Java code is run inside a NetBeans project, it 
> outputs incorrectly.
> (Before I continue the description, I have a video 
> [here|https://twitter.com/Keglomaniac04/status/1306704821743910913?s=20] and 
> the project itself is attached to this report)
> The following is the first code that ran into the problem:
>  
> {code:java}
> System.out.print("\nPlease enter a month and year (e.g. Sep 2020): ");
> selectedMonth = Month.valueOf(keyboard.next().toUpperCase());
> selectedYear = keyboard.nextInt();
> {code}
>  
> In Intellij and the terminal this was the output (which is correct):
> {code:java}
> Welcome to Keegan Bilodeau's Calendar Application!
> Please enter a month and year (e.g. Sep 2020): l
> Error: You did not enter a valid month!
> Please enter a month and year (e.g. Sep 2020): 
> {code}
>  
> This is the output in NetBeans (which is wrong):
> {code:java}
> Welcome to Keegan Bilodeau's Calendar Application!
> l
> Please enter a month and year (e.g. Sep 2020): Error: You did not enter a 
> valid month!
> {code}
>  
> **Something to note is that when the System.out.print() is changed to 
> System.out.println(), the code runs properly, but with a newline, which is 
> not what I wanted nor should be necessary.  One might assume that it was 
> because System.out.println() flushes the stream; however, Using 
> System.out.print() in conjunction with System.out.flush() changed nothing
>  
> For even more information regarding the issue, see the attached files.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[netbeans] branch master updated: FlatLaf: added missing license header to FlatLafOptionsPanel.form (see PR #2839)

2021-03-31 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.git


The following commit(s) were added to refs/heads/master by this push:
 new f6ec40f  FlatLaf: added missing license header to 
FlatLafOptionsPanel.form (see PR #2839)
 new 2a0eff4  Merge pull request #2846 from 
DevCharly/flatlaf-form-license-header
f6ec40f is described below

commit f6ec40f9171fe23ba4b6d6cba0067414a8eea135
Author: Karl Tauber 
AuthorDate: Wed Mar 31 10:49:34 2021 +0200

FlatLaf: added missing license header to FlatLafOptionsPanel.form (see PR 
#2839)
---
 .../swing/laf/flatlaf/FlatLafOptionsPanel.form  | 21 +
 1 file changed, 21 insertions(+)

diff --git 
a/platform/o.n.swing.laf.flatlaf/src/org/netbeans/swing/laf/flatlaf/FlatLafOptionsPanel.form
 
b/platform/o.n.swing.laf.flatlaf/src/org/netbeans/swing/laf/flatlaf/FlatLafOptionsPanel.form
index 90aeab6..2895ca0 100644
--- 
a/platform/o.n.swing.laf.flatlaf/src/org/netbeans/swing/laf/flatlaf/FlatLafOptionsPanel.form
+++ 
b/platform/o.n.swing.laf.flatlaf/src/org/netbeans/swing/laf/flatlaf/FlatLafOptionsPanel.form
@@ -1,5 +1,26 @@
 
 
+
+
 
   
 

-
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] [Commented] (NETBEANS-5525) StackOverflowError in Javascript

2021-03-31 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-5525:
-

Maybe JDK 8.

> StackOverflowError in Javascript 
> -
>
> Key: NETBEANS-5525
> URL: https://issues.apache.org/jira/browse/NETBEANS-5525
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.3
>Reporter: Hynek Mlnarik
>Priority: Major
>
> When scanning a Javascript project 
> ([https://github.com/keycloak/keycloak/tree/master/themes)] the following 
> stack overflow is reported:
> {noformat}
> java.lang.StackOverflowErrorjava.lang.StackOverflowError
> at java.base/java.util.WeakHashMap.getTable(WeakHashMap.java:350) at 
> java.base/java.util.WeakHashMap.get(WeakHashMap.java:398)
> at 
> org.openide.util.lookup.MetaInfServicesLookup.beforeLookup(MetaInfServicesLookup.java:121)
>  
> at org.openide.util.lookup.AbstractLookup.lookupItem(AbstractLookup.java:402) 
> at org.openide.util.lookup.AbstractLookup.lookup(AbstractLookup.java:396) 
> at org.openide.util.lookup.ProxyLookup.lookup(ProxyLookup.java:281) 
> at 
> org.netbeans.modules.javascript2.model.JsElementImpl.isInternalFile(JsElementImpl.java:194)
>  
> at 
> org.netbeans.modules.javascript2.model.JsElementImpl.isPlatform(JsElementImpl.java:188)
>  
> at 
> org.netbeans.modules.javascript2.model.api.IndexedElement$Flag.getFlag(IndexedElement.java:387)
>  
> at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.createDocument(JsIndexer.java:121)
>  
> at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:221)
>  
> at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>  
> at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>  
> at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>  
> at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>  
> [...clipped ...]
> at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>  
> at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>  
> at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>  {noformat}
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-5524) Error opening PHP project - prime command

2021-03-31 Thread ASF GitHub Bot (Jira)


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

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

> Error opening PHP project - prime command
> -
>
> Key: NETBEANS-5524
> URL: https://issues.apache.org/jira/browse/NETBEANS-5524
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Project
>Affects Versions: 12.4
>Reporter: Tomáš Procházka
>Assignee: Svatopluk Dedic
>Priority: Blocker
>  Labels: pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Running NetBeans from current master branch I got following error.
> Compiled after clean with -Dcluster.config=php, select Open project and then 
> select directory with PHP project and error is presented.
> java.lang.AssertionError: prime
> at 
> org.netbeans.modules.php.project.PhpActionProvider.getCommand(PhpActionProvider.java:140)
> at 
> org.netbeans.modules.php.project.PhpActionProvider.isActionEnabled(PhpActionProvider.java:135)
> at 
> org.netbeans.modules.project.ui.ProjectChooserAccessory.countPrimable(ProjectChooserAccessory.java:349)
> at 
> org.netbeans.modules.project.ui.ProjectChooserAccessory.access$100(ProjectChooserAccessory.java:66)
> at 
> org.netbeans.modules.project.ui.ProjectChooserAccessory$1$1.run(ProjectChooserAccessory.java:251)
> at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
> at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
> at java.awt.EventQueue.access$500(EventQueue.java:97)
> at java.awt.EventQueue$3.run(EventQueue.java:709)
> at java.awt.EventQueue$3.run(EventQueue.java:703)
> at java.security.AccessController.doPrivileged(Native Method)
> at 
> java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
> at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
> at 
> org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
> [catch] at 
> java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)
> at 
> java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
> at 
> java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:109)
> at java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:190)
> at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:235)
> at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:233)
> at java.security.AccessController.doPrivileged(Native Method)
> at java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:233)
> at java.awt.Dialog.show(Dialog.java:1084)
> at javax.swing.JFileChooser.showDialog(JFileChooser.java:758)
> at javax.swing.JFileChooser.showOpenDialog(JFileChooser.java:656)
> at 
> org.netbeans.modules.project.ui.actions.OpenProject.show(OpenProject.java:105)
> at 
> org.netbeans.modules.project.ui.actions.OpenProject.actionPerformed(OpenProject.java:78)
> at 
> javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022)
> at 
> javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2348)
> at 
> javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
> at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
> at javax.swing.AbstractButton.doClick(AbstractButton.java:376)
> at 
> javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:842)
> at 
> javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:886)
> at java.awt.Component.processMouseEvent(Component.java:6539)
> at javax.swing.JComponent.processMouseEvent(JComponent.java:3324)
> at java.awt.Component.processEvent(Component.java:6304)
> at java.awt.Container.processEvent(Container.java:2239)
> at java.awt.Component.dispatchEventImpl(Component.java:4889)
> at java.awt.Container.dispatchEventImpl(Container.java:2297)
> at java.awt.Component.dispatchEvent(Component.java:4711)
> at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4904)
> at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4535)
> at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4476)
> at java.awt.Container.dispatchEventImpl(Container.java:2283)
> at java.awt.Window.dispatchEventImpl(Window.java:2746)
> at java.awt.Component.dispatchEvent(Component.java:4711)
> at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:760)
> at java.awt.EventQueue.access$500(EventQueue.java:97)
> at java.awt.EventQueue$3.run(EventQueue.java:709)
> at java.awt.EventQueue$3.run(EventQueue.java:703)
> at 

[jira] [Commented] (NETBEANS-5525) StackOverflowError in Javascript

2021-03-31 Thread Hynek Mlnarik (Jira)


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

Hynek Mlnarik commented on NETBEANS-5525:
-

Apologies for not including this info. I'm attaching info from About box.

 
*Product Version:* Apache NetBeans IDE 12.3

*Java:* 11.0.10; OpenJDK 64-Bit Server VM 11.0.10+9

*Runtime:* OpenJDK Runtime Environment 11.0.10+9

*System:* Linux version 5.11.10-200.fc33.x86_64 running on amd64; UTF-8; cs_CZ 
(nb)

*User directory:* /home/hmlnarik/.netbeans/12.3

*Cache directory:* /home/hmlnarik/.cache/netbeans/12.3

 

[~geertjan] I will be happy to try some other JDK. Which one would you 
recommend?

> StackOverflowError in Javascript 
> -
>
> Key: NETBEANS-5525
> URL: https://issues.apache.org/jira/browse/NETBEANS-5525
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.3
>Reporter: Hynek Mlnarik
>Priority: Major
>
> When scanning a Javascript project 
> ([https://github.com/keycloak/keycloak/tree/master/themes)] the following 
> stack overflow is reported:
> {noformat}
> java.lang.StackOverflowErrorjava.lang.StackOverflowError
> at java.base/java.util.WeakHashMap.getTable(WeakHashMap.java:350) at 
> java.base/java.util.WeakHashMap.get(WeakHashMap.java:398)
> at 
> org.openide.util.lookup.MetaInfServicesLookup.beforeLookup(MetaInfServicesLookup.java:121)
>  
> at org.openide.util.lookup.AbstractLookup.lookupItem(AbstractLookup.java:402) 
> at org.openide.util.lookup.AbstractLookup.lookup(AbstractLookup.java:396) 
> at org.openide.util.lookup.ProxyLookup.lookup(ProxyLookup.java:281) 
> at 
> org.netbeans.modules.javascript2.model.JsElementImpl.isInternalFile(JsElementImpl.java:194)
>  
> at 
> org.netbeans.modules.javascript2.model.JsElementImpl.isPlatform(JsElementImpl.java:188)
>  
> at 
> org.netbeans.modules.javascript2.model.api.IndexedElement$Flag.getFlag(IndexedElement.java:387)
>  
> at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.createDocument(JsIndexer.java:121)
>  
> at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:221)
>  
> at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>  
> at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>  
> at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>  
> at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>  
> [...clipped ...]
> at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>  
> at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>  
> at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>  {noformat}
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-5525) StackOverflowError in Javascript

2021-03-31 Thread Hynek Mlnarik (Jira)


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

Hynek Mlnarik updated NETBEANS-5525:

Description: 
When scanning a Javascript project 
([https://github.com/keycloak/keycloak/tree/master/themes)] the following stack 
overflow is reported:
{noformat}
java.lang.StackOverflowErrorjava.lang.StackOverflowError
at java.base/java.util.WeakHashMap.getTable(WeakHashMap.java:350) at 
java.base/java.util.WeakHashMap.get(WeakHashMap.java:398)
at 
org.openide.util.lookup.MetaInfServicesLookup.beforeLookup(MetaInfServicesLookup.java:121)
 
at org.openide.util.lookup.AbstractLookup.lookupItem(AbstractLookup.java:402) 
at org.openide.util.lookup.AbstractLookup.lookup(AbstractLookup.java:396) 
at org.openide.util.lookup.ProxyLookup.lookup(ProxyLookup.java:281) 
at 
org.netbeans.modules.javascript2.model.JsElementImpl.isInternalFile(JsElementImpl.java:194)
 
at 
org.netbeans.modules.javascript2.model.JsElementImpl.isPlatform(JsElementImpl.java:188)
 
at 
org.netbeans.modules.javascript2.model.api.IndexedElement$Flag.getFlag(IndexedElement.java:387)
 
at 
org.netbeans.modules.javascript2.editor.index.JsIndexer.createDocument(JsIndexer.java:121)
 
at 
org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:221)
 
at 
org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
 
at 
org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
 
at 
org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
 
at 
org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
 
[...clipped ...]
at 
org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
 
at 
org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
 
at 
org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
 {noformat}
 

  was:
When scanning a Javascript project 
([https://github.com/keycloak/keycloak/tree/master/themes)] the following stack 
overflow is reported:
{noformat}
java.lang.StackOverflowErrorjava.lang.StackOverflowError at 
java.base/java.util.WeakHashMap.getTable(WeakHashMap.java:350) at 
java.base/java.util.WeakHashMap.get(WeakHashMap.java:398) at 
org.openide.util.lookup.MetaInfServicesLookup.beforeLookup(MetaInfServicesLookup.java:121)
 at org.openide.util.lookup.AbstractLookup.lookupItem(AbstractLookup.java:402) 
at org.openide.util.lookup.AbstractLookup.lookup(AbstractLookup.java:396) at 
org.openide.util.lookup.ProxyLookup.lookup(ProxyLookup.java:281) at 
org.netbeans.modules.javascript2.model.JsElementImpl.isInternalFile(JsElementImpl.java:194)
 at 
org.netbeans.modules.javascript2.model.JsElementImpl.isPlatform(JsElementImpl.java:188)
 at 
org.netbeans.modules.javascript2.model.api.IndexedElement$Flag.getFlag(IndexedElement.java:387)
 at 
org.netbeans.modules.javascript2.editor.index.JsIndexer.createDocument(JsIndexer.java:121)
 at 
org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:221)
 at 
org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
 at 
org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
 at 
org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
 at 
org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
 
[...clipped ...]
at 
org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
 at 
org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
 at 
org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
 {noformat}


> StackOverflowError in Javascript 
> -
>
> Key: NETBEANS-5525
> URL: https://issues.apache.org/jira/browse/NETBEANS-5525
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.3
>Reporter: Hynek Mlnarik
>Priority: Major
>
> When scanning a Javascript project 
> ([https://github.com/keycloak/keycloak/tree/master/themes)] the following 
> stack overflow is reported:
> {noformat}
> java.lang.StackOverflowErrorjava.lang.StackOverflowError
> at java.base/java.util.WeakHashMap.getTable(WeakHashMap.java:350) at 
> java.base/java.util.WeakHashMap.get(WeakHashMap.java:398)
> at 
> org.openide.util.lookup.MetaInfServicesLookup.beforeLookup(MetaInfServicesLookup.java:121)
>  
> at org.openide.util.lookup.AbstractLookup.lookupItem(AbstractLookup.java:402) 
> at org.openide.util.lookup.AbstractLookup.lookup(AbstractLookup.java:396) 
> at org.openide.util.lookup.ProxyLookup.lookup(ProxyLookup.java:281) 
> at 
> org.netbeans.modules.javascript2.model.JsElementImpl.isInternalFile(JsElementImpl.java:194)
> 

[jira] [Issue Comment Deleted] (NETBEANS-5520) Git file status not updated

2021-03-31 Thread Titum (Jira)


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

Titum updated NETBEANS-5520:

Comment: was deleted

(was: UPDATE :

At the installation of Netbeans 12.3 it asks me to install Node.js and few 
other things (python 3.9 if I remember...).

I uninstalled node.js, removed previous python 3.7 (keeping 3.9), restarted 
Windows,  and the file status are now well managed.

I really don't now what happened, perhaps something strange on my computer and 
not a Netbeans/plugin bug.)

> Git file status not updated
> ---
>
> Key: NETBEANS-5520
> URL: https://issues.apache.org/jira/browse/NETBEANS-5520
> Project: NetBeans
>  Issue Type: Bug
>  Components: versioncontrol - Git
>Affects Versions: 12.3
> Environment: WIndows 10
>Reporter: Titum
>Priority: Minor
>
> I removed 12.2 and installed 12.3, since then the colors and icons for files 
> and folders on Projects window are not updated.
> I use Gitkraken to manage my github project for years and until 12.3 the 
> update of the status was good.
> Files are always blue as if they were modified



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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] [Commented] (NETBEANS-5520) Git file status not updated

2021-03-31 Thread Titum (Jira)


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

Titum commented on NETBEANS-5520:
-

UPDATE :

At the installation of Netbeans 12.3 it asks me to install Node.js and few 
other things (python 3.9 if I remember...).

I uninstalled node.js, removed previous python 3.7 (keeping 3.9), restarted 
Windows,  and the file status are now well managed.

I really don't now what happened, perhaps something strange on my computer and 
not a Netbeans/plugin bug.

> Git file status not updated
> ---
>
> Key: NETBEANS-5520
> URL: https://issues.apache.org/jira/browse/NETBEANS-5520
> Project: NetBeans
>  Issue Type: Bug
>  Components: versioncontrol - Git
>Affects Versions: 12.3
> Environment: WIndows 10
>Reporter: Titum
>Priority: Minor
>
> I removed 12.2 and installed 12.3, since then the colors and icons for files 
> and folders on Projects window are not updated.
> I use Gitkraken to manage my github project for years and until 12.3 the 
> update of the status was good.
> Files are always blue as if they were modified



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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] [Commented] (NETBEANS-5525) StackOverflowError in Javascript

2021-03-31 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-5525:
-

Which JDK? Which operating system?

Same problem with a different version of the same JDK?

> StackOverflowError in Javascript 
> -
>
> Key: NETBEANS-5525
> URL: https://issues.apache.org/jira/browse/NETBEANS-5525
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.3
>Reporter: Hynek Mlnarik
>Priority: Major
>
> When scanning a Javascript project 
> ([https://github.com/keycloak/keycloak/tree/master/themes)] the following 
> stack overflow is reported:
> {noformat}
> java.lang.StackOverflowErrorjava.lang.StackOverflowError at 
> java.base/java.util.WeakHashMap.getTable(WeakHashMap.java:350) at 
> java.base/java.util.WeakHashMap.get(WeakHashMap.java:398) at 
> org.openide.util.lookup.MetaInfServicesLookup.beforeLookup(MetaInfServicesLookup.java:121)
>  at 
> org.openide.util.lookup.AbstractLookup.lookupItem(AbstractLookup.java:402) at 
> org.openide.util.lookup.AbstractLookup.lookup(AbstractLookup.java:396) at 
> org.openide.util.lookup.ProxyLookup.lookup(ProxyLookup.java:281) at 
> org.netbeans.modules.javascript2.model.JsElementImpl.isInternalFile(JsElementImpl.java:194)
>  at 
> org.netbeans.modules.javascript2.model.JsElementImpl.isPlatform(JsElementImpl.java:188)
>  at 
> org.netbeans.modules.javascript2.model.api.IndexedElement$Flag.getFlag(IndexedElement.java:387)
>  at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.createDocument(JsIndexer.java:121)
>  at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:221)
>  at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>  at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>  at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>  at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>  
> [...clipped ...]
> at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>  at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>  at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>  {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-5525) StackOverflowError in Javascript

2021-03-31 Thread Hynek Mlnarik (Jira)
Hynek Mlnarik created NETBEANS-5525:
---

 Summary: StackOverflowError in Javascript 
 Key: NETBEANS-5525
 URL: https://issues.apache.org/jira/browse/NETBEANS-5525
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 12.3
Reporter: Hynek Mlnarik


When scanning a Javascript project 
([https://github.com/keycloak/keycloak/tree/master/themes)] the following stack 
overflow is reported:
{noformat}
java.lang.StackOverflowErrorjava.lang.StackOverflowError at 
java.base/java.util.WeakHashMap.getTable(WeakHashMap.java:350) at 
java.base/java.util.WeakHashMap.get(WeakHashMap.java:398) at 
org.openide.util.lookup.MetaInfServicesLookup.beforeLookup(MetaInfServicesLookup.java:121)
 at org.openide.util.lookup.AbstractLookup.lookupItem(AbstractLookup.java:402) 
at org.openide.util.lookup.AbstractLookup.lookup(AbstractLookup.java:396) at 
org.openide.util.lookup.ProxyLookup.lookup(ProxyLookup.java:281) at 
org.netbeans.modules.javascript2.model.JsElementImpl.isInternalFile(JsElementImpl.java:194)
 at 
org.netbeans.modules.javascript2.model.JsElementImpl.isPlatform(JsElementImpl.java:188)
 at 
org.netbeans.modules.javascript2.model.api.IndexedElement$Flag.getFlag(IndexedElement.java:387)
 at 
org.netbeans.modules.javascript2.editor.index.JsIndexer.createDocument(JsIndexer.java:121)
 at 
org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:221)
 at 
org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
 at 
org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
 at 
org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
 at 
org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
 
[...clipped ...]
at 
org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
 at 
org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
 at 
org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
 {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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] [Resolved] (NETBEANS-3104) Extend ArchetypeWizards.definedArchetype to include optional nbactions

2021-03-31 Thread Jaroslav Tulach (Jira)


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

Jaroslav Tulach resolved NETBEANS-3104.
---
Fix Version/s: 12.2
   Resolution: Fixed

PR [https://github.com/openjfx/javafx-maven-archetypes/pull/8] is integrated. 
All good?

> Extend ArchetypeWizards.definedArchetype to include optional nbactions
> --
>
> Key: NETBEANS-3104
> URL: https://issues.apache.org/jira/browse/NETBEANS-3104
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Geertjan Wielenga
>Assignee: Jaroslav Tulach
>Priority: Major
> Fix For: 12.2
>
>
> http://bits.netbeans.org/dev/javadoc/org-netbeans-api-maven/org/netbeans/api/maven/archetype/ArchetypeWizards.html



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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] [Resolved] (NETBEANS-3101) Can't launch (and connect) NetBeans from node

2021-03-31 Thread Jaroslav Tulach (Jira)


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

Jaroslav Tulach resolved NETBEANS-3101.
---
Fix Version/s: 12.2
   Resolution: Fixed

> Can't launch (and connect) NetBeans from node
> -
>
> Key: NETBEANS-3101
> URL: https://issues.apache.org/jira/browse/NETBEANS-3101
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - LaunchersCLI
>Reporter: Jaroslav Tulach
>Assignee: Jaroslav Tulach
>Priority: Minor
> Fix For: 12.2
>
>
>  
> I am trying to connect to a *NetBeans* based application from _Visual Studio_ 
> - aka _Electron_ - aka *node*. Somehow the *node* mangles network setup and 
> the InetAddress.getHostAddress() isn't the same. To reproduce create 
> following structure of files:
> {code:java}
> $ ls -l | cut -c50-
> dump.hprof
> nb.js
> nb.sh
> netbeans -> /home/devel/bin/netbeans/bin/netbeans
> $ cat nb.sh 
> ./netbeans 'dump.hprof'
> $ cat nb.js 
> var exec = require("child_process").execFile;
> let path = './netbeans';let vvm = exec(path, [ 'dump.hprof' ]){code}
> Then start *./netbeans* on background and wait for the GUI to launch. Then do 
> following from command line:
> {code:java}
> ./jvm.sh
> {code}
> The dump.hprof file opens in the the GUI. Close it and try the same via 
> *node.js*:
> {code:java}
> node ./jvm.js
> {code}
> The heap dump isn't shown (on my computer), rather a warning dialog appears. 
> Result of node and shell script disagreeing on what is local host address. 
> One is using IPv6 and one IPv4.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[netbeans] branch master updated (724720c -> 9175df3)

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

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


from 724720c  Merge pull request #2838 from sdedic/ergonomics/fix-build
 new 73c4756  [NETBEANS-5482] Support for ExplicitProcessParameters in 
gradle/java projects
 new 95a7996  Closed ProjectActions for extension. Fixed test.
 new 9175df3  Merge pull request #2828 from 
sdedic/gradle/explicitParameters2

The 5190 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:
 extide/gradle/apichanges.xml   |  12 +
 extide/gradle/arch.xml |   6 +
 .../gradle/tooling/NetBeansRunSinglePlugin.groovy  |  13 +-
 java/gradle.java/.gitignore|   2 +
 java/gradle.java/apichanges.xml|  18 +-
 java/gradle.java/arch.xml  |  12 +
 java/gradle.java/manifest.mf   |   2 +-
 java/gradle.java/nbproject/project.properties  |   2 +
 java/gradle.java/nbproject/project.xml |  11 +-
 .../modules/gradle/java/action-mapping.xml |   8 +-
 .../modules/gradle/java/api/ProjectActions.java|  55 +
 .../gradle/java/execute/JavaExecTokenProvider.java | 183 +++
 .../test/unit/data/javasimple/build.gradle |   8 +
 .../data/javasimple/src/main/java/test/App.java|  19 ++
 .../test/unit/data/nonjava/build.gradle|   0
 .../gradle/api/GradleBaseProjectTrampoline.java|  32 +++
 .../java/execute/JavaExecTokenProviderTest.java| 246 +
 .../gradle/java/execute/example-action-mapping.xml |  34 +++
 18 files changed, 655 insertions(+), 8 deletions(-)
 create mode 100644 java/gradle.java/.gitignore
 create mode 100644 
java/gradle.java/src/org/netbeans/modules/gradle/java/api/ProjectActions.java
 create mode 100644 
java/gradle.java/src/org/netbeans/modules/gradle/java/execute/JavaExecTokenProvider.java
 create mode 100644 java/gradle.java/test/unit/data/javasimple/build.gradle
 create mode 100644 
java/gradle.java/test/unit/data/javasimple/src/main/java/test/App.java
 copy 
php/php.smarty/src/org/netbeans/modules/php/smarty/resources/TplTemplate.tpl => 
java/gradle.java/test/unit/data/nonjava/build.gradle (100%)
 create mode 100644 
java/gradle.java/test/unit/src/org/netbeans/modules/gradle/api/GradleBaseProjectTrampoline.java
 create mode 100644 
java/gradle.java/test/unit/src/org/netbeans/modules/gradle/java/execute/JavaExecTokenProviderTest.java
 create mode 100644 
java/gradle.java/test/unit/src/org/netbeans/modules/gradle/java/execute/example-action-mapping.xml

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

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



[netbeans] branch master updated: Fixing build for older ant versions.

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

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


The following commit(s) were added to refs/heads/master by this push:
 new 4c50d87  Fixing build for older ant versions.
 new 724720c  Merge pull request #2838 from sdedic/ergonomics/fix-build
4c50d87 is described below

commit 4c50d87339fe9e3461a476a72b9d74ef407c8ff8
Author: Svata Dedic 
AuthorDate: Mon Mar 29 11:50:27 2021 +0200

Fixing build for older ant versions.
---
 .../src-ant/org/netbeans/modules/ide/ergonomics/ant/ExtractLayer.java   | 2 --
 1 file changed, 2 deletions(-)

diff --git 
a/ergonomics/ide.ergonomics/src-ant/org/netbeans/modules/ide/ergonomics/ant/ExtractLayer.java
 
b/ergonomics/ide.ergonomics/src-ant/org/netbeans/modules/ide/ergonomics/ant/ExtractLayer.java
index a63ac7e..6eadbf1 100644
--- 
a/ergonomics/ide.ergonomics/src-ant/org/netbeans/modules/ide/ergonomics/ant/ExtractLayer.java
+++ 
b/ergonomics/ide.ergonomics/src-ant/org/netbeans/modules/ide/ergonomics/ant/ExtractLayer.java
@@ -543,12 +543,10 @@ implements FileNameMapper, URIResolver, EntityResolver {
 return delegate.size();
 }
 
-@Override
 public Stream stream() {
 return delegate.stream();
 }
 
-@Override
 public boolean isEmpty() {
 return delegate.isEmpty();
 }

-
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