[jira] [Created] (NETBEANS-3941) FlatLAF: search results OutlineView has wrong font color

2020-03-03 Thread Rami Swailem (Jira)
Rami Swailem created NETBEANS-3941:
--

 Summary: FlatLAF: search results OutlineView has wrong font color
 Key: NETBEANS-3941
 URL: https://issues.apache.org/jira/browse/NETBEANS-3941
 Project: NetBeans
  Issue Type: Bug
 Environment: Product Version: Apache NetBeans IDE DEV (Build 
dev-21ee047321638132b495fc8dd46be3aeeb39a4c1)
Java: 15-ea; OpenJDK 64-Bit Server VM 15-ea+12-431
Runtime: OpenJDK Runtime Environment 15-ea+12-431
System: Mac OS X version 10.13.6 running on x86_64; UTF-8; en_DE (nb)
User directory: /Users/rami/Library/Application Support/NetBeans/dev
Cache directory: /Users/rami/Library/Caches/NetBeans/dev
Reporter: Rami Swailem
Assignee: Karl Tauber
 Attachments: Screen Shot 2020-03-03 at 12.04.35.png

Please see attached screenshot.

The first column is ok, the others are not
 



--
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-2559) NullPointerException in debug mode.

2020-03-03 Thread Ernie Rael (Jira)


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

Ernie Rael commented on NETBEANS-2559:
--

In "setFxDebug" there is
{code:java}
ClassType sysPropClass = getClass(vm, tr, 
"com.sun.javafx.runtime.SystemProperties");
{code}
but that class doesn't appear in openjfx (AFAICT). So this leads to a NPE. Can 
probably just return or check that in fact this is openjfx.

> NullPointerException in debug mode.
> ---
>
> Key: NETBEANS-2559
> URL: https://issues.apache.org/jira/browse/NETBEANS-2559
> Project: NetBeans
>  Issue Type: Bug
>  Components: debugger - Java, java - Project, javafx - Project
>Affects Versions: 10.0
> Environment: Windows 10, NetBeans Linux 1099, Java 12.0.1
>Reporter: Michal Rama
>Priority: Minor
>  Labels: Debug, NullPointerException, javafx
>
> Hello,
> When I start the project, everything will go well.
> The problem occurs when I run debug mode. It goes through all the "Line 
> Breakpoints". After the last, the project starts, but it also displays an 
> error.
> {code:java}
> java.lang.NullPointerException
>  at 
> org.netbeans.modules.debugger.jpda.jdi.ReferenceTypeWrapper.fieldByName(ReferenceTypeWrapper.java:1033)
> [catch] at 
> org.netbeans.modules.debugger.jpda.visual.VisualDebuggerListener.setFxDebug(VisualDebuggerListener.java:463)
>  at 
> org.netbeans.modules.debugger.jpda.visual.VisualDebuggerListener.initDebuggerRemoteService(VisualDebuggerListener.java:273)
>  at 
> org.netbeans.modules.debugger.jpda.visual.VisualDebuggerListener.access$100(VisualDebuggerListener.java:94)
>  at 
> org.netbeans.modules.debugger.jpda.visual.VisualDebuggerListener$3.breakpointReached(VisualDebuggerListener.java:184)
>  at 
> org.netbeans.api.debugger.jpda.JPDABreakpoint.fireJPDABreakpointChange(JPDABreakpoint.java:275)
>  at 
> org.netbeans.api.debugger.jpda.JPDADebugger.fireBreakpointEvent(JPDADebugger.java:466)
>  at 
> org.netbeans.modules.debugger.jpda.JPDADebuggerImpl.fireBreakpointEvent(JPDADebuggerImpl.java:641)
>  at 
> org.netbeans.modules.debugger.jpda.breakpoints.BreakpointImpl.perform(BreakpointImpl.java:535)
>  at 
> org.netbeans.modules.debugger.jpda.breakpoints.MethodBreakpointImpl.exec(MethodBreakpointImpl.java:253)
>  at 
> org.netbeans.modules.debugger.jpda.util.Operator.processEvents(Operator.java:500)
>  at 
> org.netbeans.modules.debugger.jpda.util.Operator.access$800(Operator.java:94)
>  at org.netbeans.modules.debugger.jpda.util.Operator$1.run(Operator.java:225)
>  at 
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
>  at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
>  at org.netbeans.modules.debugger.jpda.util.Operator$2.run(Operator.java:257)
>  at java.base/java.lang.Thread.run(Thread.java:835){code}
> Why is he doing it?
> Please help
> Thank you



--
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] [Closed] (NETBEANS-3923) cleanup ThreadLocal rawtype warnings

2020-03-03 Thread Brad Walker (Jira)


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

Brad Walker closed NETBEANS-3923.
-
Fix Version/s: 12.0
   Resolution: Fixed

fixed & merged..

> cleanup ThreadLocal rawtype warnings
> 
>
> Key: NETBEANS-3923
> URL: https://issues.apache.org/jira/browse/NETBEANS-3923
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Brad Walker
>Priority: Major
>  Labels: pull-request-available
> Fix For: 12.0
>
>  Time Spent: 50m
>  Remaining Estimate: 0h
>
> This removes all the ThreadLocal rawtype warnings..
> {code:java}
>[repeat] 
> /home/bwalker/src/netbeans/platform/masterfs/src/org/netbeans/modules/masterfs/ProvidedExtensionsProxy.java:44:
>  warning: [rawtypes] found ra
> w type: ThreadLocal
>[repeat] private static ThreadLocal  reentrantCheck = new 
> ThreadLocal();
>[repeat]^
>[repeat]   missing type arguments for generic class ThreadLocal
>[repeat]   where T is a type-variable:
>[repeat] T extends Object declared in class ThreadLocal
> {code}



--
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-3940) NetBeans Plugins Portal Down - Connection Reset

2020-03-03 Thread Tim (Jira)


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

Tim commented on NETBEANS-3940:
---

Hi Geertan,

I don’t need anything special at the moment.. I was just making a note in JIRA 
in case it was reported.

I didn’t mean to mark it a “Major” but wasn’t sure since I figured it would 
affect a lot of users.

- Tim




> NetBeans Plugins Portal Down - Connection Reset
> ---
>
> Key: NETBEANS-3940
> URL: https://issues.apache.org/jira/browse/NETBEANS-3940
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Plugin Manager, updatecenters - Pluginportal
>Affects Versions: 11.2
>Reporter: Tim
>Priority: Major
>
> The plugin portal appears to be down..
> The IDE keeps saying connection was reset and so does the website:
> [http://plugins.netbeans.org/]
>  
> My network proxy settings are correct and work for other internet related 
> activities.



--
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-3940) NetBeans Plugins Portal Down - Connection Reset

2020-03-03 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-3940:
-

Yes, we're working on it.

Which plugins do you need to use?

> NetBeans Plugins Portal Down - Connection Reset
> ---
>
> Key: NETBEANS-3940
> URL: https://issues.apache.org/jira/browse/NETBEANS-3940
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Plugin Manager, updatecenters - Pluginportal
>Affects Versions: 11.2
>Reporter: Tim
>Priority: Major
>
> The plugin portal appears to be down..
> The IDE keeps saying connection was reset and so does the website:
> [http://plugins.netbeans.org/]
>  
> My network proxy settings are correct and work for other internet related 
> activities.



--
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-3940) NetBeans Plugins Portal Down - Connection Reset

2020-03-03 Thread Tim (Jira)
Tim created NETBEANS-3940:
-

 Summary: NetBeans Plugins Portal Down - Connection Reset
 Key: NETBEANS-3940
 URL: https://issues.apache.org/jira/browse/NETBEANS-3940
 Project: NetBeans
  Issue Type: Bug
  Components: platform - Plugin Manager, updatecenters - Pluginportal
Affects Versions: 11.2
Reporter: Tim


The plugin portal appears to be down..

The IDE keeps saying connection was reset and so does the website:

[http://plugins.netbeans.org/]

 

My network proxy settings are correct and work for other internet related 
activities.



--
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-3939) Gradle build yields: No valid Java Platform found for key: 'default_platform'

2020-03-03 Thread Birger Skogeng Pedersen (Jira)
Birger Skogeng Pedersen created NETBEANS-3939:
-

 Summary: Gradle build yields: No valid Java Platform found for 
key: 'default_platform'
 Key: NETBEANS-3939
 URL: https://issues.apache.org/jira/browse/NETBEANS-3939
 Project: NetBeans
  Issue Type: Bug
  Components: projects - Gradle
Affects Versions: 11.2
 Environment: Ubuntu 19.04, 64-bit
openjdk version "13" 2019-09-17
OpenJDK Runtime Environment (build 13+13-Ubuntu-0ubunt1)
OpenJDK 64-Bit Server VM (build 13+13-Ubuntu-0ubunt1, mixed mode, sharing)
Reporter: Birger Skogeng Pedersen
Assignee: Laszlo Kishalmi


Running "build" on a gradle project yields the following error message in 
output:

*No valid Java Platform found for key: 'default_platform'*



--
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-3879) FlatLaf Dark/Light Ctrl+PAGE_UP and Ctrl+PAGE_DOWN not work

2020-03-03 Thread Juan Bertinetti (Jira)


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

Juan Bertinetti commented on NETBEANS-3879:
---

I have the same issue with the final 11.3 release, with Ubuntu 19.10 and 
openjdk version "11.0.6".

> FlatLaf Dark/Light Ctrl+PAGE_UP and Ctrl+PAGE_DOWN not work
> ---
>
> Key: NETBEANS-3879
> URL: https://issues.apache.org/jira/browse/NETBEANS-3879
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf
>Affects Versions: 11.3
> Environment: Product Version: Apache NetBeans IDE 11.3-beta2
> Java: 13.0.2; OpenJDK 64-Bit Server VM 13.0.2+8
> Runtime: OpenJDK Runtime Environment 13.0.2+8
> System: Windows 10 version 10.0 running on amd64; Cp1252; fr_FR (nb)
>Reporter: Philippe FICHET
>Priority: Major
>
> Keymap Ctrl+PAGE_UP and Ctrl+PAGE_DOWN not work on FlatLaf Dark and Light but 
> work on other Laf (Nimbus, Dark Nimbus, ...).
> By default Ctrl+PAGE_UP and Ctrl+PAGE_DOWN are mapped to "Previous Tab" and 
> "Next Tab".
> When I change keymap "Previous Tab" to Ctrl+NUMPAD1 and "Next Tab" to 
> Ctrl+NUMPAD2, keymap work.



--
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-3938) Autocomplete on C++ source file yields "Unexpected Exception"

2020-03-03 Thread Birger Skogeng Pedersen (Jira)
Birger Skogeng Pedersen created NETBEANS-3938:
-

 Summary: Autocomplete on C++ source file yields "Unexpected 
Exception"
 Key: NETBEANS-3938
 URL: https://issues.apache.org/jira/browse/NETBEANS-3938
 Project: NetBeans
  Issue Type: Bug
  Components: cnd - Editor
Affects Versions: 11.2
 Environment: Ubuntu 19.04, 64-bit, GNOME desktop env
java -version yields:
openjdk version "11.0.5" 2019-10-15
OpenJDK Runtime Environment (build 11.0.5+10-post-Ubuntu-0ubuntu1.119.04)
OpenJDK 64-Bit Server VM (build 11.0.5+10-post-Ubuntu-0ubuntu1.119.04, mixed 
mode, sharing)
Reporter: Birger Skogeng Pedersen
 Attachments: ide-log.txt

Steps to reproduce:
 # Create a C++ project.
 # Create a new class.
 # In the header file, create a class function declaration: void hello_world();
 # Go to the source file of the class and hit CTRL+SPACE for autocomplete.

What happens:
 # Context menu appears with "Please wait..." and does not update with any 
alternatives.
 # In the notification viewer, a notification appears: "Unexpected Exception"

I've attached the IDE log here: [^ide-log.txt]

Loving netbeans btw. Been using it ever since my colleague convinced me in 2015!



--
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-3936) Project creation from payara-micro-maven-archetype failed

2020-03-03 Thread Robert Fink (Jira)


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

Robert Fink updated NETBEANS-3936:
--
Fix Version/s: (was: 11.3)
   12.0

> Project creation from payara-micro-maven-archetype failed
> -
>
> Key: NETBEANS-3936
> URL: https://issues.apache.org/jira/browse/NETBEANS-3936
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Maven
>Affects Versions: 11.1, 11.2, 11.3
>Reporter: Gaurav Gupta
>Assignee: Gaurav Gupta
>Priority: Major
>  Labels: Payara-Micro
> Fix For: 12.0
>
>
> Earlier maven supports the creation of a project from the latest version 
> archetype by defining the blank version in archetypeVersion property in 
> command line but now it is mandatory to defined the archetypeVersion, hence 
> results in the following error:
> {code:java}
> [WARNING] Error reading archetype catalog http://repo.maven.apache.org/maven2 
> org.apache.maven.wagon.TransferFailedException: Failed to transfer file 
> http://repo.maven.apache.org/maven2 with status code 501{code}
> The correct command defines -DarchetypeVersion=1.0.4 to generate a project 
> from archetype:
> {code:java}
>  mvn -DarchetypeGroupId=fish.payara.maven.archetypes 
> -DarchetypeArtifactId=payara-micro-maven-archetype -DarchetypeVersion=1.0.4 
> -DarchetypeRepository=https://repo.maven.apache.org/maven2 
> -DgroupId=com.mycompany -DartifactId=mavenproject33 -Dversion=1.0-SNAPSHOT 
> -Dpackage=com.mycompany.mavenproject33 -DjavaeeVersion=8.0 
> -DpayaraMicroVersion=5.194 -DautoBindHttp=true -DcontextRoot=/ 
> -Darchetype.interactive=false --batch-mode 
> org.apache.maven.plugins:maven-archetype-plugin:2.4:generate{code}
> The issue found in all versions of Apache NetBeans IDE (which supports Payara 
> Micro) due to restriction in maven central.



--
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-3936) Project creation from payara-micro-maven-archetype failed

2020-03-03 Thread Robert Fink (Jira)


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

Robert Fink updated NETBEANS-3936:
--
Labels: Payara-Micro  (was: )

> Project creation from payara-micro-maven-archetype failed
> -
>
> Key: NETBEANS-3936
> URL: https://issues.apache.org/jira/browse/NETBEANS-3936
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Maven
>Affects Versions: 11.1, 11.2, 11.3
>Reporter: Gaurav Gupta
>Assignee: Gaurav Gupta
>Priority: Major
>  Labels: Payara-Micro
> Fix For: 11.3
>
>
> Earlier maven supports the creation of a project from the latest version 
> archetype by defining the blank version in archetypeVersion property in 
> command line but now it is mandatory to defined the archetypeVersion, hence 
> results in the following error:
> {code:java}
> [WARNING] Error reading archetype catalog http://repo.maven.apache.org/maven2 
> org.apache.maven.wagon.TransferFailedException: Failed to transfer file 
> http://repo.maven.apache.org/maven2 with status code 501{code}
> The correct command defines -DarchetypeVersion=1.0.4 to generate a project 
> from archetype:
> {code:java}
>  mvn -DarchetypeGroupId=fish.payara.maven.archetypes 
> -DarchetypeArtifactId=payara-micro-maven-archetype -DarchetypeVersion=1.0.4 
> -DarchetypeRepository=https://repo.maven.apache.org/maven2 
> -DgroupId=com.mycompany -DartifactId=mavenproject33 -Dversion=1.0-SNAPSHOT 
> -Dpackage=com.mycompany.mavenproject33 -DjavaeeVersion=8.0 
> -DpayaraMicroVersion=5.194 -DautoBindHttp=true -DcontextRoot=/ 
> -Darchetype.interactive=false --batch-mode 
> org.apache.maven.plugins:maven-archetype-plugin:2.4:generate{code}
> The issue found in all versions of Apache NetBeans IDE (which supports Payara 
> Micro) due to restriction in maven central.



--
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-3936) Project creation from payara-micro-maven-archetype failed

2020-03-03 Thread Robert Fink (Jira)


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

Robert Fink updated NETBEANS-3936:
--
Labels:   (was: Payara-Micro)

> Project creation from payara-micro-maven-archetype failed
> -
>
> Key: NETBEANS-3936
> URL: https://issues.apache.org/jira/browse/NETBEANS-3936
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Maven
>Affects Versions: 11.1, 11.2, 11.3
>Reporter: Gaurav Gupta
>Assignee: Gaurav Gupta
>Priority: Major
> Fix For: 11.3
>
>
> Earlier maven supports the creation of a project from the latest version 
> archetype by defining the blank version in archetypeVersion property in 
> command line but now it is mandatory to defined the archetypeVersion, hence 
> results in the following error:
> {code:java}
> [WARNING] Error reading archetype catalog http://repo.maven.apache.org/maven2 
> org.apache.maven.wagon.TransferFailedException: Failed to transfer file 
> http://repo.maven.apache.org/maven2 with status code 501{code}
> The correct command defines -DarchetypeVersion=1.0.4 to generate a project 
> from archetype:
> {code:java}
>  mvn -DarchetypeGroupId=fish.payara.maven.archetypes 
> -DarchetypeArtifactId=payara-micro-maven-archetype -DarchetypeVersion=1.0.4 
> -DarchetypeRepository=https://repo.maven.apache.org/maven2 
> -DgroupId=com.mycompany -DartifactId=mavenproject33 -Dversion=1.0-SNAPSHOT 
> -Dpackage=com.mycompany.mavenproject33 -DjavaeeVersion=8.0 
> -DpayaraMicroVersion=5.194 -DautoBindHttp=true -DcontextRoot=/ 
> -Darchetype.interactive=false --batch-mode 
> org.apache.maven.plugins:maven-archetype-plugin:2.4:generate{code}
> The issue found in all versions of Apache NetBeans IDE (which supports Payara 
> Micro) due to restriction in maven central.



--
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-3936) Project creation from payara-micro-maven-archetype failed

2020-03-03 Thread Robert Fink (Jira)


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

Robert Fink updated NETBEANS-3936:
--
Fix Version/s: (was: 12.0)
   11.3

> Project creation from payara-micro-maven-archetype failed
> -
>
> Key: NETBEANS-3936
> URL: https://issues.apache.org/jira/browse/NETBEANS-3936
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Maven
>Affects Versions: 11.1, 11.2, 11.3
>Reporter: Gaurav Gupta
>Assignee: Gaurav Gupta
>Priority: Major
>  Labels: Payara-Micro
> Fix For: 11.3
>
>
> Earlier maven supports the creation of a project from the latest version 
> archetype by defining the blank version in archetypeVersion property in 
> command line but now it is mandatory to defined the archetypeVersion, hence 
> results in the following error:
> {code:java}
> [WARNING] Error reading archetype catalog http://repo.maven.apache.org/maven2 
> org.apache.maven.wagon.TransferFailedException: Failed to transfer file 
> http://repo.maven.apache.org/maven2 with status code 501{code}
> The correct command defines -DarchetypeVersion=1.0.4 to generate a project 
> from archetype:
> {code:java}
>  mvn -DarchetypeGroupId=fish.payara.maven.archetypes 
> -DarchetypeArtifactId=payara-micro-maven-archetype -DarchetypeVersion=1.0.4 
> -DarchetypeRepository=https://repo.maven.apache.org/maven2 
> -DgroupId=com.mycompany -DartifactId=mavenproject33 -Dversion=1.0-SNAPSHOT 
> -Dpackage=com.mycompany.mavenproject33 -DjavaeeVersion=8.0 
> -DpayaraMicroVersion=5.194 -DautoBindHttp=true -DcontextRoot=/ 
> -Darchetype.interactive=false --batch-mode 
> org.apache.maven.plugins:maven-archetype-plugin:2.4:generate{code}
> The issue found in all versions of Apache NetBeans IDE (which supports Payara 
> Micro) due to restriction in maven central.



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

2020-03-03 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 fafff1c  Automated site publishing by Jenkins build 1224
fafff1c is described below

commit fafff1cdd8c5140c4f5bb53b7c4c7eabbb871da9
Author: jenkins 
AuthorDate: Tue Mar 3 11:40:24 2020 +

Automated site publishing by Jenkins build 1224
---
 content/download/nb113/nb113.html | 12 
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/content/download/nb113/nb113.html 
b/content/download/nb113/nb113.html
index cba3ef6..2482c02 100644
--- a/content/download/nb113/nb113.html
+++ b/content/download/nb113/nb113.html
@@ -89,8 +89,7 @@ See Apache NetBeans 11.3 
Features for a
 
 
 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/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)
 
 
@@ -103,18 +102,15 @@ See Apache NetBeans 
11.3 Features for a
 
 
 
-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/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/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/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)
 
 


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

2020-03-03 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 b5e0760  Automated site publishing by Jenkins build 1223
b5e0760 is described below

commit b5e0760a3309ca41d09b0fdfb26e880f88ccf946
Author: jenkins 
AuthorDate: Tue Mar 3 11:36:58 2020 +

Automated site publishing by Jenkins build 1223
---
 content/download/nb113/nb113.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/download/nb113/nb113.html 
b/content/download/nb113/nb113.html
index 540b0ee..cba3ef6 100644
--- a/content/download/nb113/nb113.html
+++ b/content/download/nb113/nb113.html
@@ -129,7 +129,7 @@ See Apache NetBeans 
11.3 Features for a
 
 
 
-The installers will not run under JDK 14 because usage is made of JDK Pack200 
Tools API, for packing and unpacking, which is removed in JDK 14, see https://openjdk.java.net/jeps/367;>JEP 367.
+The installers will not run under JDK 14 because usage is made of the Pack200 
Tools and API, for packing and unpacking, which is removed in JDK 14, see https://openjdk.java.net/jeps/367;>JEP 367.
 
 
 


-
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

2020-03-03 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 d301ff8  tweaks
d301ff8 is described below

commit d301ff82862b4ae4d555c7b045d382bc152f201c
Author: Geertjan Wielenga 
AuthorDate: Tue Mar 3 12:35:19 2020 +0100

tweaks
---
 .../src/content/download/nb113/nb113.asciidoc| 12 
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/netbeans.apache.org/src/content/download/nb113/nb113.asciidoc 
b/netbeans.apache.org/src/content/download/nb113/nb113.asciidoc
index 83812f9..6127348 100644
--- a/netbeans.apache.org/src/content/download/nb113/nb113.asciidoc
+++ b/netbeans.apache.org/src/content/download/nb113/nb113.asciidoc
@@ -44,8 +44,7 @@ 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/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]
 
@@ -54,14 +53,11 @@ 
link:https://www.apache.org/dist/netbeans/netbeans/11.3/netbeans-11.3-source.zip
 
 - 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/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/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/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])
 
 TIP: The installers will not run under JDK 14 because usage is made of the 
Pack200 Tools and API, for packing and unpacking, which is removed in JDK 14, 
see link:https://openjdk.java.net/jeps/367[JEP 367].


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

2020-03-03 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 9ad9555  Automated site publishing by Jenkins build 1222
9ad9555 is described below

commit 9ad95559ccbfdfbebdcf8067e03a2359201184ef
Author: jenkins 
AuthorDate: Tue Mar 3 11:33:25 2020 +

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

diff --git a/content/download/nb113/nb113.html 
b/content/download/nb113/nb113.html
index 627608e..540b0ee 100644
--- a/content/download/nb113/nb113.html
+++ b/content/download/nb113/nb113.html
@@ -122,6 +122,18 @@ See Apache NetBeans 
11.3 Features for a
 
 
 
+
+
+
+
+
+
+
+The installers will not run under JDK 14 because usage is made of JDK Pack200 
Tools API, for packing and unpacking, which is removed in JDK 14, see https://openjdk.java.net/jeps/367;>JEP 367.
+
+
+
+
 
 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).


-
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: JEP 367 tweak

2020-03-03 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 bd009fe  JEP 367 tweak
bd009fe is described below

commit bd009fe13e755fb2ee1f0e8b2605bacca123929f
Author: Geertjan Wielenga 
AuthorDate: Tue Mar 3 12:32:33 2020 +0100

JEP 367 tweak
---
 netbeans.apache.org/src/content/download/nb113/nb113.asciidoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/netbeans.apache.org/src/content/download/nb113/nb113.asciidoc 
b/netbeans.apache.org/src/content/download/nb113/nb113.asciidoc
index a7a35c5..83812f9 100644
--- a/netbeans.apache.org/src/content/download/nb113/nb113.asciidoc
+++ b/netbeans.apache.org/src/content/download/nb113/nb113.asciidoc
@@ -64,7 +64,7 @@ 
link:https://www.apache.org/dist/netbeans/netbeans/11.3/Apache-NetBeans-11.3-bin
 
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])
 
-TIP: The installers will not run under JDK 14 because usage is made of JDK 
Pack200 Tools API, for packing and unpacking, which is removed in JDK 14, see 
link:https://openjdk.java.net/jeps/367[JEP 367].
+TIP: The installers will not run under JDK 14 because usage is made of the 
Pack200 Tools and API, for packing and unpacking, which is removed in JDK 14, 
see link:https://openjdk.java.net/jeps/367[JEP 367].
 
 
 NOTE: Using https below is highly recommended.


-
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: JEP 368 note added

2020-03-03 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 eb6a5a5  JEP 368 note added
eb6a5a5 is described below

commit eb6a5a5577292a40300aff491394ef40775e2659
Author: Geertjan Wielenga 
AuthorDate: Tue Mar 3 12:31:04 2020 +0100

JEP 368 note added
---
 netbeans.apache.org/src/content/download/nb113/nb113.asciidoc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/netbeans.apache.org/src/content/download/nb113/nb113.asciidoc 
b/netbeans.apache.org/src/content/download/nb113/nb113.asciidoc
index dfa5e2f..a7a35c5 100644
--- a/netbeans.apache.org/src/content/download/nb113/nb113.asciidoc
+++ b/netbeans.apache.org/src/content/download/nb113/nb113.asciidoc
@@ -64,6 +64,8 @@ 
link:https://www.apache.org/dist/netbeans/netbeans/11.3/Apache-NetBeans-11.3-bin
 
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])
 
+TIP: The installers will not run under JDK 14 because usage is made of JDK 
Pack200 Tools API, for packing and unpacking, which is removed in JDK 14, see 
link:https://openjdk.java.net/jeps/367[JEP 367].
+
 
 NOTE: Using https below is highly recommended.
 


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

2020-03-03 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 034d976  Automated site publishing by Jenkins build 1220
034d976 is described below

commit 034d976a2dcc9adb8737d711a5cce84edb74b4cb
Author: jenkins 
AuthorDate: Tue Mar 3 09:18:37 2020 +

Automated site publishing by Jenkins build 1220
---
 content/download/nb113/nb113.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/download/nb113/nb113.html 
b/content/download/nb113/nb113.html
index 24c2c8d..627608e 100644
--- a/content/download/nb113/nb113.html
+++ b/content/download/nb113/nb113.html
@@ -79,7 +79,7 @@
 
 
 
-Apache NetBeans 11.3 is not yet released.
+Apache NetBeans 11.3 was released on (date to be inserted here).
 See Apache NetBeans 11.3 Features for 
a full list of features.
 
 


-
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: Date tweak

2020-03-03 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 4e64c53  Date tweak
4e64c53 is described below

commit 4e64c53d42a9f51931d9341be1b8fc8706b5bab0
Author: Geertjan Wielenga 
AuthorDate: Tue Mar 3 10:16:09 2020 +0100

Date tweak
---
 netbeans.apache.org/src/content/download/nb113/nb113.asciidoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/netbeans.apache.org/src/content/download/nb113/nb113.asciidoc 
b/netbeans.apache.org/src/content/download/nb113/nb113.asciidoc
index 0f1e6d4..dfa5e2f 100644
--- a/netbeans.apache.org/src/content/download/nb113/nb113.asciidoc
+++ b/netbeans.apache.org/src/content/download/nb113/nb113.asciidoc
@@ -33,7 +33,7 @@ for important requirements for download pages for Apache 
projects.
 :toc-title:
 :icons: font
 
-Apache NetBeans 11.3 is not yet released.
+Apache NetBeans 11.3 was released on (date to be inserted here).
 See link:/download/nb113/index.html[Apache NetBeans 11.3 Features] for a full 
list of features.
 
 


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

2020-03-03 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 d20f4c9  Automated site publishing by Jenkins build 1218
d20f4c9 is described below

commit d20f4c946aff1376f3dcce3d6a2a0130a651
Author: jenkins 
AuthorDate: Tue Mar 3 09:02:58 2020 +

Automated site publishing by Jenkins build 1218
---
 content/download/nb113/nb113.html | 21 -
 1 file changed, 20 insertions(+), 1 deletion(-)

diff --git a/content/download/nb113/nb113.html 
b/content/download/nb113/nb113.html
index 6af2e2a..24c2c8d 100644
--- a/content/download/nb113/nb113.html
+++ b/content/download/nb113/nb113.html
@@ -99,7 +99,26 @@ 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: Coming soon.
+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)
+
+
+
 
 
 


-
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: Making list of installers available

2020-03-03 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 f2629df  Making list of installers available
f2629df is described below

commit f2629dfba02dcaac5ab2c714540955dd9cc1df34
Author: Geertjan Wielenga 
AuthorDate: Tue Mar 3 10:00:20 2020 +0100

Making list of installers available
---
 netbeans.apache.org/src/content/download/nb113/nb113.asciidoc | 6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/netbeans.apache.org/src/content/download/nb113/nb113.asciidoc 
b/netbeans.apache.org/src/content/download/nb113/nb113.asciidoc
index 76d8663..0f1e6d4 100644
--- a/netbeans.apache.org/src/content/download/nb113/nb113.asciidoc
+++ b/netbeans.apache.org/src/content/download/nb113/nb113.asciidoc
@@ -52,9 +52,8 @@ 
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: Coming soon.
- 
- 
+- 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])
@@ -64,7 +63,6 @@ 
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.


-
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-3937) Exception notification: java.lang.ClassCastException 2

2020-03-03 Thread Martin (Jira)
Martin created NETBEANS-3937:


 Summary: Exception notification: java.lang.ClassCastException 2
 Key: NETBEANS-3937
 URL: https://issues.apache.org/jira/browse/NETBEANS-3937
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 11.2
 Environment: Ubuntu 19, Java 13
Reporter: Martin
 Attachments: ex.txt





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