[jira] [Resolved] (NETBEANS-4378) Plugin manager timeout when loading from PP3; some state corruption

2020-06-05 Thread Jira


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

Matthias Bläsing resolved NETBEANS-4378.

Fix Version/s: 12.0
   Resolution: Fixed

The updated code for PP3 was put into production and tested on the production 
instance. I activated the Plugin Portal for 12.0 and successfully installed: 
LDAP Explorer, LDIF Editor and SSL Certificate Exception.

> Plugin manager timeout when loading from PP3; some state corruption
> ---
>
> Key: NETBEANS-4378
> URL: https://issues.apache.org/jira/browse/NETBEANS-4378
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Plugin Manager, updatecenters - Pluginportal
>Affects Versions: 12.0
> Environment: Product Version: Apache NetBeans IDE 12.0-beta5
> Java: 14.0.1; Java HotSpot(TM) 64-Bit Server VM 14.0.1+7
> Runtime: Java(TM) SE Runtime Environment 14.0.1+7
> System: Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)
>Reporter: Ernie Rael
>Assignee: Matthias Bläsing
>Priority: Major
> Fix For: 12.0
>
> Attachments: mlog-1
>
>  Time Spent: 1h 40m
>  Remaining Estimate: 0h
>
> I don't have time right now to put together a report, but attached is alog 
> after
>  * fresh NB install
>  * load a plugin from "netbeans plugin portal" (PP3)
> BTW, I've seen the unpack200 (or whatever) issue but I don't see that in the 
> log. I didn't think PP3 had that issue.
> Could be plugin manager or PP3. Could be transient or permanent. Reproduced 
> by someone who reads the dev list.



--
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-tools] branch master updated: Configuration contains core application logic so realign it with implementation

2020-06-05 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-tools.git


The following commit(s) were added to refs/heads/master by this push:
 new 41a6277  Configuration contains core application logic so realign it 
with implementation
41a6277 is described below

commit 41a627787bfa8c5c23aef9e5807b86cd8f2a5410
Author: Matthias Bläsing 
AuthorDate: Fri Jun 5 22:54:24 2020 +0200

Configuration contains core application logic so realign it with 
implementation
---
 pp3/module/Application/config/module.config.php.dist | 20 +---
 1 file changed, 17 insertions(+), 3 deletions(-)

diff --git a/pp3/module/Application/config/module.config.php.dist 
b/pp3/module/Application/config/module.config.php.dist
index b7bd6bd..33eb0be 100755
--- a/pp3/module/Application/config/module.config.php.dist
+++ b/pp3/module/Application/config/module.config.php.dist
@@ -80,7 +80,7 @@ return array(
 'catalogue' => array(
 'type' => 'segment',
 'options' => array(
-'route' => '/catalogue[/][:action]',
+'route' => 
'/catalogue[/][:action][/:pathParam][/:pathParam2]',
 'constraints' => array(
 'action' => '[a-zA-Z][a-zA-Z0-9_-]*',
 ),
@@ -171,10 +171,24 @@ return array(
 'defaults' => array(
 '__NAMESPACE__' => 'Application\Controller',
 'controller' => 'Login',
-'action' => 'request',
+'action' => 'index',
 ),
 ),
-),   
+),
+'verification-log' => array(
+'type' => 'segment',
+'options' => array(
+'route' => '/verification-log[/][:action]',
+'constraints' => array(
+'action' => '[a-zA-Z][a-zA-Z0-9_-]*',
+),
+'defaults' => array(
+'__NAMESPACE__' => 'Application\Controller',
+'controller' => 'Index',
+'action' => 'verification-log',
+),
+),
+),
 ),
 ),
 'service_manager' => array(


-
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-tools] branch master updated (fc403a8 -> 8f55b5a)

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

matthiasblaesing pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-tools.git.


from fc403a8  Merge pull request #31 from matthiasblaesing/pp3-updatecatalog
 new 620c6ab  Remove return type as it collides with PHP 7
 new db0caa0  Stream into file and don't hold download in memory
 new 6970b53  If we don't yet have an SHA-1 checksum update now
 new 8f55b5a  Merge pull request #32 from matthiasblaesing/hotfix

The 138 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../src/Application/Entity/Base/PluginVersion.php  |  2 +-
 pp3/module/Application/src/Application/Pp/Catalog.php  | 18 +-
 2 files changed, 10 insertions(+), 10 deletions(-)


-
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-4366) Netbeans font rendering problem in linux

2020-06-05 Thread Leandro Scott R. Z. Jacques (Jira)


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

Leandro Scott R. Z. Jacques closed NETBEANS-4366.
-
Resolution: Not A Problem

AA = Antialiasing with $_JAVA_OPTIONS=-Dawt.useSystemAAFontSettings=on. Now I 
tried without any extra settings and with JDK 14 and, same result. What is 
curious is that both are java based and they render fonts diffrently. Now I 
forced PHPStorm to use the Oracle JDK instead of it's built in JDK and, guess 
what? It rendered fonts the same way Netbeans does. So the issue is with the 
JRE font rendering and not about Netbeans, as can be seen in the last 
screenshot, so the issue can be closed.

> Netbeans font rendering problem in linux
> 
>
> Key: NETBEANS-4366
> URL: https://issues.apache.org/jira/browse/NETBEANS-4366
> Project: NetBeans
>  Issue Type: Improvement
>  Components: editor - Other
>Affects Versions: 11.3
> Environment: Arch Linux with KDE and JRE 8
>Reporter: Leandro Scott R. Z. Jacques
>Priority: Trivial
> Attachments: Screenshot_20200522_182436.png, 
> Screenshot_20200604_140434.png, Screenshot_20200604_144811.png
>
>
> I'm having an issue using Netbeans under Linux, I'm using Arch Linux with KDE 
> and JRE 8 and, as you can see from the screenshot, the GUI fonts are ok, but 
> the source code font rendering is very ugly. I'm using java options for AA, 
> but it only solved the GUI issue, not the source code font rendering issue. I 
> have PHPStorm installed too, to compare, I made a screenshot using the same 
> font and settings in both. PHPStorm fonts are rendered beautifully, Netbeans 
> doesn't, what's 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



[jira] [Created] (NETBEANS-4412) Netbeans Maven project doesn't mark as error use of nonexistant class

2020-06-05 Thread Josh Lederman (Jira)
Josh Lederman created NETBEANS-4412:
---

 Summary: Netbeans Maven project doesn't mark as error use of 
nonexistant class
 Key: NETBEANS-4412
 URL: https://issues.apache.org/jira/browse/NETBEANS-4412
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 11.3
 Environment: Ubuntu 18.04.4
Reporter: Josh Lederman
 Attachments: FirstClass.java, SecondClass.java

Running through the following procedure:

Create a new Maven Project (New Project -> Java with Maven -> Java Application) 
- I use user.xmpl as my package name.

Create two classes in that project, with the two attached java code files: 
FirstClass.java and SecondClass.java

There is no error message on the BadClass badVariable line, nor on any other 
line in the SecondClass file (BadClass is not defined). The file as a whole is 
marked as having an error, in the tab and in the Project tree.

The error _is_ shown (as expected) with any of the following changes:
 * Switch the order of the two definitions within SecondClass
 * Delete the first definition (FirstClass) in SecondClass
 * Delete the constructor of FirstClass
 * Delete the one line in FirstClass (object.function)
 * Remove the lambda expression from the line in FirstClass
 * Use a Java Ant project instead of a Maven one

There is, of course, an error on the object.function line, but there is no 
change in the issue if that error is fixed by appropriately defining object and 
function.



--
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-4411) NPE trying to implement all abstract methods

2020-06-05 Thread Tom Malaher (Jira)
Tom Malaher created NETBEANS-4411:
-

 Summary: NPE trying to implement all abstract methods
 Key: NETBEANS-4411
 URL: https://issues.apache.org/jira/browse/NETBEANS-4411
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 11.1
 Environment:   Product Version = Apache NetBeans IDE 11.1
  Operating System= Windows 10 version 10.0 running on amd64
  Java; VM; Vendor= 11.0.1; OpenJDK 64-Bit Server VM 11.0.1+13; Oracle 
Corporation
  Runtime = OpenJDK Runtime Environment 11.0.1+13
  Java Home   = J:\Java\jdk-11.0.1
  System Locale; Encoding = en_US (nb); Cp1252
  Home Directory  = C:\Users\t823517
  Current Directory   = C:\Program Files\NetBeans-11.1
  User Directory  = C:\Users\t823517\AppData\Roaming\NetBeans\11.1
  Cache Directory = C:\Users\t823517\AppData\Local\NetBeans\Cache\11.1
  Installation= C:\Program Files\NetBeans-11.1\netbeans\nb
C:\Program Files\NetBeans-11.1\netbeans\ergonomics
C:\Program Files\NetBeans-11.1\netbeans\ide
C:\Program Files\NetBeans-11.1\netbeans\extide
C:\Program Files\NetBeans-11.1\netbeans\java
C:\Program Files\NetBeans-11.1\netbeans\apisupport
C:\Program Files\NetBeans-11.1\netbeans\webcommon
C:\Program Files\NetBeans-11.1\netbeans\websvccommon
C:\Program Files\NetBeans-11.1\netbeans\enterprise
C:\Program Files\NetBeans-11.1\netbeans\profiler
C:\Program Files\NetBeans-11.1\netbeans\php
C:\Program Files\NetBeans-11.1\netbeans\harness
C:\Program Files\NetBeans-11.1\netbeans\groovy
C:\Program Files\NetBeans-11.1\netbeans\javafx
C:\Program Files\NetBeans-11.1\netbeans\platform
  Boot & Ext. Classpath   = 
  Application Classpath   = C:\Program 
Files\NetBeans-11.1\netbeans\platform\lib\boot.jar;C:\Program 
Files\NetBeans-11.1\netbeans\platform\lib\org-openide-modules.jar;C:\Program 
Files\NetBeans-11.1\netbeans\platform\lib\org-openide-util-lookup.jar;C:\Program
 Files\NetBeans-11.1\netbeans\platform\lib\org-openide-util-ui.jar;C:\Program 
Files\NetBeans-11.1\netbeans\platform\lib\org-openide-util.jar
  Startup Classpath   = C:\Program 
Files\NetBeans-11.1\netbeans\platform\core\asm-all-5.0.1.jar;C:\Program 
Files\NetBeans-11.1\netbeans\platform\core\core-base.jar;C:\Program 
Files\NetBeans-11.1\netbeans\platform\core\core.jar;C:\Program 
Files\NetBeans-11.1\netbeans\platform\core\org-netbeans-libs-asm.jar;C:\Program 
Files\NetBeans-11.1\netbeans\platform\core\org-openide-filesystems-compat8.jar;C:\Program
 
Files\NetBeans-11.1\netbeans\platform\core\org-openide-filesystems.jar;C:\Program
 Files\NetBeans-11.1\netbeans\nb\core\org-netbeans-upgrader.jar;C:\Program 
Files\NetBeans-11.1\netbeans\nb\core\locale\core_nb.jar
Reporter: Tom Malaher
 Attachments: nb_bugrpt.txt

Created a new ant project - Class Library

Created a new Library - KafkaConnect pointing to 
kafka_2.12-2.4.0/libs/connect-api-2.4.0.jar

Added KafkaConnect library as a compilation library for the project

Created new subclass of SourceConnector.

Attempted to use "implement all abstract methods". No apparent effect.

Noticed alert from netbeans about NPE.

Details attached as text file.

 



--
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 master updated: Rearranging Java section

2020-06-05 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 36cd6e7  Rearranging Java section
36cd6e7 is described below

commit 36cd6e7374cac475e6ff59356a8cb4fafbc75e8b
Author: Geertjan Wielenga 
AuthorDate: Fri Jun 5 14:01:51 2020 +0200

Rearranging Java section
---
 .../src/content/download/nb120/index.asciidoc  | 14 ++
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/netbeans.apache.org/src/content/download/nb120/index.asciidoc 
b/netbeans.apache.org/src/content/download/nb120/index.asciidoc
index f4be86e..5383ca7 100644
--- a/netbeans.apache.org/src/content/download/nb120/index.asciidoc
+++ b/netbeans.apache.org/src/content/download/nb120/index.asciidoc
@@ -45,6 +45,8 @@ The highlights of the enhancements in the Java area are 
focused on support for t
 
 === Java Language Features
 
+TIP: To use the latest Java language features in the Java Editor, you'll need 
to run Apache NetBeans itself on the JDK that provides those features, so that 
Apache NetBeans will use the Java compiler from the JDK it runs on for code 
recognition, syntax coloring, etc. In these scenarios, make sure to uninstall 
nb-javac, if it is installed, and not to install and use it, when prompted, so 
that the Java compiler from JDK will be used, rather than nb-javac, which does 
not support the latest  [...]
+
  Java 14
 
 - link:https://openjdk.java.net/jeps/359[JEP 359]: Records (Preview Feature) 
-- syntax coloring for the new "record" keyword; Navigator shows equals, 
hashCode, toString, etc; and formatting support for records.
@@ -81,13 +83,7 @@ image::TextBlockToString.gif[role="left", 
link="TextBlockToString.gif"]
 
 link:https://openjdk.java.net/jeps/325[JEP 325]: Switch Expressions (Preview) 
– code completion for JEP-325 preview feature for multiple case labels, as 
shown below.
 
- Java 11
- 
-link:https://openjdk.java.net/jeps/330[JEP 330]: Launch Single-File 
Source-Code Programs -- single Java source files can be created, outside of 
projects, in the Favorites window, and they can be run and debugged, if 
NetBeans is running on JDK 11 or later.
-
- Enablement of Java Preview Features
-
-TIP: link:https://openjdk.java.net/jeps/12[JEP 12] provides for a preview 
language or VM feature, which "is a new feature of the Java SE Platform that is 
fully specified, fully implemented, and yet impermanent. It is available in a 
JDK feature release to provoke developer feedback based on real world use; this 
may lead to it becoming permanent in a future Java SE Platform".
+TIP: link:https://openjdk.java.net/jeps/12[JEP 12], introduced in JDK 12, 
provides for a preview language or VM feature, which "is a new feature of the 
Java SE Platform that is fully specified, fully implemented, and yet 
impermanent. It is available in a JDK feature release to provoke developer 
feedback based on real world use; this may lead to it becoming permanent in a 
future Java SE Platform".
 
 Preview features can only be used if the Java compiler's `--enable-preview` 
flag is set, as shown below for Maven. 
 
@@ -119,7 +115,9 @@ tasks.withType(JavaCompile).each {
 run.jvmArgs(['--enable-preview'])
 
 
-TIP: To use the latest Java language features, such as the new "record" 
keyword, in the Java Editor, you'll need to run Apache NetBeans itself on the 
JDK that provides those features, so that Apache NetBeans will use the Java 
compiler from the JDK it runs on for code recognition, syntax coloring, etc. In 
these scenarios, make sure to uninstall nb-javac, if it is installed, and not 
to install and use it, when prompted, so that the Java compiler from JDK will 
be used, rather than nb-javac, [...]
+ Java 11
+ 
+link:https://openjdk.java.net/jeps/330[JEP 330]: Launch Single-File 
Source-Code Programs -- single Java source files can be created, outside of 
projects, in the Favorites window, and they can be run and debugged, if 
NetBeans is running on JDK 11 or later.
 
 === JavaFX
 


-
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: JDK 13 text block details

2020-06-05 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 315a702  JDK 13 text block details
315a702 is described below

commit 315a70269040fa94e0401b431734a816c9e2610c
Author: Geertjan Wielenga 
AuthorDate: Fri Jun 5 13:54:30 2020 +0200

JDK 13 text block details
---
 .../src/content/download/nb120/index.asciidoc  | 18 +-
 1 file changed, 17 insertions(+), 1 deletion(-)

diff --git a/netbeans.apache.org/src/content/download/nb120/index.asciidoc 
b/netbeans.apache.org/src/content/download/nb120/index.asciidoc
index 787bbb3..f4be86e 100644
--- a/netbeans.apache.org/src/content/download/nb120/index.asciidoc
+++ b/netbeans.apache.org/src/content/download/nb120/index.asciidoc
@@ -63,7 +63,23 @@ image::ezgif.com-video-to-gif.gif[role="left", 
link="ezgif.com-video-to-gif.gif"
 
  Java 13
 
-link:https://openjdk.java.net/jeps/355[JEP 355]: Text Blocks (Preview) -- in 
addition to the Text Block features introduced to the Java Editor in previous 
releases, a new Java editor hint has been introduced for reverting from Text 
Block to String. 
+link:https://openjdk.java.net/jeps/355[JEP 355]: Text Blocks (Preview) -- Java 
editor hint has been introduced for converting to/from text blocks.
+
+[.feature]
+--
+image::jdk13-textblock.png[role="left", link="jdk13-textblock.png"]
+-- 
+
+- link:https://openjdk.java.net/jeps/305[JEP 305]: Pattern Matching for 
instanceof (Preview Feature) 
+
+[.feature]
+--
+image::TextBlockToString.gif[role="left", link="TextBlockToString.gif"]
+--  
+
+ Java 12
+
+link:https://openjdk.java.net/jeps/325[JEP 325]: Switch Expressions (Preview) 
– code completion for JEP-325 preview feature for multiple case labels, as 
shown below.
 
  Java 11
  


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

2020-06-05 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 9c7e92c  Automated site publishing by Jenkins build 1308
9c7e92c is described below

commit 9c7e92cf3449eb24e3321e1a3747ef5f345d7867
Author: jenkins 
AuthorDate: Fri Jun 5 11:54:00 2020 +

Automated site publishing by Jenkins build 1308
---
 content/download/nb120/TextBlockToString.gif | Bin 0 -> 102210 bytes
 content/download/nb120/jdk13-textblock.png   | Bin 0 -> 27616 bytes
 2 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/content/download/nb120/TextBlockToString.gif 
b/content/download/nb120/TextBlockToString.gif
new file mode 100644
index 000..1a2089f
Binary files /dev/null and b/content/download/nb120/TextBlockToString.gif differ
diff --git a/content/download/nb120/jdk13-textblock.png 
b/content/download/nb120/jdk13-textblock.png
new file mode 100644
index 000..cbf78df
Binary files /dev/null and b/content/download/nb120/jdk13-textblock.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: Images for JDK 13 text blocks

2020-06-05 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 b96a435  Images for JDK 13 text blocks
b96a435 is described below

commit b96a435a92677dfd4fdf050ac96c81fdf7346411
Author: Geertjan Wielenga 
AuthorDate: Fri Jun 5 13:49:47 2020 +0200

Images for JDK 13 text blocks
---
 .../src/content/download/nb120/TextBlockToString.gif   | Bin 0 -> 102210 bytes
 .../src/content/download/nb120/jdk13-textblock.png | Bin 0 -> 27616 bytes
 2 files changed, 0 insertions(+), 0 deletions(-)

diff --git 
a/netbeans.apache.org/src/content/download/nb120/TextBlockToString.gif 
b/netbeans.apache.org/src/content/download/nb120/TextBlockToString.gif
new file mode 100644
index 000..1a2089f
Binary files /dev/null and 
b/netbeans.apache.org/src/content/download/nb120/TextBlockToString.gif differ
diff --git a/netbeans.apache.org/src/content/download/nb120/jdk13-textblock.png 
b/netbeans.apache.org/src/content/download/nb120/jdk13-textblock.png
new file mode 100644
index 000..cbf78df
Binary files /dev/null and 
b/netbeans.apache.org/src/content/download/nb120/jdk13-textblock.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: More content for Java section

2020-06-05 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 818bec6  More content for Java section
818bec6 is described below

commit 818bec6273e782993c1fb919b53bd90e3587f653
Author: Geertjan Wielenga 
AuthorDate: Fri Jun 5 13:31:43 2020 +0200

More content for Java section
---
 .../src/content/download/nb120/index.asciidoc| 16 ++--
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/netbeans.apache.org/src/content/download/nb120/index.asciidoc 
b/netbeans.apache.org/src/content/download/nb120/index.asciidoc
index 77b486f..787bbb3 100644
--- a/netbeans.apache.org/src/content/download/nb120/index.asciidoc
+++ b/netbeans.apache.org/src/content/download/nb120/index.asciidoc
@@ -61,6 +61,16 @@ image::record-keyword.png[role="left", 
link="record-keyword.png"]
 image::ezgif.com-video-to-gif.gif[role="left", 
link="ezgif.com-video-to-gif.gif"]
 --  
 
+ Java 13
+
+link:https://openjdk.java.net/jeps/355[JEP 355]: Text Blocks (Preview) -- in 
addition to the Text Block features introduced to the Java Editor in previous 
releases, a new Java editor hint has been introduced for reverting from Text 
Block to String. 
+
+ Java 11
+ 
+link:https://openjdk.java.net/jeps/330[JEP 330]: Launch Single-File 
Source-Code Programs -- single Java source files can be created, outside of 
projects, in the Favorites window, and they can be run and debugged, if 
NetBeans is running on JDK 11 or later.
+
+ Enablement of Java Preview Features
+
 TIP: link:https://openjdk.java.net/jeps/12[JEP 12] provides for a preview 
language or VM feature, which "is a new feature of the Java SE Platform that is 
fully specified, fully implemented, and yet impermanent. It is available in a 
JDK feature release to provoke developer feedback based on real world use; this 
may lead to it becoming permanent in a future Java SE Platform".
 
 Preview features can only be used if the Java compiler's `--enable-preview` 
flag is set, as shown below for Maven. 
@@ -95,12 +105,6 @@ run.jvmArgs(['--enable-preview'])
 
 TIP: To use the latest Java language features, such as the new "record" 
keyword, in the Java Editor, you'll need to run Apache NetBeans itself on the 
JDK that provides those features, so that Apache NetBeans will use the Java 
compiler from the JDK it runs on for code recognition, syntax coloring, etc. In 
these scenarios, make sure to uninstall nb-javac, if it is installed, and not 
to install and use it, when prompted, so that the Java compiler from JDK will 
be used, rather than nb-javac, [...]
 
-Other enhancements in the Java area.
-
-- link:https://openjdk.java.net/jeps/330[JEP 330]: Launch Single-File 
Source-Code Programs -- single Java source files can be created, outside of 
projects, in the Favorites window, and they can be run and debugged, if 
NetBeans is running on JDK 11 or later.
- 
-- link:https://openjdk.java.net/jeps/355[JEP 355]: Text Blocks (Preview) -- in 
addition to the Text Block features introduced to the Java Editor in previous 
releases, a new Java editor hint has been introduced for reverting from Text 
Block to String. 
-
 === JavaFX
 
 === Java EE


-
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: Breaking up Java language section per JDK release

2020-06-05 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 353c871  Breaking up Java language section per JDK release
353c871 is described below

commit 353c871fc8fe8a90101e0b367a19b311092a5bc6
Author: Geertjan Wielenga 
AuthorDate: Fri Jun 5 13:20:24 2020 +0200

Breaking up Java language section per JDK release
---
 netbeans.apache.org/src/content/download/nb120/index.asciidoc | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/netbeans.apache.org/src/content/download/nb120/index.asciidoc 
b/netbeans.apache.org/src/content/download/nb120/index.asciidoc
index 5f61b39..77b486f 100644
--- a/netbeans.apache.org/src/content/download/nb120/index.asciidoc
+++ b/netbeans.apache.org/src/content/download/nb120/index.asciidoc
@@ -41,9 +41,11 @@ Below are the highlights of Apache NetBeans 12.0, for a full 
list, see the link:
 
 == Java
 
+The highlights of the enhancements in the Java area are focused on support for 
the latest Java language features.
+
 === Java Language Features
 
-The highlights of enhancements in the Java area are focused on support for the 
latest Java language features.
+ Java 14
 
 - link:https://openjdk.java.net/jeps/359[JEP 359]: Records (Preview Feature) 
-- syntax coloring for the new "record" keyword; Navigator shows equals, 
hashCode, toString, etc; and formatting support for records.
 
@@ -117,6 +119,6 @@ Other enhancements in the Java area.
 
 - Fixed link:https://github.com/apache/netbeans/pull/2076[incorrectly 
positioned line-width marker] (i.e., shown at 82 characters instead of 80 
characters), and inaccurate tab alignments. This bug existed at certain editor 
zoom levels on Windows, Linux, and MacOS, including on non-HiDPI screens.
 
-- Fixed link:https://github.com/apache/netbeans/pull/2025[clipped file names] 
in "Projects" pane on Windows on HiDPI screens.
+- Fixed link:https://github.com/apache/netbeans/pull/2025[clipped file names] 
in Projects window and Files window on Windows on HiDPI screens.
 
 


-
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: Miscellaneous section content

2020-06-05 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 8414006  Miscellaneous section content
8414006 is described below

commit 8414006532a2ee4883f1cb5b98f37152c0b9de8b
Author: Geertjan Wielenga 
AuthorDate: Fri Jun 5 13:18:02 2020 +0200

Miscellaneous section content
---
 netbeans.apache.org/src/content/download/nb120/index.asciidoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/netbeans.apache.org/src/content/download/nb120/index.asciidoc 
b/netbeans.apache.org/src/content/download/nb120/index.asciidoc
index 721253c..5f61b39 100644
--- a/netbeans.apache.org/src/content/download/nb120/index.asciidoc
+++ b/netbeans.apache.org/src/content/download/nb120/index.asciidoc
@@ -115,8 +115,8 @@ Other enhancements in the Java area.
 
 == Miscellaneous
 
+- Fixed link:https://github.com/apache/netbeans/pull/2076[incorrectly 
positioned line-width marker] (i.e., shown at 82 characters instead of 80 
characters), and inaccurate tab alignments. This bug existed at certain editor 
zoom levels on Windows, Linux, and MacOS, including on non-HiDPI screens.
 
-
-
+- Fixed link:https://github.com/apache/netbeans/pull/2025[clipped file names] 
in "Projects" pane on Windows on HiDPI screens.
 
 


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

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



[jira] [Assigned] (NETBEANS-4410) Gradle running test from method via right clicking.

2020-06-05 Thread Hugo Massaria (Jira)


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

Hugo Massaria reassigned NETBEANS-4410:
---

Assignee: Hugo Massaria  (was: Laszlo Kishalmi)

> Gradle running test from method via right clicking.
> ---
>
> Key: NETBEANS-4410
> URL: https://issues.apache.org/jira/browse/NETBEANS-4410
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 12.0
> Environment: Linux,
>  Kde Neon User Edition 5.18.5,
>  Kernel 5.3.0-53-generic
>Reporter: Borwe
>Assignee: Hugo Massaria
>Priority: Major
>
> NPE happened inside Gradle.



--
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 master updated: Structure of 12.0 features page

2020-06-05 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 7307f52  Structure of 12.0 features page
7307f52 is described below

commit 7307f5297c2be336b3529d27078042fdf3a66857
Author: Geertjan Wielenga 
AuthorDate: Fri Jun 5 13:03:12 2020 +0200

Structure of 12.0 features page
---
 .../src/content/download/nb120/index.asciidoc  | 25 --
 1 file changed, 23 insertions(+), 2 deletions(-)

diff --git a/netbeans.apache.org/src/content/download/nb120/index.asciidoc 
b/netbeans.apache.org/src/content/download/nb120/index.asciidoc
index 92fb558..721253c 100644
--- a/netbeans.apache.org/src/content/download/nb120/index.asciidoc
+++ b/netbeans.apache.org/src/content/download/nb120/index.asciidoc
@@ -39,9 +39,9 @@ link:/download/nb120/nb120.html[Download, role="button 
success"]
 
 Below are the highlights of Apache NetBeans 12.0, for a full list, see the 
link:https://cwiki.apache.org/confluence/display/NETBEANS/Apache+NetBeans+12.0[Apache
 NetBeans 12.0 Wiki].
 
-== Release Drivers
+== Java
 
-=== Java
+=== Java Language Features
 
 The highlights of enhancements in the Java area are focused on support for the 
latest Java language features.
 
@@ -99,3 +99,24 @@ Other enhancements in the Java area.
  
 - link:https://openjdk.java.net/jeps/355[JEP 355]: Text Blocks (Preview) -- in 
addition to the Text Block features introduced to the Java Editor in previous 
releases, a new Java editor hint has been introduced for reverting from Text 
Block to String. 
 
+=== JavaFX
+
+=== Java EE
+
+=== Java Build Systems
+
+ Maven
+
+ Gradle
+
+== PHP
+
+== C/C++
+
+== Miscellaneous
+
+
+
+
+
+


-
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-4408) JUnit single method test execution fails with eception

2020-06-05 Thread Bernard (Jira)


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

Bernard commented on NETBEANS-4408:
---

I am changing the priority because I know that there is current work in junit 
support where this cold help. I don't know whether it is relevant but I had JDK 
1.8 in the IDE startup environment while the IDE uses JDK 14.

> JUnit single method test execution fails with eception
> --
>
> Key: NETBEANS-4408
> URL: https://issues.apache.org/jira/browse/NETBEANS-4408
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - JUnit
>Affects Versions: 11.3
> Environment: Windows 7
>Reporter: Bernard
>Priority: Critical
> Attachments: TestProject.zip, messages.log
>
>
> java.lang.UnsupportedOperationException: command: clean, JavaRunner impls: 
> [org.netbeans.modules.java.source.ant.ProjectRunnerImpl@bf847d8]
>  at 
> org.netbeans.api.java.project.runner.JavaRunner.execute(JavaRunner.java:303)
>  at 
> org.netbeans.modules.maven.cos.CosChecker.cleanGeneratedClassfiles(CosChecker.java:293)
>  at 
> org.netbeans.modules.maven.cos.CosChecker.touchProject(CosChecker.java:480)
>  at 
> org.netbeans.modules.maven.cos.CosChecker.checkRunConfig(CosChecker.java:135)
>  at 
> org.netbeans.modules.maven.execute.MavenCommandLineExecutor.run(MavenCommandLineExecutor.java:215)
> [catch] at 
> org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:128)
> The project and method under test are both trivial.
> Happens frequently when I right click on the method
> testGetTalkStreamUrlWork3(){
> }
> and then "Run focused test method"
> In the output window, I see Run() is still running - a new instance is addedd 
> every time I repeat this and a new error is generated.
> Permanently fails. Does not happen all the time, only sometimes so it is 
> perhaps difficult to reproduce.
> Have to re-start the IDE to fix it.
> "TestProject.zip5 kB
>  
>  Jira could not attach the file as there was a missing token. Please try 
> attaching the file again."
>  
> "messages.log113 kB
>   Jira could not attach the file as there was a missing token. Please try 
> attaching the file again."
> Will try later to attach log files and project.



--
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-4408) JUnit single method test execution fails with eception

2020-06-05 Thread Bernard (Jira)


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

Bernard updated NETBEANS-4408:
--
Priority: Critical  (was: Major)

> JUnit single method test execution fails with eception
> --
>
> Key: NETBEANS-4408
> URL: https://issues.apache.org/jira/browse/NETBEANS-4408
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - JUnit
>Affects Versions: 11.3
> Environment: Windows 7
>Reporter: Bernard
>Priority: Critical
> Attachments: TestProject.zip, messages.log
>
>
> java.lang.UnsupportedOperationException: command: clean, JavaRunner impls: 
> [org.netbeans.modules.java.source.ant.ProjectRunnerImpl@bf847d8]
>  at 
> org.netbeans.api.java.project.runner.JavaRunner.execute(JavaRunner.java:303)
>  at 
> org.netbeans.modules.maven.cos.CosChecker.cleanGeneratedClassfiles(CosChecker.java:293)
>  at 
> org.netbeans.modules.maven.cos.CosChecker.touchProject(CosChecker.java:480)
>  at 
> org.netbeans.modules.maven.cos.CosChecker.checkRunConfig(CosChecker.java:135)
>  at 
> org.netbeans.modules.maven.execute.MavenCommandLineExecutor.run(MavenCommandLineExecutor.java:215)
> [catch] at 
> org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:128)
> The project and method under test are both trivial.
> Happens frequently when I right click on the method
> testGetTalkStreamUrlWork3(){
> }
> and then "Run focused test method"
> In the output window, I see Run() is still running - a new instance is addedd 
> every time I repeat this and a new error is generated.
> Permanently fails. Does not happen all the time, only sometimes so it is 
> perhaps difficult to reproduce.
> Have to re-start the IDE to fix it.
> "TestProject.zip5 kB
>  
>  Jira could not attach the file as there was a missing token. Please try 
> attaching the file again."
>  
> "messages.log113 kB
>   Jira could not attach the file as there was a missing token. Please try 
> attaching the file again."
> Will try later to attach log files and project.



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