[jira] [Commented] (NETBEANS-6024) Exception when starting NB 12.4 with OpenJDK17

2021-09-19 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-6024:
-

Makes sense. 12.4 does not support OpenJDK 17.

> Exception when starting NB 12.4 with OpenJDK17
> --
>
> Key: NETBEANS-6024
> URL: https://issues.apache.org/jira/browse/NETBEANS-6024
> Project: NetBeans
>  Issue Type: Bug
>  Components: apisupport - Harness
>Affects Versions: 12.4
>Reporter: hantsy bai
>Priority: Major
>
> Switch to OpenJDK 17 and start NetBeans IDE, it threw exceptions every time.
> ```
> ava.lang.NoSuchMethodError: 'void 
> com.sun.tools.javac.util.Log.(com.sun.tools.javac.util.Context, 
> java.io.PrintWriter, java.io.PrintWriter, java.io.PrintWriter)'
>   at org.netbeans.lib.nbjavac.services.NBLog.(NBLog.java:55)
>   at org.netbeans.lib.nbjavac.services.NBLog.(NBLog.java:40)
>   at org.netbeans.lib.nbjavac.services.NBLog$1.make(NBLog.java:73)
>   at org.netbeans.lib.nbjavac.services.NBLog$1.make(NBLog.java:70)
>   at jdk.compiler/com.sun.tools.javac.util.Context.get(Context.java:149)
>   at jdk.compiler/com.sun.tools.javac.util.Log.instance(Log.java:234)
>   at 
> jdk.compiler/com.sun.tools.javac.main.Arguments.(Arguments.java:120)
>   at 
> jdk.compiler/com.sun.tools.javac.main.Arguments.instance(Arguments.java:112)
>   at 
> jdk.compiler/com.sun.tools.javac.api.JavacTool.getTask(JavacTool.java:190)
>   at 
> org.netbeans.modules.java.source.parsing.JavacParser.createJavacTask(JavacParser.java:992)
>   at 
> org.netbeans.modules.java.source.parsing.JavacParser.createJavacTask(JavacParser.java:869)
> [catch] at 
> org.netbeans.modules.java.source.indexing.VanillaCompileWorker.compile(VanillaCompileWorker.java:188)
>   at 
> org.netbeans.modules.java.source.indexing.JavaCustomIndexer.index(JavaCustomIndexer.java:361)
>   at 
> org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor$2.run(Indexable.java:138)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runIndexer(RepositoryUpdater.java:275)
>   at 
> org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor.index(Indexable.java:136)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.doIndex(RepositoryUpdater.java:2750)
>   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 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runInContext(RepositoryUpdater.java:2104)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.access$1500(RepositoryUpdater.java:136)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork.scanSource(RepositoryUpdater.java:5749)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork.scanSources(RepositoryUpdater.java:5419)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$RootsWork.getDone(RepositoryUpdater.java:5038)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$InitialRootsWork.getDone(RepositoryUpdater.java:5821)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.doTheWork(RepositoryUpdater.java:3420)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task._run(RepositoryUpdater.java:6183)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task.access$4300(RepositoryUpdater.java:5834)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task$2$1.run(RepositoryUpdater.java:6099)
>   at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279)
>   at 
> 

[jira] [Created] (NETBEANS-6024) Exception when starting NB 12.4 with OpenJDK17

2021-09-19 Thread hantsy bai (Jira)
hantsy bai created NETBEANS-6024:


 Summary: Exception when starting NB 12.4 with OpenJDK17
 Key: NETBEANS-6024
 URL: https://issues.apache.org/jira/browse/NETBEANS-6024
 Project: NetBeans
  Issue Type: Bug
  Components: apisupport - Harness
Affects Versions: 12.4
Reporter: hantsy bai


Switch to OpenJDK 17 and start NetBeans IDE, it threw exceptions every time.

```
ava.lang.NoSuchMethodError: 'void 
com.sun.tools.javac.util.Log.(com.sun.tools.javac.util.Context, 
java.io.PrintWriter, java.io.PrintWriter, java.io.PrintWriter)'
at org.netbeans.lib.nbjavac.services.NBLog.(NBLog.java:55)
at org.netbeans.lib.nbjavac.services.NBLog.(NBLog.java:40)
at org.netbeans.lib.nbjavac.services.NBLog$1.make(NBLog.java:73)
at org.netbeans.lib.nbjavac.services.NBLog$1.make(NBLog.java:70)
at jdk.compiler/com.sun.tools.javac.util.Context.get(Context.java:149)
at jdk.compiler/com.sun.tools.javac.util.Log.instance(Log.java:234)
at 
jdk.compiler/com.sun.tools.javac.main.Arguments.(Arguments.java:120)
at 
jdk.compiler/com.sun.tools.javac.main.Arguments.instance(Arguments.java:112)
at 
jdk.compiler/com.sun.tools.javac.api.JavacTool.getTask(JavacTool.java:190)
at 
org.netbeans.modules.java.source.parsing.JavacParser.createJavacTask(JavacParser.java:992)
at 
org.netbeans.modules.java.source.parsing.JavacParser.createJavacTask(JavacParser.java:869)
[catch] at 
org.netbeans.modules.java.source.indexing.VanillaCompileWorker.compile(VanillaCompileWorker.java:188)
at 
org.netbeans.modules.java.source.indexing.JavaCustomIndexer.index(JavaCustomIndexer.java:361)
at 
org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor$2.run(Indexable.java:138)
at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runIndexer(RepositoryUpdater.java:275)
at 
org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor.index(Indexable.java:136)
at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.doIndex(RepositoryUpdater.java:2750)
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 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runInContext(RepositoryUpdater.java:2104)
at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.access$1500(RepositoryUpdater.java:136)
at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork.scanSource(RepositoryUpdater.java:5749)
at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork.scanSources(RepositoryUpdater.java:5419)
at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$RootsWork.getDone(RepositoryUpdater.java:5038)
at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$InitialRootsWork.getDone(RepositoryUpdater.java:5821)
at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.doTheWork(RepositoryUpdater.java:3420)
at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task._run(RepositoryUpdater.java:6183)
at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task.access$4300(RepositoryUpdater.java:5834)
at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task$2$1.run(RepositoryUpdater.java:6099)
at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279)
at 
org.netbeans.modules.parsing.impl.RunWhenScanFinishedSupport.performScan(RunWhenScanFinishedSupport.java:83)
at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task$2.call(RepositoryUpdater.java:6095)
at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task$2.call(RepositoryUpdater.java:6091)
at 

[jira] [Commented] (NETBEANS-2515) cleanup the build issues

2021-09-19 Thread Brad Walker (Jira)


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

Brad Walker commented on NETBEANS-2515:
---

NETBEANS-6023
 - cleanup SQLParser.java warning errors

> cleanup the build issues
> 
>
> Key: NETBEANS-2515
> URL: https://issues.apache.org/jira/browse/NETBEANS-2515
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Brad Walker
>Assignee: Brad Walker
>Priority: Major
>
> The build process has a lot of errors/warnings.
> I've created this Jira to track all the issues related to cleaning up
> The first canidate is: NETBEANS-2514



--
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-6023) cleanup SQLParser.java warning errors

2021-09-19 Thread ASF GitHub Bot (Jira)


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

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

> cleanup SQLParser.java warning errors
> -
>
> Key: NETBEANS-6023
> URL: https://issues.apache.org/jira/browse/NETBEANS-6023
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Brad Walker
>Assignee: Brad Walker
>Priority: Minor
>  Labels: pull-request-available
> Fix For: 12.6
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> I wanted to explore the SQL capabilities of Netbeans. As a result, I cleaned 
> up some of the
> warnings in SQLParser.jj and friends.
> {code:java}
>[repeat] 
> /home/bwalker/src/netbeans/ide/db.sql.visualeditor/src/org/netbeans/modules/db/sql/visualeditor/parser/SQLParser.java:75:
>  warning: [rawtypes] found raw type: ArrayList
>[repeat] SelectNode SQLSelect() throws ParseException {ArrayList 
> selctItemList=new ArrayList();
>[repeat]   ^
>[repeat]   missing type arguments for generic class ArrayList
>[repeat]   where E is a type-variable:
>[repeat] E extends Object declared in class ArrayList
> {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] [Created] (NETBEANS-6023) cleanup SQLParser.java warning errors

2021-09-19 Thread Brad Walker (Jira)
Brad Walker created NETBEANS-6023:
-

 Summary: cleanup SQLParser.java warning errors
 Key: NETBEANS-6023
 URL: https://issues.apache.org/jira/browse/NETBEANS-6023
 Project: NetBeans
  Issue Type: Improvement
Reporter: Brad Walker
Assignee: Brad Walker
 Fix For: 12.6


I wanted to explore the SQL capabilities of Netbeans. As a result, I cleaned up 
some of the
warnings in SQLParser.jj and friends.


{code:java}
   [repeat] 
/home/bwalker/src/netbeans/ide/db.sql.visualeditor/src/org/netbeans/modules/db/sql/visualeditor/parser/SQLParser.java:75:
 warning: [rawtypes] found raw type: ArrayList
   [repeat] SelectNode SQLSelect() throws ParseException {ArrayList 
selctItemList=new ArrayList();
   [repeat]   ^
   [repeat]   missing type arguments for generic class ArrayList
   [repeat]   where E is a type-variable:
   [repeat] E extends Object declared in class ArrayList
{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



[netbeans] annotated tag 12.5 updated (fd523dd -> 80df1e7)

2021-09-19 Thread lkishalmi
This is an automated email from the ASF dual-hosted git repository.

lkishalmi pushed a change to annotated tag 12.5
in repository https://gitbox.apache.org/repos/asf/netbeans.git.


*** WARNING: tag 12.5 was modified! ***

from fd523dd  (commit)
  to 80df1e7  (tag)
 tagging fd523ddc12d6156412d7b81f0c8663d8913d1021 (commit)
 replaces 12.5-beta2
  by Laszlo Kishalmi
  on Sun Sep 19 14:06:16 2021 -0700

- Log -
Apache NetBeans 12.5
---


No new revisions were added by this update.

Summary of changes:

-
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-6022) error during parsing of swing components created by matisse

2021-09-19 Thread Ruslan Lopez Carro (Jira)


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

Ruslan Lopez Carro updated NETBEANS-6022:
-
Attachment: JEditorPane_2.dump

> error during parsing of swing components created by matisse
> ---
>
> Key: NETBEANS-6022
> URL: https://issues.apache.org/jira/browse/NETBEANS-6022
> Project: NetBeans
>  Issue Type: Bug
>  Components: guibuilder - Code, java - Compiler
>Affects Versions: 12.1
> Environment: *Product Version:* Apache NetBeans IDE 12.1
> *Java:* 13.0.1; Eclipse OpenJ9 VM openj9-0.17.0
> *Runtime:* OpenJDK Runtime Environment 13.0.1+9
> *System:* Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
>Reporter: Ruslan Lopez Carro
>Priority: Minor
> Attachments: AbstractButton_7.dump, Component_8.dump, 
> Component_9.dump, JComponent_10.dump, JComponent_9.dump, JEditorPane_2.dump, 
> JTextComponent_8.dump, ide.log
>
>
> I edited an existing maven project and added a new package, added some custom 
> bean forms, and switched a couple of times from code to view tab while I was 
> editing it, some time later I saw the bubble to report this error.
> {code:java}
> SEVERE [org.openide.util.Exceptions]
> An error occurred during parsing of 'java.desktop/javax/swing/JComponent.java 
> in C:\Program Files\AdoptOpenJDK\jdk-13.0.1.9-openj9\lib\src.zip'. Please 
> report a bug against java/source and attach dump file 
> 'C:\Users\myuser\AppData\Roaming\NetBeans\12.1\var\log\JComponent_9.dump'.
> An error occurred during parsing of 'java.desktop/javax/swing/JComponent.java 
> in C:\Program Files\AdoptOpenJDK\jdk-13.0.1.9-openj9\lib\src.zip'. Please 
> report a bug against java/source and attach dump file 
> 'C:\Users\myuser\AppData\Roaming\NetBeans\12.1\var\log\JComponent_9.dump'.
> Caused: com.sun.tools.javac.code.Symbol$CompletionFailure: class file for 
> java.lang.annotation.Annotation not found{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] [Updated] (NETBEANS-6022) error during parsing of swing components created by matisse

2021-09-19 Thread Ruslan Lopez Carro (Jira)


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

Ruslan Lopez Carro updated NETBEANS-6022:
-
Attachment: JTextComponent_8.dump

> error during parsing of swing components created by matisse
> ---
>
> Key: NETBEANS-6022
> URL: https://issues.apache.org/jira/browse/NETBEANS-6022
> Project: NetBeans
>  Issue Type: Bug
>  Components: guibuilder - Code, java - Compiler
>Affects Versions: 12.1
> Environment: *Product Version:* Apache NetBeans IDE 12.1
> *Java:* 13.0.1; Eclipse OpenJ9 VM openj9-0.17.0
> *Runtime:* OpenJDK Runtime Environment 13.0.1+9
> *System:* Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
>Reporter: Ruslan Lopez Carro
>Priority: Minor
> Attachments: AbstractButton_7.dump, Component_8.dump, 
> Component_9.dump, JComponent_10.dump, JComponent_9.dump, 
> JTextComponent_8.dump, ide.log
>
>
> I edited an existing maven project and added a new package, added some custom 
> bean forms, and switched a couple of times from code to view tab while I was 
> editing it, some time later I saw the bubble to report this error.
> {code:java}
> SEVERE [org.openide.util.Exceptions]
> An error occurred during parsing of 'java.desktop/javax/swing/JComponent.java 
> in C:\Program Files\AdoptOpenJDK\jdk-13.0.1.9-openj9\lib\src.zip'. Please 
> report a bug against java/source and attach dump file 
> 'C:\Users\myuser\AppData\Roaming\NetBeans\12.1\var\log\JComponent_9.dump'.
> An error occurred during parsing of 'java.desktop/javax/swing/JComponent.java 
> in C:\Program Files\AdoptOpenJDK\jdk-13.0.1.9-openj9\lib\src.zip'. Please 
> report a bug against java/source and attach dump file 
> 'C:\Users\myuser\AppData\Roaming\NetBeans\12.1\var\log\JComponent_9.dump'.
> Caused: com.sun.tools.javac.code.Symbol$CompletionFailure: class file for 
> java.lang.annotation.Annotation not found{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] [Updated] (NETBEANS-6022) error during parsing of swing components created by matisse

2021-09-19 Thread Ruslan Lopez Carro (Jira)


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

Ruslan Lopez Carro updated NETBEANS-6022:
-
Attachment: Component_9.dump

> error during parsing of swing components created by matisse
> ---
>
> Key: NETBEANS-6022
> URL: https://issues.apache.org/jira/browse/NETBEANS-6022
> Project: NetBeans
>  Issue Type: Bug
>  Components: guibuilder - Code, java - Compiler
>Affects Versions: 12.1
> Environment: *Product Version:* Apache NetBeans IDE 12.1
> *Java:* 13.0.1; Eclipse OpenJ9 VM openj9-0.17.0
> *Runtime:* OpenJDK Runtime Environment 13.0.1+9
> *System:* Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
>Reporter: Ruslan Lopez Carro
>Priority: Minor
> Attachments: AbstractButton_7.dump, Component_8.dump, 
> Component_9.dump, JComponent_10.dump, JComponent_9.dump, 
> JTextComponent_8.dump, ide.log
>
>
> I edited an existing maven project and added a new package, added some custom 
> bean forms, and switched a couple of times from code to view tab while I was 
> editing it, some time later I saw the bubble to report this error.
> {code:java}
> SEVERE [org.openide.util.Exceptions]
> An error occurred during parsing of 'java.desktop/javax/swing/JComponent.java 
> in C:\Program Files\AdoptOpenJDK\jdk-13.0.1.9-openj9\lib\src.zip'. Please 
> report a bug against java/source and attach dump file 
> 'C:\Users\myuser\AppData\Roaming\NetBeans\12.1\var\log\JComponent_9.dump'.
> An error occurred during parsing of 'java.desktop/javax/swing/JComponent.java 
> in C:\Program Files\AdoptOpenJDK\jdk-13.0.1.9-openj9\lib\src.zip'. Please 
> report a bug against java/source and attach dump file 
> 'C:\Users\myuser\AppData\Roaming\NetBeans\12.1\var\log\JComponent_9.dump'.
> Caused: com.sun.tools.javac.code.Symbol$CompletionFailure: class file for 
> java.lang.annotation.Annotation not found{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] [Updated] (NETBEANS-6022) error during parsing of swing components created by matisse

2021-09-19 Thread Ruslan Lopez Carro (Jira)


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

Ruslan Lopez Carro updated NETBEANS-6022:
-
Attachment: AbstractButton_7.dump

> error during parsing of swing components created by matisse
> ---
>
> Key: NETBEANS-6022
> URL: https://issues.apache.org/jira/browse/NETBEANS-6022
> Project: NetBeans
>  Issue Type: Bug
>  Components: guibuilder - Code, java - Compiler
>Affects Versions: 12.1
> Environment: *Product Version:* Apache NetBeans IDE 12.1
> *Java:* 13.0.1; Eclipse OpenJ9 VM openj9-0.17.0
> *Runtime:* OpenJDK Runtime Environment 13.0.1+9
> *System:* Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
>Reporter: Ruslan Lopez Carro
>Priority: Minor
> Attachments: AbstractButton_7.dump, Component_8.dump, 
> JComponent_10.dump, JComponent_9.dump, ide.log
>
>
> I edited an existing maven project and added a new package, added some custom 
> bean forms, and switched a couple of times from code to view tab while I was 
> editing it, some time later I saw the bubble to report this error.
> {code:java}
> SEVERE [org.openide.util.Exceptions]
> An error occurred during parsing of 'java.desktop/javax/swing/JComponent.java 
> in C:\Program Files\AdoptOpenJDK\jdk-13.0.1.9-openj9\lib\src.zip'. Please 
> report a bug against java/source and attach dump file 
> 'C:\Users\myuser\AppData\Roaming\NetBeans\12.1\var\log\JComponent_9.dump'.
> An error occurred during parsing of 'java.desktop/javax/swing/JComponent.java 
> in C:\Program Files\AdoptOpenJDK\jdk-13.0.1.9-openj9\lib\src.zip'. Please 
> report a bug against java/source and attach dump file 
> 'C:\Users\myuser\AppData\Roaming\NetBeans\12.1\var\log\JComponent_9.dump'.
> Caused: com.sun.tools.javac.code.Symbol$CompletionFailure: class file for 
> java.lang.annotation.Annotation not found{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] [Updated] (NETBEANS-6022) error during parsing of swing components created by matisse

2021-09-19 Thread Ruslan Lopez Carro (Jira)


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

Ruslan Lopez Carro updated NETBEANS-6022:
-
Attachment: JComponent_10.dump

> error during parsing of swing components created by matisse
> ---
>
> Key: NETBEANS-6022
> URL: https://issues.apache.org/jira/browse/NETBEANS-6022
> Project: NetBeans
>  Issue Type: Bug
>  Components: guibuilder - Code, java - Compiler
>Affects Versions: 12.1
> Environment: *Product Version:* Apache NetBeans IDE 12.1
> *Java:* 13.0.1; Eclipse OpenJ9 VM openj9-0.17.0
> *Runtime:* OpenJDK Runtime Environment 13.0.1+9
> *System:* Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
>Reporter: Ruslan Lopez Carro
>Priority: Minor
> Attachments: AbstractButton_7.dump, Component_8.dump, 
> JComponent_10.dump, JComponent_9.dump, ide.log
>
>
> I edited an existing maven project and added a new package, added some custom 
> bean forms, and switched a couple of times from code to view tab while I was 
> editing it, some time later I saw the bubble to report this error.
> {code:java}
> SEVERE [org.openide.util.Exceptions]
> An error occurred during parsing of 'java.desktop/javax/swing/JComponent.java 
> in C:\Program Files\AdoptOpenJDK\jdk-13.0.1.9-openj9\lib\src.zip'. Please 
> report a bug against java/source and attach dump file 
> 'C:\Users\myuser\AppData\Roaming\NetBeans\12.1\var\log\JComponent_9.dump'.
> An error occurred during parsing of 'java.desktop/javax/swing/JComponent.java 
> in C:\Program Files\AdoptOpenJDK\jdk-13.0.1.9-openj9\lib\src.zip'. Please 
> report a bug against java/source and attach dump file 
> 'C:\Users\myuser\AppData\Roaming\NetBeans\12.1\var\log\JComponent_9.dump'.
> Caused: com.sun.tools.javac.code.Symbol$CompletionFailure: class file for 
> java.lang.annotation.Annotation not found{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] [Updated] (NETBEANS-6022) error during parsing of swing components created by matisse

2021-09-19 Thread Ruslan Lopez Carro (Jira)


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

Ruslan Lopez Carro updated NETBEANS-6022:
-
Attachment: Component_8.dump

> error during parsing of swing components created by matisse
> ---
>
> Key: NETBEANS-6022
> URL: https://issues.apache.org/jira/browse/NETBEANS-6022
> Project: NetBeans
>  Issue Type: Bug
>  Components: guibuilder - Code, java - Compiler
>Affects Versions: 12.1
> Environment: *Product Version:* Apache NetBeans IDE 12.1
> *Java:* 13.0.1; Eclipse OpenJ9 VM openj9-0.17.0
> *Runtime:* OpenJDK Runtime Environment 13.0.1+9
> *System:* Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
>Reporter: Ruslan Lopez Carro
>Priority: Minor
> Attachments: Component_8.dump, JComponent_9.dump, ide.log
>
>
> I edited an existing maven project and added a new package, added some custom 
> bean forms, and switched a couple of times from code to view tab while I was 
> editing it, some time later I saw the bubble to report this error.
> {code:java}
> SEVERE [org.openide.util.Exceptions]
> An error occurred during parsing of 'java.desktop/javax/swing/JComponent.java 
> in C:\Program Files\AdoptOpenJDK\jdk-13.0.1.9-openj9\lib\src.zip'. Please 
> report a bug against java/source and attach dump file 
> 'C:\Users\myuser\AppData\Roaming\NetBeans\12.1\var\log\JComponent_9.dump'.
> An error occurred during parsing of 'java.desktop/javax/swing/JComponent.java 
> in C:\Program Files\AdoptOpenJDK\jdk-13.0.1.9-openj9\lib\src.zip'. Please 
> report a bug against java/source and attach dump file 
> 'C:\Users\myuser\AppData\Roaming\NetBeans\12.1\var\log\JComponent_9.dump'.
> Caused: com.sun.tools.javac.code.Symbol$CompletionFailure: class file for 
> java.lang.annotation.Annotation not found{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] [Updated] (NETBEANS-6022) error during parsing of swing components created by matisse

2021-09-19 Thread Ruslan Lopez Carro (Jira)


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

Ruslan Lopez Carro updated NETBEANS-6022:
-
Attachment: JComponent_9.dump

> error during parsing of swing components created by matisse
> ---
>
> Key: NETBEANS-6022
> URL: https://issues.apache.org/jira/browse/NETBEANS-6022
> Project: NetBeans
>  Issue Type: Bug
>  Components: guibuilder - Code, java - Compiler
>Affects Versions: 12.1
> Environment: *Product Version:* Apache NetBeans IDE 12.1
> *Java:* 13.0.1; Eclipse OpenJ9 VM openj9-0.17.0
> *Runtime:* OpenJDK Runtime Environment 13.0.1+9
> *System:* Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
>Reporter: Ruslan Lopez Carro
>Priority: Minor
> Attachments: JComponent_9.dump, ide.log
>
>
> I edited an existing maven project and added a new package, added some custom 
> bean forms, and switched a couple of times from code to view tab while I was 
> editing it, some time later I saw the bubble to report this error.
> {code:java}
> SEVERE [org.openide.util.Exceptions]
> An error occurred during parsing of 'java.desktop/javax/swing/JComponent.java 
> in C:\Program Files\AdoptOpenJDK\jdk-13.0.1.9-openj9\lib\src.zip'. Please 
> report a bug against java/source and attach dump file 
> 'C:\Users\myuser\AppData\Roaming\NetBeans\12.1\var\log\JComponent_9.dump'.
> An error occurred during parsing of 'java.desktop/javax/swing/JComponent.java 
> in C:\Program Files\AdoptOpenJDK\jdk-13.0.1.9-openj9\lib\src.zip'. Please 
> report a bug against java/source and attach dump file 
> 'C:\Users\myuser\AppData\Roaming\NetBeans\12.1\var\log\JComponent_9.dump'.
> Caused: com.sun.tools.javac.code.Symbol$CompletionFailure: class file for 
> java.lang.annotation.Annotation not found{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] [Updated] (NETBEANS-6022) error during parsing of swing components created by matisse

2021-09-19 Thread Ruslan Lopez Carro (Jira)


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

Ruslan Lopez Carro updated NETBEANS-6022:
-
Attachment: ide.log

> error during parsing of swing components created by matisse
> ---
>
> Key: NETBEANS-6022
> URL: https://issues.apache.org/jira/browse/NETBEANS-6022
> Project: NetBeans
>  Issue Type: Bug
>  Components: guibuilder - Code, java - Compiler
>Affects Versions: 12.1
> Environment: *Product Version:* Apache NetBeans IDE 12.1
> *Java:* 13.0.1; Eclipse OpenJ9 VM openj9-0.17.0
> *Runtime:* OpenJDK Runtime Environment 13.0.1+9
> *System:* Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
>Reporter: Ruslan Lopez Carro
>Priority: Minor
> Attachments: ide.log
>
>
> I edited an existing maven project and added a new package, added some custom 
> bean forms, and switched a couple of times from code to view tab while I was 
> editing it, some time later I saw the bubble to report this error.
> {code:java}
> SEVERE [org.openide.util.Exceptions]
> An error occurred during parsing of 'java.desktop/javax/swing/JComponent.java 
> in C:\Program Files\AdoptOpenJDK\jdk-13.0.1.9-openj9\lib\src.zip'. Please 
> report a bug against java/source and attach dump file 
> 'C:\Users\myuser\AppData\Roaming\NetBeans\12.1\var\log\JComponent_9.dump'.
> An error occurred during parsing of 'java.desktop/javax/swing/JComponent.java 
> in C:\Program Files\AdoptOpenJDK\jdk-13.0.1.9-openj9\lib\src.zip'. Please 
> report a bug against java/source and attach dump file 
> 'C:\Users\myuser\AppData\Roaming\NetBeans\12.1\var\log\JComponent_9.dump'.
> Caused: com.sun.tools.javac.code.Symbol$CompletionFailure: class file for 
> java.lang.annotation.Annotation not found{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] [Created] (NETBEANS-6022) error during parsing of swing components created by matisse

2021-09-19 Thread Ruslan Lopez Carro (Jira)
Ruslan Lopez Carro created NETBEANS-6022:


 Summary: error during parsing of swing components created by 
matisse
 Key: NETBEANS-6022
 URL: https://issues.apache.org/jira/browse/NETBEANS-6022
 Project: NetBeans
  Issue Type: Bug
  Components: guibuilder - Code, java - Compiler
Affects Versions: 12.1
 Environment: *Product Version:* Apache NetBeans IDE 12.1

*Java:* 13.0.1; Eclipse OpenJ9 VM openj9-0.17.0

*Runtime:* OpenJDK Runtime Environment 13.0.1+9

*System:* Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
Reporter: Ruslan Lopez Carro


I edited an existing maven project and added a new package, added some custom 
bean forms, and switched a couple of times from code to view tab while I was 
editing it, some time later I saw the bubble to report this error.
{code:java}
SEVERE [org.openide.util.Exceptions]
An error occurred during parsing of 'java.desktop/javax/swing/JComponent.java 
in C:\Program Files\AdoptOpenJDK\jdk-13.0.1.9-openj9\lib\src.zip'. Please 
report a bug against java/source and attach dump file 
'C:\Users\myuser\AppData\Roaming\NetBeans\12.1\var\log\JComponent_9.dump'.
An error occurred during parsing of 'java.desktop/javax/swing/JComponent.java 
in C:\Program Files\AdoptOpenJDK\jdk-13.0.1.9-openj9\lib\src.zip'. Please 
report a bug against java/source and attach dump file 
'C:\Users\myuser\AppData\Roaming\NetBeans\12.1\var\log\JComponent_9.dump'.
Caused: com.sun.tools.javac.code.Symbol$CompletionFailure: class file for 
java.lang.annotation.Annotation not found{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-6011) ctrl + click to go to definition freezes the UI

2021-09-19 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-6011:
-

Are you sure that you've tried to reproduce on 12.5 as well? We haven't 
announced it yet, but you should see the download page here:

https://netbeans.apache.org/download/nb125/nb125.html

If you can reproduce with that, from scratch, and produce a thread dump again, 
ideally using different JDKs, i.e., two thread dumps, that would help a lot in 
understanding the problem.

> ctrl + click to go to definition freezes the UI
> ---
>
> Key: NETBEANS-6011
> URL: https://issues.apache.org/jira/browse/NETBEANS-6011
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Editor
>Affects Versions: 12.4
>Reporter: B Mathur
>Priority: Major
> Attachments: ProductManagerGoogleLogin.zip, bandicam 2021-09-17 
> 20-13-19-790.mp4, messages.log, nbjavacerror.png, nbstackdump.txt, test1.png, 
> test2.png
>
>
> I have opened a Java Spring project. Then open a few java source files. 
> While editing a Java source file, I do Ctrl+Click on a variable type to 
> navigate to the definition of that type.
> The type definition is opened but the UI is frozen. Nothing can be done. It 
> is completely unresponsive. The ide has to be killed from task manager.
> Happening every time. Not random. See screen shots.
> Can send the video also if required but the file is too large.



--
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-jackpot30] branch master updated: Updating to release 12.5

2021-09-19 Thread jlahoda
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 0d8d8f8  Updating to release 12.5
0d8d8f8 is described below

commit 0d8d8f89dfb0bd8eb7fa77f708c87a14be5cec45
Author: Jan Lahoda 
AuthorDate: Sun Sep 19 11:50:19 2021 +0200

Updating to release 12.5
---
 .travis.yml|  5 +++--
 cmdline/README.md  |  4 ++--
 cmdline/build.xml  |  2 +-
 cmdline/maven/pom.xml  |  2 +-
 .../org/netbeans/modules/jackpot30/maven/RunJackpot30Test.java |  2 +-
 cmdline/tool/scripts/pom.xml   |  2 +-
 .../org/netbeans/modules/jackpot30/cmdline/ProcessorImpl.java  | 10 +-
 7 files changed, 18 insertions(+), 9 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 72b9493..9e0c2d3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,6 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 language: java
+dist: bionic
 addons:
   apt:
 packages:
@@ -24,8 +25,8 @@ addons:
 jdk:
   - openjdk11
 before_script:
-  - wget 
'https://archive.apache.org/dist/netbeans/netbeans/12.3/netbeans-12.3-bin.zip' 
-O /tmp/netbeans-12.3-bin.zip
-  - (cd $HOME; unzip /tmp/netbeans-12.3-bin.zip)
+  - wget 
'https://www.apache.org/dist/netbeans/netbeans/12.5/netbeans-12.5-bin.zip' -O 
/tmp/netbeans-12.5-bin.zip
+  - (cd $HOME; unzip /tmp/netbeans-12.5-bin.zip)
   - unset _JAVA_OPTIONS
 script:
   - export JDK11=$JAVA_HOME
diff --git a/cmdline/README.md b/cmdline/README.md
index c439325..094ccf7 100644
--- a/cmdline/README.md
+++ b/cmdline/README.md
@@ -27,7 +27,7 @@ This tool allows to run NetBeans Java code checker without 
the NetBeans IDE. Thi
 
  To Build
 
-* Apache NetBeans 12.3
+* Apache NetBeans 12.5
 * JDK 8 and JDK 11
 * bash
 * Apache ant 1.9.9 or above
@@ -42,7 +42,7 @@ This tool allows to run NetBeans Java code checker without 
the NetBeans IDE. Thi
 Build using:
 
 ```
-$ ant -DNETBEANS_PLATFORM= -DJDK11= 
build-and-test
+$ ant -DNETBEANS_PLATFORM= -DJDK11= 
build-and-test
 ```
 
 The built product is in tool/build/jackpot.
diff --git a/cmdline/build.xml b/cmdline/build.xml
index 308eaab..f386b5e 100644
--- a/cmdline/build.xml
+++ b/cmdline/build.xml
@@ -52,7 +52,7 @@
 
 
 
-
+
 
 
 
diff --git a/cmdline/maven/pom.xml b/cmdline/maven/pom.xml
index 2526a0e..6c61c58 100644
--- a/cmdline/maven/pom.xml
+++ b/cmdline/maven/pom.xml
@@ -21,7 +21,7 @@
 
   org.apache.netbeans.modules.jackpot30
   jackpot30-maven-plugin
-  12.3
+  12.5
   maven-plugin
 
   Jackpot 3.0 Command Line Tool Maven Bridge
diff --git 
a/cmdline/maven/src/test/java/org/netbeans/modules/jackpot30/maven/RunJackpot30Test.java
 
b/cmdline/maven/src/test/java/org/netbeans/modules/jackpot30/maven/RunJackpot30Test.java
index de02a51..1e64e92 100644
--- 
a/cmdline/maven/src/test/java/org/netbeans/modules/jackpot30/maven/RunJackpot30Test.java
+++ 
b/cmdline/maven/src/test/java/org/netbeans/modules/jackpot30/maven/RunJackpot30Test.java
@@ -67,7 +67,7 @@ public class RunJackpot30Test extends TestCase {
 
 Process p = Runtime.getRuntime().exec(new String[] {
 maven,
-"-Djackpot.plugin.version=12.3",
+"-Djackpot.plugin.version=12.5",
 "-q",
 "jackpot30:analyze"
 }, null, testDir);
diff --git a/cmdline/tool/scripts/pom.xml b/cmdline/tool/scripts/pom.xml
index 2bb3fb3..34488f6 100644
--- a/cmdline/tool/scripts/pom.xml
+++ b/cmdline/tool/scripts/pom.xml
@@ -21,7 +21,7 @@
 
   org.apache.netbeans.modules.jackpot30
   jackpot30-maven-plugin
-  12.3
+  12.5
   maven-plugin
 
   Jackpot 3.0 Command Line Tool
diff --git 
a/cmdline/tool/src/org/netbeans/modules/jackpot30/cmdline/ProcessorImpl.java 
b/cmdline/tool/src/org/netbeans/modules/jackpot30/cmdline/ProcessorImpl.java
index 0826581..6082d4d 100644
--- a/cmdline/tool/src/org/netbeans/modules/jackpot30/cmdline/ProcessorImpl.java
+++ b/cmdline/tool/src/org/netbeans/modules/jackpot30/cmdline/ProcessorImpl.java
@@ -193,7 +193,15 @@ public class ProcessorImpl extends AbstractProcessor {
 
 HintsSettings settings = 
HintsSettings.createPreferencesBasedHintsSettings(ToolPreferences.from(settingsURI).getPreferences("hints",
 "text/x-java"), true, null);
 
-final Map> allHints = RulesManager.getInstance().readHints(null, 
Arrays.asList(bootCP, compileCP, sourceCP), new AtomicBoolean());
+final Map> allHints;
+java.io.PrintStream oldErr = System.err;
+try {
+//XXX: TreeUtilities.unenter prints exceptions to stderr on 
JDK 11, throw the output away:
+

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

2021-09-19 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 730a683  Automated site publishing by Jenkins build 250
730a683 is described below

commit 730a683833d801fec05a9843f85efe3abf594425
Author: jenkins 
AuthorDate: Sun Sep 19 09:43:56 2021 +

Automated site publishing by Jenkins build 250
---
 content/download/nb125/index.html | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/content/download/nb125/index.html 
b/content/download/nb125/index.html
index 97108f8..8268171 100644
--- a/content/download/nb125/index.html
+++ b/content/download/nb125/index.html
@@ -100,10 +100,7 @@
 Download
 
 
-Complete list of fixes is below:
-
-
-https://issues.apache.org/jira/browse/NETBEANS-5959?jql=project%20%3D%20NETBEANS%20AND%20(status%20%3D%20Resolved%20OR%20status%20%3D%20Closed)%20AND%20fixVersion%20%3D%2012.5"
 
class="bare">https://issues.apache.org/jira/browse/NETBEANS-5959?jql=project%20%3D%20NETBEANS%20AND%20(status%20%3D%20Resolved%20OR%20status%20%3D%20Closed)%20AND%20fixVersion%20%3D%2012.5
+The full list of pull requests integrated in the 12.5 timeframe https://github.com/apache/netbeans/pulls?q=is%3Aclosed+milestone%3A12.5;>is
 found here, while the highlights are listed below.
 
 
 

-
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: Update index.asciidoc

2021-09-19 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 eb9c027  Update index.asciidoc
eb9c027 is described below

commit eb9c027ede19a7b5547fdcc5d1e9c3d5d282f49b
Author: Geertjan Wielenga 
AuthorDate: Sun Sep 19 11:41:28 2021 +0200

Update index.asciidoc
---
 netbeans.apache.org/src/content/download/nb125/index.asciidoc | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/netbeans.apache.org/src/content/download/nb125/index.asciidoc 
b/netbeans.apache.org/src/content/download/nb125/index.asciidoc
index 91c2051..e4255bf 100644
--- a/netbeans.apache.org/src/content/download/nb125/index.asciidoc
+++ b/netbeans.apache.org/src/content/download/nb125/index.asciidoc
@@ -35,9 +35,7 @@ Welcome to Apache NetBeans 12.5!
 
 link:/download/nb125/nb125.html[Download, role="button success"]
 
-Complete list of fixes is below:
-
-https://issues.apache.org/jira/browse/NETBEANS-5959?jql=project%20%3D%20NETBEANS%20AND%20(status%20%3D%20Resolved%20OR%20status%20%3D%20Closed)%20AND%20fixVersion%20%3D%2012.5
+The full list of pull requests integrated in the 12.5 timeframe 
link:https://github.com/apache/netbeans/pulls?q=is%3Aclosed+milestone%3A12.5[is 
found here], while the highlights are listed below.
 
 == Java Enhancements
 

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

2021-09-19 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 5b03def  Automated site publishing by Jenkins build 248
5b03def is described below

commit 5b03def1f73270bd03cf6d90da6dd1bb2bf85fcf
Author: jenkins 
AuthorDate: Sun Sep 19 09:40:47 2021 +

Automated site publishing by Jenkins build 248
---
 content/download/nb125/index.html | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/content/download/nb125/index.html 
b/content/download/nb125/index.html
index 097cf04..97108f8 100644
--- a/content/download/nb125/index.html
+++ b/content/download/nb125/index.html
@@ -99,6 +99,12 @@
 
 Download
 
+
+Complete list of fixes is below:
+
+
+https://issues.apache.org/jira/browse/NETBEANS-5959?jql=project%20%3D%20NETBEANS%20AND%20(status%20%3D%20Resolved%20OR%20status%20%3D%20Closed)%20AND%20fixVersion%20%3D%2012.5"
 
class="bare">https://issues.apache.org/jira/browse/NETBEANS-5959?jql=project%20%3D%20NETBEANS%20AND%20(status%20%3D%20Resolved%20OR%20status%20%3D%20Closed)%20AND%20fixVersion%20%3D%2012.5
+
 
 
 

-
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: Update index.asciidoc

2021-09-19 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 779e2bc  Update index.asciidoc
779e2bc is described below

commit 779e2bcd688a9e9a79ff394eb2093e0a57cfdeab
Author: Geertjan Wielenga 
AuthorDate: Sun Sep 19 11:38:21 2021 +0200

Update index.asciidoc
---
 netbeans.apache.org/src/content/download/nb125/index.asciidoc | 4 
 1 file changed, 4 insertions(+)

diff --git a/netbeans.apache.org/src/content/download/nb125/index.asciidoc 
b/netbeans.apache.org/src/content/download/nb125/index.asciidoc
index 4227851..91c2051 100644
--- a/netbeans.apache.org/src/content/download/nb125/index.asciidoc
+++ b/netbeans.apache.org/src/content/download/nb125/index.asciidoc
@@ -35,6 +35,10 @@ Welcome to Apache NetBeans 12.5!
 
 link:/download/nb125/nb125.html[Download, role="button success"]
 
+Complete list of fixes is below:
+
+https://issues.apache.org/jira/browse/NETBEANS-5959?jql=project%20%3D%20NETBEANS%20AND%20(status%20%3D%20Resolved%20OR%20status%20%3D%20Closed)%20AND%20fixVersion%20%3D%2012.5
+
 == Java Enhancements
 
 === Java

-
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: Update index.asciidoc

2021-09-19 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 093dea6  Update index.asciidoc
093dea6 is described below

commit 093dea6b4393c6d62eeaa685d3558a251f65a505
Author: Geertjan Wielenga 
AuthorDate: Sun Sep 19 11:33:53 2021 +0200

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

diff --git a/netbeans.apache.org/src/content/download/nb125/index.asciidoc 
b/netbeans.apache.org/src/content/download/nb125/index.asciidoc
index f6a9ed7..4227851 100644
--- a/netbeans.apache.org/src/content/download/nb125/index.asciidoc
+++ b/netbeans.apache.org/src/content/download/nb125/index.asciidoc
@@ -38,7 +38,7 @@ link:/download/nb125/nb125.html[Download, role="button 
success"]
 == Java Enhancements
 
 === Java
-- Adding declarative Java hints to the LSP server. Java LSP: 
https://github.com/apache/netbeans/pull/2905
+- Adding declarative Java hints to the LSP server: 
https://github.com/apache/netbeans/pull/2905
 - Prefer .class execution over .java if the class already exists: 
https://github.com/apache/netbeans/pull/3036
 - [NETBEANS-5801] - Add javadoc for JDK 18 early access: 
https://github.com/apache/netbeans/pull/3008
 - [NETBEANS-5704] when generating --patch-module option, also use the 
generated source roots. Java: https://github.com/apache/netbeans/pull/2977
@@ -61,7 +61,7 @@ link:/download/nb125/nb125.html[Download, role="button 
success"]
 === Maven
 - Support for disabling actions in Maven (used by Micronaut) API Change Maven 
enhancement: https://github.com/apache/netbeans/pull/3016
 - [NETBEANS-5803] Handle Maven projects with https name space. Maven: 
https://github.com/apache/netbeans/pull/3012
-- NETBEANS-5143 Fixes Maven web app twice deployment issue: 
https://github.com/apache/netbeans/pull/3005
+- [NETBEANS-5143] Fixes Maven web app twice deployment issue: 
https://github.com/apache/netbeans/pull/3005
 
 === Micronaut
 - Support for Micronaut's automatic restarts (mn:run) for Maven API Change 
Java Maven enhancement: https://github.com/apache/netbeans/pull/2948

-
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: Update index.asciidoc

2021-09-19 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 f7f26bd  Update index.asciidoc
f7f26bd is described below

commit f7f26bdba874db97e4c76a7aeca00883fc8d8205
Author: Geertjan Wielenga 
AuthorDate: Sun Sep 19 11:31:06 2021 +0200

Update index.asciidoc
---
 netbeans.apache.org/src/content/download/nb125/index.asciidoc | 8 
 1 file changed, 8 deletions(-)

diff --git a/netbeans.apache.org/src/content/download/nb125/index.asciidoc 
b/netbeans.apache.org/src/content/download/nb125/index.asciidoc
index 3da0636..f6a9ed7 100644
--- a/netbeans.apache.org/src/content/download/nb125/index.asciidoc
+++ b/netbeans.apache.org/src/content/download/nb125/index.asciidoc
@@ -58,14 +58,6 @@ link:/download/nb125/nb125.html[Download, role="button 
success"]
 - [NETBEANS-5668] Fix slipping -s in the Project Problem Dialog Gradle: 
https://github.com/apache/netbeans/pull/2944
 - [NETBEANS-4252] Added PathFinder to Gradle Build Scripts Node Gradle: 
https://github.com/apache/netbeans/pull/2933
 
-=== Groovy
-- Optionally disable groovy support in NBJLS Groovy LSP bug performance: 
https://github.com/apache/netbeans/pull/3042
-- Full ClassNode loads in indexer Groovy bug: 
https://github.com/apache/netbeans/pull/3034
-- Ability to add breakpoints into Groovy sources.: 
https://github.com/apache/netbeans/pull/3032
-- LSP: Groovy diagnostic handling. Groovy LSP enhancement: 
https://github.com/apache/netbeans/pull/3009
-- Groovy Code Completion support available through LSP protocol. Groovy LSP 
enhancement: https://github.com/apache/netbeans/pull/3001
-- Completion items imported from Java delegate to ElementJavadoc to get the 
content. Groovy enhancement: https://github.com/apache/netbeans/pull/2984
-
 === Maven
 - Support for disabling actions in Maven (used by Micronaut) API Change Maven 
enhancement: https://github.com/apache/netbeans/pull/3016
 - [NETBEANS-5803] Handle Maven projects with https name space. Maven: 
https://github.com/apache/netbeans/pull/3012

-
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: Update index.asciidoc

2021-09-19 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 9418f82  Update index.asciidoc
9418f82 is described below

commit 9418f82823ceae85db4443bb18276339d8382f7f
Author: Geertjan Wielenga 
AuthorDate: Sun Sep 19 11:30:16 2021 +0200

Update index.asciidoc
---
 .../src/content/download/nb125/index.asciidoc  | 82 ++
 1 file changed, 82 insertions(+)

diff --git a/netbeans.apache.org/src/content/download/nb125/index.asciidoc 
b/netbeans.apache.org/src/content/download/nb125/index.asciidoc
index b9dd0e4..3da0636 100644
--- a/netbeans.apache.org/src/content/download/nb125/index.asciidoc
+++ b/netbeans.apache.org/src/content/download/nb125/index.asciidoc
@@ -34,3 +34,85 @@
 Welcome to Apache NetBeans 12.5!
 
 link:/download/nb125/nb125.html[Download, role="button success"]
+
+== Java Enhancements
+
+=== Java
+- Adding declarative Java hints to the LSP server. Java LSP: 
https://github.com/apache/netbeans/pull/2905
+- Prefer .class execution over .java if the class already exists: 
https://github.com/apache/netbeans/pull/3036
+- [NETBEANS-5801] - Add javadoc for JDK 18 early access: 
https://github.com/apache/netbeans/pull/3008
+- [NETBEANS-5704] when generating --patch-module option, also use the 
generated source roots. Java: https://github.com/apache/netbeans/pull/2977
+- [NETBEANS-5832] Fixing compilation of static initializer for vanilla 
indexing.: https://github.com/apache/netbeans/pull/3054
+- [NETBEANS-5661] - Added regular expression window and hint: 
https://github.com/apache/netbeans/pull/2953
+
+=== Gradle
+- Report progress from Gradle's CreateFromTemplateHandler Gradle LSP bug: 
https://github.com/apache/netbeans/pull/3044
+- Fixed source+javadoc Gradle download Gradle LSP bug: 
https://github.com/apache/netbeans/pull/3040
+- Source/javadoc attacher must report download actions as enabled. Gradle Java 
bug: https://github.com/apache/netbeans/pull/3029
+- Gradle Action Providers can disable an action. API Change Gradle 
enhancement: https://github.com/apache/netbeans/pull/3004
+- LSP server informs client about unsuccessful launch. Gradle LSP: 
https://github.com/apache/netbeans/pull/3006
+- Prevent deadlock - Workspace shared IO supports close on input stream. 
Gradle LSP: https://github.com/apache/netbeans/pull/3019
+- Support for configurations in Gradle Gradle LSP enhancement: 
https://github.com/apache/netbeans/pull/2969
+- [NETBEANS-5768] Recognize gradle projects with settings.gradle only file: 
https://github.com/apache/netbeans/pull/3028
+- [NETBEANS-2373] Better than nothing support for Gradle Distribution dirs 
Gradle: https://github.com/apache/netbeans/pull/2920
+- [NETBEANS-5668] Fix slipping -s in the Project Problem Dialog Gradle: 
https://github.com/apache/netbeans/pull/2944
+- [NETBEANS-4252] Added PathFinder to Gradle Build Scripts Node Gradle: 
https://github.com/apache/netbeans/pull/2933
+
+=== Groovy
+- Optionally disable groovy support in NBJLS Groovy LSP bug performance: 
https://github.com/apache/netbeans/pull/3042
+- Full ClassNode loads in indexer Groovy bug: 
https://github.com/apache/netbeans/pull/3034
+- Ability to add breakpoints into Groovy sources.: 
https://github.com/apache/netbeans/pull/3032
+- LSP: Groovy diagnostic handling. Groovy LSP enhancement: 
https://github.com/apache/netbeans/pull/3009
+- Groovy Code Completion support available through LSP protocol. Groovy LSP 
enhancement: https://github.com/apache/netbeans/pull/3001
+- Completion items imported from Java delegate to ElementJavadoc to get the 
content. Groovy enhancement: https://github.com/apache/netbeans/pull/2984
+
+=== Maven
+- Support for disabling actions in Maven (used by Micronaut) API Change Maven 
enhancement: https://github.com/apache/netbeans/pull/3016
+- [NETBEANS-5803] Handle Maven projects with https name space. Maven: 
https://github.com/apache/netbeans/pull/3012
+- NETBEANS-5143 Fixes Maven web app twice deployment issue: 
https://github.com/apache/netbeans/pull/3005
+
+=== Micronaut
+- Support for Micronaut's automatic restarts (mn:run) for Maven API Change 
Java Maven enhancement: https://github.com/apache/netbeans/pull/2948
+- LSP: Provide hover information in Micronaut yaml files. LSP: 
https://github.com/apache/netbeans/pull/2955
+- Micronaut configuration completion and navigation improvements LSP: 
https://github.com/apache/netbeans/pull/2962
+- Micronaut: Allow for creating project on JDK 16.: 
https://github.com/apache/netbeans/pull/3058
+
+=== Payara
+
+- Fixes fetching the Payara Server list in private network: 
https://github.com/apache/netbeans/pull/3018
+
+== PHP Enhancements
+- [NETBEANS-5678] Use the URL of the forked repository of the Skeleton 
Generator: https://github.com/apache/netbeans/pull/3052
+- [NETBEANS-5719] Unused property hint