[jira] [Created] (NETBEANS-5378) NB 12 - Error on entity classes generation

2021-02-19 Thread Marco Biasin (Jira)
Marco Biasin created NETBEANS-5378:
--

 Summary: NB 12 - Error on entity classes generation
 Key: NETBEANS-5378
 URL: https://issues.apache.org/jira/browse/NETBEANS-5378
 Project: NetBeans
  Issue Type: Bug
  Components: db - MySQL
Affects Versions: 12.2
Reporter: Marco Biasin
 Attachments: DatabaseCreation.sql, NetbeansError.txt

Trying to generate a list of entities class from a MySQL database, in presence 
of tables with foreign keys configured, the resulted class-file is empty, and 
Netbean returns a null pointer exception (see attachments).

The error happens only with "Inlcude related tables" option selected.

On error, the final output class is:

public class Store {
    
}

With "Include related tables" deselect, the file is well-generated.

MySQL version 8.

 



--
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-3985) NB installer cannot be launched in JDK-14

2021-02-19 Thread Eric Bresie (Jira)


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

Eric Bresie commented on NETBEANS-3985:
---

Is this related to "NETBEANS-2842 Using of deprecated pack200 tool in nbm 
packaging"?

> NB installer cannot be launched in JDK-14
> -
>
> Key: NETBEANS-3985
> URL: https://issues.apache.org/jira/browse/NETBEANS-3985
> Project: NetBeans
>  Issue Type: Task
>Affects Versions: 11.3
>Reporter: Arunava Sinha
>Assignee: Arvind
>Priority: Major
>
> NB Installer won't run under JDK 14. Installer uses JDK Pack200 Tools and API 
> for packing and unpacking which is getting removed in JDk-14. 
>  
> Please refer below JEP 
>  
> JEP 367: Remove the Pack200 Tools and API([https://openjdk.java.net/jeps/367])



--
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-5349) Update Netbeans Codebase to Account for deprecated/removed API in Java 11/15

2021-02-19 Thread Eric Bresie (Jira)


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

Eric Bresie commented on NETBEANS-5349:
---

NETBEANS-2842 Using of deprecated pack200 tool in nbm packaging

> Update Netbeans Codebase to Account for deprecated/removed API in Java 11/15
> 
>
> Key: NETBEANS-5349
> URL: https://issues.apache.org/jira/browse/NETBEANS-5349
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.2
> Environment: As this is Java emphasis this should impact each OS 
> environment and involve the applicable Java involved (i.e. as of a given Java 
> version, the API may no longer be available and require replacements to newer 
> APIs)
>Reporter: Eric Bresie
>Priority: Major
> Attachments: Java-Deprecated-RemovedApis(11-15).csv
>
>
> In more recent Java releases, efforts have been made to deprecate and remove 
> unused or out of data APIs.  This ticket is a parent ticket to address future 
> updates to applicable projects where the NetBeans codebase utilized these 
> deprecated and/or removed interfaces. 
> This ticket has emphasis on Java 11 depreciations but similar type of work 
> could be done on newer java releases going forward (i.e. each LTS release)
> For items related as of Java 11 see 
> [https://docs.oracle.com/en/java/javase/11/docs/api/deprecated-list.html]
> As part of this work, it will requiring analysis of each project code base 
> and identify where depreciated or removed API are in used,  For each of the 
> given occurrences the 
> When changes are implemented, this will impact the build source (and possible 
> target) dependencies (i.e. changes will be needed anyplace where 
> javac.source, javac.target) may be impacted.  These would have to be updated 
> to be version relative to the applicable version.
> For items related as of Java 15 See
> [https://docs.oracle.com/en/java/javase/15/docs/api/deprecated-list.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] [Commented] (NETBEANS-5349) Update Netbeans Codebase to Account for deprecated/removed API in Java 11/15

2021-02-19 Thread Eric Bresie (Jira)


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

Eric Bresie commented on NETBEANS-5349:
---

Pack200 is removed so may need to be considered as well. 
 There was a related ticket with "workaround" to "NETBEANS-4093 Absence of 
Pack200 in JDK 14 should not cause failure of NetBean installer"

> Update Netbeans Codebase to Account for deprecated/removed API in Java 11/15
> 
>
> Key: NETBEANS-5349
> URL: https://issues.apache.org/jira/browse/NETBEANS-5349
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.2
> Environment: As this is Java emphasis this should impact each OS 
> environment and involve the applicable Java involved (i.e. as of a given Java 
> version, the API may no longer be available and require replacements to newer 
> APIs)
>Reporter: Eric Bresie
>Priority: Major
> Attachments: Java-Deprecated-RemovedApis(11-15).csv
>
>
> In more recent Java releases, efforts have been made to deprecate and remove 
> unused or out of data APIs.  This ticket is a parent ticket to address future 
> updates to applicable projects where the NetBeans codebase utilized these 
> deprecated and/or removed interfaces. 
> This ticket has emphasis on Java 11 depreciations but similar type of work 
> could be done on newer java releases going forward (i.e. each LTS release)
> For items related as of Java 11 see 
> [https://docs.oracle.com/en/java/javase/11/docs/api/deprecated-list.html]
> As part of this work, it will requiring analysis of each project code base 
> and identify where depreciated or removed API are in used,  For each of the 
> given occurrences the 
> When changes are implemented, this will impact the build source (and possible 
> target) dependencies (i.e. changes will be needed anyplace where 
> javac.source, javac.target) may be impacted.  These would have to be updated 
> to be version relative to the applicable version.
> For items related as of Java 15 See
> [https://docs.oracle.com/en/java/javase/15/docs/api/deprecated-list.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] [Updated] (NETBEANS-5377) Update Usage of com.sun.javadoc API to Newer API for Java 11/15

2021-02-19 Thread Eric Bresie (Jira)


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

Eric Bresie updated NETBEANS-5377:
--
Description: 
The intent is address changes com.sun.javadoc where APIs are depreciated and 
being removed in future JDK versions. 

See details and alternatives APIs here
- 
https://docs.oracle.com/en/java/javase/11/docs/api/jdk.javadoc/com/sun/javadoc/package-summary.html
- https://docs.oracle.com/en/java/javase/11/docs/api/deprecated-list.html

  was:
The intent is address changes com.sun.javadoc where APIs are depreciated and 
being removed in future JDK versions. 

See alternative APIs here
https://docs.oracle.com/en/java/javase/11/docs/api/jdk.javadoc/com/sun/javadoc/package-summary.html


> Update Usage of com.sun.javadoc API to Newer API for Java 11/15
> ---
>
> Key: NETBEANS-5377
> URL: https://issues.apache.org/jira/browse/NETBEANS-5377
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.2
>Reporter: Eric Bresie
>Priority: Major
>
> The intent is address changes com.sun.javadoc where APIs are depreciated and 
> being removed in future JDK versions. 
> See details and alternatives APIs here
> - 
> https://docs.oracle.com/en/java/javase/11/docs/api/jdk.javadoc/com/sun/javadoc/package-summary.html
> - https://docs.oracle.com/en/java/javase/11/docs/api/deprecated-list.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] [Updated] (NETBEANS-5377) Update Usage of com.sun.javadoc API to Newer API for Java 11/15

2021-02-19 Thread Eric Bresie (Jira)


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

Eric Bresie updated NETBEANS-5377:
--
Summary: Update Usage of com.sun.javadoc API to Newer API for Java 11/15  
(was: Update Usage of com.sun.javadoc API to Newer API )

> Update Usage of com.sun.javadoc API to Newer API for Java 11/15
> ---
>
> Key: NETBEANS-5377
> URL: https://issues.apache.org/jira/browse/NETBEANS-5377
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.2
>Reporter: Eric Bresie
>Priority: Major
>
> The intent is address changes com.sun.javadoc where APIs are depreciated and 
> being removed in future JDK versions. 
> See alternative APIs here
> https://docs.oracle.com/en/java/javase/11/docs/api/jdk.javadoc/com/sun/javadoc/package-summary.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] [Updated] (NETBEANS-5377) Update Usage of com.sun.javadoc API to Newer API

2021-02-19 Thread Eric Bresie (Jira)


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

Eric Bresie updated NETBEANS-5377:
--
Description: 
The intent is address changes com.sun.javadoc where APIs are depreciated and 
being removed in future JDK versions. 

See alternative APIs here
https://docs.oracle.com/en/java/javase/11/docs/api/jdk.javadoc/com/sun/javadoc/package-summary.html

  was:
The intent is address changes Java.Security where APIs are depreciated and 
being removed in future JDK versions. 

See alternative APIs here
https://docs.oracle.com/en/java/javase/11/docs/api/jdk.javadoc/com/sun/javadoc/package-summary.html


> Update Usage of com.sun.javadoc API to Newer API 
> -
>
> Key: NETBEANS-5377
> URL: https://issues.apache.org/jira/browse/NETBEANS-5377
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.2
>Reporter: Eric Bresie
>Priority: Major
>
> The intent is address changes com.sun.javadoc where APIs are depreciated and 
> being removed in future JDK versions. 
> See alternative APIs here
> https://docs.oracle.com/en/java/javase/11/docs/api/jdk.javadoc/com/sun/javadoc/package-summary.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] [Updated] (NETBEANS-5377) Update Usage of com.sun.javadoc API to Newer API

2021-02-19 Thread Eric Bresie (Jira)


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

Eric Bresie updated NETBEANS-5377:
--
Description: 
The intent is address changes Java.Security where APIs are depreciated and 
being removed in future JDK versions. 

See alternative APIs here
https://docs.oracle.com/en/java/javase/11/docs/api/jdk.javadoc/com/sun/javadoc/package-summary.html

  was:
The intent is address changes Java.Security where APIs are depreciated and 
being removed in future JDK versions. 

For example code which imports java.security.acl.* may need to be adjusted to 
utilize a new "Policy" API.  See 
https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/security/acl/package-summary.html
  which indicates "The java.security package contains suitable replacements. 
See Policy and related classes for details. This package is subject to removal 
in a future version of Java SE."

JAVASE.jsh JAVASE.jsh import java.security.acl.*;  [position 43:1]
SolarisPrivilegesSupport.java import java.security.acl.NotOwnerException;  
[position 21:1]
RequestPrivilegesAction.java import java.security.acl.NotOwnerException;  
[position 21:1]
RequestPrivilegesTask.java import java.security.acl.NotOwnerException;  
[position 22:1]
SPSCommonImpl.java import java.security.acl.NotOwnerException;  [position 
21:1]
SPSLocalImpl.java import java.security.acl.NotOwnerException;  [position 
25:1]
SPSRemoteImpl.java import java.security.acl.NotOwnerException;  [position 
30:1]
SolarisPrivilegesSupportTest.java import java.security.acl.NotOwnerException;   
   


> Update Usage of com.sun.javadoc API to Newer API 
> -
>
> Key: NETBEANS-5377
> URL: https://issues.apache.org/jira/browse/NETBEANS-5377
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.2
>Reporter: Eric Bresie
>Priority: Major
>
> The intent is address changes Java.Security where APIs are depreciated and 
> being removed in future JDK versions. 
> See alternative APIs here
> https://docs.oracle.com/en/java/javase/11/docs/api/jdk.javadoc/com/sun/javadoc/package-summary.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] [Created] (NETBEANS-5377) Update Usage of com.sun.javadoc API to Newer API

2021-02-19 Thread Eric Bresie (Jira)
Eric Bresie created NETBEANS-5377:
-

 Summary: Update Usage of com.sun.javadoc API to Newer API 
 Key: NETBEANS-5377
 URL: https://issues.apache.org/jira/browse/NETBEANS-5377
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 12.2
Reporter: Eric Bresie


The intent is address changes Java.Security where APIs are depreciated and 
being removed in future JDK versions. 

For example code which imports java.security.acl.* may need to be adjusted to 
utilize a new "Policy" API.  See 
https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/security/acl/package-summary.html
  which indicates "The java.security package contains suitable replacements. 
See Policy and related classes for details. This package is subject to removal 
in a future version of Java SE."

JAVASE.jsh JAVASE.jsh import java.security.acl.*;  [position 43:1]
SolarisPrivilegesSupport.java import java.security.acl.NotOwnerException;  
[position 21:1]
RequestPrivilegesAction.java import java.security.acl.NotOwnerException;  
[position 21:1]
RequestPrivilegesTask.java import java.security.acl.NotOwnerException;  
[position 22:1]
SPSCommonImpl.java import java.security.acl.NotOwnerException;  [position 
21:1]
SPSLocalImpl.java import java.security.acl.NotOwnerException;  [position 
25:1]
SPSRemoteImpl.java import java.security.acl.NotOwnerException;  [position 
30:1]
SolarisPrivilegesSupportTest.java import java.security.acl.NotOwnerException;   
   



--
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-5376) Update Usage of Java.Security API to Newer Policy API

2021-02-19 Thread Eric Bresie (Jira)


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

Eric Bresie commented on NETBEANS-5376:
---

Need to search for other references to sun.security.

> Update Usage of Java.Security API to Newer Policy API 
> --
>
> Key: NETBEANS-5376
> URL: https://issues.apache.org/jira/browse/NETBEANS-5376
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.2
>Reporter: Eric Bresie
>Priority: Major
>
> The intent is address changes Java.Security where APIs are depreciated and 
> being removed in future JDK versions. 
> For example code which imports java.security.acl.* may need to be adjusted to 
> utilize a new "Policy" API.  See 
> https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/security/acl/package-summary.html
>   which indicates "The java.security package contains suitable replacements. 
> See Policy and related classes for details. This package is subject to 
> removal in a future version of Java SE."
> JAVASE.jsh JAVASE.jsh import java.security.acl.*;  [position 43:1]
> SolarisPrivilegesSupport.java import java.security.acl.NotOwnerException; 
>  [position 21:1]
> RequestPrivilegesAction.java import java.security.acl.NotOwnerException;  
> [position 21:1]
> RequestPrivilegesTask.java import java.security.acl.NotOwnerException;  
> [position 22:1]
> SPSCommonImpl.java import java.security.acl.NotOwnerException;  [position 
> 21:1]
> SPSLocalImpl.java import java.security.acl.NotOwnerException;  [position 
> 25:1]
> SPSRemoteImpl.java import java.security.acl.NotOwnerException;  [position 
> 30:1]
> SolarisPrivilegesSupportTest.java import java.security.acl.NotOwnerException; 
>  



--
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-5376) Update Usage of Java.Security API to Newer Policy API

2021-02-19 Thread Eric Bresie (Jira)


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

Eric Bresie commented on NETBEANS-5376:
---

Searching through codebase, the list NotOwnerException references seem to be 
related to the dlight packages.  Not sure if this impacts beyond that.

> Update Usage of Java.Security API to Newer Policy API 
> --
>
> Key: NETBEANS-5376
> URL: https://issues.apache.org/jira/browse/NETBEANS-5376
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.2
>Reporter: Eric Bresie
>Priority: Major
>
> The intent is address changes Java.Security where APIs are depreciated and 
> being removed in future JDK versions. 
> For example code which imports java.security.acl.* may need to be adjusted to 
> utilize a new "Policy" API.  See 
> https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/security/acl/package-summary.html
>   which indicates "The java.security package contains suitable replacements. 
> See Policy and related classes for details. This package is subject to 
> removal in a future version of Java SE."
> JAVASE.jsh JAVASE.jsh import java.security.acl.*;  [position 43:1]
> SolarisPrivilegesSupport.java import java.security.acl.NotOwnerException; 
>  [position 21:1]
> RequestPrivilegesAction.java import java.security.acl.NotOwnerException;  
> [position 21:1]
> RequestPrivilegesTask.java import java.security.acl.NotOwnerException;  
> [position 22:1]
> SPSCommonImpl.java import java.security.acl.NotOwnerException;  [position 
> 21:1]
> SPSLocalImpl.java import java.security.acl.NotOwnerException;  [position 
> 25:1]
> SPSRemoteImpl.java import java.security.acl.NotOwnerException;  [position 
> 30:1]
> SolarisPrivilegesSupportTest.java import java.security.acl.NotOwnerException; 
>  



--
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-5376) Update Usage of Java.Security API to Newer Policy API

2021-02-19 Thread Eric Bresie (Jira)


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

Eric Bresie commented on NETBEANS-5376:
---

See following regarding security removals (in addition to others) 
https://docs.oracle.com/en/java/javase/11/migrate/index.html#JSMIG-GUID-FAD4E80D-64BA-42AC-A682-38D06EE61AC6

Also see https://docs.oracle.com/en/java/javase/11/docs/api/deprecated-list.html


> Update Usage of Java.Security API to Newer Policy API 
> --
>
> Key: NETBEANS-5376
> URL: https://issues.apache.org/jira/browse/NETBEANS-5376
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.2
>Reporter: Eric Bresie
>Priority: Major
>
> The intent is address changes Java.Security where APIs are depreciated and 
> being removed in future JDK versions. 
> For example code which imports java.security.acl.* may need to be adjusted to 
> utilize a new "Policy" API.  See 
> https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/security/acl/package-summary.html
>   which indicates "The java.security package contains suitable replacements. 
> See Policy and related classes for details. This package is subject to 
> removal in a future version of Java SE."
> JAVASE.jsh JAVASE.jsh import java.security.acl.*;  [position 43:1]
> SolarisPrivilegesSupport.java import java.security.acl.NotOwnerException; 
>  [position 21:1]
> RequestPrivilegesAction.java import java.security.acl.NotOwnerException;  
> [position 21:1]
> RequestPrivilegesTask.java import java.security.acl.NotOwnerException;  
> [position 22:1]
> SPSCommonImpl.java import java.security.acl.NotOwnerException;  [position 
> 21:1]
> SPSLocalImpl.java import java.security.acl.NotOwnerException;  [position 
> 25:1]
> SPSRemoteImpl.java import java.security.acl.NotOwnerException;  [position 
> 30:1]
> SolarisPrivilegesSupportTest.java import java.security.acl.NotOwnerException; 
>  



--
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-5349) Update Netbeans Codebase to Account for deprecated/removed API in Java 11/15

2021-02-19 Thread Eric Bresie (Jira)


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

Eric Bresie commented on NETBEANS-5349:
---

The following lists removals in Java 11
https://www.oracle.com/java/technologies/javase/jdk-11-relnote.html#JDK-8185077

> Update Netbeans Codebase to Account for deprecated/removed API in Java 11/15
> 
>
> Key: NETBEANS-5349
> URL: https://issues.apache.org/jira/browse/NETBEANS-5349
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.2
> Environment: As this is Java emphasis this should impact each OS 
> environment and involve the applicable Java involved (i.e. as of a given Java 
> version, the API may no longer be available and require replacements to newer 
> APIs)
>Reporter: Eric Bresie
>Priority: Major
> Attachments: Java-Deprecated-RemovedApis(11-15).csv
>
>
> In more recent Java releases, efforts have been made to deprecate and remove 
> unused or out of data APIs.  This ticket is a parent ticket to address future 
> updates to applicable projects where the NetBeans codebase utilized these 
> deprecated and/or removed interfaces. 
> This ticket has emphasis on Java 11 depreciations but similar type of work 
> could be done on newer java releases going forward (i.e. each LTS release)
> For items related as of Java 11 see 
> [https://docs.oracle.com/en/java/javase/11/docs/api/deprecated-list.html]
> As part of this work, it will requiring analysis of each project code base 
> and identify where depreciated or removed API are in used,  For each of the 
> given occurrences the 
> When changes are implemented, this will impact the build source (and possible 
> target) dependencies (i.e. changes will be needed anyplace where 
> javac.source, javac.target) may be impacted.  These would have to be updated 
> to be version relative to the applicable version.
> For items related as of Java 15 See
> [https://docs.oracle.com/en/java/javase/15/docs/api/deprecated-list.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] [Commented] (NETBEANS-3161) "Copy Dependent Libraries" doesn't work in NB11.x+ with Oracle JDK 11

2021-02-19 Thread Eric Bresie (Jira)


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

Eric Bresie commented on NETBEANS-3161:
---

Could this be an "ant" issue (i.e. ant in use is not aligned with JDK 11 
version)?  Maybe newer ant is needed?  Current readme.md indicates "Ant 1.9.9 
or above".  [~theosib] Can you confirm if this is still a problem?

> "Copy Dependent Libraries" doesn't work in NB11.x+ with Oracle JDK 11
> -
>
> Key: NETBEANS-3161
> URL: https://issues.apache.org/jira/browse/NETBEANS-3161
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0, 11.1
> Environment: macOS 10.14.6 (18G95), Oracle JDK 11
>Reporter: Timothy Miller
>Priority: Major
> Attachments: NBTests.tgz
>
>
> In earlier versions of Netbeans, building an Ant project would automatically 
> cause jar dependencies to be copied into a "lib" directory under "dist".  In 
> 11.1, I found that this no longer worked.  I determined that this must be 
> some kind of incompatibility between NB11 and JDK11 that only manifests 
> during *project creation time*.
> I tested this with the following scenarios:
>  * NBTest1 – NB8.2 with JDK8
>  * NBTest2 – NB11 with JDK8
>  * NBTest3 – NB11 with JDK11
> Testing steps:
>  # Create empty project (Java with Ant > Java Application)
>  # Right click Libraries and add a dependency (I added a jar)
>  # Put something trivial in main, like System.out.println
>  # Click Clean & Build.
>  # Start a terminal and go to the dist directory. 
> Projects created in and run in NBTest1 and NBTest2 work just fine.  In both 
> cases, the dependency is copied into the dist directory.  A project created 
> in NBTest3 does not work correctly.  The first really weird part is that a 
> project created in NBTest1 or NBTest2 ALSO works just fine under NBTest3's 
> scenario.  So the failure occurs only for projects created in NBTest3.
> Then I diff'd all the XML and project files to see what's different between 
> NBTest2 and NBTest3.  The only thing I found different was in 
> project.properties.  In the one that works, I have:
> javac.source=1.8
>  javac.target=1.8
> In the broken one, I have:
> javac.source=11
>  javac.target=11
> I edited the project.properties for the broken one to make these set to 1.8, 
> and then the build worked!  
> Why should the compiler target and source affect copying of the libraries to 
> the dist directory?  Isn't that an Ant thing, not a Java thing?



--
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-1866) Netbean XML Compilation Issues JDK 11

2021-02-19 Thread Eric Bresie (Jira)


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

Eric Bresie commented on NETBEANS-1866:
---

May be related to issues as present in NETBEANS-4342 netbeans 11.3 dependency 
on java.xml.bind under java 11

> Netbean XML Compilation Issues JDK 11
> -
>
> Key: NETBEANS-1866
> URL: https://issues.apache.org/jira/browse/NETBEANS-1866
> Project: NetBeans
>  Issue Type: Bug
> Environment: OS: Windows 10, java 11.0.1 2018
> Java:  java --version
> java 11.0.1 2018-10-16 LTS
> Java(TM) SE Runtime Environment 18.9 (build 11.0.1+13-LTS)
> Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.1+13-LTS, mixed mode)
> Ant: 
> C:\Windows\SysWOW64>ant -v
> Apache Ant(TM) version 1.10.5 compiled on July 10 2018
> Git:
> C:\Windows\SysWOW64>git --version
> git version 2.18.0.windows.1
>Reporter: Eric Bresie
>Priority: Major
>  Labels: build
>
> cloned from github as of 1/6/2019 11:20 CST
> Running build with:
> ant -Dcluster.config=full
> Received the following error: 
> [pcompile] Generating 10 resource files to 
> C:\git\netbeans\incubator-netbeans\nbbuild\build\langtools\build\gensrc\jdk.jdeps
> [pathconvert] Warning: Nashorn engine is planned to be removed from a future 
> JDK release
> [pathconvert] Warning: Nashorn engine is planned to be removed from a future 
> JDK release
> [pathconvert] Warning: Nashorn engine is planned to be removed from a future 
> JDK release
> [pathconvert] Warning: Nashorn engine is planned to be removed from a future 
> JDK release
> [pathconvert] Warning: Nashorn engine is planned to be removed from a future 
> JDK release
> [pathconvert] Warning: Nashorn engine is planned to be removed from a future 
> JDK release
> [pathconvert] Warning: Nashorn engine is planned to be removed from a future 
> JDK release
> [pathconvert] Warning: Nashorn engine is planned to be removed from a future 
> JDK release
> [pathconvert] Warning: Nashorn engine is planned to be removed from a future 
> JDK release
> [pathconvert] Warning: Nashorn engine is planned to be removed from a future 
> JDK release
> generate-sources-internal:
>  [pcompile] Generating 6 resource files to 
> C:\git\netbeans\incubator-netbeans\nbbuild\build\langtools\build\gensrc\jdk.jshell
>  [mkdir] Created dir: 
> C:\git\netbeans\incubator-netbeans\nbbuild\build\langtools\build\nb
>  [javac] Compiling 1031 source files to 
> C:\git\netbeans\incubator-netbeans\nbbuild\build\langtools\build\nb
>  [javac] 
> C:\git\netbeans\incubator-netbeans\nbbuild\build\langtools\src\java.compiler\share\classes\javax\annotation\processing\Messager.java:28:
>  error: package javax.annotation does not exist
>  [javac] import javax.annotation.*;
>  [javac] ^
>  [javac] 
> C:\git\netbeans\incubator-netbeans\nbbuild\build\langtools\src\jdk.compiler\share\classes\com\sun\tools\javac\model\.java:35:
>  error: package sun.reflect.annotation is not visible
>  [javac] import sun.reflect.annotation.*;
>  [javac] ^
>  [javac] (package sun.reflect.annotation is declared in module java.base, 
> which does not export it to module java.compiler)
>  [javac] 
> C:\git\netbeans\incubator-netbeans\nbbuild\build\langtools\src\jdk.javadoc\share\classes\com\sun\tools\doclets\internal\toolkit\builders\LayoutParser.java:31:
>  error: package javax.xml.parsers is not visible
>  [javac] import javax.xml.parsers.*;
>  [javac] ^
>  [javac] (package javax.xml.parsers is declared in module java.xml, but 
> module java.compiler does not read it)
>  [javac] 
> C:\git\netbeans\incubator-netbeans\nbbuild\build\langtools\src\jdk.javadoc\share\classes\com\sun\tools\doclets\internal\toolkit\builders\LayoutParser.java:33:
>  error: package org.xml.sax is not visible
>  [javac] import org.xml.sax.*;
>  [javac] ^
>  [javac] (package org.xml.sax is declared in module java.xml, but module 
> java.compiler does not read it)
>  [javac] 
> C:\git\netbeans\incubator-netbeans\nbbuild\build\langtools\src\jdk.javadoc\share\classes\com\sun\tools\doclets\internal\toolkit\builders\LayoutParser.java:34:
>  error: package org.xml.sax.helpers is not visible
>  [javac] import org.xml.sax.helpers.DefaultHandler;
>  [javac] ^
>  [javac] (package org.xml.sax.helpers is declared in module java.xml, but 
> module java.compiler does not read it)
>  [javac] 
> C:\git\netbeans\incubator-netbeans\nbbuild\build\langtools\src\jdk.javadoc\share\classes\jdk\javadoc\internal\doclets\toolkit\builders\LayoutParser.java:31:
>  error: package javax.xml.parsers is not visible
>  [javac] import javax.xml.parsers.*;
>  [javac] ^
>  [javac] (package javax.xml.parsers is declared in module java.xml, but 
> module java.compiler does not read it)
>  [javac] 
> 

[jira] [Commented] (NETBEANS-5349) Update Netbeans Codebase to Account for deprecated/removed API in Java 11/15

2021-02-19 Thread Eric Bresie (Jira)


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

Eric Bresie commented on NETBEANS-5349:
---

Separate ticket for the one example here has been created as part of 
NETBEANS-5376 Update Usage of Java.Security API to Newer Policy API

> Update Netbeans Codebase to Account for deprecated/removed API in Java 11/15
> 
>
> Key: NETBEANS-5349
> URL: https://issues.apache.org/jira/browse/NETBEANS-5349
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.2
> Environment: As this is Java emphasis this should impact each OS 
> environment and involve the applicable Java involved (i.e. as of a given Java 
> version, the API may no longer be available and require replacements to newer 
> APIs)
>Reporter: Eric Bresie
>Priority: Major
> Attachments: Java-Deprecated-RemovedApis(11-15).csv
>
>
> In more recent Java releases, efforts have been made to deprecate and remove 
> unused or out of data APIs.  This ticket is a parent ticket to address future 
> updates to applicable projects where the NetBeans codebase utilized these 
> deprecated and/or removed interfaces. 
> This ticket has emphasis on Java 11 depreciations but similar type of work 
> could be done on newer java releases going forward (i.e. each LTS release)
> For items related as of Java 11 see 
> [https://docs.oracle.com/en/java/javase/11/docs/api/deprecated-list.html]
> As part of this work, it will requiring analysis of each project code base 
> and identify where depreciated or removed API are in used,  For each of the 
> given occurrences the 
> When changes are implemented, this will impact the build source (and possible 
> target) dependencies (i.e. changes will be needed anyplace where 
> javac.source, javac.target) may be impacted.  These would have to be updated 
> to be version relative to the applicable version.
> For items related as of Java 15 See
> [https://docs.oracle.com/en/java/javase/15/docs/api/deprecated-list.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] [Created] (NETBEANS-5376) Update Usage of Java.Security API to Newer Policy API

2021-02-19 Thread Eric Bresie (Jira)
Eric Bresie created NETBEANS-5376:
-

 Summary: Update Usage of Java.Security API to Newer Policy API 
 Key: NETBEANS-5376
 URL: https://issues.apache.org/jira/browse/NETBEANS-5376
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 12.2
Reporter: Eric Bresie


The intent is address changes Java.Security where APIs are depreciated and 
being removed in future JDK versions. 

For example code which imports java.security.acl.* may need to be adjusted to 
utilize a new "Policy" API.  See 
https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/security/acl/package-summary.html
  which indicates "The java.security package contains suitable replacements. 
See Policy and related classes for details. This package is subject to removal 
in a future version of Java SE."

JAVASE.jsh JAVASE.jsh import java.security.acl.*;  [position 43:1]
SolarisPrivilegesSupport.java import java.security.acl.NotOwnerException;  
[position 21:1]
RequestPrivilegesAction.java import java.security.acl.NotOwnerException;  
[position 21:1]
RequestPrivilegesTask.java import java.security.acl.NotOwnerException;  
[position 22:1]
SPSCommonImpl.java import java.security.acl.NotOwnerException;  [position 
21:1]
SPSLocalImpl.java import java.security.acl.NotOwnerException;  [position 
25:1]
SPSRemoteImpl.java import java.security.acl.NotOwnerException;  [position 
30:1]
SolarisPrivilegesSupportTest.java import java.security.acl.NotOwnerException;   
   



--
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-5349) Update Netbeans Codebase to Account for deprecated/removed API in Java 11/15

2021-02-19 Thread Eric Bresie (Jira)


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

Eric Bresie commented on NETBEANS-5349:
---

NETBEANS-4168 Handling Nashorn Removal inline with JDK 15

> Update Netbeans Codebase to Account for deprecated/removed API in Java 11/15
> 
>
> Key: NETBEANS-5349
> URL: https://issues.apache.org/jira/browse/NETBEANS-5349
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.2
> Environment: As this is Java emphasis this should impact each OS 
> environment and involve the applicable Java involved (i.e. as of a given Java 
> version, the API may no longer be available and require replacements to newer 
> APIs)
>Reporter: Eric Bresie
>Priority: Major
> Attachments: Java-Deprecated-RemovedApis(11-15).csv
>
>
> In more recent Java releases, efforts have been made to deprecate and remove 
> unused or out of data APIs.  This ticket is a parent ticket to address future 
> updates to applicable projects where the NetBeans codebase utilized these 
> deprecated and/or removed interfaces. 
> This ticket has emphasis on Java 11 depreciations but similar type of work 
> could be done on newer java releases going forward (i.e. each LTS release)
> For items related as of Java 11 see 
> [https://docs.oracle.com/en/java/javase/11/docs/api/deprecated-list.html]
> As part of this work, it will requiring analysis of each project code base 
> and identify where depreciated or removed API are in used,  For each of the 
> given occurrences the 
> When changes are implemented, this will impact the build source (and possible 
> target) dependencies (i.e. changes will be needed anyplace where 
> javac.source, javac.target) may be impacted.  These would have to be updated 
> to be version relative to the applicable version.
> For items related as of Java 15 See
> [https://docs.oracle.com/en/java/javase/15/docs/api/deprecated-list.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] [Commented] (NETBEANS-5349) Update Netbeans Codebase to Account for deprecated/removed API in Java 11/15

2021-02-19 Thread Eric Bresie (Jira)


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

Eric Bresie commented on NETBEANS-5349:
---

XML removal is an example of one place where changes need to be considered as 
highlighted in NETBEANS-1866

> Update Netbeans Codebase to Account for deprecated/removed API in Java 11/15
> 
>
> Key: NETBEANS-5349
> URL: https://issues.apache.org/jira/browse/NETBEANS-5349
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.2
> Environment: As this is Java emphasis this should impact each OS 
> environment and involve the applicable Java involved (i.e. as of a given Java 
> version, the API may no longer be available and require replacements to newer 
> APIs)
>Reporter: Eric Bresie
>Priority: Major
> Attachments: Java-Deprecated-RemovedApis(11-15).csv
>
>
> In more recent Java releases, efforts have been made to deprecate and remove 
> unused or out of data APIs.  This ticket is a parent ticket to address future 
> updates to applicable projects where the NetBeans codebase utilized these 
> deprecated and/or removed interfaces. 
> This ticket has emphasis on Java 11 depreciations but similar type of work 
> could be done on newer java releases going forward (i.e. each LTS release)
> For items related as of Java 11 see 
> [https://docs.oracle.com/en/java/javase/11/docs/api/deprecated-list.html]
> As part of this work, it will requiring analysis of each project code base 
> and identify where depreciated or removed API are in used,  For each of the 
> given occurrences the 
> When changes are implemented, this will impact the build source (and possible 
> target) dependencies (i.e. changes will be needed anyplace where 
> javac.source, javac.target) may be impacted.  These would have to be updated 
> to be version relative to the applicable version.
> For items related as of Java 15 See
> [https://docs.oracle.com/en/java/javase/15/docs/api/deprecated-list.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] [Updated] (NETBEANS-5375) Update Install Licenses Check to Accommodate Multiple Licenses more clearly

2021-02-19 Thread Eric Bresie (Jira)


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

Eric Bresie updated NETBEANS-5375:
--
Summary: Update Install Licenses Check to Accommodate Multiple Licenses 
more clearly  (was: Update Install Licenses Check to Accomidate Multiple 
Licenses more clearly)

> Update Install Licenses Check to Accommodate Multiple Licenses more clearly
> ---
>
> Key: NETBEANS-5375
> URL: https://issues.apache.org/jira/browse/NETBEANS-5375
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - installer
>Affects Versions: 12.2
> Environment: Windows 10, Java 15, Netbeans 12.3-beta3
>Reporter: Eric Bresie
>Priority: Minor
>  Labels: License
>
> This issue is about how to deal with installation of plugins with multiple 
> plugins and/or multiple different plugins involved in the installation.
> For example, with 12.3-beta3, when attempting to install nb-javac plugin, on 
> the License dialog, it gives a pulldown combo box with 3 plugins included in 
> the pull down but only one of the items selected shown,
> (1) nb-javac API [2.4]
> (2) nb-javac Impl [2.4]
> (3) The nb-javac Java editing support library [2.0]
> Recommend changing the Licenses GUI to 
> (1) Provide a list of all applicable licenses for each plugin involved 
> (2) Allow review each of the applicable licenses as needed
> (3) Acceptance for all licenses involved
> (4) Optionally allow acceptance of license one at a time 
>  



--
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-5375) Update Install Licenses Check to Accomidate Multiple Licenses more clearly

2021-02-19 Thread Eric Bresie (Jira)
Eric Bresie created NETBEANS-5375:
-

 Summary: Update Install Licenses Check to Accomidate Multiple 
Licenses more clearly
 Key: NETBEANS-5375
 URL: https://issues.apache.org/jira/browse/NETBEANS-5375
 Project: NetBeans
  Issue Type: Bug
  Components: platform - installer
Affects Versions: 12.2
 Environment: Windows 10, Java 15, Netbeans 12.3-beta3
Reporter: Eric Bresie


This issue is about how to deal with installation of plugins with multiple 
plugins and/or multiple different plugins involved in the installation.

For example, with 12.3-beta3, when attempting to install nb-javac plugin, on 
the License dialog, it gives a pulldown combo box with 3 plugins included in 
the pull down but only one of the items selected shown,

(1) nb-javac API [2.4]
(2) nb-javac Impl [2.4]
(3) The nb-javac Java editing support library [2.0]


Recommend changing the Licenses GUI to 

(1) Provide a list of all applicable licenses for each plugin involved 

(2) Allow review each of the applicable licenses as needed

(3) Acceptance for all licenses involved

(4) Optionally allow acceptance of license one at a time 

 



--
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-201) Replace plugin portal service

2021-02-19 Thread Eric Bresie (Jira)


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

Eric Bresie commented on NETBEANS-201:
--

Just curious, doesn't the Apache Plugin site 
([https://plugins.netbeans.apache.org/)] resolve some of this or is the above 
"Portal 3.0" different and/or coming soon to resolve this?

Is the "publishing to Maven Central " valid approach or do distribution and/or 
licensing constraints by Apache prevent this fully?  I see other Apache 
artifacts for other projects, see org.netbeans artifacts, and 
org.apache.netbean Netbeans artifacts so assume no issue there but wanted to 
confirm.

> Replace plugin portal service 
> --
>
> Key: NETBEANS-201
> URL: https://issues.apache.org/jira/browse/NETBEANS-201
> Project: NetBeans
>  Issue Type: Task
>  Components: website
>Reporter: Wade Chandler
>Assignee: Jiří Kovalský
>Priority: Major
>
> The current NetBeans plugin portal site has a backing service used to help 
> upload, edit, list, etc plugin information for authors. We need something 
> similar to better support plugin authors and the plugin center. You can see 
> this at the following URL while it is still enabled 
> http://plugins.netbeans.org/



--
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-188) Please add support for code completion while typing

2021-02-19 Thread Eric Bresie (Jira)


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

Eric Bresie commented on NETBEANS-188:
--

>From Matthias on mailing list

the starting point for the code completion is in SQLCompletionProvider (module 
SQL Editor). The provider is registered in the layer (layer.xml, line 56). if I 
understand the sequence correctly, first #getAutoQueryTypes is invoced to check 
whether a popup with suggestions should be shown without the user explicitly 
asking for it.

If either #getAutoQueryTypes return a non-zero value or the user explicitly 
asks for completion, #createTask is invoked with the requested type. In case of 
SQL it is org.netbeans.modules.db.sql.editor.completion.SQLCompletionQuery.

I see options to provide quick completion based on SQL grammer, with additional 
completion when a db connection is established.

> Please add support for code completion while typing
> ---
>
> Key: NETBEANS-188
> URL: https://issues.apache.org/jira/browse/NETBEANS-188
> Project: NetBeans
>  Issue Type: Improvement
>  Components: db - SQL Editor
>Affects Versions: Next
>Reporter: Christian Lenz
>Priority: Major
>  Labels: pull-request-available
> Attachments: screenshot-1.png, sqlCodeCompletion.gif
>
>  Time Spent: 2h
>  Remaining Estimate: 0h
>
> Afaik, the SQL Editor, is the only one, where you don't have code completion, 
> while typing. It only appears after you hit ctrl + space, which is weird. It 
> should be there per default. If not, there should be an option that code 
> completion should always be possible, in any cases and you can deactivate it, 
> if you don't want it.
> For each keyword, table, view whatever, I have to type a character and hit 
> ctrl + space. It would be very nice to have the same code completion feature 
> as in java or other languages, that the code completion comes up, while 
> typing. For example:
> Type "S" -> code completion should come immediately and should show you the 
> results. Same for everything like tables, views, databases, aliases and 
> columns.



--
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-188) Please add support for code completion while typing

2021-02-19 Thread Eric Bresie (Jira)


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

Eric Bresie commented on NETBEANS-188:
--

For references: [NetBeans Code Completion Tutorial for the NetBeans 
Platform|https://platform.netbeans.org/tutorials/nbm-code-completion.html]

 

> Please add support for code completion while typing
> ---
>
> Key: NETBEANS-188
> URL: https://issues.apache.org/jira/browse/NETBEANS-188
> Project: NetBeans
>  Issue Type: Improvement
>  Components: db - SQL Editor
>Affects Versions: Next
>Reporter: Christian Lenz
>Priority: Major
>  Labels: pull-request-available
> Attachments: screenshot-1.png, sqlCodeCompletion.gif
>
>  Time Spent: 2h
>  Remaining Estimate: 0h
>
> Afaik, the SQL Editor, is the only one, where you don't have code completion, 
> while typing. It only appears after you hit ctrl + space, which is weird. It 
> should be there per default. If not, there should be an option that code 
> completion should always be possible, in any cases and you can deactivate it, 
> if you don't want it.
> For each keyword, table, view whatever, I have to type a character and hit 
> ctrl + space. It would be very nice to have the same code completion feature 
> as in java or other languages, that the code completion comes up, while 
> typing. For example:
> Type "S" -> code completion should come immediately and should show you the 
> results. Same for everything like tables, views, databases, aliases and 
> columns.



--
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-5374) When I downloaded the Apache Netbeans 12.2 IDE I am getting Seq: 606 Error

2021-02-19 Thread Bryant W Miller (Jira)
Bryant W Miller created NETBEANS-5374:
-

 Summary: When I downloaded the Apache Netbeans 12.2 IDE I am 
getting Seq: 606 Error
 Key: NETBEANS-5374
 URL: https://issues.apache.org/jira/browse/NETBEANS-5374
 Project: NetBeans
  Issue Type: Bug
  Components: cnd - Other
Affects Versions: 12.2
Reporter: Bryant W Miller
 Fix For: 12.2


Seq:606 Error

Listed below is the UI Log => Show Record Data

Once I answer cancel to all of the warnings I the Apache NetBeans shuts down.

Tried reinstalling the software and the application wizard states that the 
application has been installed already.  It will not let me install the 
software, again.

Please advise.


 2021-02-19T10:55:55
 1613750155333
 701
 700
 144
 UI_USER_CONFIGURATION
 UI_USER_CONFIGURATION
 org.netbeans.modules.uihandler.Bundle
 Windows 10, 10.0, x86
 Java HotSpot(TM) Server VM, 25.161-b12, Java(TM) SE Runtime 
Environment, 1.8.0_161-b12
 Apache NetBeans IDE 12.2
 
 OutOfMemoryError: unable to create new native thread
 Please provide a description of the problem or the steps to 
reproduce
 *




--
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: Support for visualizing test results in VSCode extension over LSP. (#2766)

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

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


The following commit(s) were added to refs/heads/master by this push:
 new cf5f2b9  Support for visualizing test results in VSCode extension over 
LSP. (#2766)
cf5f2b9 is described below

commit cf5f2b93caad447a2a61927833cbf501bb5bba23
Author: Dusan Balek 
AuthorDate: Fri Feb 19 16:58:40 2021 +0100

Support for visualizing test results in VSCode extension over LSP. (#2766)
---
 .../gradle/execute/GradleDaemonExecutor.java   |  27 +-
 ide/gsf.testrunner.ui/apichanges.xml   |  14 +
 ide/gsf.testrunner.ui/manifest.mf  |   2 +-
 .../gsf/testrunner/ui/ResultDisplayHandler.java|  22 +-
 .../modules/gsf/testrunner/ui/api/Manager.java |  72 ++--
 .../testrunner/ui/api/TestMethodController.java|  11 +-
 .../ui/api/TestResultDisplayHandler.java   | 220 ++
 ide/gsf.testrunner/apichanges.xml  |  13 +
 ide/gsf.testrunner/manifest.mf |   2 +-
 ide/gsf.testrunner/nbproject/project.xml   |  45 +-
 .../nbcode/nbproject/platform.properties   |   3 -
 java/java.lsp.server/nbproject/project.xml |  29 +-
 .../server/debugging/launch/NbLaunchDelegate.java  |  28 +-
 .../debugging/launch/NbLaunchRequestHandler.java   |   3 +-
 .../lsp/server/progress/TestProgressHandler.java   | 140 ++
 .../server/protocol/NbCodeClientCapabilities.java  |  24 +-
 .../lsp/server/protocol/NbCodeClientWrapper.java   |   5 +
 .../lsp/server/protocol/NbCodeLanguageClient.java  |   9 +
 .../java/lsp/server/protocol/QuickPickItem.java|   2 +-
 .../modules/java/lsp/server/protocol/Server.java   |  12 +-
 .../lsp/server/protocol/ShowInputBoxParams.java|   4 +-
 .../lsp/server/protocol/ShowQuickPickParams.java   |   4 +-
 ...InputBoxParams.java => TestProgressParams.java} |  63 +--
 .../java/lsp/server/protocol/TestSuiteInfo.java| 477 +
 .../server/protocol/TextDocumentServiceImpl.java   |  80 ++--
 .../lsp/server/protocol/WorkspaceServiceImpl.java  | 129 +-
 .../server/progress/TestProgressHandlerTest.java   | 200 +
 .../java/lsp/server/protocol/ServerTest.java   |  41 +-
 java/java.lsp.server/vscode/package-lock.json  |  22 +-
 java/java.lsp.server/vscode/package.json   |  15 +-
 java/java.lsp.server/vscode/src/extension.ts   |  58 ++-
 java/java.lsp.server/vscode/src/protocol.ts|  27 ++
 java/java.lsp.server/vscode/src/test/runTest.ts|  14 +-
 java/java.lsp.server/vscode/src/testAdapter.ts | 212 +
 java/junit.ui/manifest.mf  |   2 +-
 java/junit.ui/nbproject/project.xml|   2 +-
 .../junit/ui/actions/TestClassInfoTask.java|  19 +-
 java/testng.ui/manifest.mf |   2 +-
 java/testng.ui/nbproject/project.xml   |   2 +-
 .../testng/ui/actions/TestClassInfoTask.java   |  30 +-
 .../bundles/vscode-test-adapter-util-0.7.1-license |  22 +
 41 files changed, 1888 insertions(+), 220 deletions(-)

diff --git 
a/extide/gradle/src/org/netbeans/modules/gradle/execute/GradleDaemonExecutor.java
 
b/extide/gradle/src/org/netbeans/modules/gradle/execute/GradleDaemonExecutor.java
index 219be06..58b7350 100644
--- 
a/extide/gradle/src/org/netbeans/modules/gradle/execute/GradleDaemonExecutor.java
+++ 
b/extide/gradle/src/org/netbeans/modules/gradle/execute/GradleDaemonExecutor.java
@@ -50,11 +50,10 @@ import org.gradle.tooling.GradleConnectionException;
 import org.gradle.tooling.GradleConnector;
 import org.gradle.tooling.ProgressEvent;
 import org.gradle.tooling.ProjectConnection;
+import org.gradle.tooling.events.ProgressListener;
 import org.netbeans.api.progress.ProgressHandle;
 import org.netbeans.api.project.ProjectInformation;
 import org.netbeans.api.project.ProjectUtils;
-import org.netbeans.modules.gradle.NbGradleProjectImpl;
-import org.netbeans.modules.gradle.api.NbGradleProject;
 import 
org.netbeans.modules.gradle.api.execute.GradleDistributionManager.GradleDistribution;
 import org.netbeans.modules.gradle.spi.GradleFiles;
 import org.netbeans.modules.gradle.spi.execute.GradleDistributionProvider;
@@ -63,10 +62,12 @@ import 
org.netbeans.spi.project.ui.support.BuildExecutionSupport;
 import org.openide.awt.StatusDisplayer;
 import org.openide.execution.ExecutorTask;
 import org.openide.filesystems.FileUtil;
+import org.openide.util.Lookup;
 import org.openide.util.NbBundle;
 import org.openide.util.NbBundle.Messages;
 import org.openide.util.Utilities;
 import org.openide.util.io.ReaderInputStream;
+import org.openide.util.lookup.Lookups;
 import org.openide.windows.IOColorPrint;
 import org.openide.windows.IOColors;
 import org.openide.windows.InputOutput;
@@ -128,6 +129,23 @@ public final class GradleDaemonExecutor extends 
AbstractGradleExecutor {
 final InputOutput ioput = 

[jira] [Updated] (NETBEANS-5373) Phing 3 cannot run from NetBeans

2021-02-19 Thread Czukowski (Jira)


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

Czukowski updated NETBEANS-5373:

Description: 
When running Phing form NetBeans, this part of command line seems to be 
hardcoded: {{-logger phing.listener.AnsiColorLogger}}

However this no longer works with Phing 3 that is about to be released.

See https://github.com/phingofficial/phing/blob/main/UPGRADING.md

{quote}Support for dot-path classnames (i.e., foo.bar.FooBar) has been 
removed.{quote}

This part should be either updated to a supported schema (I found that 
{{-logger Phing\\Listener\\AnsiColorLogger}} - delimited by double back slash - 
works) or dropped altogether for a quick fix.

Note: can't see php - phing component here, so assigning it to php - Editor, 
feel free to change as appropriate.

  was:
When running Phing form NetBeans, this part of command line seems to be 
hardcoded: {{-logger phing.listener.AnsiColorLogger}}

However this no longer works with Phing 3 that is about to be released.

See https://github.com/phingofficial/phing/blob/main/UPGRADING.md

{quote}Support for dot-path classnames (i.e., foo.bar.FooBar) has been 
removed.{quote}

This part should be either updated to a supported schema (I found that -logger 
{{Phing\\Listener\\AnsiColorLogger}} - delimited by double back slash - works) 
or dropped altogether for a quick fix.

Note: can't see php - phing component here, so assigning it to php - Editor, 
feel free to change as appropriate.


> Phing 3 cannot run from NetBeans
> 
>
> Key: NETBEANS-5373
> URL: https://issues.apache.org/jira/browse/NETBEANS-5373
> Project: NetBeans
>  Issue Type: Improvement
>  Components: php - Editor
>Affects Versions: 12.3
>Reporter: Czukowski
>Priority: Major
>
> When running Phing form NetBeans, this part of command line seems to be 
> hardcoded: {{-logger phing.listener.AnsiColorLogger}}
> However this no longer works with Phing 3 that is about to be released.
> See https://github.com/phingofficial/phing/blob/main/UPGRADING.md
> {quote}Support for dot-path classnames (i.e., foo.bar.FooBar) has been 
> removed.{quote}
> This part should be either updated to a supported schema (I found that 
> {{-logger Phing\\Listener\\AnsiColorLogger}} - delimited by double back slash 
> - works) or dropped altogether for a quick fix.
> Note: can't see php - phing component here, so assigning it to php - Editor, 
> feel free to change as appropriate.



--
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-5373) Phing 3 cannot run from NetBeans

2021-02-19 Thread Czukowski (Jira)


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

Czukowski updated NETBEANS-5373:

Description: 
When running Phing form NetBeans, this part of command line seems to be 
hardcoded: {{-logger phing.listener.AnsiColorLogger}}

However this no longer works with Phing 3 that is about to be released.

See https://github.com/phingofficial/phing/blob/main/UPGRADING.md

{quote}Support for dot-path classnames (i.e., foo.bar.FooBar) has been 
removed.{quote}

This part should be either updated to a supported schema (I found that 
{{-logger Phing\\Listener\\AnsiColorLogger}} - qualified class name, delimited 
by double back slash - works) or dropped altogether for a quick fix.

Note: can't see php - phing component here, so assigning it to php - Editor, 
feel free to change as appropriate.

  was:
When running Phing form NetBeans, this part of command line seems to be 
hardcoded: {{-logger phing.listener.AnsiColorLogger}}

However this no longer works with Phing 3 that is about to be released.

See https://github.com/phingofficial/phing/blob/main/UPGRADING.md

{quote}Support for dot-path classnames (i.e., foo.bar.FooBar) has been 
removed.{quote}

This part should be either updated to a supported schema (I found that 
{{-logger Phing\\Listener\\AnsiColorLogger}} - qualified name, delimited by 
double back slash - works) or dropped altogether for a quick fix.

Note: can't see php - phing component here, so assigning it to php - Editor, 
feel free to change as appropriate.


> Phing 3 cannot run from NetBeans
> 
>
> Key: NETBEANS-5373
> URL: https://issues.apache.org/jira/browse/NETBEANS-5373
> Project: NetBeans
>  Issue Type: Improvement
>  Components: php - Editor
>Affects Versions: 12.3
>Reporter: Czukowski
>Priority: Major
>
> When running Phing form NetBeans, this part of command line seems to be 
> hardcoded: {{-logger phing.listener.AnsiColorLogger}}
> However this no longer works with Phing 3 that is about to be released.
> See https://github.com/phingofficial/phing/blob/main/UPGRADING.md
> {quote}Support for dot-path classnames (i.e., foo.bar.FooBar) has been 
> removed.{quote}
> This part should be either updated to a supported schema (I found that 
> {{-logger Phing\\Listener\\AnsiColorLogger}} - qualified class name, 
> delimited by double back slash - works) or dropped altogether for a quick fix.
> Note: can't see php - phing component here, so assigning it to php - Editor, 
> feel free to change as appropriate.



--
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-5373) Phing 3 cannot run from NetBeans

2021-02-19 Thread Czukowski (Jira)


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

Czukowski updated NETBEANS-5373:

Description: 
When running Phing form NetBeans, this part of command line seems to be 
hardcoded: {{-logger phing.listener.AnsiColorLogger}}

However this no longer works with Phing 3 that is about to be released.

See https://github.com/phingofficial/phing/blob/main/UPGRADING.md

{quote}Support for dot-path classnames (i.e., foo.bar.FooBar) has been 
removed.{quote}

This part should be either updated to a supported schema (I found that 
{{-logger Phing\\Listener\\AnsiColorLogger}} - qualified name, delimited by 
double back slash - works) or dropped altogether for a quick fix.

Note: can't see php - phing component here, so assigning it to php - Editor, 
feel free to change as appropriate.

  was:
When running Phing form NetBeans, this part of command line seems to be 
hardcoded: {{-logger phing.listener.AnsiColorLogger}}

However this no longer works with Phing 3 that is about to be released.

See https://github.com/phingofficial/phing/blob/main/UPGRADING.md

{quote}Support for dot-path classnames (i.e., foo.bar.FooBar) has been 
removed.{quote}

This part should be either updated to a supported schema (I found that 
{{-logger Phing\\Listener\\AnsiColorLogger}} - delimited by double back slash - 
works) or dropped altogether for a quick fix.

Note: can't see php - phing component here, so assigning it to php - Editor, 
feel free to change as appropriate.


> Phing 3 cannot run from NetBeans
> 
>
> Key: NETBEANS-5373
> URL: https://issues.apache.org/jira/browse/NETBEANS-5373
> Project: NetBeans
>  Issue Type: Improvement
>  Components: php - Editor
>Affects Versions: 12.3
>Reporter: Czukowski
>Priority: Major
>
> When running Phing form NetBeans, this part of command line seems to be 
> hardcoded: {{-logger phing.listener.AnsiColorLogger}}
> However this no longer works with Phing 3 that is about to be released.
> See https://github.com/phingofficial/phing/blob/main/UPGRADING.md
> {quote}Support for dot-path classnames (i.e., foo.bar.FooBar) has been 
> removed.{quote}
> This part should be either updated to a supported schema (I found that 
> {{-logger Phing\\Listener\\AnsiColorLogger}} - qualified name, delimited by 
> double back slash - works) or dropped altogether for a quick fix.
> Note: can't see php - phing component here, so assigning it to php - Editor, 
> feel free to change as appropriate.



--
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-5306) Netbeans performance.java tests do not run with the latest jdk

2021-02-19 Thread Tejpal Rebari (Jira)


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

Tejpal Rebari updated NETBEANS-5306:

Priority: Major  (was: Minor)

> Netbeans performance.java tests do not run with the latest jdk
> --
>
> Key: NETBEANS-5306
> URL: https://issues.apache.org/jira/browse/NETBEANS-5306
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance
>Reporter: Tejpal Rebari
>Priority: Major
>
> The tests under performance.java module (Functional Test package -> 
> org.netbeans.performance.j2se.dialogs ->AboutDialogTest.java) throws error 
> when run with the latest jdk.This is because of disabling the illegal access 
> in the jdk 
> ([https://bugs.openjdk.java.net/browse/JDK8255363|https://bugs.openjdk.java.net/browse/JDK-8255363],
>  [https://bugs.openjdk.java.net/browse/JDK-8256299]).
>  
> The tests fails with the following error
> Forked Java VM exited abnormally. Please note the time in the report does not 
> reflect the time until the VM exit.
> junit.framework.AssertionFailedError
> at jdk.internal.reflect.GeneratedMethodAccessor56.invoke(Unknown Source)
> at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.base/java.util.Vector.forEach(Vector.java:1359)
> at jdk.internal.reflect.GeneratedMethodAccessor56.invoke(Unknown Source)
> at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at jdk.internal.reflect.GeneratedMethodAccessor56.invoke(Unknown Source)
> at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at jdk.internal.reflect.GeneratedMethodAccessor56.invoke(Unknown Source)
> at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.base/java.util.Vector.forEach(Vector.java:1359)
> at jdk.internal.reflect.GeneratedMethodAccessor56.invoke(Unknown Source)
> at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at jdk.internal.reflect.GeneratedMethodAccessor56.invoke(Unknown Source)
> at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:128)
>  
> There is a workaround. when we add --illegal-access=permit in the 
> performance.java/build.xml file the test runs fine.
>  
>  



--
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-5373) Phing 3 cannot run from NetBeans

2021-02-19 Thread Czukowski (Jira)


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

Czukowski updated NETBEANS-5373:

Description: 
When running Phing form NetBeans, this part of command line seems to be 
hardcoded: {{-logger phing.listener.AnsiColorLogger}}

However this no longer works with Phing 3 that is about to be released.

See https://github.com/phingofficial/phing/blob/main/UPGRADING.md

{quote}Support for dot-path classnames (i.e., foo.bar.FooBar) has been 
removed.{quote}

This part should be either updated to a supported schema (I found that -logger 
{{Phing\\Listener\\AnsiColorLogger}} - delimited by double back slash - works) 
or dropped altogether for a quick fix.

Note: can't see php - phing component here, so assigning it to php - Editor, 
feel free to change as appropriate.

  was:
When running Phing form NetBeans, this part of command line seems to be 
hardcoded: {{-logger phing.listener.AnsiColorLogger}}

However this no longer works with Phing 3 that is about to be released.

See https://github.com/phingofficial/phing/blob/main/UPGRADING.md

{quote}Support for dot-path classnames (i.e., foo.bar.FooBar) has been 
removed.{quote}

This part should be either updated to a supported schema (I found that -logger 
{{Phing\\Listener\\AnsiColorLogger}} - delimited by '\\' works) or dropped 
altogether for a quick fix.

Note: can't see php - phing component here, so assigning it to php - Editor, 
feel free to change as appropriate.


> Phing 3 cannot run from NetBeans
> 
>
> Key: NETBEANS-5373
> URL: https://issues.apache.org/jira/browse/NETBEANS-5373
> Project: NetBeans
>  Issue Type: Improvement
>  Components: php - Editor
>Affects Versions: 12.3
>Reporter: Czukowski
>Priority: Major
>
> When running Phing form NetBeans, this part of command line seems to be 
> hardcoded: {{-logger phing.listener.AnsiColorLogger}}
> However this no longer works with Phing 3 that is about to be released.
> See https://github.com/phingofficial/phing/blob/main/UPGRADING.md
> {quote}Support for dot-path classnames (i.e., foo.bar.FooBar) has been 
> removed.{quote}
> This part should be either updated to a supported schema (I found that 
> -logger {{Phing\\Listener\\AnsiColorLogger}} - delimited by double back slash 
> - works) or dropped altogether for a quick fix.
> Note: can't see php - phing component here, so assigning it to php - Editor, 
> feel free to change as appropriate.



--
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-5373) Phing 3 cannot run from NetBeans

2021-02-19 Thread Czukowski (Jira)


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

Czukowski updated NETBEANS-5373:

Description: 
When running Phing form NetBeans, this part of command line seems to be 
hardcoded: {{-logger phing.listener.AnsiColorLogger}}

However this no longer works with Phing 3 that is about to be released.

See https://github.com/phingofficial/phing/blob/main/UPGRADING.md

{quote}Support for dot-path classnames (i.e., foo.bar.FooBar) has been 
removed.{quote}

This part should be either updated to a supported schema (I found that -logger 
{{Phing\\Listener\\AnsiColorLogger}} - delimited by '\\' works) or dropped 
altogether for a quick fix.

Note: can't see php - phing component here, so assigning it to php - Editor, 
feel free to change as appropriate.

  was:
When running Phing form NetBeans, this part of command line seems to be 
hardcoded: {{-logger phing.listener.AnsiColorLogger}}

However this no longer works with Phing 3 that is about to be released.

See https://github.com/phingofficial/phing/blob/main/UPGRADING.md

{quote}Support for dot-path classnames (i.e., foo.bar.FooBar) has been 
removed.{quote}

This part should be either updated to a supported schema (I found that -logger 
Phing\\Listener\\AnsiColorLogger works) or dropped altogether for a quick fix.

Note: can't see php - phing component here, so assigning it to php - Editor, 
feel free to change as appropriate.


> Phing 3 cannot run from NetBeans
> 
>
> Key: NETBEANS-5373
> URL: https://issues.apache.org/jira/browse/NETBEANS-5373
> Project: NetBeans
>  Issue Type: Improvement
>  Components: php - Editor
>Affects Versions: 12.3
>Reporter: Czukowski
>Priority: Major
>
> When running Phing form NetBeans, this part of command line seems to be 
> hardcoded: {{-logger phing.listener.AnsiColorLogger}}
> However this no longer works with Phing 3 that is about to be released.
> See https://github.com/phingofficial/phing/blob/main/UPGRADING.md
> {quote}Support for dot-path classnames (i.e., foo.bar.FooBar) has been 
> removed.{quote}
> This part should be either updated to a supported schema (I found that 
> -logger {{Phing\\Listener\\AnsiColorLogger}} - delimited by '\\' works) or 
> dropped altogether for a quick fix.
> Note: can't see php - phing component here, so assigning it to php - Editor, 
> feel free to change as appropriate.



--
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-5373) Phing 3 cannot run from NetBeans

2021-02-19 Thread Czukowski (Jira)


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

Czukowski updated NETBEANS-5373:

Description: 
When running Phing form NetBeans, this part of command line seems to be 
hardcoded: {{-logger phing.listener.AnsiColorLogger}}

However this no longer works with Phing 3 that is about to be released.

See https://github.com/phingofficial/phing/blob/main/UPGRADING.md

{quote}Support for dot-path classnames (i.e., foo.bar.FooBar) has been 
removed.{quote}

This part should be either updated to a supported schema (I found that -logger 
Phing\\Listener\\AnsiColorLogger works) or dropped altogether for a quick fix.

Note: can't see php - phing component here, so assigning it to php - Editor, 
feel free to change as appropriate.

  was:
When running Phing form NetBeans, this part of command line seems to be 
hardcoded: {{-logger phing.listener.AnsiColorLogger}}

However this no longer works with Phing 3 that is about to be released.

See https://github.com/phingofficial/phing/blob/main/UPGRADING.md

{quote}Support for dot-path classnames (i.e., foo.bar.FooBar) has been 
removed.{quote}

This part should be either updated to a supported schema (I found that 
{{-logger Phing\\Listener\\AnsiColorLogger}} works) or dropped altogether for a 
quick fix.

Note: can't see php - phing component here, so assigning it to php - Editor, 
feel free to change as appropriate.


> Phing 3 cannot run from NetBeans
> 
>
> Key: NETBEANS-5373
> URL: https://issues.apache.org/jira/browse/NETBEANS-5373
> Project: NetBeans
>  Issue Type: Improvement
>  Components: php - Editor
>Affects Versions: 12.3
>Reporter: Czukowski
>Priority: Major
>
> When running Phing form NetBeans, this part of command line seems to be 
> hardcoded: {{-logger phing.listener.AnsiColorLogger}}
> However this no longer works with Phing 3 that is about to be released.
> See https://github.com/phingofficial/phing/blob/main/UPGRADING.md
> {quote}Support for dot-path classnames (i.e., foo.bar.FooBar) has been 
> removed.{quote}
> This part should be either updated to a supported schema (I found that 
> -logger Phing\\Listener\\AnsiColorLogger works) or dropped altogether for a 
> quick fix.
> Note: can't see php - phing component here, so assigning it to php - Editor, 
> feel free to change as appropriate.



--
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-5373) Phing 3 cannot run from NetBeans

2021-02-19 Thread Czukowski (Jira)
Czukowski created NETBEANS-5373:
---

 Summary: Phing 3 cannot run from NetBeans
 Key: NETBEANS-5373
 URL: https://issues.apache.org/jira/browse/NETBEANS-5373
 Project: NetBeans
  Issue Type: Improvement
  Components: php - Editor
Affects Versions: 12.3
Reporter: Czukowski


When running Phing form NetBeans, this part of command line seems to be 
hardcoded: {{-logger phing.listener.AnsiColorLogger}}

However this no longer works with Phing 3 that is about to be released.

See https://github.com/phingofficial/phing/blob/main/UPGRADING.md

{quote}Support for dot-path classnames (i.e., foo.bar.FooBar) has been 
removed.{quote}

This part should be either updated to a supported schema (I found that 
{{-logger Phing\\Listener\\AnsiColorLogger}} works) or dropped altogether for a 
quick fix.

Note: can't see php - phing component here, so assigning it to php - Editor, 
feel free to change as appropriate.



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