[jira] [Commented] (NETBEANS-6393) Project is not running due to bug

2022-01-15 Thread Eric Bresie (Jira)


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

Eric Bresie commented on NETBEANS-6393:
---

[~Aafreen] can more details be add in the ticket itself? For example..

How can this be reproduced? Is this normal operation within the IDE or does 
this occur when running specific project code?  If project code, then can a 
sample of the code be provided?
 
What OS / platform?

What version of build tools (gradle, ant, etc.) and if added dependencies are 
used?

Also maybe better to avoid word type docs (to avoid any possible virus/malware).


> Project is not running due to bug
> -
>
> Key: NETBEANS-6393
> URL: https://issues.apache.org/jira/browse/NETBEANS-6393
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Editor, java - Classpath
>Reporter: Aafreen Malik
>Priority: Major
> Attachments: VIEW DATA BUG DETAILS.docx
>
>
> NET BEANS VERSION 12.6 
> JDK VERSION 17.0.1



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

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

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



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

2022-01-15 Thread Eric Bresie (Jira)


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

Eric Bresie edited comment on NETBEANS-6067 at 1/15/22, 2:49 PM:
-

Not sure if this is related but (i.e. this doesn’t seem to be a GitHub 
repository) but github at least changed some of it’s authentication interfaces. 
 Could this impact things in any way?  Maybe a personal token is needed in 
someway?

See https://www.gitkraken.com/blog/2021-github-authentication-policy-change



was (Author: ebresie):
Not sure if this is related but (i.e. this doesn’t seem to be a GitHub 
repository) but github at least changes some of it’s authentication interfaces. 
 Could this impact things in any way?

See https://www.gitkraken.com/blog/2021-github-authentication-policy-change


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

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

2022-01-15 Thread Eric Bresie (Jira)


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

Eric Bresie commented on NETBEANS-6067:
---

Without that server, is there any details about the git server in use? 

How can this be reproduced outside of that environment? 

Are private/public keys setup correctly in the environment?

https://netbeans.apache.org/kb/docs/ide/git.html

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

[jira] [Created] (NETBEANS-6393) Project is not running due to bug

2022-01-15 Thread Aafreen Malik (Jira)
Aafreen Malik created NETBEANS-6393:
---

 Summary: Project is not running due to bug
 Key: NETBEANS-6393
 URL: https://issues.apache.org/jira/browse/NETBEANS-6393
 Project: NetBeans
  Issue Type: Bug
  Components: cnd - Editor, java - Classpath
Reporter: Aafreen Malik
 Attachments: VIEW DATA BUG DETAILS.docx





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

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

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



[jira] [Updated] (NETBEANS-6393) Project is not running due to bug

2022-01-15 Thread Aafreen Malik (Jira)


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

Aafreen Malik updated NETBEANS-6393:

Description: 
NET BEANS VERSION 12.6 

JDK VERSION 17.0.1

> Project is not running due to bug
> -
>
> Key: NETBEANS-6393
> URL: https://issues.apache.org/jira/browse/NETBEANS-6393
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Editor, java - Classpath
>Reporter: Aafreen Malik
>Priority: Major
> Attachments: VIEW DATA BUG DETAILS.docx
>
>
> NET BEANS VERSION 12.6 
> JDK VERSION 17.0.1



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

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

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



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

2022-01-15 Thread Eric Bresie (Jira)


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

Eric Bresie commented on NETBEANS-6067:
---

Not sure if this is related but (i.e. this doesn’t seem to be a GitHub 
repository) but github at least changes some of it’s authentication interfaces. 
 Could this impact things in any way?

See https://www.gitkraken.com/blog/2021-github-authentication-policy-change


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

[netbeans-website] branch hotfix/wiki-UsingFileSystemsMasterfs created (now 9afb0a7)

2022-01-15 Thread vieiro
This is an automated email from the ASF dual-hosted git repository.

vieiro pushed a change to branch hotfix/wiki-UsingFileSystemsMasterfs
in repository https://gitbox.apache.org/repos/asf/netbeans-website.git.


  at 9afb0a7  Recovering UsingFileSystemsMasterfs

No new revisions were added by this update.

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

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



[netbeans] branch cnd updated (5ef5194 -> 8fc91fa)

2022-01-15 Thread vieiro
This is an automated email from the ASF dual-hosted git repository.

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


from 5ef5194  Merge pull request #3423 from vieiro/feature/cnd-small-2-bis
 new 1d6a73a  [cnd] small-2.2 commit-validation fixes
 new dc31393  [cnd] small-2.2 cnd/dlight in release
 new e8527f1  [cnd] S2.2 Removed sun.awt/sun.swing dependencies
 new 79820ec  [cnd] S2.2 Info about 'weight' attribute issue
 new 1c6d978  [cnd] S2.2 Comment sun.awt/sun.swing deps
 new 620fd7f  [cnd] S2.2 - target in cnd.dwarfdump
 new 8fc91fa  Merge pull request #3433 from vieiro/feature/cnd-small.2.2-2

The 6443 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:
 cnd/cnd.dwarfdump/nbproject/project.properties |  4 +-
 .../modules/cnd/makeproject/ui/resources/layer.xml |  2 +-
 cnd/cnd.toolchain.ui/manifest.mf   |  1 +
 .../ui/compiler/CodeAssistancePanelController.java |  6 --
 .../toolchain/ui/options/ToolsPanelController.java |  6 --
 .../cnd/toolchain/ui/options/package-info.java | 30 
 .../modules/cnd/toolchain/ui/resources/layer.xml   | 72 ++
 .../lsp/options/CPPLiteOptionsPanelController.java |  3 +-
 .../modules/dlight/libs/common/PathUtilities.java  |  4 +-
 .../modules/remote/api/ui/FileChooserUIImpl.java   | 86 +-
 nbbuild/cluster.properties |  2 +
 11 files changed, 134 insertions(+), 82 deletions(-)
 delete mode 100644 
cnd/cnd.toolchain.ui/src/org/netbeans/modules/cnd/toolchain/ui/options/package-info.java
 create mode 100644 
cnd/cnd.toolchain.ui/src/org/netbeans/modules/cnd/toolchain/ui/resources/layer.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



[jira] [Reopened] (NETBEANS-6345) Project platform libraries missing from project compiler classpath

2022-01-15 Thread Arnaud Kleinveld (Jira)


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

Arnaud Kleinveld reopened NETBEANS-6345:

  Assignee: (was: Arnaud Kleinveld)

> Project platform libraries missing from project compiler classpath
> --
>
> Key: NETBEANS-6345
> URL: https://issues.apache.org/jira/browse/NETBEANS-6345
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler
>Affects Versions: 12.6
>Reporter: Arnaud Kleinveld
>Priority: Minor
> Fix For: 12.6
>
> Attachments: image-2021-12-31-22-09-29-276.png, 
> image-2021-12-31-22-16-08-793.png, image-2022-01-02-17-31-29-854.png, 
> image-2022-01-02-17-32-37-672.png, image-2022-01-02-17-34-04-610.png
>
>
> Configuration of Fedora 34 with java 11 and 1.8 from repo and used 
> alternatives set to java 11 as the default. When Netbeans is launched on 
> selected version and project platform is specified to be 1.8, the project 
> libraries node expands with JDK 1.8 and inline compiler is using this 
> correctly, however when the project is built 1.8 specific libraries seem to 
> be missing from classpath, e.g. javax.activation.DataSource.



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

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

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



[jira] [Updated] (NETBEANS-6394) Upgrade Metro from 2.4.4 to 2.4.8

2022-01-15 Thread ASF GitHub Bot (Jira)


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

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

> Upgrade Metro from 2.4.4 to 2.4.8
> -
>
> Key: NETBEANS-6394
> URL: https://issues.apache.org/jira/browse/NETBEANS-6394
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Libraries, webservices - JAX-WS
>Affects Versions: 12.6
>Reporter: José Contreras
>Assignee: José Contreras
>Priority: Minor
>  Labels: pull-request-available
> Fix For: 13
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Notes:
> - Bug fix release
> - Integrate santuario 2.1.7 and its dependencies
> - Support for JDK 11/17
> - Support for JPMS
> - It is fully binary compatible with previous releases of the project Metro 
> released by Oracle.
> Testing:
> - Full build done
> - Verify successful execution of unit tests for module 'websvc.metro.lib'
> - Verify successful execution of libraries and licenses Ant test
> - Successfully create JAX-WS Web Service, deploy it and consume it with a 
> Java SE Application
>   as per documentation https://netbeans.org/kb/docs/websvc/jax-ws.html
> [Metro Web Page|https://projects.eclipse.org/projects/ee4j.metro]



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

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

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



[jira] [Created] (NETBEANS-6394) Upgrade Metro from 2.4.4 to 2.4.8

2022-01-15 Thread Jira
José Contreras created NETBEANS-6394:


 Summary: Upgrade Metro from 2.4.4 to 2.4.8
 Key: NETBEANS-6394
 URL: https://issues.apache.org/jira/browse/NETBEANS-6394
 Project: NetBeans
  Issue Type: Improvement
  Components: projects - Libraries, webservices - JAX-WS
Affects Versions: 12.6
Reporter: José Contreras
Assignee: José Contreras
 Fix For: 13


Notes:
- Bug fix release
- Integrate santuario 2.1.7 and its dependencies
- Support for JDK 11/17
- Support for JPMS
- It is fully binary compatible with previous releases of the project Metro 
released by Oracle.

Testing:
- Full build done
- Verify successful execution of unit tests for module 'websvc.metro.lib'
- Verify successful execution of libraries and licenses Ant test
- Successfully create JAX-WS Web Service, deploy it and consume it with a Java 
SE Application
  as per documentation https://netbeans.org/kb/docs/websvc/jax-ws.html

[Metro Web Page|https://projects.eclipse.org/projects/ee4j.metro]



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

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

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



[jira] [Commented] (NETBEANS-6345) Project platform libraries missing from project compiler classpath

2022-01-15 Thread Arnaud Kleinveld (Jira)


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

Arnaud Kleinveld commented on NETBEANS-6345:


Hi Thomas, the issue has resurfaced again and I'm not exactly sure what has 
caused this to happen.

Compiling 428 source files to -ejb/build/jar
warning: [options] bootstrap class path not set in conjunction with -source 8
/core/MailQueue.java:269: error: cannot access DataSource
            Multipart mp = new MimeMultipart("alternative");
  class file for javax.activation.DataSource not found
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error
1 warning
BUILD FAILED (total time: 11 seconds)

What I know is that I was trying to resolve other errors related to classpath 
and I switched to Glassfish from having no server configured at all, i.e. 
according to the project properties UI, however when I removed Glassfish from 
the Netbeans server configuration the project had a missing server and prompted 
me to select another where I could choose Tomcat. if I open the 
/nbproject/project.properties I also see j2ee.server.type=Tomcat. 
which was also the original setting before I tried Glassfish confirmed by git 
versioning. 

Now I could go through the same steps again like previously which may resolve 
this case again. Not entirely sure if I recollect the exact steps but it was 
switching Netbeans default platform JDK 11 back to JDK 1.8 which is no longer 
supported with latest version of Netbeans (12.6) I have been told in another 
support ticket. Before I try to resolve it the same way I thought to report 
this once more to you if you feel like looking into this. Can not reproduce 
this problem with a new Ant EJB module project so it likely has something to do 
with inherited project properties from an earlier Netbeans version.

> Project platform libraries missing from project compiler classpath
> --
>
> Key: NETBEANS-6345
> URL: https://issues.apache.org/jira/browse/NETBEANS-6345
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler
>Affects Versions: 12.6
>Reporter: Arnaud Kleinveld
>Assignee: Arnaud Kleinveld
>Priority: Minor
> Fix For: 12.6
>
> Attachments: image-2021-12-31-22-09-29-276.png, 
> image-2021-12-31-22-16-08-793.png, image-2022-01-02-17-31-29-854.png, 
> image-2022-01-02-17-32-37-672.png, image-2022-01-02-17-34-04-610.png
>
>
> Configuration of Fedora 34 with java 11 and 1.8 from repo and used 
> alternatives set to java 11 as the default. When Netbeans is launched on 
> selected version and project platform is specified to be 1.8, the project 
> libraries node expands with JDK 1.8 and inline compiler is using this 
> correctly, however when the project is built 1.8 specific libraries seem to 
> be missing from classpath, e.g. javax.activation.DataSource.



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

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

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



[netbeans] branch php81-support updated (6dd2ade -> 20e1de0)

2022-01-15 Thread tmysik
This is an automated email from the ASF dual-hosted git repository.

tmysik pushed a change to branch php81-support
in repository https://gitbox.apache.org/repos/asf/netbeans.git.


from 6dd2ade  Merge pull request #3448 from 
junichi11/php81-new-in-initializers
 new 47566cb  [NETBEANS-5599] PHP 8.1 Support: Pure intersection types 
(Part 1)
 new 04d43f9  [NETBEANS-5599] PHP 8.1 Support: Pure intersection types 
(Part 2)
 new 20e1de0  Merge pull request #3461 from 
junichi11/php81-pure-intersection-types

The 6207 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/php/editor/api/QualifiedName.java  |   12 +
 .../php/editor/api/elements/AliasedFunction.java   |6 +
 .../editor/api/elements/BaseFunctionElement.java   |7 +
 .../php/editor/api/elements/ParameterElement.java  |1 +
 .../php/editor/completion/PHPCompletionItem.java   |3 +-
 .../modules/php/editor/csl/NavigatorScanner.java   |7 +-
 .../elements/BaseFunctionElementSupport.java   |   28 +-
 .../php/editor/elements/FunctionElementImpl.java   |   24 +-
 .../php/editor/elements/MethodElementImpl.java |   23 +-
 .../php/editor/elements/ParameterElementImpl.java  |   25 +-
 .../modules/php/editor/indent/CodeStyle.java   |4 +
 .../modules/php/editor/indent/FmtOptions.java  |2 +
 .../modules/php/editor/indent/FormatToken.java |1 +
 .../modules/php/editor/indent/FormatVisitor.java   |   33 +-
 .../modules/php/editor/indent/TokenFormatter.java  |5 +
 .../modules/php/editor/indent/ui/Bundle.properties |1 +
 .../modules/php/editor/indent/ui/FmtSpaces.java|4 +-
 .../modules/php/editor/indent/ui/Spaces.php|8 +
 .../modules/php/editor/index/PHPIndexer.java   |2 +-
 .../modules/php/editor/model/FieldElement.java |1 +
 .../modules/php/editor/model/FunctionScope.java|1 +
 .../modules/php/editor/model/Parameter.java|2 +
 .../php/editor/model/impl/FieldElementImpl.java|   10 +-
 .../php/editor/model/impl/FunctionScopeImpl.java   |   40 +-
 .../php/editor/model/impl/MethodScopeImpl.java |7 +
 .../php/editor/model/impl/ModelVisitor.java|7 +-
 .../php/editor/model/impl/ParameterImpl.java   |   32 +-
 .../modules/php/editor/model/impl/Type.java|   21 +
 .../php/editor/model/impl/VariousUtils.java|   52 +-
 .../model/nodes/ArrowFunctionDeclarationInfo.java  |3 +
 .../editor/model/nodes/FormalParameterInfo.java|7 +-
 .../model/nodes/LambdaFunctionDeclarationInfo.java |3 +
 .../model/nodes/MagicMethodDeclarationInfo.java|2 +-
 .../model/nodes/SingleFieldDeclarationInfo.java|4 +
 .../modules/php/editor/parser/ASTPHP5Parser.java   | 5369 +++---
 .../modules/php/editor/parser/ASTPHP5Scanner.java  | 2264 +++---
 .../modules/php/editor/parser/ASTPHP5Symbols.java  |3 +-
 .../php/editor/parser/EncodedActionTable1.java | 7612 ++--
 .../php/editor/parser/EncodedActionTable10.java| 5332 +++---
 .../php/editor/parser/EncodedActionTable11.java| 5548 +++---
 .../php/editor/parser/EncodedActionTable12.java| 6606 -
 .../php/editor/parser/EncodedActionTable13.java| 5502 +++---
 .../php/editor/parser/EncodedActionTable14.java| 6854 +-
 .../php/editor/parser/EncodedActionTable15.java| 4954 ++---
 .../php/editor/parser/EncodedActionTable16.java| 5398 +++---
 .../php/editor/parser/EncodedActionTable17.java| 3194 +++-
 .../php/editor/parser/EncodedActionTable2.java | 5682 +++
 .../php/editor/parser/EncodedActionTable3.java | 6826 +-
 .../php/editor/parser/EncodedActionTable4.java | 6086 
 .../php/editor/parser/EncodedActionTable5.java | 6672 -
 .../php/editor/parser/EncodedActionTable6.java | 6036 
 .../php/editor/parser/EncodedActionTable7.java | 6624 -
 .../php/editor/parser/EncodedActionTable8.java | 7510 +--
 .../php/editor/parser/EncodedActionTable9.java | 6700 -
 .../netbeans/modules/php/editor/parser/Utils.java  |3 +
 .../editor/parser/astnodes/FormalParameter.java|4 +
 .../editor/parser/astnodes/IntersectionType.java   |   69 +
 .../php/editor/parser/astnodes/Visitor.java|2 +
 .../astnodes/visitors/DefaultTreePathVisitor.java  |8 +
 .../parser/astnodes/visitors/DefaultVisitor.java   |6 +
 .../editor/verification/PHP81UnhandledError.java   |7 +
 .../php80ConstructorPropertyPromotion.pass |8 +-
 .../structure/pureIntersectionTypes.pass   |   16 +
 .../ASTPHP5ParserTest/parser/TextSearchQuery.pass  |   16 +-