[jira] [Commented] (NETBEANS-3875) Jersey project creation from archetype fails

2020-02-28 Thread Ernie Rael (Jira)


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

Ernie Rael commented on NETBEANS-3875:
--

I don't see the archetype you reference in  the steps to reproduce. Using 11.3, 
I attached a png of the list I see. Did you install the archetype in the local 
repository? The "Repository:" field in that dialog shows where it came from.

I'll try the steps you give with some random archetypes, and who knows.

> Jersey project creation from archetype fails
> 
>
> Key: NETBEANS-3875
> URL: https://issues.apache.org/jira/browse/NETBEANS-3875
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Maven
>Affects Versions: 11.3
>Reporter: Alessandro Falappa
>Priority: Major
> Attachments: jersey-quickstart.PNG
>
>
> # New Project > Java with Maven > Project from Archetype
>  # Search for *jersey*
>  # Select the first {{jersey-quickstart-archetype}} archetype item (group id: 
> {{org.glassfish.jersey.archetypes}} version: {{2.30}})
>  # Press _Next_
>  # Choose foobar as *Project Name*
>  # Fill the other field and choose an empty directory as *Project Location*
>  # Press _Finish_
> The project generation fails complaining a folder with name foobar exists. An 
> empty foobar folder is left in the choosen project location.
> {code:java}
> 
> Building Maven Stub Project (No POM) 1
> >>> 
> maven-archetype-plugin:2.4:generate (default-cli) > generate-sources @ 
> standalone-pom >>><<< maven-archetype-plugin:2.4:generate (default-cli) < 
> generate-sources @ standalone-pom <<<--- maven-archetype-plugin:2.4:generate 
> (default-cli) @ standalone-pom ---
> Generating project in Batch mode
> Archetype defined by properties
> 
> Using following parameters for creating project from Old (1.x) Archetype: 
> jersey-quickstart-webapp:2.30
> 
> Parameter: basedir, Value: C:\Users\falappa\Documents\NetBeansProjects
> Parameter: package, Value: af.foobar
> Parameter: groupId, Value: af
> Parameter: artifactId, Value: foobar
> Parameter: packageName, Value: af.foobar
> Parameter: version, Value: 1.0-SNAPSHOT
> 
> BUILD FAILURE
> 
> Total time: 1.484 s
> Finished at: 2020-02-13T14:16:58+01:00
> Final Memory: 11M/40M
> 
> Failed to execute goal 
> org.apache.maven.plugins:maven-archetype-plugin:2.4:generate (default-cli) on 
> project standalone-pom: Directory foobar already exists - please run from a 
> clean directory -> [Help 1]To see the full stack trace of the errors, re-run 
> Maven with the -e switch.
> Re-run Maven using the -X switch to enable full debug logging.For more 
> information about the errors and possible solutions, please read the 
> following articles:
> [Help 1] 
> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException{code}
> Probably the Maven from archetype wizard creates the folder prior to maven 
> archetype execution.
> Not sure if this can be considered a bug in the jersey archetype instead.



--
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-3875) Jersey project creation from archetype fails

2020-02-28 Thread Ernie Rael (Jira)


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

Ernie Rael updated NETBEANS-3875:
-
Attachment: jersey-quickstart.PNG

> Jersey project creation from archetype fails
> 
>
> Key: NETBEANS-3875
> URL: https://issues.apache.org/jira/browse/NETBEANS-3875
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Maven
>Affects Versions: 11.3
>Reporter: Alessandro Falappa
>Priority: Major
> Attachments: jersey-quickstart.PNG
>
>
> # New Project > Java with Maven > Project from Archetype
>  # Search for *jersey*
>  # Select the first {{jersey-quickstart-archetype}} archetype item (group id: 
> {{org.glassfish.jersey.archetypes}} version: {{2.30}})
>  # Press _Next_
>  # Choose foobar as *Project Name*
>  # Fill the other field and choose an empty directory as *Project Location*
>  # Press _Finish_
> The project generation fails complaining a folder with name foobar exists. An 
> empty foobar folder is left in the choosen project location.
> {code:java}
> 
> Building Maven Stub Project (No POM) 1
> >>> 
> maven-archetype-plugin:2.4:generate (default-cli) > generate-sources @ 
> standalone-pom >>><<< maven-archetype-plugin:2.4:generate (default-cli) < 
> generate-sources @ standalone-pom <<<--- maven-archetype-plugin:2.4:generate 
> (default-cli) @ standalone-pom ---
> Generating project in Batch mode
> Archetype defined by properties
> 
> Using following parameters for creating project from Old (1.x) Archetype: 
> jersey-quickstart-webapp:2.30
> 
> Parameter: basedir, Value: C:\Users\falappa\Documents\NetBeansProjects
> Parameter: package, Value: af.foobar
> Parameter: groupId, Value: af
> Parameter: artifactId, Value: foobar
> Parameter: packageName, Value: af.foobar
> Parameter: version, Value: 1.0-SNAPSHOT
> 
> BUILD FAILURE
> 
> Total time: 1.484 s
> Finished at: 2020-02-13T14:16:58+01:00
> Final Memory: 11M/40M
> 
> Failed to execute goal 
> org.apache.maven.plugins:maven-archetype-plugin:2.4:generate (default-cli) on 
> project standalone-pom: Directory foobar already exists - please run from a 
> clean directory -> [Help 1]To see the full stack trace of the errors, re-run 
> Maven with the -e switch.
> Re-run Maven using the -X switch to enable full debug logging.For more 
> information about the errors and possible solutions, please read the 
> following articles:
> [Help 1] 
> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException{code}
> Probably the Maven from archetype wizard creates the folder prior to maven 
> archetype execution.
> Not sure if this can be considered a bug in the jersey archetype instead.



--
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-3876) Using Groovy in projects is causing java.lang.NoClassDefFoundError

2020-02-28 Thread Sven Reimers (Jira)


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

Sven Reimers commented on NETBEANS-3876:


Will try to provide a PR to update to either 2.5.10 or even better 3.0.x for 
NetBeans 12..

> Using Groovy in projects is causing java.lang.NoClassDefFoundError
> --
>
> Key: NETBEANS-3876
> URL: https://issues.apache.org/jira/browse/NETBEANS-3876
> Project: NetBeans
>  Issue Type: Bug
>  Components: groovy - Editor
>Affects Versions: 11.3
> Environment: Windows 10
> openjdk version "14" 2020-03-17
> OpenJDK Runtime Environment AdoptOpenJDK (build 14+34-202002111235)
> OpenJDK 64-Bit Server VM AdoptOpenJDK (build 14+34-202002111235, mixed mode, 
> sharing)
>Reporter: Benjamin Graf
>Priority: Major
>
> Following Exception is throws in several use cases for projects using groovy 
> files. I can recognize it for following use cases:
> * internal code parsing of editor
> * while "Clean and Build" ant project
> {noformat}
> java.lang.NoClassDefFoundError: Could not initialize class 
> org.codehaus.groovy.vmplugin.v7.Java7
>   at 
> org.codehaus.groovy.vmplugin.VMPluginFactory.(VMPluginFactory.java:43)
>   at org.codehaus.groovy.ast.ClassHelper.makeCached(ClassHelper.java:141)
>   at org.codehaus.groovy.ast.ClassHelper.(ClassHelper.java:77)
>   at org.codehaus.groovy.classgen.Verifier.(Verifier.java:133)
>   at 
> org.codehaus.groovy.control.CompilationUnit.(CompilationUnit.java:170)
>   at 
> org.netbeans.modules.groovy.editor.compiler.CompilationUnit.(CompilationUnit.java:64)
>   at 
> org.netbeans.modules.groovy.editor.api.parser.GroovyParser.parseBuffer(GroovyParser.java:441)
>   at 
> org.netbeans.modules.groovy.editor.api.parser.GroovyParser.parse(GroovyParser.java:137)
>   at 
> org.netbeans.modules.parsing.impl.TaskProcessor.callParse(TaskProcessor.java:598)
>   at 
> org.netbeans.modules.parsing.impl.SourceCache.getResult(SourceCache.java:228)
>   at 
> org.netbeans.modules.parsing.api.ResultIterator.getParserResult(ResultIterator.java:115)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$2.run(RepositoryUpdater.java:3171)
>   at 
> org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:586)
>   at 
> org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:130)
>   at 
> org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:114)
>   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:81)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.indexEmbedding(RepositoryUpdater.java:3143)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.doIndex(RepositoryUpdater.java:2862)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.access$800(RepositoryUpdater.java:2154)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$1.run(RepositoryUpdater.java:2636)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$1.run(RepositoryUpdater.java:2634)
>   at 
> org.netbeans.modules.parsing.impl.indexing.errors.TaskCache.refreshTransaction(TaskCache.java:540)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.index(RepositoryUpdater.java:2634)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork$4.call(RepositoryUpdater.java:5714)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork$4.call(RepositoryUpdater.java:5622)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$4.run(RepositoryUpdater.java:2127)
>   at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runInContext(RepositoryUpdater.java:2123)
>   at 
> 

[jira] [Commented] (NETBEANS-3875) Jersey project creation from archetype fails

2020-02-28 Thread Ernie Rael (Jira)


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

Ernie Rael commented on NETBEANS-3875:
--

I filed a second issue, NETBEANS-3918, which is about spurious directory 
creation. I'll check to see if that or NETBEANS-2446 might include this issue.

> Jersey project creation from archetype fails
> 
>
> Key: NETBEANS-3875
> URL: https://issues.apache.org/jira/browse/NETBEANS-3875
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Maven
>Affects Versions: 11.3
>Reporter: Alessandro Falappa
>Priority: Major
>
> # New Project > Java with Maven > Project from Archetype
>  # Search for *jersey*
>  # Select the first {{jersey-quickstart-archetype}} archetype item (group id: 
> {{org.glassfish.jersey.archetypes}} version: {{2.30}})
>  # Press _Next_
>  # Choose foobar as *Project Name*
>  # Fill the other field and choose an empty directory as *Project Location*
>  # Press _Finish_
> The project generation fails complaining a folder with name foobar exists. An 
> empty foobar folder is left in the choosen project location.
> {code:java}
> 
> Building Maven Stub Project (No POM) 1
> >>> 
> maven-archetype-plugin:2.4:generate (default-cli) > generate-sources @ 
> standalone-pom >>><<< maven-archetype-plugin:2.4:generate (default-cli) < 
> generate-sources @ standalone-pom <<<--- maven-archetype-plugin:2.4:generate 
> (default-cli) @ standalone-pom ---
> Generating project in Batch mode
> Archetype defined by properties
> 
> Using following parameters for creating project from Old (1.x) Archetype: 
> jersey-quickstart-webapp:2.30
> 
> Parameter: basedir, Value: C:\Users\falappa\Documents\NetBeansProjects
> Parameter: package, Value: af.foobar
> Parameter: groupId, Value: af
> Parameter: artifactId, Value: foobar
> Parameter: packageName, Value: af.foobar
> Parameter: version, Value: 1.0-SNAPSHOT
> 
> BUILD FAILURE
> 
> Total time: 1.484 s
> Finished at: 2020-02-13T14:16:58+01:00
> Final Memory: 11M/40M
> 
> Failed to execute goal 
> org.apache.maven.plugins:maven-archetype-plugin:2.4:generate (default-cli) on 
> project standalone-pom: Directory foobar already exists - please run from a 
> clean directory -> [Help 1]To see the full stack trace of the errors, re-run 
> Maven with the -e switch.
> Re-run Maven using the -X switch to enable full debug logging.For more 
> information about the errors and possible solutions, please read the 
> following articles:
> [Help 1] 
> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException{code}
> Probably the Maven from archetype wizard creates the folder prior to maven 
> archetype execution.
> Not sure if this can be considered a bug in the jersey archetype instead.



--
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-2613) [XML] Code completion for XSD's defined with urn: syntax

2020-02-28 Thread Jira


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

Matthias Bläsing resolved NETBEANS-2613.

Fix Version/s: 12.0
   Resolution: Fixed

Fix was merged to master.

> [XML] Code completion for XSD's defined with urn: syntax
> 
>
> Key: NETBEANS-2613
> URL: https://issues.apache.org/jira/browse/NETBEANS-2613
> Project: NetBeans
>  Issue Type: New Feature
>  Components: editor - Hints  Annotations, xml - Schema
>Reporter: Mondane
>Assignee: Matthias Bläsing
>Priority: Minor
>  Labels: pull-request-available
> Fix For: 12.0
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> I would like to have code completion in my XML's when the XSD's are referred 
> to using an urn: syntax like in PHPStorm. This is useful for instance when 
> developing in Magento 2:
> [https://devdocs.magento.com/guides/v2.3/config-guide/cli/config-cli-subcommands-urn.html]
> There's this current state which doesn't mention the urn: syntax: 
> [https://xml.netbeans.org/specs/sacc/sacc.html]
>  and this old bug report: 
> [https://netbeans.org/bugzilla/show_bug.cgi?id=214486]



--
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-3927) MacOS Dark Theme - NB Dialogs and ExplorerViews hard to see text

2020-02-28 Thread Tim (Jira)


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

Tim updated NETBEANS-3927:
--
Summary: MacOS Dark Theme - NB Dialogs and ExplorerViews hard to see text  
(was: MacOS Dark Theme - NB Dialogs show no text until highlighted)

> MacOS Dark Theme - NB Dialogs and ExplorerViews hard to see text
> 
>
> Key: NETBEANS-3927
> URL: https://issues.apache.org/jira/browse/NETBEANS-3927
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 11.2, 11.3
>Reporter: Tim
>Priority: Major
> Attachments: Screen Shot 2020-02-28 at 12.26.23 PM.png, Screen Shot 
> 2020-02-28 at 12.34.07 PM.png
>
>
> Hi,
> When running NetBean 11.2 or even the latest 11.3 (from source) using the 
> MacOS L all dialogs and text appear unreadable until selected.
> In fact, it appears that all the NetBeans ExplorerView components have an 
> issue with rendering using the Mac OS X look and feel.. the text color 
> appears white and hard to see.
> Checking the 'Maximize use of Native Look and Feel' helps the dialogs because 
> it uses the Finder dialogs..but it doesn't fix the ExplorerView components.
>  
>  



--
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-3927) MacOS Dark Theme - NB Dialogs show no text until highlighted

2020-02-28 Thread Tim (Jira)
Tim created NETBEANS-3927:
-

 Summary: MacOS Dark Theme - NB Dialogs show no text until 
highlighted
 Key: NETBEANS-3927
 URL: https://issues.apache.org/jira/browse/NETBEANS-3927
 Project: NetBeans
  Issue Type: Bug
  Components: ide - UI
Affects Versions: 11.2, 11.3
Reporter: Tim
 Attachments: Screen Shot 2020-02-28 at 12.26.23 PM.png, Screen Shot 
2020-02-28 at 12.34.07 PM.png

Hi,

When running NetBean 11.2 or even the latest 11.3 (from source) using the MacOS 
L all dialogs and text appear unreadable until selected.

In fact, it appears that all the NetBeans ExplorerView components have an issue 
with rendering using the Mac OS X look and feel.. the text color appears white 
and hard to see.

Checking the 'Maximize use of Native Look and Feel' helps the dialogs because 
it uses the Finder dialogs..but it doesn't fix the ExplorerView components.

 

 



--
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-2523) Netbeans 64-bit creates invalid nomodify value in windows registry for years

2020-02-28 Thread Lars Bruun-Hansen (Jira)


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

Lars Bruun-Hansen commented on NETBEANS-2523:
-

Verified that the bug still exists in the Release Candidate for NetBeans IDE 
11.3 Installer for Windows. (because of the binary not being re-rebuild 
automatically)

> Netbeans 64-bit creates invalid nomodify value in windows registry for years
> 
>
> Key: NETBEANS-2523
> URL: https://issues.apache.org/jira/browse/NETBEANS-2523
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Joseph Szabo
>Assignee: Lars Bruun-Hansen
>Priority: Major
>  Labels: pull-request-available
> Fix For: 11.3
>
> Attachments: 2020-01-04 22_13_24-Registry Editor.png
>
>  Time Spent: 1h 40m
>  Remaining Estimate: 0h
>
> See [https://netbeans.org/bugzilla/show_bug.cgi?id=251538]
> Netbeans 64 bit installer creates a 64 bit integer in what is supposed to be 
> a 32 bit dword in the registry, which becomes an invalid value.
>  
> Windows Registry Editor Version 5.00
> [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\nbi-nb-base-8.2.0.0.201609300101]
>  "NoModify"=hex(4):01,00,00,00,00,00,00,00
>  
> Netbeans prevents powershell from listing registry uninstall keys in windows:
> {noformat}
> get-itemproperty hklm:\software\microsoft\windows\currentversion\uninstall*
> ...
> get-itemproperty : Specified cast is not valid.
>  At line:1 char:1
>  + get-itemproperty hklm:\software\microsoft\windows\currentversion\unin ...
>  + ~
>  + CategoryInfo : NotSpecified: ( [Get-ItemProperty], InvalidCastException
>  + FullyQualifiedErrorId : 
> System.InvalidCastException,Microsoft.PowerShell.Commands.GetItemPropertyCommand
> {noformat}
>  



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

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

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



[netbeans] branch master updated: [NETBEANS-2613] Enable fetching schemas for urn schema

2020-02-28 Thread matthiasblaesing
This is an automated email from the ASF dual-hosted git repository.

matthiasblaesing 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 98b8a6e  [NETBEANS-2613] Enable fetching schemas for urn schema
 new e75dbbd  Merge pull request #1970 from 
matthiasblaesing/netbeans-2613-xml-codecompletion
98b8a6e is described below

commit 98b8a6edeadc8b72e4b6538b279cee8c0ee3577f
Author: Matthias Bläsing 
AuthorDate: Mon Feb 24 16:40:23 2020 +0100

[NETBEANS-2613] Enable fetching schemas for urn schema

urn URIs are not correctly decoded by the JDK java.net.URI class.
It is expected that urn:xyz?fetch=true would result in an URI
reporting xyz as path and ?fetch=true as query string, but the
JDK reports null for both parts.

Instead of relying on URI class, acknowledge, that the extraction
of the relevant parts of the query string rely on direct manipulation
of the querystring, so getting the query string can take the same
code path.
---
 .../retriever/catalog/impl/CatalogModelImpl.java   | 21 --
 .../catalog/impl/CatalogModelImplTest.java | 74 ++
 2 files changed, 89 insertions(+), 6 deletions(-)

diff --git 
a/ide/xml.retriever/src/org/netbeans/modules/xml/retriever/catalog/impl/CatalogModelImpl.java
 
b/ide/xml.retriever/src/org/netbeans/modules/xml/retriever/catalog/impl/CatalogModelImpl.java
index a0e22b9..c33fd76 100644
--- 
a/ide/xml.retriever/src/org/netbeans/modules/xml/retriever/catalog/impl/CatalogModelImpl.java
+++ 
b/ide/xml.retriever/src/org/netbeans/modules/xml/retriever/catalog/impl/CatalogModelImpl.java
@@ -89,8 +89,8 @@ public class CatalogModelImpl implements CatalogModel {
 protected FileObject catalogFileObject = null;
 NbCatalogResolver catalogResolver;
 Catalog apacheCatalogResolverObj;
-private boolean doFetch = true;
-private boolean fetchSynchronous = false;
+boolean doFetch = true;
+boolean fetchSynchronous = false;
 private boolean registerInCatalog = true;
 
 /**
@@ -129,12 +129,21 @@ public class CatalogModelImpl implements CatalogModel {
  * Check if the URI conveys control information.
  * CC adds special query strings into the URI that must be cleared.
  */
-private URI extractRealURI(URI locationURI) throws URISyntaxException {
+URI extractRealURI(URI locationURI) throws URISyntaxException {
 URI realURI = locationURI;
-String queryString = locationURI.getQuery();
+// URI parsing is parsing broken on JDK and fails to parse URNs
+// literal question marks should only be present in URIs when
+// used as separators, so splitting at "?" should extract the
+// queryString
+String literalUri = locationURI.toString();
+int questionMarkPos = literalUri.indexOf("?"); //NOI18N
+String queryString = null;
+if(questionMarkPos >= 0) {
+queryString = literalUri.substring(questionMarkPos);
+}
 if(queryString != null &&
-   queryString.indexOf("fetch=") != -1 && //NOI18N
-   queryString.indexOf("sync=") != -1) { //NOI18N
+   queryString.contains("fetch=") && //NOI18N
+   queryString.contains("sync=")) { //NOI18N
 int index = queryString.indexOf("fetch="); //NOI18N
 String temp = queryString.substring(index);
 String queries[] = temp.split("&"); //NOI18N
diff --git 
a/ide/xml.retriever/test/unit/src/org/netbeans/modules/xml/retriever/catalog/impl/CatalogModelImplTest.java
 
b/ide/xml.retriever/test/unit/src/org/netbeans/modules/xml/retriever/catalog/impl/CatalogModelImplTest.java
new file mode 100644
index 000..bcf82da
--- /dev/null
+++ 
b/ide/xml.retriever/test/unit/src/org/netbeans/modules/xml/retriever/catalog/impl/CatalogModelImplTest.java
@@ -0,0 +1,74 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package org.netbeans.modules.xml.retriever.catalog.impl;
+
+import java.net.URI;
+import java.net.URISyntaxException;
+import org.junit.Assert;
+import org.junit.Test;
+
+public class 

[netbeans-jenkins-lib] branch master updated: maven version is artefacts version

2020-02-28 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new b89d537  maven version is artefacts version
b89d537 is described below

commit b89d537f41e5d3c5d1f388afdc292b2cd89a867f
Author: Eric Barboni 
AuthorDate: Fri Feb 28 16:44:18 2020 +0100

maven version is artefacts version
---
 vars/asfMainNetBeansBuild.groovy | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/vars/asfMainNetBeansBuild.groovy b/vars/asfMainNetBeansBuild.groovy
index 317eb06..6588675 100644
--- a/vars/asfMainNetBeansBuild.groovy
+++ b/vars/asfMainNetBeansBuild.groovy
@@ -39,7 +39,8 @@ def month=""
 def votecandidate=false
 @groovy.transform.Field
 def vote=""
-
+@groovy.transform.Field
+def mavenVersion=""
 @groovy.transform.Field
 def tooling=[:]
 
@@ -77,7 +78,7 @@ def call(Map params = [:]) {
 }
 tooling.myAnt = releaseInformation[branch].ant;
 apidocurl = releaseInformation[branch].apidocurl
-
tooling.mavenVersion=releaseInformation[branch].mavenversion
+mavenVersion=releaseInformation[branch].mavenversion
 
 switch 
(releaseInformation[branch].releasedate['month']) {
 case '01':month  = 'Jan'; break;


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

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



[netbeans-website] branch asf-site updated: Automated site publishing by Jenkins build 1213

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

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


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

commit 71c9a7d6f981394ef3032ecfb8953c38944062f1
Author: jenkins 
AuthorDate: Fri Feb 28 15:32:21 2020 +

Automated site publishing by Jenkins build 1213
---
 content/download/nb113/FlatLaf-11.3.png   | Bin 118373 -> 679573 bytes
 content/download/nb113/FlatLafDark-11.3.png   | Bin 132932 -> 339622 bytes
 content/download/nb113/FlatLafLight-11.3.png  | Bin 114536 -> 343728 bytes
 content/download/nb113/dark-metal-nimbus-11.3.png | Bin 16 -> 1226152 bytes
 4 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/content/download/nb113/FlatLaf-11.3.png 
b/content/download/nb113/FlatLaf-11.3.png
index 72a56f3..26dd8d4 100644
Binary files a/content/download/nb113/FlatLaf-11.3.png and 
b/content/download/nb113/FlatLaf-11.3.png differ
diff --git a/content/download/nb113/FlatLafDark-11.3.png 
b/content/download/nb113/FlatLafDark-11.3.png
index f101ab9..02a604e 100644
Binary files a/content/download/nb113/FlatLafDark-11.3.png and 
b/content/download/nb113/FlatLafDark-11.3.png differ
diff --git a/content/download/nb113/FlatLafLight-11.3.png 
b/content/download/nb113/FlatLafLight-11.3.png
index 2030c5b..de4e307 100644
Binary files a/content/download/nb113/FlatLafLight-11.3.png and 
b/content/download/nb113/FlatLafLight-11.3.png differ
diff --git a/content/download/nb113/dark-metal-nimbus-11.3.png 
b/content/download/nb113/dark-metal-nimbus-11.3.png
index 8033753..294c5be 100644
Binary files a/content/download/nb113/dark-metal-nimbus-11.3.png and 
b/content/download/nb113/dark-metal-nimbus-11.3.png differ


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

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



[netbeans-website] branch master updated: Updated the NetBeans LAF images for NB 11.3 * Updated the LAF images on the feature page with larger image screenshots.

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

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


The following commit(s) were added to refs/heads/master by this push:
 new 424f5b4  Updated the NetBeans LAF images for NB 11.3 * Updated the LAF 
images on the feature page with larger image screenshots.
 new 724a605  Merge pull request #451 from 
arcturus2/feature/nb113-screenshot-update
424f5b4 is described below

commit 424f5b4b9612f3262518d3d01c6789d50cb334d3
Author: arcturus2 <39325530+arctur...@users.noreply.github.com>
AuthorDate: Sat Feb 29 02:21:20 2020 +1100

Updated the NetBeans LAF images for NB 11.3
* Updated the LAF images on the feature page with larger image screenshots.
---
 .../src/content/download/nb113/FlatLaf-11.3.png| Bin 118373 -> 679573 bytes
 .../content/download/nb113/FlatLafDark-11.3.png| Bin 132932 -> 339622 bytes
 .../content/download/nb113/FlatLafLight-11.3.png   | Bin 114536 -> 343728 bytes
 .../download/nb113/dark-metal-nimbus-11.3.png  | Bin 16 -> 1226152 
bytes
 4 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/netbeans.apache.org/src/content/download/nb113/FlatLaf-11.3.png 
b/netbeans.apache.org/src/content/download/nb113/FlatLaf-11.3.png
index 72a56f3..26dd8d4 100644
Binary files a/netbeans.apache.org/src/content/download/nb113/FlatLaf-11.3.png 
and b/netbeans.apache.org/src/content/download/nb113/FlatLaf-11.3.png differ
diff --git 
a/netbeans.apache.org/src/content/download/nb113/FlatLafDark-11.3.png 
b/netbeans.apache.org/src/content/download/nb113/FlatLafDark-11.3.png
index f101ab9..02a604e 100644
Binary files 
a/netbeans.apache.org/src/content/download/nb113/FlatLafDark-11.3.png and 
b/netbeans.apache.org/src/content/download/nb113/FlatLafDark-11.3.png differ
diff --git 
a/netbeans.apache.org/src/content/download/nb113/FlatLafLight-11.3.png 
b/netbeans.apache.org/src/content/download/nb113/FlatLafLight-11.3.png
index 2030c5b..de4e307 100644
Binary files 
a/netbeans.apache.org/src/content/download/nb113/FlatLafLight-11.3.png and 
b/netbeans.apache.org/src/content/download/nb113/FlatLafLight-11.3.png differ
diff --git 
a/netbeans.apache.org/src/content/download/nb113/dark-metal-nimbus-11.3.png 
b/netbeans.apache.org/src/content/download/nb113/dark-metal-nimbus-11.3.png
index 8033753..294c5be 100644
Binary files 
a/netbeans.apache.org/src/content/download/nb113/dark-metal-nimbus-11.3.png and 
b/netbeans.apache.org/src/content/download/nb113/dark-metal-nimbus-11.3.png 
differ


-
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-jenkins-lib] branch master updated: make non release for testing script

2020-02-28 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 7c866f7  make non release for testing script
7c866f7 is described below

commit 7c866f7b5a5348cff245ff256ecd3879839ea1ad
Author: Eric Barboni 
AuthorDate: Fri Feb 28 15:17:51 2020 +0100

make non release for testing script
---
 meta/netbeansrelease.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/netbeansrelease.json b/meta/netbeansrelease.json
index 10f9194..48b0cd3 100644
--- a/meta/netbeansrelease.json
+++ b/meta/netbeansrelease.json
@@ -195,7 +195,7 @@
 },   
 "releasedate": {
 "day": "24",
-"month": "02",
+"month": "-",
 "year": "2020"
 },
 "previousreleasedate": {


-
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-jenkins-lib] branch master updated: installers part of job + stage for better view (#10)

2020-02-28 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 8e20dc7  installers part of job + stage for better view (#10)
8e20dc7 is described below

commit 8e20dc771337746f980f094b166f204a1902e1e2
Author: Eric Barboni 
AuthorDate: Fri Feb 28 15:04:04 2020 +0100

installers part of job + stage for better view (#10)

add installer script

rewrite with stage to have better view
renable test result
---
 resources/org/apache/netbeans/installer.sh| 160 
 resources/org/apache/netbeans/installermac.sh | 163 
 vars/asfMainNetBeansBuild.groovy  | 258 --
 3 files changed, 481 insertions(+), 100 deletions(-)

diff --git a/resources/org/apache/netbeans/installer.sh 
b/resources/org/apache/netbeans/installer.sh
new file mode 100644
index 000..ad4a919
--- /dev/null
+++ b/resources/org/apache/netbeans/installer.sh
@@ -0,0 +1,160 @@
+#!/bin/bash
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+# 
+## param 1 workspace filename for binaries-zip 
+## param 2 version number xx.y (mandatory)
+## param 3 timestamp  YYMMDD
+
+BASE_DIR=`pwd`
+NB_ALL=$BASE_DIR
+export BASE_DIR NB_ALL
+
+`echo "$1 $2 $3" > parameters.info`
+
+if [[ "$3" ]]; then 
+  echo 'I need 3 arguments:'
+  echo 'usage: installer usage [file path to Apache NetBeans binaries-zip] 
[versionumber formated xx.y] [timestamp YYMMDD]'
+fi
+
+DIST=$BASE_DIR/dist
+export DIST
+
+if [ -d $DIST ] ; then
+rm -rf $DIST
+fi
+
+rm -rf NBI-cache
+
+mkdir -p $DIST/zip/moduleclusters
+mkdir -p $DIST/logs
+
+BIN_NAME=`basename $1`
+BINARY_NAME=`echo "${BIN_NAME%%.zip*}"`
+
+
+#create cluster zip files
+rm -rf temp
+unzip $1 -d temp
+cd temp
+mkdir javase
+mkdir javase/netbeans
+mkdir javaee
+mkdir javaee/netbeans
+mkdir webcommon
+mkdir webcommon/netbeans
+mkdir php
+mkdir php/netbeans
+mkdir extide
+mkdir extide/netbeans
+
+cd netbeans
+#java
+mv apisupport ../javase/netbeans
+mv ergonomics ../javase/netbeans
+mv java ../javase/netbeans
+mv javafx ../javase/netbeans
+mv profiler ../javase/netbeans
+
+#javaee
+mv enterprise ../javaee/netbeans
+mv groovy ../javaee/netbeans
+
+#webcommon
+mv webcommon ../webcommon/netbeans
+
+#php
+mv php ../php/netbeans
+
+#websvccommon
+mv websvccommon ../extide/netbeans
+
+#create cluster zip files
+cd ..
+echo `pwd`
+echo $BINARY_NAME
+zip -r $BINARY_NAME-base.zip netbeans
+mv $BINARY_NAME-base.zip ..
+
+echo `pwd`
+
+cd javase
+zip -r $BINARY_NAME-java.zip netbeans
+mv $BINARY_NAME-java.zip ../..
+cd ..
+
+cd javaee
+zip -r $BINARY_NAME-enterprise.zip netbeans
+mv $BINARY_NAME-enterprise.zip ../..
+cd ..
+
+cd php
+zip -r $BINARY_NAME-php.zip netbeans
+mv $BINARY_NAME-php.zip ../..
+cd ..
+
+cd webcommon
+zip -r $BINARY_NAME-webcommon.zip netbeans
+mv $BINARY_NAME-webcommon.zip ../..
+cd ..
+
+cd extide
+zip -r $BINARY_NAME-websvccommon.zip netbeans
+mv $BINARY_NAME-websvccommon.zip ../..
+cd ../..
+
+rm -rf temp
+
+mv $BINARY_NAME-*.zip $DIST/zip/moduleclusters
+
+export BINARY_NAME
+
+cd $BASE_DIR
+NB_BUILD_NUMBER=$3
+BUILDNUMBER=$NB_BUILD_NUMBER
+DATESTAMP=$BUILDNUMBER
+NB_VER_NUMBER=$2
+BASENAME_PREFIX=Apache-NetBeans-$NB_VER_NUMBER-bin
+BUILD_DESC=$BASENAME_PREFIX
+export NB_VER_NUMBER BUILDNUMBER BASENAME_PREFIX NB_BUILD_NUMBER DATESTAMP 
BUILD_DESC
+
+MAC_PATH=$DIST
+#export MAC_PATH
+
+MAC_LOG_NEW=$DIST/logs/native_mac-$BUILDNUMBER.log
+export MAC_LOG_NEW
+BUILD_NB=1
+BUILD_NETBEANS=0
+BUILD_NBJDK6=0
+BUILD_NBJDK7=0
+BUILD_NBJDK8=0
+BUILD_NBJDK11=0
+
+export BUILD_NETBEANS BUILD_NB
+export BUILD_NBJDK6 BUILD_NBJDK7 BUILD_NBJDK8 BUILD_NBJDK11
+BUNDLE_JDK_PLATFORM=
+export BUNDLE_JDK_PLATFORM
+
+
+DONT_SIGN_INSTALLER=y
+export DONT_SIGN_INSTALLER
+
+bash -x $NB_ALL/nbbuild/newbuild/build-nbi.sh
+
+## cleanup cache
+rm -rf NBI-cache
diff --git a/resources/org/apache/netbeans/installermac.sh 
b/resources/org/apache/netbeans/installermac.sh
new file mode 100644
index 000..5a68c97
--- /dev/null
+++ b/resources/org/apache/netbeans/installermac.sh
@@ -0,0 +1,163 @@
+#!/bin/bash
+#
+# Licensed to 

[jira] [Commented] (NETBEANS-3900) Using netbeans to profile a Play1 app crashes the app after a while

2020-02-28 Thread David Costanzo (Jira)


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

David Costanzo commented on NETBEANS-3900:
--

{quote}Anyway, can you tell me, did you see any error lines starting "*** 
PROFILER INTERFACE Error request for method XXX which is not known" in the NB 
output tab?
{quote}
I'm not sure if I'm looking at the right thing, but if I select "View -> IDE 
Log", an "Output - IDE Log" tab appears.  In it, after a successful profiling 
run which would have crashed in NB 11.2, I don't see that line.  I do see the 
other line you were talking about `*** PROFILER INTERFACE 200223` in the server 
console output of the app being profiled.

 
{quote}Would you mind continuing to use this version for a while to check that 
the problem doesn't recur?
{quote}
Hah, just try and stop me.  I've been profiling like crazy now that I can 
again.  Years ago, when lambda functions were added to Java, there was a 
similar problem and I had to use a private build of netbeans to profile my 
applications.  I used it for years.  So I have no problem using this one and 
I'll recommend that everyone on my team also use it.

 

I don't know how important it is to you that you understand _why_ your new 
profiler library fixes my crash, but, if you want, I can try running with a 
profiler that doesn't have the fix NETBEANS-1428 or anything else you like.

 

Unrelated to this ticketI've noticed that the "Total Time (CPU)" includes 
time that threads were explicitly waiting and not taking CPU (for example, 
blocked on a socket select) and this interferes a little with analysis of the 
profiling information.  Is it appropriate to open tickets for that kind of 
thing?  If so, is that profiler-base or somewhere else?

 

> Using netbeans to profile a Play1 app crashes the app after a while
> ---
>
> Key: NETBEANS-3900
> URL: https://issues.apache.org/jira/browse/NETBEANS-3900
> Project: NetBeans
>  Issue Type: Bug
>  Components: profiler - Base
>Affects Versions: 11.0, 11.2
> Environment: JDK: OpenJDK 11 or HotSpot Java 8.
> OS: 64-bit Ubuntu or OpenSUSE
>Reporter: David Costanzo
>Priority: Major
> Attachments: hs_err_pid24234.log, hs_err_pid24980.log
>
>
> When I use NetBeans 11.2 to profile a stand alone web application that is 
> based on the Play 1 framework, the profiling works for a little while, then 
> the JVM that's being profiled crashes.
> I cannot reproduce a crash when using a java command-line tool, only my web 
> apps crash.
> I am able to profile using visualvm.
> If I use Java 8 for both the target app's JVM and netbean's JVM, I can still 
> reproduce the crash.  (Mixing a Java 8 app with a Java 11 netbeans makes it 
> so that the profiler cannot attach).
> If I drop down to NetBeans 9, I can still reproduce the crash.  (NetBeans 8.2 
> cannot attach a profiler).
> Unfortunately, I have been unsuccessful at creating a small, isolated repro.  
> All of our applications rely heavily our corporate file system, our corporate 
> databases, and ancillary services that are only available on our LAN.  When I 
> try to remove these dependencies, I also lose the repro.
> Also unfortunate is that I don't understand how a Java profiler is 
> implemented, so I don't know how to investigate this.  I also don't know how 
> to build a profiler with symbols, which I assume would help.
> A possibly relevant bit for one log is (included for searchability): 
> {noformat}
> ---  T H R E A D  ---
> Current thread (0x7fae40021000):  JavaThread "*** Profiler Agent 
> Communication Thread" daemon [_thread_in_vm, id=5892, 
> stack(0x7fad2b68b000,0x7fad2b78c000)]
> Stack: [0x7fad2b68b000,0x7fad2b78c000],  sp=0x7fad2b78a560,  free 
> space=1021k
> Native frames: (J=compiled Java code, A=aot compiled Java code, 
> j=interpreted, Vv=VM code, C=native code)
> V  [libjvm.so+0xb8a836]  Method::checked_resolve_jmethod_id(_jmethodID*)+0x26
> V  [libjvm.so+0x9ac918]  jvmti_GetMethodDeclaringClass+0x1d8
> Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
> j  
> org.netbeans.lib.profiler.server.system.Stacks.getMethodNamesForJMethodIds(I[I[I)[B+0
> j  
> org.netbeans.lib.profiler.server.ProfilerInterface.getMethodNamesForJMethodIds([I)Lorg/netbeans/lib/profiler/wireprotocol/MethodNamesResponse;+20
> j  
> org.netbeans.lib.profiler.server.ProfilerServer.handleClientCommand(Lorg/netbeans/lib/profiler/wireprotocol/Command;)V+691
> j  org.netbeans.lib.profiler.server.ProfilerServer.listenToClient()V+48
> j  org.netbeans.lib.profiler.server.ProfilerServer.run()V+22
> v  ~StubRoutines::call_stub
> siginfo: si_signo: 11 (SIGSEGV), si_code: 1 (SEGV_MAPERR), si_addr: 
> 0x00020010
> Register 

[jira] [Created] (NETBEANS-3926) Total code coverage does not match class coverage when using lombok.addLombokGeneratedAnnotation

2020-02-28 Thread Benjamin Asbach (Jira)
Benjamin Asbach created NETBEANS-3926:
-

 Summary: Total code coverage does not match class coverage when 
using lombok.addLombokGeneratedAnnotation
 Key: NETBEANS-3926
 URL: https://issues.apache.org/jira/browse/NETBEANS-3926
 Project: NetBeans
  Issue Type: Bug
  Components: maven - codecoverage
Reporter: Benjamin Asbach
 Attachments: image-2020-02-28-14-33-04-551.png, 
netbeans-integrations-code-coverage.zip

Project:
* maven
* jacoco report
* lombok

When activating `lombok.addLombokGeneratedAnnotation` in a project in order to 
prevent jacoco from marking the generated methods as untested the total test 
coverage in NetBeans does not match with the class coverage.

I guess the problem is caused due the fact that jacoco does not shoe these 
classes in their reports. Since NetBeans does not use the reports list of 
classes there's a mismatch between total test coverage and class test coverage.
 !image-2020-02-28-14-33-04-551.png! 

The attached project can be used to reproduce the problem.



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

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

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


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

commit 2e7f64dc59d7712498256968e7204cbe6efcf29b
Author: jenkins 
AuthorDate: Fri Feb 28 13:19:49 2020 +

Automated site publishing by Jenkins build 1211
---
 content/download/nb113/nb113.html | 23 ++-
 1 file changed, 2 insertions(+), 21 deletions(-)

diff --git a/content/download/nb113/nb113.html 
b/content/download/nb113/nb113.html
index 99605a5..6af2e2a 100644
--- a/content/download/nb113/nb113.html
+++ b/content/download/nb113/nb113.html
@@ -99,26 +99,7 @@ See Apache NetBeans 
11.3 Features for a
 https://www.apache.org/dist/netbeans/netbeans/11.3/netbeans-11.3-source.zip.asc;>PGP
 ASC)
 
 
-Installers:
-
-
-
-https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/11.3/Apache-NetBeans-11.3-bin-windows-x64.exe;>Apache-NetBeans-11.3-bin-windows-x64.exe
 (
-https://www.apache.org/dist/netbeans/netbeans/11.3/Apache-NetBeans-11.3-bin-windows-x64.exe.sha512;>SHA-512,
-https://www.apache.org/dist/netbeans/netbeans/11.3/Apache-NetBeans-11.3-bin-windows-x64.exe.asc;>PGP
 ASC)
-
-
-https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/11.3/Apache-NetBeans-11.3-bin-linux-x64.sh;>Apache-NetBeans-11.3-bin-linux-x64.sh
 (
-https://www.apache.org/dist/netbeans/netbeans/11.3/Apache-NetBeans-11.3-bin-linux-x64.sh.sha512;>SHA-512,
-https://www.apache.org/dist/netbeans/netbeans/11.3/Apache-NetBeans-11.3-bin-linux-x64.sh.asc;>PGP
 ASC)
-
-
-https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/11.3/Apache-NetBeans-11.3-bin-macosx.dmg;>Apache-NetBeans-11.3-bin-macosx.dmg
 (
-https://www.apache.org/dist/netbeans/netbeans/11.3/Apache-NetBeans-11.3-bin-macosx.dmg.sha512;>SHA-512,
-https://www.apache.org/dist/netbeans/netbeans/11.3/Apache-NetBeans-11.3-bin-macosx.dmg.asc;>PGP
 ASC)
-
-
-
+Installers: Coming soon.
 
 
 
@@ -145,7 +126,7 @@ The PGP signatures should be matched against the https://www.apache.org
 
 
 As in any other Apache Project, the Apache NetBeans Community approved this 
release
-through the following voting processes in our mailing lists :
+through the following voting processes in our mailing lists:
 
 
 


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

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



[netbeans-website] branch asf-site updated: Automated site publishing by Jenkins build 1210

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

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


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

commit 045c811aac6584bbde3ead36364ec71d543cd729
Author: jenkins 
AuthorDate: Fri Feb 28 13:16:11 2020 +

Automated site publishing by Jenkins build 1210
---
 content/download/nb113/index.html | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/content/download/nb113/index.html 
b/content/download/nb113/index.html
index a283805..4715537 100644
--- a/content/download/nb113/index.html
+++ b/content/download/nb113/index.html
@@ -117,6 +117,9 @@ The LTS release of the Apache NetBeans 11 cycle is Apache 
NetBeans 11.0. The 11.
 
 
 
+Download
+
+
 Below are the highlights of Apache NetBeans 11.3, for a full list, see the 
https://cwiki.apache.org/confluence/display/NETBEANS/Apache+NetBeans+11.3;>Apache
 NetBeans 11.3 Wiki.
 
 


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

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



[netbeans-website] branch master updated: Tweaks to download page

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

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


The following commit(s) were added to refs/heads/master by this push:
 new 536a1d8  Tweaks to download page
536a1d8 is described below

commit 536a1d858217f66409c32d06fee4c56c5a4cedc0
Author: Geertjan Wielenga 
AuthorDate: Fri Feb 28 14:15:36 2020 +0100

Tweaks to download page
---
 netbeans.apache.org/src/content/download/nb113/nb113.asciidoc | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/netbeans.apache.org/src/content/download/nb113/nb113.asciidoc 
b/netbeans.apache.org/src/content/download/nb113/nb113.asciidoc
index fcdecd4..76d8663 100644
--- a/netbeans.apache.org/src/content/download/nb113/nb113.asciidoc
+++ b/netbeans.apache.org/src/content/download/nb113/nb113.asciidoc
@@ -52,8 +52,9 @@ 
link:https://www.apache.org/dist/netbeans/netbeans/11.3/netbeans-11.3-bin.zip.as
 
(link:https://www.apache.org/dist/netbeans/netbeans/11.3/netbeans-11.3-source.zip.sha512[SHA-512],
 
link:https://www.apache.org/dist/netbeans/netbeans/11.3/netbeans-11.3-source.zip.asc[PGP
 ASC])
 
-- Installers:
+- Installers: Coming soon.
  
+ 
 * 
link:https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/11.3/Apache-NetBeans-11.3-bin-windows-x64.exe[Apache-NetBeans-11.3-bin-windows-x64.exe]
 (
 
link:https://www.apache.org/dist/netbeans/netbeans/11.3/Apache-NetBeans-11.3-bin-windows-x64.exe.sha512[SHA-512],
 
link:https://www.apache.org/dist/netbeans/netbeans/11.3/Apache-NetBeans-11.3-bin-windows-x64.exe.asc[PGP
 ASC])
@@ -63,6 +64,7 @@ 
link:https://www.apache.org/dist/netbeans/netbeans/11.3/Apache-NetBeans-11.3-bin
 * 
link:https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/11.3/Apache-NetBeans-11.3-bin-macosx.dmg[Apache-NetBeans-11.3-bin-macosx.dmg]
 (
 
link:https://www.apache.org/dist/netbeans/netbeans/11.3/Apache-NetBeans-11.3-bin-macosx.dmg.sha512[SHA-512],
 
link:https://www.apache.org/dist/netbeans/netbeans/11.3/Apache-NetBeans-11.3-bin-macosx.dmg.asc[PGP
 ASC])
+
 
 
 NOTE: Using https below is highly recommended.
@@ -80,7 +82,7 @@ Apache NetBeans 11.3 runs on the JDK LTS releases 8 and 11, 
as well as on JDK 14
 == Community approval
 
 As in any other Apache Project, the Apache NetBeans Community approved this 
release
-through the following voting processes in our 
link:/community/mailing-lists.html[mailing lists] :
+through the following voting processes in our 
link:/community/mailing-lists.html[mailing lists]:
 
 - 
link:https://lists.apache.org/thread.html/r5328170c3961804d3ed15cb13267b73197d58c0fcbd522dd75c1b44b%40%3Cdev.netbeans.apache.org%3E[PMC
 vote]
 - 
link:https://lists.apache.org/thread.html/r7ea6e3350fb16e6ead3dfaa06dba2d4e9475b55296cee902ea70fa75%40%3Cdev.netbeans.apache.org%3E[PMC
 vote result]


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

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



[netbeans-website] branch asf-site updated: Automated site publishing by Jenkins build 1209

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

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


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

commit 95017ed3ab92a42d8bf61ff55b957459c643052e
Author: jenkins 
AuthorDate: Fri Feb 28 13:13:55 2020 +

Automated site publishing by Jenkins build 1209
---
 content/download/nb113/nb113.html | 97 ++-
 1 file changed, 96 insertions(+), 1 deletion(-)

diff --git a/content/download/nb113/nb113.html 
b/content/download/nb113/nb113.html
index dd059e4..99605a5 100644
--- a/content/download/nb113/nb113.html
+++ b/content/download/nb113/nb113.html
@@ -68,10 +68,105 @@
 
 
 Downloading Apache NetBeans 11.3
-
+
+
+
+Deployment platforms
+Community approval
+Earlier releases
+
+
+
+
+
 Apache NetBeans 11.3 is not yet released.
 See Apache NetBeans 11.3 Features for 
a full list of features.
 
+
+Apache NetBeans 11.3 is available for download from your closest Apache 
mirror.
+
+
+
+
+Binaries:
+https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/11.3/netbeans-11.3-bin.zip;>netbeans-11.3-bin.zip
 (
+https://www.apache.org/dist/netbeans/netbeans/11.3/netbeans-11.3-bin.zip.sha512;>SHA-512,
+https://www.apache.org/dist/netbeans/netbeans/11.3/netbeans-11.3-bin.zip.asc;>PGP
 ASC)
+
+
+Source: https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/11.3/netbeans-11.3-source.zip;>netbeans-11.3-source.zip
+(https://www.apache.org/dist/netbeans/netbeans/11.3/netbeans-11.3-source.zip.sha512;>SHA-512,
+https://www.apache.org/dist/netbeans/netbeans/11.3/netbeans-11.3-source.zip.asc;>PGP
 ASC)
+
+
+Installers:
+
+
+
+https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/11.3/Apache-NetBeans-11.3-bin-windows-x64.exe;>Apache-NetBeans-11.3-bin-windows-x64.exe
 (
+https://www.apache.org/dist/netbeans/netbeans/11.3/Apache-NetBeans-11.3-bin-windows-x64.exe.sha512;>SHA-512,
+https://www.apache.org/dist/netbeans/netbeans/11.3/Apache-NetBeans-11.3-bin-windows-x64.exe.asc;>PGP
 ASC)
+
+
+https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/11.3/Apache-NetBeans-11.3-bin-linux-x64.sh;>Apache-NetBeans-11.3-bin-linux-x64.sh
 (
+https://www.apache.org/dist/netbeans/netbeans/11.3/Apache-NetBeans-11.3-bin-linux-x64.sh.sha512;>SHA-512,
+https://www.apache.org/dist/netbeans/netbeans/11.3/Apache-NetBeans-11.3-bin-linux-x64.sh.asc;>PGP
 ASC)
+
+
+https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/11.3/Apache-NetBeans-11.3-bin-macosx.dmg;>Apache-NetBeans-11.3-bin-macosx.dmg
 (
+https://www.apache.org/dist/netbeans/netbeans/11.3/Apache-NetBeans-11.3-bin-macosx.dmg.sha512;>SHA-512,
+https://www.apache.org/dist/netbeans/netbeans/11.3/Apache-NetBeans-11.3-bin-macosx.dmg.asc;>PGP
 ASC)
+
+
+
+
+
+
+
+Officially, it is important that you https://www.apache.org/dyn/closer.cgi#verify;>verify the integrity
+of the downloaded files using the PGP signatures (.asc file) or a hash 
(.sha512 files).
+The PGP signatures should be matched against the https://www.apache.org/dist/netbeans/KEYS;>KEYS file which contains 
the PGP keys used to sign this release.
+
+
+Apache NetBeans can also be installed as a self-contained https://snapcraft.io/netbeans;>snap package on Linux.
+
+
+
+
+Deployment platforms
+
+
+Apache NetBeans 11.3 runs on the JDK LTS releases 8 and 11, as well as on 
JDK 14, i.e., the current JDK release at the time of this NetBeans release.
+
+
+
+
+Community approval
+
+
+As in any other Apache Project, the Apache NetBeans Community approved this 
release
+through the following voting processes in our mailing lists :
+
+
+
+
+https://lists.apache.org/thread.html/r5328170c3961804d3ed15cb13267b73197d58c0fcbd522dd75c1b44b%40%3Cdev.netbeans.apache.org%3E;>PMC
 vote
+
+
+https://lists.apache.org/thread.html/r7ea6e3350fb16e6ead3dfaa06dba2d4e9475b55296cee902ea70fa75%40%3Cdev.netbeans.apache.org%3E;>PMC
 vote result
+
+
+
+
+
+
+Earlier releases
+
+
+Please visit the Apache NetBeans Download 
page for further details.
+
+
+
 
 
 


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

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



[netbeans-website] branch master updated: Download link on Features page

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

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


The following commit(s) were added to refs/heads/master by this push:
 new 64b5ac2  Download link on Features page
64b5ac2 is described below

commit 64b5ac28f08cdc944f099da02e9e3588144b5070
Author: Geertjan Wielenga 
AuthorDate: Fri Feb 28 14:13:14 2020 +0100

Download link on Features page
---
 netbeans.apache.org/src/content/download/nb113/index.asciidoc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/netbeans.apache.org/src/content/download/nb113/index.asciidoc 
b/netbeans.apache.org/src/content/download/nb113/index.asciidoc
index 2a0e862..ce3f777 100644
--- a/netbeans.apache.org/src/content/download/nb113/index.asciidoc
+++ b/netbeans.apache.org/src/content/download/nb113/index.asciidoc
@@ -35,6 +35,8 @@ Apache NetBeans 11.3 is the third Apache NetBeans release 
outside the Apache Inc
 
 TIP: The LTS release of the Apache NetBeans 11 cycle is Apache NetBeans 11.0. 
The 11.1, 11.2, and 11.3 releases have not been tested as heavily as the LTS 
release and may therefore be less stable. Use 11.3 to use the latest features 
and to provide feedback for the next LTS release, scheduled for April 2020. Go 
here to download  link:/download/nb110/nb110.html[Apache NetBeans 11.0], the 
current LTS release.
 
+link:/download/nb113/nb113.html[Download, role="button success"]
+
 Below are the highlights of Apache NetBeans 11.3, for a full list, see the 
link:https://cwiki.apache.org/confluence/display/NETBEANS/Apache+NetBeans+11.3[Apache
 NetBeans 11.3 Wiki].
 
 == Release Drivers


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

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



[netbeans-website] branch master updated: Full download page for 11.3

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

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


The following commit(s) were added to refs/heads/master by this push:
 new 980ee78  Full download page for 11.3
980ee78 is described below

commit 980ee787bc315fcec5370b5a5f0cb3e6337283ba
Author: Geertjan Wielenga 
AuthorDate: Fri Feb 28 14:11:33 2020 +0100

Full download page for 11.3
---
 .../src/content/download/nb113/nb113.asciidoc  | 53 ++
 1 file changed, 53 insertions(+)

diff --git a/netbeans.apache.org/src/content/download/nb113/nb113.asciidoc 
b/netbeans.apache.org/src/content/download/nb113/nb113.asciidoc
index a1cbad3..fcdecd4 100644
--- a/netbeans.apache.org/src/content/download/nb113/nb113.asciidoc
+++ b/netbeans.apache.org/src/content/download/nb113/nb113.asciidoc
@@ -35,3 +35,56 @@ for important requirements for download pages for Apache 
projects.
 
 Apache NetBeans 11.3 is not yet released.
 See link:/download/nb113/index.html[Apache NetBeans 11.3 Features] for a full 
list of features.
+
+
+NOTE: It's mandatory to link to the source. It's optional to link to the 
binaries.
+NOTE: It's mandatory to link against https://www.apache.org for the sums & 
keys. https is recommended.
+NOTE: It's NOT recommended to link to github.
+
+Apache NetBeans 11.3 is available for download from your closest Apache mirror.
+
+- Binaries: 
+link:https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/11.3/netbeans-11.3-bin.zip[netbeans-11.3-bin.zip]
 (
+link:https://www.apache.org/dist/netbeans/netbeans/11.3/netbeans-11.3-bin.zip.sha512[SHA-512],
+link:https://www.apache.org/dist/netbeans/netbeans/11.3/netbeans-11.3-bin.zip.asc[PGP
 ASC])
+
+- Source: 
link:https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/11.3/netbeans-11.3-source.zip[netbeans-11.3-source.zip]
 
+(link:https://www.apache.org/dist/netbeans/netbeans/11.3/netbeans-11.3-source.zip.sha512[SHA-512],
+link:https://www.apache.org/dist/netbeans/netbeans/11.3/netbeans-11.3-source.zip.asc[PGP
 ASC])
+
+- Installers:
+ 
+* 
link:https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/11.3/Apache-NetBeans-11.3-bin-windows-x64.exe[Apache-NetBeans-11.3-bin-windows-x64.exe]
 (
+link:https://www.apache.org/dist/netbeans/netbeans/11.3/Apache-NetBeans-11.3-bin-windows-x64.exe.sha512[SHA-512],
+link:https://www.apache.org/dist/netbeans/netbeans/11.3/Apache-NetBeans-11.3-bin-windows-x64.exe.asc[PGP
 ASC])
+* 
link:https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/11.3/Apache-NetBeans-11.3-bin-linux-x64.sh[Apache-NetBeans-11.3-bin-linux-x64.sh]
 (
+link:https://www.apache.org/dist/netbeans/netbeans/11.3/Apache-NetBeans-11.3-bin-linux-x64.sh.sha512[SHA-512],
+link:https://www.apache.org/dist/netbeans/netbeans/11.3/Apache-NetBeans-11.3-bin-linux-x64.sh.asc[PGP
 ASC])
+* 
link:https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/11.3/Apache-NetBeans-11.3-bin-macosx.dmg[Apache-NetBeans-11.3-bin-macosx.dmg]
 (
+link:https://www.apache.org/dist/netbeans/netbeans/11.3/Apache-NetBeans-11.3-bin-macosx.dmg.sha512[SHA-512],
+link:https://www.apache.org/dist/netbeans/netbeans/11.3/Apache-NetBeans-11.3-bin-macosx.dmg.asc[PGP
 ASC])
+
+
+NOTE: Using https below is highly recommended.
+
+Officially, it is important that you 
link:https://www.apache.org/dyn/closer.cgi#verify[verify the integrity]
+of the downloaded files using the PGP signatures (.asc file) or a hash 
(.sha512 files).
+The PGP signatures should be matched against the 
link:https://www.apache.org/dist/netbeans/KEYS[KEYS] file which contains the 
PGP keys used to sign this release.
+
+Apache NetBeans can also be installed as a self-contained 
link:https://snapcraft.io/netbeans[snap package] on Linux.
+
+== Deployment platforms
+
+Apache NetBeans 11.3 runs on the JDK LTS releases 8 and 11, as well as on JDK 
14, i.e., the current JDK release at the time of this NetBeans release.
+
+== Community approval
+
+As in any other Apache Project, the Apache NetBeans Community approved this 
release
+through the following voting processes in our 
link:/community/mailing-lists.html[mailing lists] :
+
+- 
link:https://lists.apache.org/thread.html/r5328170c3961804d3ed15cb13267b73197d58c0fcbd522dd75c1b44b%40%3Cdev.netbeans.apache.org%3E[PMC
 vote]
+- 
link:https://lists.apache.org/thread.html/r7ea6e3350fb16e6ead3dfaa06dba2d4e9475b55296cee902ea70fa75%40%3Cdev.netbeans.apache.org%3E[PMC
 vote result]
+
+== Earlier releases
+
+Please visit the link:/download/index.html[Apache NetBeans Download page] for 
further details.


-
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



svn commit: r38320 - /dev/netbeans/netbeans/11.3/installers/

2020-02-28 Thread arusinha
Author: arusinha
Date: Fri Feb 28 12:30:48 2020
New Revision: 38320

Log:
Adding sha512 checksum and PGP signature for Installers

Added:

dev/netbeans/netbeans/11.3/installers/Apache-NetBeans-11.3-bin-linux-x64.sh.asc

dev/netbeans/netbeans/11.3/installers/Apache-NetBeans-11.3-bin-linux-x64.sh.sha512

dev/netbeans/netbeans/11.3/installers/Apache-NetBeans-11.3-bin-macosx.dmg.asc

dev/netbeans/netbeans/11.3/installers/Apache-NetBeans-11.3-bin-macosx.dmg.sha512

dev/netbeans/netbeans/11.3/installers/Apache-NetBeans-11.3-bin-windows-x64.exe.asc

dev/netbeans/netbeans/11.3/installers/Apache-NetBeans-11.3-bin-windows-x64.exe.sha512

Added: 
dev/netbeans/netbeans/11.3/installers/Apache-NetBeans-11.3-bin-linux-x64.sh.asc
==
--- 
dev/netbeans/netbeans/11.3/installers/Apache-NetBeans-11.3-bin-linux-x64.sh.asc 
(added)
+++ 
dev/netbeans/netbeans/11.3/installers/Apache-NetBeans-11.3-bin-linux-x64.sh.asc 
Fri Feb 28 12:30:48 2020
@@ -0,0 +1,17 @@
+-BEGIN PGP SIGNATURE-
+Version: GnuPG v2.0.22 (GNU/Linux)
+
+iQIcBAABAgAGBQJeWQJ5AAoJEG+oY7DDKhixyL8P/jK217VqFs1JkzzfQjmT24iB
+6xLDKscRrWhyL3MHHSOiSpVCEQSpic0LmqCfy4c9dHf86jJaMGwXxxfQ2IvV39zM
+XmhMAm+iz6q85SG6CAED4dPoWDXnKuYKnr4Qq79aDxESFkxAZ5qf0malskglXzty
+xmnid8O4Qj/PrF010fcXtIEClC2SeVsZqHHTJFpgmYSezDw0KcwqoSpD1qDHXhxK
+Y5wqBJJO3l3qOKKZPuQXwjmtHRdM1nEX/tVzacLFXQb84ufleoopdw87eyrj02ZI
+tVddeNs0aOKo6ydacYQCkhj6kFVsBFtiogQ9PO8+tDYsS+yUKuhlmdvnN0/S/MYP
+wLFEjEbcwyW9jg2x5Y02jb8BcysVndc6gtL3gaLyuqeONgMMg7Elk5RQ6zebkDMa
+utzS4lW1fXqFAjbasp9/UqtoaimC66aCmtDjNRYpUzDuk7kpW6+3ieLUcc7u6xAh
+MC0uEUeYLWQzj+QwI8jBJsLfT00IzCXh1vt5A5/mgsWjJ+gKWbD7ML7q9i9ws5hK
+najIy8wuELp3hh+a1TwvsujB52gkpOtLCWf8F1EUFKRLlsaK9XvlUfkcNSBe9Bql
+76xuO26T3QXZccfzqFCzK3elrQjSLeQUBWnOmPREic2Jx5sbsS1FY3jdJ5FVsW06
+6M92yo0HK4di5Jrp6QYt
+=WBku
+-END PGP SIGNATURE-

Added: 
dev/netbeans/netbeans/11.3/installers/Apache-NetBeans-11.3-bin-linux-x64.sh.sha512
==
--- 
dev/netbeans/netbeans/11.3/installers/Apache-NetBeans-11.3-bin-linux-x64.sh.sha512
 (added)
+++ 
dev/netbeans/netbeans/11.3/installers/Apache-NetBeans-11.3-bin-linux-x64.sh.sha512
 Fri Feb 28 12:30:48 2020
@@ -0,0 +1 @@
+221b89699f615e3ac568f73c7678f16042966f30cf24e150ef5d94a80c769cde85332611984c84d8e3cf144f8ed2138bd4357c96461283f84ac8cf3fe77caf56
  Apache-NetBeans-11.3-bin-linux-x64.sh

Added: 
dev/netbeans/netbeans/11.3/installers/Apache-NetBeans-11.3-bin-macosx.dmg.asc
==
--- 
dev/netbeans/netbeans/11.3/installers/Apache-NetBeans-11.3-bin-macosx.dmg.asc 
(added)
+++ 
dev/netbeans/netbeans/11.3/installers/Apache-NetBeans-11.3-bin-macosx.dmg.asc 
Fri Feb 28 12:30:48 2020
@@ -0,0 +1,17 @@
+-BEGIN PGP SIGNATURE-
+Version: GnuPG v2.0.22 (GNU/Linux)
+
+iQIcBAABAgAGBQJeWQK3AAoJEG+oY7DDKhixqF8P/RF5BZkZVGq/8x9JlLxW3043
+DKll6dZOFX/P9FCfa4Kp/0tcKgAA4V9rDsiTimK5qP1ofvsgikhc68GZWMlH0gxl
+j0isaVWsKgckgBjmEGTc7AGMx8L3YW0AobWEwrXBIeGAjHoHkC1lzrTBLVucz5D7
+ECDwf3gfzWzYBhCD754PoodImsmn+PTm6KgPsVi83YA9IRq/ejsSTSqZLBvgAluS
+MAywW0nz21/ailqKHsQop5X13oxj78+bEhLfp4/lezXsuBiE/GzY8G70M8MZ/sDM
+e3A8kBy76qhGXVfhUxBUI331gtIgqwRGrfZzJCFOGQ0zKZwwwZDblXawuwTz2wV6
+6TsHXXq8l04Vhqz+Na7pd+wwoDEz4ezjN6Lgy9Z4e/L1uRh0WaYX4XKnbBQ1oKlz
+9tyQGRrtMGuY3mRsHlV1QhOs5xqN8ERkwpEdWSCw22R3eJOSp4u3enmK0lMnlv8N
+ES8tjwPC0vwdBumul3uhxgs9RmedweAIIssf0DK6JQpXgLbl6GIRhzczywZX5jTK
+Z/3Podm3djk3g2JsnXn9/JiC/gaBT/AV8X6it+lDqJui2pn7Tq1ku1qZCZshVcGy
+J5AppSc/B7wjsSY5/fC2k1V3JDAcma807PAlN3cKxPOo2YWE0xzoTZY7noEOnL5j
+Bqjc+df1aBOftsbcwLgR
+=4fCC
+-END PGP SIGNATURE-

Added: 
dev/netbeans/netbeans/11.3/installers/Apache-NetBeans-11.3-bin-macosx.dmg.sha512
==
--- 
dev/netbeans/netbeans/11.3/installers/Apache-NetBeans-11.3-bin-macosx.dmg.sha512
 (added)
+++ 
dev/netbeans/netbeans/11.3/installers/Apache-NetBeans-11.3-bin-macosx.dmg.sha512
 Fri Feb 28 12:30:48 2020
@@ -0,0 +1 @@
+976c28a0f2d0b63a8839bc011dade9e8501bc21556dadc1c923ff805083226a300885a8be108b9d30fe66c0c3ec8bc4f78be367f3e36bed5d6f5de47d49bbfe3
  Apache-NetBeans-11.3-bin-macosx.dmg

Added: 
dev/netbeans/netbeans/11.3/installers/Apache-NetBeans-11.3-bin-windows-x64.exe.asc
==
--- 
dev/netbeans/netbeans/11.3/installers/Apache-NetBeans-11.3-bin-windows-x64.exe.asc
 (added)
+++ 
dev/netbeans/netbeans/11.3/installers/Apache-NetBeans-11.3-bin-windows-x64.exe.asc
 Fri Feb 28 12:30:48 2020
@@ -0,0 +1,17 @@
+-BEGIN PGP SIGNATURE-
+Version: GnuPG v2.0.22 (GNU/Linux)
+
+iQIcBAABAgAGBQJeWQHiAAoJEG+oY7DDKhix9CcP+gJsIVXpUN6PLZLSnyBp/6i7
+P1i1FNiOdNuc914bFICXqSFc86UTQIZtE8K5xHyfoR2ZM+hoCVmIrjAnwnBByrB6
+f9iKN6+qF171Q+eu/pIuNN5Ano6kH1WHgwmX0wTU5F+IHrYqkRe/l7xJJr3G0gx9
+UEmW7ZVbhjbNRaENtP5OJ2YuOzgHcbxQChrbA6xXKKbQK+bBZPGXYsSyT+SiTMtA

svn commit: r38319 - /release/netbeans/KEYS

2020-02-28 Thread arusinha
Author: arusinha
Date: Fri Feb 28 11:48:53 2020
New Revision: 38319

Log:
Apache NetBeans-11.3 Installers

Modified:
release/netbeans/KEYS

Modified: release/netbeans/KEYS
==
--- release/netbeans/KEYS (original)
+++ release/netbeans/KEYS Fri Feb 28 11:48:53 2020
@@ -487,3 +487,61 @@ bfEiXujDPvSJPRsoQiZCqw6AjUENxY75B1CORhBE
 ponkU84=
 =tPeI
 -END PGP PUBLIC KEY BLOCK-
+pub   4096R/C32A18B1 2020-02-25
+uid  Arunava Sinha (CODE SIGNING KEY) 
+sig 3C32A18B1 2020-02-25  Arunava Sinha (CODE SIGNING KEY) 

+sub   4096R/D8BE1F21 2020-02-25
+sig  C32A18B1 2020-02-25  Arunava Sinha (CODE SIGNING KEY) 

+
+-BEGIN PGP PUBLIC KEY BLOCK-
+Version: GnuPG v2.0.22 (GNU/Linux)
+
+mQINBF5U/YUBEACp4qMiibGMrajNgjds3fYhas+UXhZUADh6FaLRy+BCaCLhKPst
+LUm9huc4ybw3U5BxrY+9Z8vdReg/fgvk8b+xGbNhMJCpEvq6MVp7Rr6BwdAPNu9N
+MYsmaiFKR+IPbhJURoAK8hxVxs+WKMLZlpj8s0T2mF6IT+gK0tOGNol/hJeXG52E
+EnyqxTBFXPB9nv52qiFdGGhoq4BVEkTWme2egKVXPYMcglhlW3QoZXCxuwtMX4sy
+B9Vp3effkH94VBQgOzbEyjjsJrurbnt1ujR4na8lkmgt6VbRtDfea1tHKuVlr0i+
+BMhBentKoBqs23wAlujQuU0QrhcMtsy7VroYMRQW4GfZVqPVfNBuVM29sYjfuLBV
+uiobYx5FbN8xK5LGCg7X9BAMib7XfF3rzovjNOrfXzFMBL5wb4YJraFxX1xDXIQ6
+hEV+acMuBejzDZVhHhyUMcDO003rt61zX2+GgqabFrNwd/A28Ve2KBc/SKb+twBf
+b2uQ3CuBoZ+dQU83oa5iTJqxts+cfciR0qNuUNpARCPPtcLx3ADwbNfNbGGYiUtJ
+WCc9bPCRSTg1hLKkVMdU95L43c7iJVIKPYJZ7f6YTpRhN/m+Jf28nOdKr9/PKkBk
+Kl0gEChFBxMGqaaLNUKZ+RMfLJCRh/SNnLTWWmNm2G5hW1U/8NmOqj0DVQARAQAB
+tDZBcnVuYXZhIFNpbmhhIChDT0RFIFNJR05JTkcgS0VZKSA8YXJ1c2luaGFAYXBh
+Y2hlLm9yZz6JAjcEEwECACECGwMCHgECF4AFAl5VAQEFCwkIBwMFFQoJCAsFFgID
+AQAACgkQb6hjsMMqGLGvAw/7BHaSEkzQxXd12tw10dkHEmf9IJLkjqSuRJpDzjRn
+tG9h4MoQ5n/Yn0R51loStONAT3KPjfu3X4KhOoi4qNd3AhTBmR504Sjgp5rRA5io
+51nUm1EsFtNCyqarYTM/76JidNrTsIsc4RNO1cM91F2Nep9K/fB2zs3836Y5dRxy
+MjTVwBySO5D8lbTyYq4uIlvDaByuR3Qwmab//yiPDkBnGOfo0rIIHquKIXqQzrc/
+q71foO/XHxlTZ28y6ufWdtNoteo/nS7WRUCjPqqzRDvFYqRWZqsrEkAYVj24iKB9
+myzVSRhOkkxUmjPANrsaEUzvZosTC0JGgSpR6rZ1sQjrKJ/I4p26pK/Fmm8hfd5D
+6CsofFx5qodcdVCTQPt8xPWR1VrzjnmsYvEroMJ3/jefM8yGR7oUX1Qg5VbeEZMl
+kyrTY2C8eYwOKTBKIsXe/UitOkrnWzgrm5r7s/J2SMf/XOucgO7oa1SJNrcfKwTc
+uHCXjOpZlK8Zb4ko/KZ3HdZ6hcJWF1JDFeR2HFmRISNte/7BH0sPVXB4wVSeT2Qx
+99/Xkr9gJKZ0xJBOkXm2qHxUMhSujtWQy6wjbzvdmq4gCI4kvz41UC8MWfViIGtd
+GeIPR43CIUar2Qe73sOQmEvtMmssWXBj/nMK2tb3R7Q20hvn9EZTCGjKWEKedxgE
+uru5Ag0EXlT9hQEQALJkLDLvrTnbolUG5t2/LGgIbw6R7ZJnIkk/ty1PUT58M6oj
++5SKoFo6A38OxZhZeF3Q1cXffVcXpa00LUH3eLlZ+WbKlY2KFZ9+wmmrHHKZ0QnT
+wArlXn5Vq1gN+ZyP+/W389YmWpbjfrCPXfmM0RKbSkVDsCi8bPn0gP1FoobKrzCl
+jZkLp++ysVCuv0pXu1ALvSsoxHtUBL0PZRGaat5tSgpcyK16PJUUmVjWd2qWfm4z
+QKzZc1PSeWT8NfAYOtcw3qQVOHIJupfgmzEHdCcrinAWIITdRtucZ9u4gwAvkqDi
+LSchDwF5plKTjxrtZCEpv3u+DRcfZG0YF8AQC9+K1Eg3BTmfLGJw/lVz+ILCEUHf
+yACAu8YESEvaD4iVW4d9jJjJED45VHuwUUWqEDX+R4EHnB15CiKsoSAHcV/3cKAT
+lfhFGVJ6eLZWM0/whNgVLahK1YdqrAith3bscppMTZNNoeQ0WE+N411Vkt744eju
+YJJmBbfzm+ix2rSS8BL/qT/MtWIMgz8k7iOFRdCJJDXal3paRtpb82CJuEfwGeyi
+VN7+1P8LC/ZjpkjFSCLBH9XzNDEcf1S0jeYoRs1/sPusthCLUvtMxQIXaOg2Yxhc
+Q+xw/ClMBZdFh24s+bCGC0Vdx8FFw5sDFDQEVHjXTiqYtoASwLo/XxtwHVb9ABEB
+AAGJAh8EGAECAAkFAl5U/YUCGwwACgkQb6hjsMMqGLHDRQ/8DiFa/l3gSGCl1gMc
+SOkZKinAumPtcdofwpPEQDxMq+uQxLMMMn6aDo74OJFxmTX50USR7DWkEtLvOR3z
+EYrs/sitTXASiAyh7Qlfh4I+azdxiN9OhoEmpkh9TP7LEqCpa6UsLRj18l8S0Bzb
+IKJxK0FRuBcQQPHaLioAxgrTL6gga+csSjD9kjzUs0Ri+gRBxyhFuheOVdXv79Xk
+MRnsLQg33rQNLZbsqMT3b5B0Bbt4WQvxKuiNaFwBmiC3H3qhgxly2Rc1rq2UGXHC
+uj0YDXFnf+5vZFMdsRQVyA2k3WWf2wHK1RsxUUdQEOPdyy4I7cOcj0EPMoZD6yHv
+BjPC50JL/dpIYY2SyHVVOjXdD7nokf59FVfqh1ncSJ9G5jCeigpdmKH9IQAsKIIK
+N8O7NJkzO8AKZvTOTC5BE7zbozNKE528Q+rRk0S/f/gWlLQoJDjKe+qU1DSY2WzB
+VnSMPT7zive3wyvTZI7t6/1IPnIQI2AemmilFMBZH3tzAl8FMZhXdjgmfrIZZRnF
+8uoYF4ELARphq5+zPAEmEhFPnboi2GbiFjgfRJ9m9VzsVjgJe183c7lH9pDegskE
+q7+IufGbZu02XDhaqQxYoyguc3gg1HPfSkyBKQW/56RfWjQeVIfcENdvSgML/SgL
+G/YoIFU/rhl0URcVauN1Z9ELSMk=
+=NuiM
+-END PGP PUBLIC KEY BLOCK-



-
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



svn commit: r38316 - /dev/netbeans/netbeans/11.3/installers/Apache-NetBeans-11.3-bin-macosx.dmg

2020-02-28 Thread arusinha
Author: arusinha
Date: Fri Feb 28 10:03:40 2020
New Revision: 38316

Log:
Notarized mac installer for Netbeans-11.3

Modified:
dev/netbeans/netbeans/11.3/installers/Apache-NetBeans-11.3-bin-macosx.dmg

Modified: 
dev/netbeans/netbeans/11.3/installers/Apache-NetBeans-11.3-bin-macosx.dmg
==
Binary files - no diff available.



-
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-2434) Can't install JIRA plugin

2020-02-28 Thread Luca Mambretti (Jira)


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

Luca Mambretti commented on NETBEANS-2434:
--

Ok will try to cook something up this week end.

> Can't install JIRA plugin
> -
>
> Key: NETBEANS-2434
> URL: https://issues.apache.org/jira/browse/NETBEANS-2434
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 9.0, 10.0, 11.0, 12.0, 11.1, 11.2
>Reporter: Ray Slater
>Priority: Major
>
> I'm trying to install the Jira plugin in Netbeans 11, but it fails to 
> download the REST client from atlassian:
> {noformat}
> SEVERE [org.netbeans.modules.autoupdate.ui.wizards.InstallStep]
> msg
> Caused: org.netbeans.api.autoupdate.OperationException[INSTALL]: Cannot 
> resolve external reference to 
> https://maven.atlassian.com/content/repositories/public/com/atlassian/jira/jira-rest-java-client/1.1-ide-m06/jira-rest-java-client-1.1-ide-m06.jar
> at 
> org.netbeans.modules.autoupdate.services.InstallSupportImpl.doDownload(InstallSupportImpl.java:768)
> at 
> org.netbeans.modules.autoupdate.services.InstallSupportImpl.doDownload(InstallSupportImpl.java:642)
> at 
> org.netbeans.modules.autoupdate.services.InstallSupportImpl.access$600(InstallSupportImpl.java:73)
> at 
> org.netbeans.modules.autoupdate.services.InstallSupportImpl$1.call(InstallSupportImpl.java:153)
> at 
> org.netbeans.modules.autoupdate.services.InstallSupportImpl$1.call(InstallSupportImpl.java:125)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> [catch] at java.lang.Thread.run(Thread.java:745)
> There were some problems while storing JIRA REST Client.
> Cause: Cannot resolve external reference to 
> https://maven.atlassian.com/content/repositories/public/com/atlassian/jira/jira-rest-java-client/1.1-ide-m06/jira-rest-java-client-1.1-ide-m06.jar
> {noformat}
> Searching threw up this old Bugzilla: 
> [https://netbeans.org/bugzilla/show_bug.cgi?id=244014]
> In that Bugzilla there are 2 links & the solution suggests that both would be 
> tried in a fixed version.
> For me, this link works: 
>  
> [https://maven.atlassian.com/content/repositories/atlassian-public/com/atlassian/jira/jira-rest-java-client/1.1-ide-m06/jira-rest-java-client-1.1-ide-m06.jar]
> but this link fails:
>  
> [https://maven.atlassian.com/content/repositories/public/com/atlassian/jira/jira-rest-java-client/1.1-ide-m06/jira-rest-java-client-1.1-ide-m06.jar]



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