[jira] [Resolved] (NETBEANS-5959) Memory Gauge Font Looks Ugly

2021-08-27 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi resolved NETBEANS-5959.
---
Fix Version/s: 12.5
   Resolution: Duplicate

> Memory Gauge Font Looks Ugly
> 
>
> Key: NETBEANS-5959
> URL: https://issues.apache.org/jira/browse/NETBEANS-5959
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 12.5
>Reporter: Laszlo Kishalmi
>Priority: Major
> Fix For: 12.5
>
> Attachments: image-2021-08-27-22-24-19-048.png, 
> image-2021-08-27-22-24-37-808.png, image-2021-08-27-22-26-25-644.png
>
>
> Some recent changes made the Memory Gauge font almost unreadable on Ubuntu 
> with FlatLaf
> !image-2021-08-27-22-24-19-048.png!
> ^^^ FlatLaf Dark
> !image-2021-08-27-22-24-37-808.png!
> ^^^ FlatLaf Light
> !image-2021-08-27-22-26-25-644.png!
>  



--
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-5959) Memory Gauge Font Looks Ugly

2021-08-27 Thread Laszlo Kishalmi (Jira)
Laszlo Kishalmi created NETBEANS-5959:
-

 Summary: Memory Gauge Font Looks Ugly
 Key: NETBEANS-5959
 URL: https://issues.apache.org/jira/browse/NETBEANS-5959
 Project: NetBeans
  Issue Type: Bug
  Components: ide - UI
Affects Versions: 12.5
Reporter: Laszlo Kishalmi
 Attachments: image-2021-08-27-22-24-19-048.png, 
image-2021-08-27-22-24-37-808.png, image-2021-08-27-22-26-25-644.png

Some recent changes made the Memory Gauge font almost unreadable on Ubuntu with 
FlatLaf

!image-2021-08-27-22-24-19-048.png!

^^^ FlatLaf Dark

!image-2021-08-27-22-24-37-808.png!

^^^ FlatLaf Light

!image-2021-08-27-22-26-25-644.png!

 



--
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-5941) Gradle Navigator can't execute Tasks any more

2021-08-27 Thread ASF GitHub Bot (Jira)


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

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

> Gradle Navigator can't execute Tasks any more
> -
>
> Key: NETBEANS-5941
> URL: https://issues.apache.org/jira/browse/NETBEANS-5941
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Laszlo Kishalmi
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> This is a regression happened with enabled state added to Gradle actions.



--
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-5476) New project - failure to open on Windows-Linux network path (WSL)

2021-08-27 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-5476:
---

I know it would be a workaround, but maybe you could assign a drive letter 
mount to your WSL network path.

 

> New project - failure to open on Windows-Linux network path (WSL) 
> --
>
> Key: NETBEANS-5476
> URL: https://issues.apache.org/jira/browse/NETBEANS-5476
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Luca De Prisco
>Priority: Blocker
>
> Hello everybody,
> here is my situation:
> Windows 10 Pro with Ubuntu WSL 20.04 subsystem
> After installing the IDE NetBeans and have correctly installed the JDK 8, I 
> tried to create a new PHP project that aimed at existing sources.
>  In the specification of the "Sourcer Folder" I enter the following path:
> [wsl$/Ubuntu-20.04/home/luca/inova/|file:///Ubuntu-20.04/home/luca/inova/]
> The project is not created and I get a warning error message (at the bottom 
> right), with the following details:
>  
> java.net.URISyntaxException: Illegal character in hostname at index 10: 
> [file://wsl$/Ubuntu-20.04/home/luca/inova/|file:///Ubuntu-20.04/home/luca/inova/]
>  at java.net.URI$Parser.fail(URI.java:2848)
>  at java.net.URI$Parser.parseHostname(URI.java:3387)
>  at java.net.URI$Parser.parseServer(URI.java:3236)
>  at java.net.URI$Parser.parseAuthority(URI.java:3155)
>  at java.net.URI$Parser.parseHierarchical(URI.java:3097)
>  at java.net.URI$Parser.parse(URI.java:3053)
>  at java.net.URI.(URI.java:673)
>  at java.net.URI.(URI.java:774)
>  at 
> org.netbeans.modules.masterfs.filebasedfs.FileBasedURLMapper.toURI(FileBasedURLMapper.java:111)
>  Caused: java.lang.Error
>  at 
> org.netbeans.modules.masterfs.filebasedfs.FileBasedURLMapper.toURI(FileBasedURLMapper.java:113)
>  at 
> org.netbeans.modules.masterfs.filebasedfs.FileBasedURLMapper.toURI(FileBasedURLMapper.java:105)
>  at 
> org.netbeans.modules.masterfs.filebasedfs.FileBasedURLMapper.fileToURL(FileBasedURLMapper.java:87)
>  at 
> org.netbeans.modules.masterfs.filebasedfs.FileBasedURLMapper.getURL(FileBasedURLMapper.java:50)
>  at 
> org.netbeans.modules.masterfs.MasterURLMapper.getURL(MasterURLMapper.java:44)
>  at org.openide.filesystems.URLMapper.findURL(URLMapper.java:115)
>  at org.openide.filesystems.FileObject.toURL(FileObject.java:1216)
>  at org.openide.filesystems.FileObject.toURI(FileObject.java:1227)
>  at 
> org.netbeans.modules.cpplite.project.CPPLiteProject.getRootPreferences(CPPLiteProject.java:64)
>  at 
> org.netbeans.modules.cpplite.project.CPPLiteProject.access$200(CPPLiteProject.java:51)
>  at 
> org.netbeans.modules.cpplite.project.CPPLiteProject$FactoryImpl.isProject2(CPPLiteProject.java:151)
>  at 
> org.netbeans.modules.cpplite.project.CPPLiteProject$FactoryImpl.isProject(CPPLiteProject.java:160)
>  at 
> org.netbeans.modules.cpplite.project.CPPLiteProject$FactoryImpl.loadProject(CPPLiteProject.java:165)
>  at 
> org.netbeans.modules.projectapi.nb.NbProjectManager.createProject(NbProjectManager.java:376)
>  at 
> org.netbeans.modules.projectapi.nb.NbProjectManager.access$300(NbProjectManager.java:69)
>  at 
> org.netbeans.modules.projectapi.nb.NbProjectManager$2.run(NbProjectManager.java:289)
>  at 
> org.netbeans.modules.projectapi.nb.NbProjectManager$2.run(NbProjectManager.java:218)
>  at 
> org.netbeans.modules.openide.util.DefaultMutexImplementation.readAccess(DefaultMutexImplementation.java:188)
>  at org.openide.util.Mutex.readAccess(Mutex.java:231)
>  at 
> org.netbeans.modules.projectapi.nb.NbProjectManager.findProject(NbProjectManager.java:218)
>  at 
> org.netbeans.api.project.ProjectManager.findProject(ProjectManager.java:142)
>  at 
> org.netbeans.modules.php.project.util.PhpProjectUtils.isProject(PhpProjectUtils.java:102)
>  at 
> org.netbeans.modules.php.project.ui.wizards.ConfigureProjectPanel.validateSources(ConfigureProjectPanel.java:480)
>  at 
> org.netbeans.modules.php.project.ui.wizards.ConfigureProjectPanel.isValid(ConfigureProjectPanel.java:246)
>  at org.openide.WizardDescriptor.updateStateOpen(WizardDescriptor.java:850)
>  at org.openide.WizardDescriptor.updateState(WizardDescriptor.java:797)
>  at org.openide.loaders.TemplateWizard.updateState(TemplateWizard.java:758)
>  at 
> org.netbeans.modules.project.ui.NewProjectWizard.updateState(NewProjectWizard.java:59)
>  at org.openide.WizardDescriptor._updateState(WizardDescriptor.java:775)
>  at org.openide.WizardDescriptor.access$200(WizardDescriptor.java:67)
>  at 
> org.openide.WizardDescriptor$Listener.stateChanged(WizardDescriptor.java:2156)
>  at 
> org.openide.util.WeakListenerImpl$Change.stateChanged(WeakListenerImpl.java:331)
>  at org.openide.util.ChangeSupport.fireChange(ChangeSupport.java:108)
>  at 

[jira] [Commented] (NETBEANS-5873) Netbeans stopped

2021-08-27 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-5873:
---

Try to load the HeapDump to the ide and create a screenshot on the memory usage 
table.

Also you could compress the heapdump. Memleaks are usually good candidates to 
be compressed.

> Netbeans stopped
> 
>
> Key: NETBEANS-5873
> URL: https://issues.apache.org/jira/browse/NETBEANS-5873
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.4
> Environment: Windows 10 (latest updates) x64
> JRK 16.0.1
> 
>   2021-07-24T10:11:19
>   1627117879382
>   7128
>   global
>   1000
>   21
>   
> C:\Users\micro\AppData\Roaming\NetBeans\12.4\var\log\heapdump.hprof
>   
> java.lang.OutOfMemoryError: Java heap space
>   
> 
> 
>   2021-07-24T10:41:46
>   1627119706515
>   846
>   700
>   19
>   UI_USER_CONFIGURATION
>   UI_USER_CONFIGURATION
>   org.netbeans.modules.uihandler.Bundle
>   Windows 10, 10.0, amd64
>   Java HotSpot(TM) 64-Bit Server VM, 16.0.1+9-24, Java(TM) SE Runtime 
> Environment, 16.0.1+9-24
>   Apache NetBeans IDE 12.4
>   
>   OutOfMemoryError: Java heap space
>   Please provide a description of the problem or the steps to 
> reproduce
>   *
> 
> IDE Log
> ---
> >Log Session: Saturday, July 24, 2021 at 10:41:17 AM British Summer Time
> >System Info: 
>   Product Version = Apache NetBeans IDE 12.4
>   Operating System= Windows 10 version 10.0 running on amd64
>   Java; VM; Vendor= 16.0.1; Java HotSpot(TM) 64-Bit Server VM 
> 16.0.1+9-24; Oracle Corporation
>   Runtime = Java(TM) SE Runtime Environment 16.0.1+9-24
>   Java Home   = C:\Program Files\Java\jdk-16.0.1
>   System Locale; Encoding = en_GB (nb); Cp1252
>   Home Directory  = C:\Users\micro
>   Current Directory   = C:\Program Files\NetBeans-12.4
>   User Directory  = C:\Users\micro\AppData\Roaming\NetBeans\12.4
>   Cache Directory = C:\Users\micro\AppData\Local\NetBeans\Cache\12.4
>   Installation= C:\Program Files\NetBeans-12.4\netbeans\nb
> C:\Program Files\NetBeans-12.4\netbeans\ide
> C:\Program Files\NetBeans-12.4\netbeans\extide
> C:\Program Files\NetBeans-12.4\netbeans\webcommon
> C:\Program 
> Files\NetBeans-12.4\netbeans\websvccommon
> C:\Program Files\NetBeans-12.4\netbeans\php
> C:\Program Files\NetBeans-12.4\netbeans\harness
> C:\Program Files\NetBeans-12.4\netbeans\cpplite
> C:\Program Files\NetBeans-12.4\netbeans\platform
>   Boot & Ext. Classpath   = 
>   Application Classpath   = C:\Program 
> Files\NetBeans-12.4\netbeans\platform\lib\boot.jar;C:\Program 
> Files\NetBeans-12.4\netbeans\platform\lib\org-openide-modules.jar;C:\Program 
> Files\NetBeans-12.4\netbeans\platform\lib\org-openide-util-lookup.jar;C:\Program
>  Files\NetBeans-12.4\netbeans\platform\lib\org-openide-util-ui.jar;C:\Program 
> Files\NetBeans-12.4\netbeans\platform\lib\org-openide-util.jar
>   Startup Classpath   = C:\Program 
> Files\NetBeans-12.4\netbeans\platform\core\asm-8.0.1.jar;C:\Program 
> Files\NetBeans-12.4\netbeans\platform\core\asm-commons-8.0.1.jar;C:\Program 
> Files\NetBeans-12.4\netbeans\platform\core\asm-tree-8.0.1.jar;C:\Program 
> Files\NetBeans-12.4\netbeans\platform\core\core-base.jar;C:\Program 
> Files\NetBeans-12.4\netbeans\platform\core\core.jar;C:\Program 
> Files\NetBeans-12.4\netbeans\platform\core\org-netbeans-libs-asm.jar;C:\Program
>  
> Files\NetBeans-12.4\netbeans\platform\core\org-openide-filesystems-compat8.jar;C:\Program
>  
> Files\NetBeans-12.4\netbeans\platform\core\org-openide-filesystems.jar;C:\Program
>  Files\NetBeans-12.4\netbeans\nb\core\org-netbeans-upgrader.jar;C:\Program 
> Files\NetBeans-12.4\netbeans\nb\core\locale\core_nb.jar
> ---
> INFO [org.netbeans.modules.netbinox]: Install area set to file:/C:/Program 
> Files/NetBeans-12.4/netbeans/
> WARNING [org.netbeans.core.modules]: the modules 
> [org.netbeans.modules.xml.text] use 
> org.netbeans.modules.editor.deprecated.pre65formatting which is deprecated.
> WARNING [org.netbeans.core.modules]: the modules 
> [org.netbeans.modules.ide.kit, org.netbeans.modules.xml.text] use 
> org.netbeans.modules.editor.structure which is deprecated.
> INFO [org.netbeans.core.startup.NbEvents]: Turning on modules:
>  slf4j.jdk14 [1.7.28 1.7.28]
>  slf4j.api [1.7.28 1.7.28]
>  org.openide.util.lookup [8.46 12.4-21726744165c946ba6619bff89e98d5863f26e22]
>  

[jira] [Commented] (NETBEANS-5937) Unable to run a Java FX project because "Browse JavaFX Applications Classes" Window appears and does nothing.

2021-08-27 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-5937:
---

It would have been easier if you'd attach the screenshots itself to this issue. 
Or just cut and paste them to the description.

The pdf heavily reduces the readability of the images.

> Unable to run a Java FX project because "Browse JavaFX Applications Classes" 
> Window appears and does nothing.
> -
>
> Key: NETBEANS-5937
> URL: https://issues.apache.org/jira/browse/NETBEANS-5937
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.4
> Environment: See third screenshot.
>Reporter: Stephen David Cadwell
>Priority: Blocker
> Attachments: ScreenShots2021-08-21.pdf
>
>
> I can't build or run any project because the pop-up shown in the second 
> screenshot attached just sits there and does nothing for hours (literally - 
> the current record is in excess of 12 hours). I get the same result trying 
> the default "Hello World" classes in both JavaFX and Java. The first 
> screenshot shows the JDK version installed. The third screenshot shows the 
> hardware and OS info.



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

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

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



[jira] [Resolved] (NETBEANS-2373) Support for Gradle distribution plugin

2021-08-27 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi resolved NETBEANS-2373.
---
Resolution: Fixed

> Support for Gradle distribution plugin
> --
>
> Key: NETBEANS-2373
> URL: https://issues.apache.org/jira/browse/NETBEANS-2373
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle
>Affects Versions: 11.0, 12.0, 11.1, 11.2, 11.3, 12.2, 12.3
> Environment: Netbeans 11
> Gradle 5, 6.4.1
> Java 11
>Reporter: Netbeans User 2019
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: pull-request-available
> Fix For: 12.5
>
> Attachments: image-2021-05-21-10-42-51-280.png
>
>  Time Spent: 1h
>  Remaining Estimate: 0h
>
> Gradle plugin shall recognize the distribution plugin and add a Source root 
> for 'src/main/dist' and it also need to support the created distribution 
> packages in a way. Either in a separate node or just in the project 
> customizer.



--
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-2373) Support for Gradle distribution plugin

2021-08-27 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-2373:
---

Well if there would be a test distribution the IDE would display Test Source 
Packages [java] and Test Distribution Files. Respecting that the current way is 
consistent. The [xy] after Source Packages are representimg the language type 
inside sourceset. There is no such thing for distributions.

> Support for Gradle distribution plugin
> --
>
> Key: NETBEANS-2373
> URL: https://issues.apache.org/jira/browse/NETBEANS-2373
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle
>Affects Versions: 11.0, 12.0, 11.1, 11.2, 11.3, 12.2, 12.3
> Environment: Netbeans 11
> Gradle 5, 6.4.1
> Java 11
>Reporter: Netbeans User 2019
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: pull-request-available
> Fix For: 12.5
>
> Attachments: image-2021-05-21-10-42-51-280.png
>
>  Time Spent: 1h
>  Remaining Estimate: 0h
>
> Gradle plugin shall recognize the distribution plugin and add a Source root 
> for 'src/main/dist' and it also need to support the created distribution 
> packages in a way. Either in a separate node or just in the project 
> customizer.



--
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-5958) NPE at com.sun.tools.javac.comp.Modules.addVisiblePackages(Modules.java:1565)

2021-08-27 Thread Eirik Bakke (Jira)
Eirik Bakke created NETBEANS-5958:
-

 Summary: NPE at 
com.sun.tools.javac.comp.Modules.addVisiblePackages(Modules.java:1565)
 Key: NETBEANS-5958
 URL: https://issues.apache.org/jira/browse/NETBEANS-5958
 Project: NetBeans
  Issue Type: Bug
  Components: java - Compiler
Affects Versions: 12.4
 Environment: NetBeans 12.4 on Windows 10 on Java 11.0.11. nbjavac 
plugin _not_ installed.
Reporter: Eirik Bakke


In a Maven-based Java project on NetBeans 12.4 with Java 11 and Compile-on-Save 
enabled with vanilla javac (nbjavac _not_ installed), I'm getting frequent 
NullPointerException notifications. Here is one of these NPE stack traces:

{noformat}
SEVERE [org.openide.util.Exceptions]
java.lang.NullPointerException
at 
jdk.compiler/com.sun.tools.javac.comp.Modules.addVisiblePackages(Modules.java:1565)
at 
jdk.compiler/com.sun.tools.javac.comp.Modules.initVisiblePackages(Modules.java:1551)
at 
jdk.compiler/com.sun.tools.javac.comp.Modules$3.complete(Modules.java:1430)
at 
jdk.compiler/com.sun.tools.javac.code.Symbol.complete(Symbol.java:642)
at jdk.compiler/com.sun.tools.javac.comp.Modules.enter(Modules.java:272)
at 
jdk.compiler/com.sun.tools.javac.comp.Modules.initModules(Modules.java:233)
at 
jdk.compiler/com.sun.tools.javac.main.JavaCompiler.initModules(JavaCompiler.java:1045)
at 
jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.enter(JavacTaskImpl.java:328)
at 
jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.ensureEntered(JavacTaskImpl.java:481)
at 
jdk.compiler/com.sun.tools.javac.model.JavacElements.ensureEntered(JavacElements.java:779)
at 
jdk.compiler/com.sun.tools.javac.model.JavacElements.doGetTypeElement(JavacElements.java:171)
at 
jdk.compiler/com.sun.tools.javac.model.JavacElements.getTypeElement(JavacElements.java:160)
at 
jdk.compiler/com.sun.tools.javac.model.JavacElements.getTypeElement(JavacElements.java:87)
at 
org.netbeans.modules.java.source.parsing.CompilationInfoImpl.toPhase(CompilationInfoImpl.java:395)
at 
org.netbeans.api.java.source.CompilationController.toPhase(CompilationController.java:88)
at 
org.netbeans.modules.java.hints.declarative.DeclarativeHintsParser$1.run(DeclarativeHintsParser.java:480)
at 
org.netbeans.modules.java.hints.declarative.DeclarativeHintsParser$1.run(DeclarativeHintsParser.java:477)
at 
org.netbeans.modules.java.source.parsing.MimeTask.run(MimeTask.java:60)
at 
org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:586)
at 
org.netbeans.modules.parsing.api.ParserManager$MimeTaskAction.run(ParserManager.java:357)
at 
org.netbeans.modules.parsing.api.ParserManager$MimeTaskAction.run(ParserManager.java:340)
at 
org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:181)
at 
org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:178)
at 
org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.priorityIO(FileChangedManager.java:153)
at 
org.netbeans.modules.masterfs.providers.ProvidedExtensions.priorityIO(ProvidedExtensions.java:335)
at 
org.netbeans.modules.parsing.nb.DataObjectEnvFactory.runPriorityIO(DataObjectEnvFactory.java:118)
at 
org.netbeans.modules.parsing.impl.Utilities.runPriorityIO(Utilities.java:67)
at 
org.netbeans.modules.parsing.impl.TaskProcessor.runUserTask(TaskProcessor.java:178)
at 
org.netbeans.modules.parsing.api.ParserManager.parse(ParserManager.java:311)
at 
org.netbeans.api.java.source.JavaSource.runUserActionTaskImpl(JavaSource.java:431)
at 
org.netbeans.api.java.source.JavaSource.runUserActionTask(JavaSource.java:423)
at 
org.netbeans.modules.java.hints.declarative.DeclarativeHintsParser.resolve(DeclarativeHintsParser.java:477)
at 
org.netbeans.modules.java.hints.declarative.DeclarativeHintsParser.access$000(DeclarativeHintsParser.java:83)
at 
org.netbeans.modules.java.hints.declarative.DeclarativeHintsParser$Impl.parseCondition(DeclarativeHintsParser.java:311)
at 
org.netbeans.modules.java.hints.declarative.DeclarativeHintsParser$Impl.parseConditions(DeclarativeHintsParser.java:258)
at 
org.netbeans.modules.java.hints.declarative.DeclarativeHintsParser$Impl.parseRule(DeclarativeHintsParser.java:215)
at 
org.netbeans.modules.java.hints.declarative.DeclarativeHintsParser$Impl.parseInput(DeclarativeHintsParser.java:184)
at 
org.netbeans.modules.java.hints.declarative.DeclarativeHintsParser$Impl.access$200(DeclarativeHintsParser.java:90)
at 
org.netbeans.modules.java.hints.declarative.DeclarativeHintsParser.parse(DeclarativeHintsParser.java:395)
at 

[jira] [Resolved] (NETBEANS-5322) Anonymous innerclasses may be lost from the model with nb-javac.

2021-08-27 Thread Eirik Bakke (Jira)


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

Eirik Bakke resolved NETBEANS-5322.
---
Resolution: Fixed

PR was merged; marking fixed.

> Anonymous innerclasses may be lost from the model with nb-javac.
> 
>
> Key: NETBEANS-5322
> URL: https://issues.apache.org/jira/browse/NETBEANS-5322
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.3
>Reporter: Jan Lahoda
>Assignee: Jan Lahoda
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Consider code like:
> {code:java}
> package javaapplication2;
> public class JavaApplication2 {
> public static void main(String[] args) {
> new Runnable() {
> };
> }
> }
> {code}
> There is an obvious compile-time error for the anonymous innerclass. When 
> running on e.g. JDK 15 without nb-javac, the provided fix works fine, and 
> generates the run method. When I install nb-javac, the fix stops to work, 
> unfortunately.
>  



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

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

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



[jira] [Resolved] (NETBEANS-5655) Invalid UTF-8 character when building on Windows

2021-08-27 Thread Eirik Bakke (Jira)


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

Eirik Bakke resolved NETBEANS-5655.
---
Resolution: Fixed

PR was merged, marking fixed.

> Invalid UTF-8 character when building on Windows
> 
>
> Key: NETBEANS-5655
> URL: https://issues.apache.org/jira/browse/NETBEANS-5655
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.4
> Environment: Building NetBeans on Windows 10 from the Windows command 
> line (not WSL).
>Reporter: Eirik Bakke
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 1h 50m
>  Remaining Estimate: 0h
>
> Doing a build on Windows, the following error occurs:
> {{BUILD FAILED}}
> {{C:\Users\ebakke\ZRoot\nbsrc\incubator-netbeans\nbbuild\build.xml:395: The 
> following error occurred while executing this line:}}
> {{C:\Users\ebakke\ZRoot\nbsrc\incubator-netbeans\nbbuild\javadoctools\build.xml:48:
>  The following error occurred while executing this line:}}
> {{C:\Users\ebakke\ZRoot\nbsrc\incubator-netbeans\nbbuild\javadoctools\build.xml:149:
>  javax.xml.transform.TransformerException: 
> javax.xml.transform.TransformerException: 
> com.sun.org.apache.xml.internal.utils.WrappedRuntimeException: Invalid byte 3 
> of 3-byte UTF-8 sequence.}}
> Examining build.xml:149, it points to the file 
> nbbuild/build/javadoc/alldatas.xml, which indeed appears to have a malformed 
> UTF-8 character somewhere.
> Doing some further investigation...
> {{ebakke@EBLEN:/z/nbsrc/incubator-netbeans/nbbuild/build/javadoc$ diff 
> alldatas1.xml alldatas2.xml}}
> {{5139c5139}}
> {{< when running in “compile-on-save? mode}}
> {{---}}
> {{> when running in “compile-on-save�? mode}}
> Will submit a PR.



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

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

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



[jira] [Resolved] (NETBEANS-5726) Checkmark next to "Show Editor Toolbar" menu item can get out of sync with actual setting

2021-08-27 Thread Eirik Bakke (Jira)


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

Eirik Bakke resolved NETBEANS-5726.
---
Resolution: Fixed

PR was merged, marking fixed.

> Checkmark next to "Show Editor Toolbar" menu item can get out of sync with 
> actual setting
> -
>
> Key: NETBEANS-5726
> URL: https://issues.apache.org/jira/browse/NETBEANS-5726
> Project: NetBeans
>  Issue Type: Improvement
>  Components: editor - Options
>Affects Versions: 12.2
> Environment: All OSes.
>Reporter: Eirik Bakke
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> The checkmark next to the "Show Editor Toolbar" menu item can get out of sync 
> with actual setting.
> To reproduce:
> 1) Open a file for editing in the NetBeans editor.
> 2) Click View->"Show Only Editor"
> 3) Click View->"Show Editor Toolbar"
> 4) Click View->"Show Only Editor"
> 5) Click View->"Show Editor Toolbar"
> 6) There's now a checkmark next to View->"Show Editor Toolbar", even though 
> there is no editor toolbar showing.
> It seems the checkbox in the menu is inverted on every click rather than 
> properly being bound to the underlying "toolbarVisible" preference from the 
> java.util.prefs.Preferences system, which is (rightly) modified by the "Show 
> Only Editor" action.
> (This bug report is a copy of the old BugZilla bug 
> https://bz.apache.org/netbeans/show_bug.cgi?id=240513 .)



--
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-5956) Wildcard certificate of *.apache.org not accepted by IDE TrustManager for use in pom.xml

2021-08-27 Thread Ronny Perinke (Jira)


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

Ronny Perinke updated NETBEANS-5956:

Description: 
If you have a Maven project and open a pom.xml with xsi:schemalocation set, you 
will get an error from the IDE that the certificate of "*.apache.org" could not 
be verified. This seems to be an issue with the new wildcard cert. The 
certificate is accepted by the JRE trust-store as a quick check with jshell 
reveals.

 !image-2021-08-27-20-52-46-248.png! 

If you do not accept the certificate and the two from certificate chain, you 
lose auto-completion and schema validation for the pom.

messages.log says
{code:title=messages.log}
INFO [org.netbeans.modules.xml.retriever.catalog.impl.CatalogModelImpl]: The 
certificate is not trusted by IDE TrustManager
java.security.cert.CertificateException: The certificate is not trusted by IDE 
TrustManager
at 
org.netbeans.modules.xml.retriever.impl.SecureURLResourceRetriever$1.checkServerTrusted(SecureURLResourceRetriever.java:114)
at 
java.base/sun.security.ssl.AbstractTrustManagerWrapper.checkServerTrusted(SSLContextImpl.java:1442)
at 
java.base/sun.security.ssl.CertificateMessage$T13CertificateConsumer.checkServerCerts(CertificateMessage.java:1341)
Caused: javax.net.ssl.SSLHandshakeException: The certificate is not trusted by 
IDE TrustManager
at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:131)
at 
java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:369)
at 
java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:312)
at 
java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:307)
at 
java.base/sun.security.ssl.CertificateMessage$T13CertificateConsumer.checkServerCerts(CertificateMessage.java:1357)
at 
java.base/sun.security.ssl.CertificateMessage$T13CertificateConsumer.onConsumeCertificate(CertificateMessage.java:1232)
at 
java.base/sun.security.ssl.CertificateMessage$T13CertificateConsumer.consume(CertificateMessage.java:1175)
at 
java.base/sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:396)
at 
java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:480)
at 
java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:458)
at 
java.base/sun.security.ssl.TransportContext.dispatch(TransportContext.java:199)
at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:172)
at 
java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1506)
at 
java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1416)
at 
java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:451)
at 
java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:422)
at 
java.base/sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:574)
at 
java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:183)
at 
java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java:142)
at 
org.netbeans.modules.xml.retriever.impl.URLResourceRetriever.getInputStreamOfURL(URLResourceRetriever.java:144)
at 
org.netbeans.modules.xml.retriever.impl.SecureURLResourceRetriever.retrieveDocument(SecureURLResourceRetriever.java:74)
[catch] at 
org.netbeans.modules.xml.retriever.catalog.impl.CatalogModelImpl.getModelSource(CatalogModelImpl.java:263)
at 
org.netbeans.modules.xml.retriever.catalog.impl.CatalogModelImpl.doGetModelSource(CatalogModelImpl.java:244)
at 
org.netbeans.modules.xml.retriever.catalog.impl.CatalogModelImpl.getModelSource(CatalogModelImpl.java:167)
at 
org.netbeans.modules.xml.schema.completion.util.DefaultModelProvider.getCompletionModel(DefaultModelProvider.java:102)
at 
org.netbeans.modules.xml.schema.completion.util.DefaultModelProvider.getModels(DefaultModelProvider.java:62)
at 
org.netbeans.modules.xml.schema.completion.util.CompletionContextImpl.initModels(CompletionContextImpl.java:938)
at 
org.netbeans.modules.xml.schema.completion.CompletionQuery.getCompletionItems(CompletionQuery.java:343)
at 
org.netbeans.modules.xml.schema.completion.CompletionQuery$ModelTask.run(CompletionQuery.java:310)
at 
org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
at 
org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
at 
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
{code}

{code:title=check with jshell}
jshell> 

[jira] [Updated] (NETBEANS-5956) Wildcard certificate of *.apache.org not accepted by IDE TrustManager for use in pom.xml

2021-08-27 Thread Ronny Perinke (Jira)


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

Ronny Perinke updated NETBEANS-5956:

Priority: Major  (was: Critical)

> Wildcard certificate of *.apache.org not accepted by IDE TrustManager for use 
> in pom.xml
> 
>
> Key: NETBEANS-5956
> URL: https://issues.apache.org/jira/browse/NETBEANS-5956
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Completion  Templates
>Affects Versions: 12.4
>Reporter:  Ronny Perinke
>Priority: Major
> Fix For: 12.5
>
> Attachments: image-2021-08-27-20-52-46-248.png
>
>
> If you have a Maven project and open a pom.xml with xsi:schemalocation set, 
> you will get an error from the IDE that the certificate of "*.apache.org" 
> could not be verified. This seems to be an issue with the new wildcard cert. 
> The certificate is accepted by the JRE trust-store as a quick check with 
> jshell reveals.
>  !image-2021-08-27-20-52-46-248.png! 
> If you do not accept the certificate and the two from certificate chain, you 
> lose auto-completion and schema validation for the pom.
> messages.log says
> {code:title=messages.log}
> INFO [org.netbeans.modules.xml.retriever.catalog.impl.CatalogModelImpl]: The 
> certificate is not trusted by IDE TrustManager
> java.security.cert.CertificateException: The certificate is not trusted by 
> IDE TrustManager
>   at 
> org.netbeans.modules.xml.retriever.impl.SecureURLResourceRetriever$1.checkServerTrusted(SecureURLResourceRetriever.java:114)
>   at 
> java.base/sun.security.ssl.AbstractTrustManagerWrapper.checkServerTrusted(SSLContextImpl.java:1442)
>   at 
> java.base/sun.security.ssl.CertificateMessage$T13CertificateConsumer.checkServerCerts(CertificateMessage.java:1341)
> Caused: javax.net.ssl.SSLHandshakeException: The certificate is not trusted 
> by IDE TrustManager
>   at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:131)
>   at 
> java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:369)
>   at 
> java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:312)
>   at 
> java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:307)
>   at 
> java.base/sun.security.ssl.CertificateMessage$T13CertificateConsumer.checkServerCerts(CertificateMessage.java:1357)
>   at 
> java.base/sun.security.ssl.CertificateMessage$T13CertificateConsumer.onConsumeCertificate(CertificateMessage.java:1232)
>   at 
> java.base/sun.security.ssl.CertificateMessage$T13CertificateConsumer.consume(CertificateMessage.java:1175)
>   at 
> java.base/sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:396)
>   at 
> java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:480)
>   at 
> java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:458)
>   at 
> java.base/sun.security.ssl.TransportContext.dispatch(TransportContext.java:199)
>   at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:172)
>   at 
> java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1506)
>   at 
> java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1416)
>   at 
> java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:451)
>   at 
> java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:422)
>   at 
> java.base/sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:574)
>   at 
> java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:183)
>   at 
> java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java:142)
>   at 
> org.netbeans.modules.xml.retriever.impl.URLResourceRetriever.getInputStreamOfURL(URLResourceRetriever.java:144)
>   at 
> org.netbeans.modules.xml.retriever.impl.SecureURLResourceRetriever.retrieveDocument(SecureURLResourceRetriever.java:74)
> [catch] at 
> org.netbeans.modules.xml.retriever.catalog.impl.CatalogModelImpl.getModelSource(CatalogModelImpl.java:263)
>   at 
> org.netbeans.modules.xml.retriever.catalog.impl.CatalogModelImpl.doGetModelSource(CatalogModelImpl.java:244)
>   at 
> org.netbeans.modules.xml.retriever.catalog.impl.CatalogModelImpl.getModelSource(CatalogModelImpl.java:167)
>   at 
> org.netbeans.modules.xml.schema.completion.util.DefaultModelProvider.getCompletionModel(DefaultModelProvider.java:102)
>   at 
> org.netbeans.modules.xml.schema.completion.util.DefaultModelProvider.getModels(DefaultModelProvider.java:62)
>   at 
> 

[jira] [Created] (NETBEANS-5957) Symlinks not accepted as source folder for Java platfrom

2021-08-27 Thread Ronny Perinke (Jira)
 Ronny Perinke created NETBEANS-5957:


 Summary: Symlinks not accepted as source folder for Java platfrom
 Key: NETBEANS-5957
 URL: https://issues.apache.org/jira/browse/NETBEANS-5957
 Project: NetBeans
  Issue Type: Bug
  Components: platform - Directory Chooser
Affects Versions: 12.4
 Environment: Windows 10
Reporter:  Ronny Perinke
 Attachments: image-2021-08-27-21-17-26-531.png, 
image-2021-08-27-21-17-51-871.png

Let there be a symlink "s" that points to the actual root folder "j" of a JDK 
installation.

Then you can not select "s" but only "j" in the dialog for choosing a platform 
folder.

This is not only limited to the platform dialog but also happens for others 
such as "open project".

*Symlink*
 !image-2021-08-27-21-17-26-531.png! 

*No Symlink*
 !image-2021-08-27-21-17-51-871.png! 



--
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-5956) Wildcard certificate of *.apache.org not accepted by IDE TrustManager for use in pom.xml

2021-08-27 Thread Ronny Perinke (Jira)


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

Ronny Perinke updated NETBEANS-5956:

Description: 
If you have a Maven project and open a pom.xml with xsi:schemalocation set, you 
will get an error from the IDE that the certificate of "*.apache.org" could not 
be verified. This seems to be an issue with the new wildcard cert. The 
certificate is accepted by the JRE trust-store as a quick check with jshell 
reveals.

 !image-2021-08-27-20-52-46-248.png! 

If you do not accept the certificate and the two from certificate chain, you 
lose auto-completion and schema validation for the pom. *This must be repeated 
after very restart of the IDE!*

messages.log says
{code:title=messages.log}
INFO [org.netbeans.modules.xml.retriever.catalog.impl.CatalogModelImpl]: The 
certificate is not trusted by IDE TrustManager
java.security.cert.CertificateException: The certificate is not trusted by IDE 
TrustManager
at 
org.netbeans.modules.xml.retriever.impl.SecureURLResourceRetriever$1.checkServerTrusted(SecureURLResourceRetriever.java:114)
at 
java.base/sun.security.ssl.AbstractTrustManagerWrapper.checkServerTrusted(SSLContextImpl.java:1442)
at 
java.base/sun.security.ssl.CertificateMessage$T13CertificateConsumer.checkServerCerts(CertificateMessage.java:1341)
Caused: javax.net.ssl.SSLHandshakeException: The certificate is not trusted by 
IDE TrustManager
at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:131)
at 
java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:369)
at 
java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:312)
at 
java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:307)
at 
java.base/sun.security.ssl.CertificateMessage$T13CertificateConsumer.checkServerCerts(CertificateMessage.java:1357)
at 
java.base/sun.security.ssl.CertificateMessage$T13CertificateConsumer.onConsumeCertificate(CertificateMessage.java:1232)
at 
java.base/sun.security.ssl.CertificateMessage$T13CertificateConsumer.consume(CertificateMessage.java:1175)
at 
java.base/sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:396)
at 
java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:480)
at 
java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:458)
at 
java.base/sun.security.ssl.TransportContext.dispatch(TransportContext.java:199)
at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:172)
at 
java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1506)
at 
java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1416)
at 
java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:451)
at 
java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:422)
at 
java.base/sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:574)
at 
java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:183)
at 
java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java:142)
at 
org.netbeans.modules.xml.retriever.impl.URLResourceRetriever.getInputStreamOfURL(URLResourceRetriever.java:144)
at 
org.netbeans.modules.xml.retriever.impl.SecureURLResourceRetriever.retrieveDocument(SecureURLResourceRetriever.java:74)
[catch] at 
org.netbeans.modules.xml.retriever.catalog.impl.CatalogModelImpl.getModelSource(CatalogModelImpl.java:263)
at 
org.netbeans.modules.xml.retriever.catalog.impl.CatalogModelImpl.doGetModelSource(CatalogModelImpl.java:244)
at 
org.netbeans.modules.xml.retriever.catalog.impl.CatalogModelImpl.getModelSource(CatalogModelImpl.java:167)
at 
org.netbeans.modules.xml.schema.completion.util.DefaultModelProvider.getCompletionModel(DefaultModelProvider.java:102)
at 
org.netbeans.modules.xml.schema.completion.util.DefaultModelProvider.getModels(DefaultModelProvider.java:62)
at 
org.netbeans.modules.xml.schema.completion.util.CompletionContextImpl.initModels(CompletionContextImpl.java:938)
at 
org.netbeans.modules.xml.schema.completion.CompletionQuery.getCompletionItems(CompletionQuery.java:343)
at 
org.netbeans.modules.xml.schema.completion.CompletionQuery$ModelTask.run(CompletionQuery.java:310)
at 
org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
at 
org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
at 
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
{code}

{code:title=check with jshell}
jshell> 

[jira] [Updated] (NETBEANS-5956) Wildcard certificate of *.apache.org not accepted by IDE TrustManager for use in pom.xml

2021-08-27 Thread Ronny Perinke (Jira)


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

Ronny Perinke updated NETBEANS-5956:

Component/s: editor - Completion & Templates

> Wildcard certificate of *.apache.org not accepted by IDE TrustManager for use 
> in pom.xml
> 
>
> Key: NETBEANS-5956
> URL: https://issues.apache.org/jira/browse/NETBEANS-5956
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Completion  Templates
>Affects Versions: 12.4
>Reporter:  Ronny Perinke
>Priority: Critical
> Fix For: 12.5
>
> Attachments: image-2021-08-27-20-52-46-248.png
>
>
> If you have a Maven project and open a pom.xml with xsi:schemalocation set, 
> you will get an error from the IDE that the certificate of "*.apache.org" 
> could not be verified. This seems to be an issue with the new wildcard cert. 
> The certificate is accepted by the JRE trust-store as a quick check with 
> jshell reveals.
>  !image-2021-08-27-20-52-46-248.png! 
> If you do not accept the certificate and the two from certificate chain, you 
> lose auto-completion and schema validation for the pom. *This must be 
> repeated after very restart of the IDE!*
> messages.log says
> {code}
> INFO [org.netbeans.modules.xml.retriever.catalog.impl.CatalogModelImpl]: The 
> certificate is not trusted by IDE TrustManager
> java.security.cert.CertificateException: The certificate is not trusted by 
> IDE TrustManager
>   at 
> org.netbeans.modules.xml.retriever.impl.SecureURLResourceRetriever$1.checkServerTrusted(SecureURLResourceRetriever.java:114)
>   at 
> java.base/sun.security.ssl.AbstractTrustManagerWrapper.checkServerTrusted(SSLContextImpl.java:1442)
>   at 
> java.base/sun.security.ssl.CertificateMessage$T13CertificateConsumer.checkServerCerts(CertificateMessage.java:1341)
> Caused: javax.net.ssl.SSLHandshakeException: The certificate is not trusted 
> by IDE TrustManager
>   at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:131)
>   at 
> java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:369)
>   at 
> java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:312)
>   at 
> java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:307)
>   at 
> java.base/sun.security.ssl.CertificateMessage$T13CertificateConsumer.checkServerCerts(CertificateMessage.java:1357)
>   at 
> java.base/sun.security.ssl.CertificateMessage$T13CertificateConsumer.onConsumeCertificate(CertificateMessage.java:1232)
>   at 
> java.base/sun.security.ssl.CertificateMessage$T13CertificateConsumer.consume(CertificateMessage.java:1175)
>   at 
> java.base/sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:396)
>   at 
> java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:480)
>   at 
> java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:458)
>   at 
> java.base/sun.security.ssl.TransportContext.dispatch(TransportContext.java:199)
>   at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:172)
>   at 
> java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1506)
>   at 
> java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1416)
>   at 
> java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:451)
>   at 
> java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:422)
>   at 
> java.base/sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:574)
>   at 
> java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:183)
>   at 
> java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java:142)
>   at 
> org.netbeans.modules.xml.retriever.impl.URLResourceRetriever.getInputStreamOfURL(URLResourceRetriever.java:144)
>   at 
> org.netbeans.modules.xml.retriever.impl.SecureURLResourceRetriever.retrieveDocument(SecureURLResourceRetriever.java:74)
> [catch] at 
> org.netbeans.modules.xml.retriever.catalog.impl.CatalogModelImpl.getModelSource(CatalogModelImpl.java:263)
>   at 
> org.netbeans.modules.xml.retriever.catalog.impl.CatalogModelImpl.doGetModelSource(CatalogModelImpl.java:244)
>   at 
> org.netbeans.modules.xml.retriever.catalog.impl.CatalogModelImpl.getModelSource(CatalogModelImpl.java:167)
>   at 
> org.netbeans.modules.xml.schema.completion.util.DefaultModelProvider.getCompletionModel(DefaultModelProvider.java:102)
>   at 
> org.netbeans.modules.xml.schema.completion.util.DefaultModelProvider.getModels(DefaultModelProvider.java:62)
>   at 
> 

[jira] [Updated] (NETBEANS-5956) Wildcard certificate of *.apache.org not accepted by IDE TrustManager for use in pom.xml

2021-08-27 Thread Ronny Perinke (Jira)


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

Ronny Perinke updated NETBEANS-5956:

Description: 
If you have a Maven project and open a pom.xml with xsi:schemalocation set, you 
will get an error from the IDE that the certificate of "*.apache.org" could not 
be verified. This seems to be an issue with the new wildcard cert. The 
certificate is accepted by the JRE trust-store as a quick check with jshell 
reveals.

 !image-2021-08-27-20-52-46-248.png! 

If you do not accept the certificate and the two from certificate chain, you 
lose auto-completion and schema validation for the pom. *This must be repeated 
after very restart of the IDE!*

messages.log says
{code}
INFO [org.netbeans.modules.xml.retriever.catalog.impl.CatalogModelImpl]: The 
certificate is not trusted by IDE TrustManager
java.security.cert.CertificateException: The certificate is not trusted by IDE 
TrustManager
at 
org.netbeans.modules.xml.retriever.impl.SecureURLResourceRetriever$1.checkServerTrusted(SecureURLResourceRetriever.java:114)
at 
java.base/sun.security.ssl.AbstractTrustManagerWrapper.checkServerTrusted(SSLContextImpl.java:1442)
at 
java.base/sun.security.ssl.CertificateMessage$T13CertificateConsumer.checkServerCerts(CertificateMessage.java:1341)
Caused: javax.net.ssl.SSLHandshakeException: The certificate is not trusted by 
IDE TrustManager
at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:131)
at 
java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:369)
at 
java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:312)
at 
java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:307)
at 
java.base/sun.security.ssl.CertificateMessage$T13CertificateConsumer.checkServerCerts(CertificateMessage.java:1357)
at 
java.base/sun.security.ssl.CertificateMessage$T13CertificateConsumer.onConsumeCertificate(CertificateMessage.java:1232)
at 
java.base/sun.security.ssl.CertificateMessage$T13CertificateConsumer.consume(CertificateMessage.java:1175)
at 
java.base/sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:396)
at 
java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:480)
at 
java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:458)
at 
java.base/sun.security.ssl.TransportContext.dispatch(TransportContext.java:199)
at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:172)
at 
java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1506)
at 
java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1416)
at 
java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:451)
at 
java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:422)
at 
java.base/sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:574)
at 
java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:183)
at 
java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java:142)
at 
org.netbeans.modules.xml.retriever.impl.URLResourceRetriever.getInputStreamOfURL(URLResourceRetriever.java:144)
at 
org.netbeans.modules.xml.retriever.impl.SecureURLResourceRetriever.retrieveDocument(SecureURLResourceRetriever.java:74)
[catch] at 
org.netbeans.modules.xml.retriever.catalog.impl.CatalogModelImpl.getModelSource(CatalogModelImpl.java:263)
at 
org.netbeans.modules.xml.retriever.catalog.impl.CatalogModelImpl.doGetModelSource(CatalogModelImpl.java:244)
at 
org.netbeans.modules.xml.retriever.catalog.impl.CatalogModelImpl.getModelSource(CatalogModelImpl.java:167)
at 
org.netbeans.modules.xml.schema.completion.util.DefaultModelProvider.getCompletionModel(DefaultModelProvider.java:102)
at 
org.netbeans.modules.xml.schema.completion.util.DefaultModelProvider.getModels(DefaultModelProvider.java:62)
at 
org.netbeans.modules.xml.schema.completion.util.CompletionContextImpl.initModels(CompletionContextImpl.java:938)
at 
org.netbeans.modules.xml.schema.completion.CompletionQuery.getCompletionItems(CompletionQuery.java:343)
at 
org.netbeans.modules.xml.schema.completion.CompletionQuery$ModelTask.run(CompletionQuery.java:310)
at 
org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
at 
org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
at 
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
{code}

{code}
jshell> 

[jira] [Created] (NETBEANS-5956) Wildcard certificate of *.apache.org not accepted by IDE TrustManager for use in pom.xml

2021-08-27 Thread Ronny Perinke (Jira)
 Ronny Perinke created NETBEANS-5956:


 Summary: Wildcard certificate of *.apache.org not accepted by IDE 
TrustManager for use in pom.xml
 Key: NETBEANS-5956
 URL: https://issues.apache.org/jira/browse/NETBEANS-5956
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 12.4
Reporter:  Ronny Perinke
 Fix For: 12.5
 Attachments: image-2021-08-27-20-52-46-248.png

If you have a Maven project and open a pom.xml with xsi:schemalocation set, you 
will get an error from the IDE that the certificate of "*.apache.org" could not 
be verified. This seems to be an issue with the new wildcard cert. The 
certificate is accepted by the JRE trust-store as a quick check with jshell 
reveals.

 !image-2021-08-27-20-52-46-248.png|thumbnail! 

If you do not accept the certificate and the two from certificate chain, you 
lose auto-completion and schema validation for the pom. *This must be repeated 
after very restart of the IDE!*

messages.log says
{code}
INFO [org.netbeans.modules.xml.retriever.catalog.impl.CatalogModelImpl]: The 
certificate is not trusted by IDE TrustManager
java.security.cert.CertificateException: The certificate is not trusted by IDE 
TrustManager
at 
org.netbeans.modules.xml.retriever.impl.SecureURLResourceRetriever$1.checkServerTrusted(SecureURLResourceRetriever.java:114)
at 
java.base/sun.security.ssl.AbstractTrustManagerWrapper.checkServerTrusted(SSLContextImpl.java:1442)
at 
java.base/sun.security.ssl.CertificateMessage$T13CertificateConsumer.checkServerCerts(CertificateMessage.java:1341)
Caused: javax.net.ssl.SSLHandshakeException: The certificate is not trusted by 
IDE TrustManager
at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:131)
at 
java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:369)
at 
java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:312)
at 
java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:307)
at 
java.base/sun.security.ssl.CertificateMessage$T13CertificateConsumer.checkServerCerts(CertificateMessage.java:1357)
at 
java.base/sun.security.ssl.CertificateMessage$T13CertificateConsumer.onConsumeCertificate(CertificateMessage.java:1232)
at 
java.base/sun.security.ssl.CertificateMessage$T13CertificateConsumer.consume(CertificateMessage.java:1175)
at 
java.base/sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:396)
at 
java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:480)
at 
java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:458)
at 
java.base/sun.security.ssl.TransportContext.dispatch(TransportContext.java:199)
at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:172)
at 
java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1506)
at 
java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1416)
at 
java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:451)
at 
java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:422)
at 
java.base/sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:574)
at 
java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:183)
at 
java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java:142)
at 
org.netbeans.modules.xml.retriever.impl.URLResourceRetriever.getInputStreamOfURL(URLResourceRetriever.java:144)
at 
org.netbeans.modules.xml.retriever.impl.SecureURLResourceRetriever.retrieveDocument(SecureURLResourceRetriever.java:74)
[catch] at 
org.netbeans.modules.xml.retriever.catalog.impl.CatalogModelImpl.getModelSource(CatalogModelImpl.java:263)
at 
org.netbeans.modules.xml.retriever.catalog.impl.CatalogModelImpl.doGetModelSource(CatalogModelImpl.java:244)
at 
org.netbeans.modules.xml.retriever.catalog.impl.CatalogModelImpl.getModelSource(CatalogModelImpl.java:167)
at 
org.netbeans.modules.xml.schema.completion.util.DefaultModelProvider.getCompletionModel(DefaultModelProvider.java:102)
at 
org.netbeans.modules.xml.schema.completion.util.DefaultModelProvider.getModels(DefaultModelProvider.java:62)
at 
org.netbeans.modules.xml.schema.completion.util.CompletionContextImpl.initModels(CompletionContextImpl.java:938)
at 
org.netbeans.modules.xml.schema.completion.CompletionQuery.getCompletionItems(CompletionQuery.java:343)
at 
org.netbeans.modules.xml.schema.completion.CompletionQuery$ModelTask.run(CompletionQuery.java:310)
at 
org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
at 

[jira] [Updated] (NETBEANS-5955) Java with Maven Enterprise Application project template uses wrong packaging format for ejb project

2021-08-27 Thread htlbugfinder (Jira)


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

htlbugfinder updated NETBEANS-5955:
---
Summary: Java with Maven Enterprise Application project template uses wrong 
packaging format for ejb project  (was: Broken project created when creating a 
new Enterprise Application (Java with Maven) JakartaEE9)

> Java with Maven Enterprise Application project template uses wrong packaging 
> format for ejb project
> ---
>
> Key: NETBEANS-5955
> URL: https://issues.apache.org/jira/browse/NETBEANS-5955
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.5
>Reporter: htlbugfinder
>Assignee: Prasad Gawande
>Priority: Major
> Attachments: projectcreationfailurelog.txt
>
>
> After the steps of bug 5953 (doesn't depend on it, but for reference to used 
> Glassfish configuration and so on) tried to create an Enterprise Application 
> project with Maven (via File New Project) without changing any default 
> values. Executed a second time with maven global changed to -X to get verbose 
> messages.
> Result:
> The created mavenproject2-ear project is missing dependencies and claims to 
> be unable to resolve the com.mycompany:mavenproject2-ejb:jar:1.0-SNAPSHOT



--
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] [Comment Edited] (NETBEANS-5955) Broken project created when creating a new Enterprise Application (Java with Maven) JakartaEE9

2021-08-27 Thread htlbugfinder (Jira)


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

htlbugfinder edited comment on NETBEANS-5955 at 8/27/21, 4:26 PM:
--

Comparing with JavaEE Ant projects reveals the issue (Maven JavaEE project 
creation had been unsuccessfully too):

The mavenproject2-ejb project is being set to "war" packaging. The 
mavenproject2-ear expects it to be set to "jar" packaging. So the wrong 
packaging format seems to be causing the issues. Manually changing the project 
packaging type of the ejb project to jar fixes the dependency issues.

--> the template probably needs to be changed to use jar packaging type for the 
ejb project

Deployment of the ear then fails because of missing EJBs. Trying to create an 
Entity EJB fails because the source directory is not properly set (maybe caused 
by the above "fix" being incomplete).

--> the template probably needs to create the ejb project probably with the 
correct directory structure too

Change the issue title from "Broken project created when creating a new 
Enterprise Application (Java with Maven) JakartaEE9"


was (Author: htlbugfinder):
Comparing with JavaEE Ant projects reveals the issue (Maven JavaEE project 
creation had been unsuccessfully too):

The mavenproject2-ejb project is being set to "war" packaging. The 
mavenproject2-ear expects it to be set to "jar" packaging. So the wrong 
packaging format seems to be causing the issues. Manually changing the project 
packaging type of the ejb project to jar fixes the dependency issues.

--> the template probably needs to be changed to use jar packaging type for the 
ejb project

Deployment of the ear then fails because of missing EJBs. Trying to create an 
Entity EJB fails because the source directory is not properly set (maybe caused 
by the above "fix" being incomplete).

--> the template probably needs to create the ejb project probably with the 
correct directory structure too

> Broken project created when creating a new Enterprise Application (Java with 
> Maven) JakartaEE9
> --
>
> Key: NETBEANS-5955
> URL: https://issues.apache.org/jira/browse/NETBEANS-5955
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.5
>Reporter: htlbugfinder
>Assignee: Prasad Gawande
>Priority: Major
> Attachments: projectcreationfailurelog.txt
>
>
> After the steps of bug 5953 (doesn't depend on it, but for reference to used 
> Glassfish configuration and so on) tried to create an Enterprise Application 
> project with Maven (via File New Project) without changing any default 
> values. Executed a second time with maven global changed to -X to get verbose 
> messages.
> Result:
> The created mavenproject2-ear project is missing dependencies and claims to 
> be unable to resolve the com.mycompany:mavenproject2-ejb:jar:1.0-SNAPSHOT



--
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-5955) Broken project created when creating a new Enterprise Application (Java with Maven) JakartaEE9

2021-08-27 Thread htlbugfinder (Jira)


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

htlbugfinder commented on NETBEANS-5955:


Comparing with JavaEE Ant projects reveals the issue (Maven JavaEE project 
creation had been unsuccessfully too):

The mavenproject2-ejb project is being set to "war" packaging. The 
mavenproject2-ear expects it to be set to "jar" packaging. So the wrong 
packaging format seems to be causing the issues. Manually changing the project 
packaging type of the ejb project to jar fixes the dependency issues.

--> the template probably needs to be changed to use jar packaging type for the 
ejb project

Deployment of the ear then fails because of missing EJBs. Trying to create an 
Entity EJB fails because the source directory is not properly set (maybe caused 
by the above "fix" being incomplete).

--> the template probably needs to create the ejb project probably with the 
correct directory structure too

> Broken project created when creating a new Enterprise Application (Java with 
> Maven) JakartaEE9
> --
>
> Key: NETBEANS-5955
> URL: https://issues.apache.org/jira/browse/NETBEANS-5955
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.5
>Reporter: htlbugfinder
>Assignee: Prasad Gawande
>Priority: Major
> Attachments: projectcreationfailurelog.txt
>
>
> After the steps of bug 5953 (doesn't depend on it, but for reference to used 
> Glassfish configuration and so on) tried to create an Enterprise Application 
> project with Maven (via File New Project) without changing any default 
> values. Executed a second time with maven global changed to -X to get verbose 
> messages.
> Result:
> The created mavenproject2-ear project is missing dependencies and claims to 
> be unable to resolve the com.mycompany:mavenproject2-ejb:jar:1.0-SNAPSHOT



--
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: [NETBEANS-5907] - Update eclipselink from 2.7.7 to 2.7.9 (#3100)

2021-08-27 Thread pepness
This is an automated email from the ASF dual-hosted git repository.

pepness 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 bed690f  [NETBEANS-5907] - Update eclipselink from 2.7.7 to 2.7.9 
(#3100)
bed690f is described below

commit bed690f69e56846a887754acbe657dba5eb19fb9
Author: José Contreras 
AuthorDate: Fri Aug 27 16:16:18 2021 +

[NETBEANS-5907] - Update eclipselink from 2.7.7 to 2.7.9 (#3100)


- Update license version
- Update binaries
- Override new abstract method "isEmbeddable()"
---
 .../src/org/netbeans/modules/websvc/swdp/swdp.xml  | 12 +--
 java/j2ee.eclipselink/external/binaries-list   | 12 +--
 ...7-license.txt => eclipselink-2.7.9-license.txt} |  6 +++---
 java/j2ee.eclipselink/nbproject/project.properties | 24 +++---
 java/j2ee.eclipselink/nbproject/project.xml| 12 +--
 .../modules/j2ee/eclipselink/eclipselink_lib.xml   | 24 +++---
 .../external/binaries-list |  2 +-
 ...7-license.txt => eclipselink-2.7.9-license.txt} |  6 +++---
 .../nbproject/project.properties   |  6 --
 .../eclipselinkmodelgen_lib.xml|  4 ++--
 .../nbproject/project.properties   | 12 +--
 .../nbproject/project.properties   | 12 +--
 java/j2ee.persistence/nbproject/project.properties | 11 +-
 .../modules/j2ee/persistence/spi/jpql/Mapping.java |  5 +
 .../nbproject/project.properties   | 12 +--
 nbbuild/licenses/EPL-v10-eclipselink   |  2 +-
 16 files changed, 85 insertions(+), 77 deletions(-)

diff --git 
a/enterprise/websvc.restlib/src/org/netbeans/modules/websvc/swdp/swdp.xml 
b/enterprise/websvc.restlib/src/org/netbeans/modules/websvc/swdp/swdp.xml
index 29d61e7..e1056dc 100644
--- a/enterprise/websvc.restlib/src/org/netbeans/modules/websvc/swdp/swdp.xml
+++ b/enterprise/websvc.restlib/src/org/netbeans/modules/websvc/swdp/swdp.xml
@@ -47,12 +47,12 @@
 
jar:nbinst://org.netbeans.modules.websvc.restlib/modules/ext/jersey2/ext/aopalliance-repackaged-2.6.1.jar!/
 
jar:nbinst://org.netbeans.modules.websvc.restlib/modules/ext/jersey2/ext/osgi.core-8.0.0.jar!/
 
jar:nbinst://org.netbeans.modules.websvc.restlib/modules/ext/jersey2/ext/osgi-resource-locator-1.0.3.jar!/
-
jar:nbinst://org.netbeans.modules.j2ee.eclipselink/modules/ext/eclipselink/org.eclipse.persistence.core-2.7.7.jar!/
-
jar:nbinst://org.netbeans.modules.j2ee.eclipselink/modules/ext/eclipselink/org.eclipse.persistence.asm-2.7.7.jar!/
-
jar:nbinst://org.netbeans.modules.j2ee.eclipselink/modules/ext/eclipselink/org.eclipse.persistence.antlr-2.7.7.jar!/
-
jar:nbinst://org.netbeans.modules.j2ee.eclipselink/modules/ext/eclipselink/org.eclipse.persistence.jpa-2.7.7.jar!/
-
jar:nbinst://org.netbeans.modules.j2ee.eclipselink/modules/ext/eclipselink/org.eclipse.persistence.jpa.jpql-2.7.7.jar!/
-
jar:nbinst://org.netbeans.modules.j2ee.eclipselink/modules/ext/eclipselink/org.eclipse.persistence.moxy-2.7.7.jar!/
+
jar:nbinst://org.netbeans.modules.j2ee.eclipselink/modules/ext/eclipselink/org.eclipse.persistence.core-2.7.9.jar!/
+
jar:nbinst://org.netbeans.modules.j2ee.eclipselink/modules/ext/eclipselink/org.eclipse.persistence.asm-9.1.0.jar!/
+
jar:nbinst://org.netbeans.modules.j2ee.eclipselink/modules/ext/eclipselink/org.eclipse.persistence.antlr-2.7.9.jar!/
+
jar:nbinst://org.netbeans.modules.j2ee.eclipselink/modules/ext/eclipselink/org.eclipse.persistence.jpa-2.7.9.jar!/
+
jar:nbinst://org.netbeans.modules.j2ee.eclipselink/modules/ext/eclipselink/org.eclipse.persistence.jpa.jpql-2.7.9.jar!/
+
jar:nbinst://org.netbeans.modules.j2ee.eclipselink/modules/ext/eclipselink/org.eclipse.persistence.moxy-2.7.9.jar!/
 
 
 
diff --git a/java/j2ee.eclipselink/external/binaries-list 
b/java/j2ee.eclipselink/external/binaries-list
index 7f438e0..29b2628 100644
--- a/java/j2ee.eclipselink/external/binaries-list
+++ b/java/j2ee.eclipselink/external/binaries-list
@@ -14,11 +14,11 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
-165FF90EF6904E7A14F84C2C921C4109558C676D 
org.eclipse.persistence:org.eclipse.persistence.core:2.7.7
-EEA79261168918E4638D11DAC47C80557473F56A 
org.eclipse.persistence:org.eclipse.persistence.asm:2.7.7
-78712ED5187194106A5563F3DE0539BED69ED8E5 
org.eclipse.persistence:org.eclipse.persistence.antlr:2.7.7
-CEEA5C43E5A92585846CC7A6F5D9F1E67FAC6B84 
org.eclipse.persistence:org.eclipse.persistence.jpa:2.7.7
-B4BCDECDC32C907D04108FE2E39F1CAB3AAAF186 
org.eclipse.persistence:org.eclipse.persistence.jpa.jpql:2.7.7
-8DED6B5CD72F934DD643A89C1CC792FC4079CAB8 

[jira] [Updated] (NETBEANS-5901) NPE on Ctrl+Click on Java-class of library with attached source

2021-08-27 Thread ASF GitHub Bot (Jira)


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

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

> NPE on Ctrl+Click on Java-class of library with attached source
> ---
>
> Key: NETBEANS-5901
> URL: https://issues.apache.org/jira/browse/NETBEANS-5901
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Navigation, editor - Painting  Printing
>Affects Versions: 12.4
>Reporter: Mario Bruckschwaiger
>Priority: Major
>  Labels: pull-request-available
> Attachments: nb-bug-IDE-Log.txt, nb-bug-UI-Log.txt
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> When trying to open the code of a class from a Java-library where the Java 
> source is attached with Ctrl+click on the class-name, no window opens and the 
> exception occurs (see attachments).
> When the name is clicked a second time, an editor window opens, but it is 
> empty. Interestingly, the "Navigator"-view has the structure of the class. 
> When switching the Editor-window to "History" and back to "Source", the 
> source is present. Also splitting the view horizontally or vertically shows 
> the source code in both windows immediately. After clearing the split, the 
> source code stays visible.
> As long as no source was attached, the source-window opened immediately with 
> the byte-code as method-bodies.



--
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-5953) Creating a new Enterprise Application (Java with Ant) impossible (only when selecting JakartaEE9) - NPEs thrown

2021-08-27 Thread htlbugfinder (Jira)


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

htlbugfinder updated NETBEANS-5953:
---
Summary: Creating a new Enterprise Application (Java with Ant) impossible 
(only when selecting JakartaEE9) - NPEs thrown  (was: Creating a new Enterprise 
Application (Java with Ant) impossible (only with JakartaEE9) - NPEs thrown)

> Creating a new Enterprise Application (Java with Ant) impossible (only when 
> selecting JakartaEE9) - NPEs thrown
> ---
>
> Key: NETBEANS-5953
> URL: https://issues.apache.org/jira/browse/NETBEANS-5953
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.5
> Environment: 
> netbeans-TLP/job/netbeans/job/release125/lastSuccessfulBuild/artifact/dist/netbeans/
> release125 #7
> The zip version was being used. No previous netbeans versions or 
> configuration files on the computer.
> Product Version: Apache NetBeans IDE 12.5-beta2
> Java: 11.0.12; Java HotSpot(TM) 64-Bit Server VM 11.0.12+8-LTS-237
> Runtime: Java(TM) SE Runtime Environment 11.0.12+8-LTS-237
> Executed on Windows 8.1 x64, but didn't work on Windows 10 either (I think 
> there the Enterprise Application Project was created, but nothing else and 
> the last Finish dialog didn't close - unfortunately I didn't save the log 
> file)
>Reporter: htlbugfinder
>Priority: Major
> Attachments: idelog.txt, uilog.txt
>
>
> File --> New Project
>  Java with Ant\Java Enterprise
>  Projects: Enterprise Application
>  Feature activation (Download and Activate)
>  Next, Accept, Install, Finish
>  Name and Location page: Next
>  Server: Add
>  Choose Server:
>  Glassfish Server
>  Next
>  Server Location:
>  Check "I have read ..." and click on "Download Now ..." (Glassfish 6.1.0 is 
> being used)
>  Next
>  Domain Location: Finish
>  Server and Settings: Finish
>  NPE Exception thrown and no project created



--
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-5953) Creating a new Enterprise Application (Java with Ant) impossible (only with JakartaEE9) - NPEs thrown

2021-08-27 Thread htlbugfinder (Jira)


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

htlbugfinder updated NETBEANS-5953:
---
Description: 
File --> New Project
 Java with Ant\Java Enterprise
 Projects: Enterprise Application
 Feature activation (Download and Activate)
 Next, Accept, Install, Finish
 Name and Location page: Next
 Server: Add
 Choose Server:
 Glassfish Server
 Next
 Server Location:
 Check "I have read ..." and click on "Download Now ..." (Glassfish 6.1.0 is 
being used)
 Next
 Domain Location: Finish
 Server and Settings: Finish
 NPE Exception thrown and no project created

  was:
File --> New Project
Java with Ant\Java Enterprise
Projects: Enterprise Application
Feature activation (Download and Activate)
Next, Accept, Install, Finish
Name and Location page: Next
Server: Add
Choose Server:
 Glassfish Server
 Next
Server Location:
 Check "I have read ..." and click on "Download Now ..."
 Next
Domain Location: Finish
Server and Settings: Finish
NPE Exception thrown and no project created

Summary: Creating a new Enterprise Application (Java with Ant) 
impossible (only with JakartaEE9) - NPEs thrown  (was: Creating a new Enterpise 
Application (Java with Ant) impossible - NPEs thrown)

> Creating a new Enterprise Application (Java with Ant) impossible (only with 
> JakartaEE9) - NPEs thrown
> -
>
> Key: NETBEANS-5953
> URL: https://issues.apache.org/jira/browse/NETBEANS-5953
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.5
> Environment: 
> netbeans-TLP/job/netbeans/job/release125/lastSuccessfulBuild/artifact/dist/netbeans/
> release125 #7
> The zip version was being used. No previous netbeans versions or 
> configuration files on the computer.
> Product Version: Apache NetBeans IDE 12.5-beta2
> Java: 11.0.12; Java HotSpot(TM) 64-Bit Server VM 11.0.12+8-LTS-237
> Runtime: Java(TM) SE Runtime Environment 11.0.12+8-LTS-237
> Executed on Windows 8.1 x64, but didn't work on Windows 10 either (I think 
> there the Enterprise Application Project was created, but nothing else and 
> the last Finish dialog didn't close - unfortunately I didn't save the log 
> file)
>Reporter: htlbugfinder
>Priority: Major
> Attachments: idelog.txt, uilog.txt
>
>
> File --> New Project
>  Java with Ant\Java Enterprise
>  Projects: Enterprise Application
>  Feature activation (Download and Activate)
>  Next, Accept, Install, Finish
>  Name and Location page: Next
>  Server: Add
>  Choose Server:
>  Glassfish Server
>  Next
>  Server Location:
>  Check "I have read ..." and click on "Download Now ..." (Glassfish 6.1.0 is 
> being used)
>  Next
>  Domain Location: Finish
>  Server and Settings: Finish
>  NPE Exception thrown and no project created



--
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-3362) Navigator doesn't show inherited members

2021-08-27 Thread Junichi Yamamoto (Jira)


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

Junichi Yamamoto commented on NETBEANS-3362:


[~alinares] Well, I think you should ask at least even if the status is not "In 
Progress" if there is an assignee. I'll try to look at this issue later. So 
please close PR and wait a while. Thanks.

> Navigator doesn't show inherited members
> 
>
> Key: NETBEANS-3362
> URL: https://issues.apache.org/jira/browse/NETBEANS-3362
> Project: NetBeans
>  Issue Type: Improvement
>  Components: editor - CSL (API  infrastructure), php - Navigation
>Affects Versions: 12.0, 11.2, 11.3, 12.1, 12.0.1, 12.2, 12.3
>Reporter: Ricardo Sanz Ante
>Assignee: Junichi Yamamoto
>Priority: Major
>  Labels: features
>
> PHP navigator doesn't not show inherited members like methods from parent 
> classes. This functionality is available for Java.
> This is a major issue as PHP code is more and more object-oriented.  For 
> example, Druapl official documentation discourages the use of NetBeans: 
> "_Note that NetBeans is missing an option to display the inherited methods 
> and properties from parent Classes and Interfaces which makes it very hard to 
> use for developing code for Drupal 8 and using another editor/IDE is 
> recommended_"_._ See 
> [https://www.drupal.org/docs/develop/development-tools/development-tools-overview#s-integrated-development-environments-ides]
>  (Netbeans section).
>  
> This bug was declared in the former bugtracker system and is 11 years old: 
> [https://bz.apache.org/netbeans/show_bug.cgi?id=143879|https://netbeans.org/bugzilla/show_bug.cgi?id=143879]



--
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-5955) Broken project created when creating a new Enterpise Application (Java with Maven) JakartaEE9

2021-08-27 Thread htlbugfinder (Jira)


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

htlbugfinder commented on NETBEANS-5955:


There are four projects created. The mavenproject2-ejb and mavenproject2-web 
claim to build successfully and the mavenproject2 does too. It is very strange 
that the mavenproject2-ear has a yellow "dependency couldn't be resolved" 
message and claims to be unable to resolve mavenproject2-ejb.

> Broken project created when creating a new Enterpise Application (Java with 
> Maven) JakartaEE9
> -
>
> Key: NETBEANS-5955
> URL: https://issues.apache.org/jira/browse/NETBEANS-5955
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.5
>Reporter: htlbugfinder
>Assignee: Prasad Gawande
>Priority: Major
> Attachments: projectcreationfailurelog.txt
>
>
> After the steps of bug 5953 (doesn't depend on it, but for reference to used 
> Glassfish configuration and so on) tried to create an Enterprise Application 
> project with Maven (via File New Project) without changing any default 
> values. Executed a second time with maven global changed to -X to get verbose 
> messages.
> Result:
> The created mavenproject2-ear project is missing dependencies and claims to 
> be unable to resolve the com.mycompany:mavenproject2-ejb:jar:1.0-SNAPSHOT



--
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-5955) Broken project created when creating a new Enterprise Application (Java with Maven) JakartaEE9

2021-08-27 Thread htlbugfinder (Jira)


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

htlbugfinder updated NETBEANS-5955:
---
Summary: Broken project created when creating a new Enterprise Application 
(Java with Maven) JakartaEE9  (was: Broken project created when creating a new 
Enterpise Application (Java with Maven) JakartaEE9)

> Broken project created when creating a new Enterprise Application (Java with 
> Maven) JakartaEE9
> --
>
> Key: NETBEANS-5955
> URL: https://issues.apache.org/jira/browse/NETBEANS-5955
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.5
>Reporter: htlbugfinder
>Assignee: Prasad Gawande
>Priority: Major
> Attachments: projectcreationfailurelog.txt
>
>
> After the steps of bug 5953 (doesn't depend on it, but for reference to used 
> Glassfish configuration and so on) tried to create an Enterprise Application 
> project with Maven (via File New Project) without changing any default 
> values. Executed a second time with maven global changed to -X to get verbose 
> messages.
> Result:
> The created mavenproject2-ear project is missing dependencies and claims to 
> be unable to resolve the com.mycompany:mavenproject2-ejb:jar:1.0-SNAPSHOT



--
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-3362) Navigator doesn't show inherited members

2021-08-27 Thread Arturo Linares (Jira)


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

Arturo Linares commented on NETBEANS-3362:
--

[~junichi11] Sorry, I saw the status was not _In progress_ (or similar) and 
thought no work was done yet, so decided that taking a quick look was better 
than wait other 10 years pass by. Honestly, I didn't expect to find where the 
navigator was populated, and I didn't mean to overstep on your assigned issues.

I'm completely new to Netbeans development, and this is the first Java code I 
write in decades! So, I completely trust you if you say the solution is not 
good, you seem to have a lot of experience with the PHP component.

Locally, I could see the navigator populating correctly with my changes, and 
even the return types of inherited members were showing with their FQN because 
they were not detected as local, but again, I might have missed the big picture 
and maybe there's a better way to do it.

> Navigator doesn't show inherited members
> 
>
> Key: NETBEANS-3362
> URL: https://issues.apache.org/jira/browse/NETBEANS-3362
> Project: NetBeans
>  Issue Type: Improvement
>  Components: editor - CSL (API  infrastructure), php - Navigation
>Affects Versions: 12.0, 11.2, 11.3, 12.1, 12.0.1, 12.2, 12.3
>Reporter: Ricardo Sanz Ante
>Assignee: Junichi Yamamoto
>Priority: Major
>  Labels: features
>
> PHP navigator doesn't not show inherited members like methods from parent 
> classes. This functionality is available for Java.
> This is a major issue as PHP code is more and more object-oriented.  For 
> example, Druapl official documentation discourages the use of NetBeans: 
> "_Note that NetBeans is missing an option to display the inherited methods 
> and properties from parent Classes and Interfaces which makes it very hard to 
> use for developing code for Drupal 8 and using another editor/IDE is 
> recommended_"_._ See 
> [https://www.drupal.org/docs/develop/development-tools/development-tools-overview#s-integrated-development-environments-ides]
>  (Netbeans section).
>  
> This bug was declared in the former bugtracker system and is 11 years old: 
> [https://bz.apache.org/netbeans/show_bug.cgi?id=143879|https://netbeans.org/bugzilla/show_bug.cgi?id=143879]



--
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-5955) Broken project created when creating a new Enterpise Application (Java with Maven) JakartaEE9

2021-08-27 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-5955:
-

More typically in modern applications you'd create REST endpoints and consume 
them in a JavaScript frontend, for example.

Probably we need to remove this template completely.

> Broken project created when creating a new Enterpise Application (Java with 
> Maven) JakartaEE9
> -
>
> Key: NETBEANS-5955
> URL: https://issues.apache.org/jira/browse/NETBEANS-5955
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.5
>Reporter: htlbugfinder
>Assignee: Prasad Gawande
>Priority: Major
> Attachments: projectcreationfailurelog.txt
>
>
> After the steps of bug 5953 (doesn't depend on it, but for reference to used 
> Glassfish configuration and so on) tried to create an Enterprise Application 
> project with Maven (via File New Project) without changing any default 
> values. Executed a second time with maven global changed to -X to get verbose 
> messages.
> Result:
> The created mavenproject2-ear project is missing dependencies and claims to 
> be unable to resolve the com.mycompany:mavenproject2-ejb:jar:1.0-SNAPSHOT



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

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

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



[jira] [Assigned] (NETBEANS-5955) Broken project created when creating a new Enterpise Application (Java with Maven) JakartaEE9

2021-08-27 Thread Prasad Gawande (Jira)


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

Prasad Gawande reassigned NETBEANS-5955:


Assignee: Prasad Gawande

> Broken project created when creating a new Enterpise Application (Java with 
> Maven) JakartaEE9
> -
>
> Key: NETBEANS-5955
> URL: https://issues.apache.org/jira/browse/NETBEANS-5955
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.5
>Reporter: Sysadmin HTL
>Assignee: Prasad Gawande
>Priority: Major
> Attachments: projectcreationfailurelog.txt
>
>
> After the steps of bug 5953 (doesn't depend on it, but for reference to used 
> Glassfish configuration and so on) tried to create an Enterprise Application 
> project with Maven (via File New Project) without changing any default 
> values. Executed a second time with maven global changed to -X to get verbose 
> messages.
> Result:
> The created mavenproject2-ear project is missing dependencies and claims to 
> be unable to resolve the com.mycompany:mavenproject2-ejb:jar:1.0-SNAPSHOT



--
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-5955) Broken project created when creating a new Enterpise Application (Java with Maven) JakartaEE9

2021-08-27 Thread Sysadmin HTL (Jira)
Sysadmin HTL created NETBEANS-5955:
--

 Summary: Broken project created when creating a new Enterpise 
Application (Java with Maven) JakartaEE9
 Key: NETBEANS-5955
 URL: https://issues.apache.org/jira/browse/NETBEANS-5955
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 12.5
Reporter: Sysadmin HTL
 Attachments: projectcreationfailurelog.txt

After the steps of bug 5953 (doesn't depend on it, but for reference to used 
Glassfish configuration and so on) tried to create an Enterprise Application 
project with Maven (via File New Project) without changing any default values. 
Executed a second time with maven global changed to -X to get verbose messages.

Result:

The created mavenproject2-ear project is missing dependencies and claims to be 
unable to resolve the com.mycompany:mavenproject2-ejb:jar:1.0-SNAPSHOT



--
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-5954) Option to show error levels in debug log

2021-08-27 Thread Maciej Jaros (Jira)
Maciej Jaros created NETBEANS-5954:
--

 Summary: Option to show error levels in debug log
 Key: NETBEANS-5954
 URL: https://issues.apache.org/jira/browse/NETBEANS-5954
 Project: NetBeans
  Issue Type: New Feature
  Components: debugger - Java
Affects Versions: 12.3
 Environment: Env: Windows 10, NB 12.3, Java 15.
Reporter: Maciej Jaros


When I debug a Java application messages with "[WARNING]" are in light yellow 
and not really visible (at least by default). I can change the color, but the 
"[WARNING]" text is removed (same as for other levels).

So it would be nice to have an option to show error level texts in debug 
output. So basically just disable removal and let me decide if I want colors in 
the output or not, but still be able to distinguish error from warning.

BTW. Log4j loggers might show "[WARN]", not "[WARNING]". So this is also kind 
of confusing to have one prefixed with level and not the other.

PS: A workaround is to setup log4j ConversionPattern to have a space e.g. "[%p 
]" or "[%-8p]". NB dosen't recognise levels then... But that's hacky.



--
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-5914) NetBeans 12.4 freezes on startup

2021-08-27 Thread Neil C Smith (Jira)


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

Neil C Smith commented on NETBEANS-5914:


[~jtulach] I'm not sure it's clear whether something in 12.5 might have made 
this more prevalent?  The original issue is old.  I increased the status after 
one of the first people to test beta2 also reported it on dev@, which is the 
additional thread dump.  It might just be coincidence that it occurred so 
quickly.  Agree we probably have to live with it for 12.5, but I think we 
should also see if we get more reports during final beta testing.

> NetBeans 12.4 freezes on startup
> 
>
> Key: NETBEANS-5914
> URL: https://issues.apache.org/jira/browse/NETBEANS-5914
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.5
> Environment: NetBeans 12.4 on Zulu/OpenJDK 11 on Windows 10.
>Reporter: Eirik Bakke
>Assignee: Jaroslav Tulach
>Priority: Blocker
> Fix For: 12.6
>
> Attachments: 12.5-beta2-threaddump-1629986898821.tdump, 210506 
> NetBeans Deadlock on Startup 2.txt, 210506 NetBeans Deadlock on Startup.txt, 
> 210516 Another NetBeans Deadlock.txt, 210526 NetBeans Deadlock again.txt
>
>
> On NetBeans 12.4, I was previously experiencing some intermittent freezes on 
> startup, at the time when projects were being loaded and such. I did some 
> thread dumps of the frozen IDE using VisualVM. I'm uploading these now in 
> case they are related to NETBEANS-5913.



--
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-5953) Creating a new Enterpise Application (Java with Ant) impossible - NPEs thrown

2021-08-27 Thread Sysadmin HTL (Jira)
Sysadmin HTL created NETBEANS-5953:
--

 Summary: Creating a new Enterpise Application (Java with Ant) 
impossible - NPEs thrown
 Key: NETBEANS-5953
 URL: https://issues.apache.org/jira/browse/NETBEANS-5953
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 12.5
 Environment: 
netbeans-TLP/job/netbeans/job/release125/lastSuccessfulBuild/artifact/dist/netbeans/
release125 #7

The zip version was being used. No previous netbeans versions or configuration 
files on the computer.

Product Version: Apache NetBeans IDE 12.5-beta2
Java: 11.0.12; Java HotSpot(TM) 64-Bit Server VM 11.0.12+8-LTS-237
Runtime: Java(TM) SE Runtime Environment 11.0.12+8-LTS-237

Executed on Windows 8.1 x64, but didn't work on Windows 10 either (I think 
there the Enterprise Application Project was created, but nothing else and the 
last Finish dialog didn't close - unfortunately I didn't save the log file)
Reporter: Sysadmin HTL
 Attachments: idelog.txt, uilog.txt

File --> New Project
Java with Ant\Java Enterprise
Projects: Enterprise Application
Feature activation (Download and Activate)
Next, Accept, Install, Finish
Name and Location page: Next
Server: Add
Choose Server:
 Glassfish Server
 Next
Server Location:
 Check "I have read ..." and click on "Download Now ..."
 Next
Domain Location: Finish
Server and Settings: Finish
NPE Exception thrown and no project created



--
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-5952) Sort Groovy class members correctly in code compl. suggestions

2021-08-27 Thread Martin Balin (Jira)
Martin Balin created NETBEANS-5952:
--

 Summary: Sort Groovy class members correctly in code compl. 
suggestions
 Key: NETBEANS-5952
 URL: https://issues.apache.org/jira/browse/NETBEANS-5952
 Project: NetBeans
  Issue Type: Improvement
  Components: groovy - Editor
Affects Versions: 12.4
 Environment: NB 12.5 beta 2, JDK11, macOS.
Reporter: Martin Balin
Assignee: Svata Dedic
 Attachments: CC_Suggestions_IntelliJ.png, CC_Suggestions_NB.png

Played a little with 2 Groovy classes from GroovyFX project opened in NB

groovyx.javafx.animation.GTimeline.groovy was used as variable in 
TargetHolder.groovy same package.

When invoking code completion for variable{{ timeline.}} (including the dot)or 
press Control+Space then suggestions are not sorted the way expected. I would 
expect members declared in GTimeline.groovy on top, then from super classes

See screenshot for NB and IntelliJ.



--
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] [Comment Edited] (NETBEANS-5914) NetBeans 12.4 freezes on startup

2021-08-27 Thread Neil C Smith (Jira)


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

Neil C Smith edited comment on NETBEANS-5914 at 8/27/21, 1:21 PM:
--

Thanks [~ebakke] That's expected, although good to know it's that infrequent 
for you. There's nothing fixed in 12.5-beta2 related to this issue - fix was 
for NETBEANS-5913.


was (Author: neilcsmith):
Thanks [~ebakke] That's expected, although good to know it's that infrequent 
for you. There's nothing in 12.5 related to this issue - fix was for 
NETBEANS-5913.

> NetBeans 12.4 freezes on startup
> 
>
> Key: NETBEANS-5914
> URL: https://issues.apache.org/jira/browse/NETBEANS-5914
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.5
> Environment: NetBeans 12.4 on Zulu/OpenJDK 11 on Windows 10.
>Reporter: Eirik Bakke
>Assignee: Jaroslav Tulach
>Priority: Blocker
> Fix For: 12.6
>
> Attachments: 12.5-beta2-threaddump-1629986898821.tdump, 210506 
> NetBeans Deadlock on Startup 2.txt, 210506 NetBeans Deadlock on Startup.txt, 
> 210516 Another NetBeans Deadlock.txt, 210526 NetBeans Deadlock again.txt
>
>
> On NetBeans 12.4, I was previously experiencing some intermittent freezes on 
> startup, at the time when projects were being loaded and such. I did some 
> thread dumps of the frozen IDE using VisualVM. I'm uploading these now in 
> case they are related to NETBEANS-5913.



--
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-5951) Referencing Groovy in Java class marked as cannot find symbol

2021-08-27 Thread Martin Balin (Jira)
Martin Balin created NETBEANS-5951:
--

 Summary: Referencing Groovy in Java class marked as cannot find 
symbol
 Key: NETBEANS-5951
 URL: https://issues.apache.org/jira/browse/NETBEANS-5951
 Project: NetBeans
  Issue Type: Bug
  Components: groovy - Editor
Affects Versions: 12.4
 Environment: NB 12.5 Beta2 build using JDK11 as Java platform. macOS
Reporter: Martin Balin
Assignee: Svata Dedic
 Attachments: Screenshot 2021-08-27 at 15.06.09.png

Using project [https://github.com/groovyfx-project/groovyfx]

Class groovyx.javafx.GroovyFX line 41: 

{{closure.setDelegate(new SceneGraphBuilder(primaryStage));}}

SceneGraphBuilder is marked as cannot find symbol, although 
{{groovyx.javafx.SceneGrpahBuilder.groovy}} is available in the same package.

 



--
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-3362) Navigator doesn't show inherited members

2021-08-27 Thread Junichi Yamamoto (Jira)


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

Junichi Yamamoto commented on NETBEANS-3362:


[~alinares] I am assigned to this issue, right? Why did you do it without 
asking? I don't think that that behavior is good. It would be a bad example if 
I looked at and merged it. So, I don't want to look at it.

Actually, I investigated the CSL part before and worked on it a bit in my local 
environment although I could not fix it soon.

> Navigator doesn't show inherited members
> 
>
> Key: NETBEANS-3362
> URL: https://issues.apache.org/jira/browse/NETBEANS-3362
> Project: NetBeans
>  Issue Type: Improvement
>  Components: editor - CSL (API  infrastructure), php - Navigation
>Affects Versions: 12.0, 11.2, 11.3, 12.1, 12.0.1, 12.2, 12.3
>Reporter: Ricardo Sanz Ante
>Assignee: Junichi Yamamoto
>Priority: Major
>  Labels: features
>
> PHP navigator doesn't not show inherited members like methods from parent 
> classes. This functionality is available for Java.
> This is a major issue as PHP code is more and more object-oriented.  For 
> example, Druapl official documentation discourages the use of NetBeans: 
> "_Note that NetBeans is missing an option to display the inherited methods 
> and properties from parent Classes and Interfaces which makes it very hard to 
> use for developing code for Drupal 8 and using another editor/IDE is 
> recommended_"_._ See 
> [https://www.drupal.org/docs/develop/development-tools/development-tools-overview#s-integrated-development-environments-ides]
>  (Netbeans section).
>  
> This bug was declared in the former bugtracker system and is 11 years old: 
> [https://bz.apache.org/netbeans/show_bug.cgi?id=143879|https://netbeans.org/bugzilla/show_bug.cgi?id=143879]



--
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-3362) Navigator doesn't show inherited members

2021-08-27 Thread Arturo Linares (Jira)


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

Arturo Linares commented on NETBEANS-3362:
--

I sent a PR that hopefully solves this issue. 
https://github.com/apache/netbeans/pull/3131

> Navigator doesn't show inherited members
> 
>
> Key: NETBEANS-3362
> URL: https://issues.apache.org/jira/browse/NETBEANS-3362
> Project: NetBeans
>  Issue Type: Improvement
>  Components: editor - CSL (API  infrastructure), php - Navigation
>Affects Versions: 12.0, 11.2, 11.3, 12.1, 12.0.1, 12.2, 12.3
>Reporter: Ricardo Sanz Ante
>Assignee: Junichi Yamamoto
>Priority: Major
>  Labels: features
>
> PHP navigator doesn't not show inherited members like methods from parent 
> classes. This functionality is available for Java.
> This is a major issue as PHP code is more and more object-oriented.  For 
> example, Druapl official documentation discourages the use of NetBeans: 
> "_Note that NetBeans is missing an option to display the inherited methods 
> and properties from parent Classes and Interfaces which makes it very hard to 
> use for developing code for Drupal 8 and using another editor/IDE is 
> recommended_"_._ See 
> [https://www.drupal.org/docs/develop/development-tools/development-tools-overview#s-integrated-development-environments-ides]
>  (Netbeans section).
>  
> This bug was declared in the former bugtracker system and is 11 years old: 
> [https://bz.apache.org/netbeans/show_bug.cgi?id=143879|https://netbeans.org/bugzilla/show_bug.cgi?id=143879]



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