[jira] [Created] (NETBEANS-1822) Missing support for version of JDK higher than 8 for Maven JavaFX projects

2018-12-24 Thread r-go (JIRA)
r-go created NETBEANS-1822:
--

 Summary: Missing support for version of JDK higher than 8 for 
Maven JavaFX projects
 Key: NETBEANS-1822
 URL: https://issues.apache.org/jira/browse/NETBEANS-1822
 Project: NetBeans
  Issue Type: Bug
  Components: javafx - Project, projects - Maven
Affects Versions: 10.0
 Environment: MacOS High Sierra; NetBeans 10.vc5 running on JDK 10.0.1  
Reporter: r-go


If the following properties (of a javaFX maven based project) : "Java platform" 
and/or "Source/Binary format" are set to anything higher than "JDK 1.8", then 
"Clean and Build" (as well as "Run") operation would fail. 

Different combination o these parameters would produce different errors.

To reproduce, simply create a new JavaFX Maven Project: New Project -> Maven: 
Java FX Application. And then try to Clean and Build / or Run. 

The most typical error is 

*Cannot run program 
"/Library/Java/JavaVirtualMachines/jdk-10.0.1.jdk/Contents/Home/bin/javafxpackager"*

(Note, as of 1.8 the  *javafxpackager* does nto exist anymore)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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



[incubator-netbeans] branch master updated (30d33e3 -> 2684fec)

2018-12-24 Thread jtulach
This is an automated email from the ASF dual-hosted git repository.

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


from 30d33e3  Merge pull request #979 from jlahoda/create-element-method-ref
 add 1d6c58c  Adding support for JDK sources from the checkout attached to 
JDK platforms.
 new 2684fec  Merge pull request #1051 from 
jlahoda/allow-sources-attached-to-jdk-platform

The 1 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:
 .../java/openjdk/project/ClassPathProviderImpl.java   |  9 -
 .../netbeans/modules/java/openjdk/project/JDKProject.java |  4 ++--
 .../modules/java/openjdk/project/ModuleDescription.java   | 15 +++
 .../modules/java/openjdk/project/OpenProjectHookImpl.java | 13 -
 .../java/source/parsing/PatchModuleFileManager.java   |  9 +++--
 5 files changed, 44 insertions(+), 6 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



[incubator-netbeans] branch master updated (c51216e -> 5153b40)

2018-12-24 Thread jtulach
This is an automated email from the ASF dual-hosted git repository.

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


from c51216e  Merge pull request #1049 from 
jlahoda/fix-conditions-implicit-trees
 add 9d6d1b5  When copying build output classfiles as a last resort when 
indexing with vanilla javac fails, also run binary indexer over the copied 
classes, so that features like Go to Type have a chance to work.
 add b2ce75f  Merge branch 'master' into run-indexing-after-copying
 new 5153b40  Merge pull request #546 from 
jlahoda/run-indexing-after-copying

The 1 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:
 .../java/source/indexing/VanillaCompileWorker.java | 17 +++--
 .../modules/java/source/usages/BinaryAnalyser.java | 77 +-
 2 files changed, 89 insertions(+), 5 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



[incubator-netbeans] branch master updated (2684fec -> 112352a)

2018-12-24 Thread jtulach
This is an automated email from the ASF dual-hosted git repository.

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


from 2684fec  Merge pull request #1051 from 
jlahoda/allow-sources-attached-to-jdk-platform
 add 0ce9f3b  Siplifying semantic highlighter.
 add ad1eac1  Updates according to the sdedic's review.
 new 112352a  Merge pull request #997 from 
jlahoda/semantic-highlighter-cleanup

The 1 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:
 .../base/semantic/SemanticHighlighterBase.java | 802 +
 .../DetectorTest/testUsedImport129988.pass |   1 +
 .../java/editor/base/semantic/DetectorTest.java|   2 +-
 3 files changed, 163 insertions(+), 642 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



[incubator-netbeans] 01/01: Merge pull request #979 from jlahoda/create-element-method-ref

2018-12-24 Thread jtulach
This is an automated email from the ASF dual-hosted git repository.

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

commit 30d33e3b86c310713ff06c2c99b821ae84c390bb
Merge: 5153b40 c2d6137
Author: Jaroslav Tulach 
AuthorDate: Tue Dec 25 06:20:02 2018 +0100

Merge pull request #979 from jlahoda/create-element-method-ref

Adding an error fix to create methods when a method ref refers to an …

 .../modules/java/hints/errors/CreateElement.java   |  68 +-
 .../modules/java/hints/errors/Utilities.java   |  26 
 .../jdk/ConvertToLambdaPreconditionChecker.java|  28 +---
 .../java/hints/errors/CreateMethodTest.java| 150 +
 4 files changed, 243 insertions(+), 29 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



[incubator-netbeans] 01/01: Merge pull request #997 from jlahoda/semantic-highlighter-cleanup

2018-12-24 Thread jtulach
This is an automated email from the ASF dual-hosted git repository.

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

commit 112352a28bda9514d6fda59a2e6510977c7590b9
Merge: 2684fec ad1eac1
Author: Jaroslav Tulach 
AuthorDate: Tue Dec 25 06:22:54 2018 +0100

Merge pull request #997 from jlahoda/semantic-highlighter-cleanup

Simplifying semantic highlighter.

 .../base/semantic/SemanticHighlighterBase.java | 802 +
 .../DetectorTest/testUsedImport129988.pass |   1 +
 .../java/editor/base/semantic/DetectorTest.java|   2 +-
 3 files changed, 163 insertions(+), 642 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



[incubator-netbeans] 01/01: Merge pull request #1051 from jlahoda/allow-sources-attached-to-jdk-platform

2018-12-24 Thread jtulach
This is an automated email from the ASF dual-hosted git repository.

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

commit 2684feca818d82c759328d0b980f94c8c006dae9
Merge: 30d33e3 1d6c58c
Author: Jaroslav Tulach 
AuthorDate: Tue Dec 25 06:21:03 2018 +0100

Merge pull request #1051 from jlahoda/allow-sources-attached-to-jdk-platform

Adding support for JDK sources from the checkout attached to JDK plat…

 .../java/openjdk/project/ClassPathProviderImpl.java   |  9 -
 .../netbeans/modules/java/openjdk/project/JDKProject.java |  4 ++--
 .../modules/java/openjdk/project/ModuleDescription.java   | 15 +++
 .../modules/java/openjdk/project/OpenProjectHookImpl.java | 13 -
 .../java/source/parsing/PatchModuleFileManager.java   |  9 +++--
 5 files changed, 44 insertions(+), 6 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



[incubator-netbeans] branch master updated (5153b40 -> 30d33e3)

2018-12-24 Thread jtulach
This is an automated email from the ASF dual-hosted git repository.

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


from 5153b40  Merge pull request #546 from 
jlahoda/run-indexing-after-copying
 add c2d6137  Adding an error fix to create methods when a method ref 
refers to an undefined method.
 new 30d33e3  Merge pull request #979 from jlahoda/create-element-method-ref

The 1 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:
 .../modules/java/hints/errors/CreateElement.java   |  68 +-
 .../modules/java/hints/errors/Utilities.java   |  26 
 .../jdk/ConvertToLambdaPreconditionChecker.java|  28 +---
 .../java/hints/errors/CreateMethodTest.java| 150 +
 4 files changed, 243 insertions(+), 29 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



[incubator-netbeans] 01/01: Merge pull request #546 from jlahoda/run-indexing-after-copying

2018-12-24 Thread jtulach
This is an automated email from the ASF dual-hosted git repository.

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

commit 5153b40a24884696ece3f2b45bcd47de39799541
Merge: c51216e b2ce75f
Author: Jaroslav Tulach 
AuthorDate: Tue Dec 25 06:18:51 2018 +0100

Merge pull request #546 from jlahoda/run-indexing-after-copying

When copying build output classfiles as a last resort when indexing w…

 .../java/source/indexing/VanillaCompileWorker.java | 17 +++--
 .../modules/java/source/usages/BinaryAnalyser.java | 77 +-
 2 files changed, 89 insertions(+), 5 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



[incubator-netbeans] 01/01: Merge pull request #1049 from jlahoda/fix-conditions-implicit-trees

2018-12-24 Thread jtulach
This is an automated email from the ASF dual-hosted git repository.

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

commit c51216e2cadd092cd3737d157dec6aff1cbbb76d
Merge: 35197cd 8d47f42
Author: Jaroslav Tulach 
AuthorDate: Tue Dec 25 05:57:39 2018 +0100

Merge pull request #1049 from jlahoda/fix-conditions-implicit-trees

Fixing implicit trees in conditions; when a variable/field pattern ha…

 .../modules/java/hints/declarative/Condition.java  | 10 ++--
 .../java/hints/declarative/ImplicitThisCheck.hint  | 22 
 .../java/hints/declarative/ImplicitThisCheck.test  | 63 ++
 .../hints/declarative/SubtypeOfSerializable.hint   | 23 
 .../hints/declarative/SubtypeOfSerializable.test   | 24 +
 java/java.source.base/apichanges.xml   | 13 +
 java/java.source.base/nbproject/project.properties |  2 +-
 .../netbeans/api/java/source/matching/Matcher.java | 11 
 .../modules/java/source/matching/CopyFinder.java   | 13 +++--
 .../java/hints/spiimpl/hints/HintsInvoker.java |  2 +-
 .../spi/java/hints/matching/CopyFinderTest.java| 32 +++
 11 files changed, 203 insertions(+), 12 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



[incubator-netbeans] branch master updated (35197cd -> c51216e)

2018-12-24 Thread jtulach
This is an automated email from the ASF dual-hosted git repository.

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


from 35197cd  Merge pull request #1053 from 
jlahoda/enable-travis-for-java-tests3
 add 8d47f42  Fixing implicit trees in conditions; when a variable/field 
pattern has a fixed name, must also match the variable name.
 new c51216e  Merge pull request #1049 from 
jlahoda/fix-conditions-implicit-trees

The 1 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:
 .../modules/java/hints/declarative/Condition.java  | 10 ++--
 .../java/hints/declarative/ImplicitThisCheck.hint  | 22 
 .../java/hints/declarative/ImplicitThisCheck.test  | 63 ++
 .../hints/declarative/SubtypeOfSerializable.hint   | 23 
 .../hints/declarative/SubtypeOfSerializable.test   | 24 +
 java/java.source.base/apichanges.xml   | 13 +
 java/java.source.base/nbproject/project.properties |  2 +-
 .../netbeans/api/java/source/matching/Matcher.java | 11 
 .../modules/java/source/matching/CopyFinder.java   | 13 +++--
 .../java/hints/spiimpl/hints/HintsInvoker.java |  2 +-
 .../spi/java/hints/matching/CopyFinderTest.java| 32 +++
 11 files changed, 203 insertions(+), 12 deletions(-)
 create mode 100644 
java/java.hints.declarative/test/unit/src/org/netbeans/modules/java/hints/declarative/ImplicitThisCheck.hint
 create mode 100644 
java/java.hints.declarative/test/unit/src/org/netbeans/modules/java/hints/declarative/ImplicitThisCheck.test
 create mode 100644 
java/java.hints.declarative/test/unit/src/org/netbeans/modules/java/hints/declarative/SubtypeOfSerializable.hint
 create mode 100644 
java/java.hints.declarative/test/unit/src/org/netbeans/modules/java/hints/declarative/SubtypeOfSerializable.test


-
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



[incubator-netbeans] 01/01: Merge pull request #1053 from jlahoda/enable-travis-for-java-tests3

2018-12-24 Thread jtulach
This is an automated email from the ASF dual-hosted git repository.

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

commit 35197cd0a78c9032e1430908c3f80f72cc1cebc1
Merge: d1cef0a 9f107db
Author: Jaroslav Tulach 
AuthorDate: Tue Dec 25 05:52:23 2018 +0100

Merge pull request #1053 from jlahoda/enable-travis-for-java-tests3

Enable travis for java.completion tests.

 .travis.yml| 15 -
 .../11/lambdaParameterTypesExcludingVar.pass   | 10 +++
 .../11/lambdaParameterTypesIncludingVar.pass   | 10 +++
 .../11/lambdaParameterTypesIncludingVar1.pass  | 10 +++
 .../JavaCompletionTaskTest/12/stringContent.pass   | 72 ++
 .../JavaCompletionTask111FeaturesTest.java | 12 
 6 files changed, 127 insertions(+), 2 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



[incubator-netbeans] branch master updated (d1cef0a -> 35197cd)

2018-12-24 Thread jtulach
This is an automated email from the ASF dual-hosted git repository.

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


from d1cef0a  Merge pull request #1055 from kinow/typo-1
 add f8fe61b  Enabling java/java.completion tests on various JDKs.
 add ca77447  Workaround NETBEANS-1808: disable the affected tests when 
running with nb-javac.
 add 9f107db  Updating the java.completion tests to use JDK 12b24.
 new 35197cd  Merge pull request #1053 from 
jlahoda/enable-travis-for-java-tests3

The 1 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:
 .travis.yml   | 15 +--
 .../11/lambdaParameterTypesExcludingVar.pass  | 10 ++
 .../11/lambdaParameterTypesIncludingVar.pass  | 10 ++
 .../11/lambdaParameterTypesIncludingVar1.pass | 10 ++
 .../JavaCompletionTaskTest/{11 => 12}/stringContent.pass  |  6 ++
 .../completion/JavaCompletionTask111FeaturesTest.java | 12 
 6 files changed, 61 insertions(+), 2 deletions(-)
 copy 
java/java.completion/test/unit/data/goldenfiles/org/netbeans/modules/java/completion/JavaCompletionTaskTest/{11
 => 12}/stringContent.pass (91%)


-
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-1794) Launch failure Ubuntu 18.04 & Netbeans

2018-12-24 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi updated NETBEANS-1794:
--
Priority: Major  (was: Blocker)

> Launch failure Ubuntu 18.04 & Netbeans
> --
>
> Key: NETBEANS-1794
> URL: https://issues.apache.org/jira/browse/NETBEANS-1794
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 9.0
>Reporter: Richard Steele
>Priority: Major
>
> After install netbeans completed, then launch get messages:
> netbeans
> WARNING: An illegal reflective access operation has occurred
> WARNING: Illegal reflective access by 
> org.netbeans.ProxyURLStreamHandlerFactory 
> (file:/usr/share/netbeans/platform18/lib/boot.jar) to field 
> java.net.URL.handler
> WARNING: Please consider reporting this to the maintainers of 
> org.netbeans.ProxyURLStreamHandlerFactory
> WARNING: Use --illegal-access=warn to enable warnings of further illegal 
> reflective access operations
> WARNING: All illegal access operations will be denied in a future release
> Is there a missing JAVA package to be installed?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-1794) Launch failure Ubuntu 18.04 & Netbeans

2018-12-24 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi commented on NETBEANS-1794:
---

Please do not raise the priority to Blocker, as this is most certainly a local 
issue affecting maybe only you.
Also if you can provide more information what is happening and how can we try 
to reproduce the issue, then we can more easily help resolving your problem.
All I see from the description of this issue is that you have WARNING messages 
during boot, I've replied that those are normal if you are using Java 9 or 
later, regarding that we still have to support Java 8.

> Launch failure Ubuntu 18.04 & Netbeans
> --
>
> Key: NETBEANS-1794
> URL: https://issues.apache.org/jira/browse/NETBEANS-1794
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 9.0
>Reporter: Richard Steele
>Priority: Blocker
>
> After install netbeans completed, then launch get messages:
> netbeans
> WARNING: An illegal reflective access operation has occurred
> WARNING: Illegal reflective access by 
> org.netbeans.ProxyURLStreamHandlerFactory 
> (file:/usr/share/netbeans/platform18/lib/boot.jar) to field 
> java.net.URL.handler
> WARNING: Please consider reporting this to the maintainers of 
> org.netbeans.ProxyURLStreamHandlerFactory
> WARNING: Use --illegal-access=warn to enable warnings of further illegal 
> reflective access operations
> WARNING: All illegal access operations will be denied in a future release
> Is there a missing JAVA package to be installed?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-1794) Launch failure Ubuntu 18.04 & Netbeans

2018-12-24 Thread Richard Steele (JIRA)


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

Richard Steele updated NETBEANS-1794:
-
Priority: Blocker  (was: Minor)

> Launch failure Ubuntu 18.04 & Netbeans
> --
>
> Key: NETBEANS-1794
> URL: https://issues.apache.org/jira/browse/NETBEANS-1794
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 9.0
>Reporter: Richard Steele
>Priority: Blocker
>
> After install netbeans completed, then launch get messages:
> netbeans
> WARNING: An illegal reflective access operation has occurred
> WARNING: Illegal reflective access by 
> org.netbeans.ProxyURLStreamHandlerFactory 
> (file:/usr/share/netbeans/platform18/lib/boot.jar) to field 
> java.net.URL.handler
> WARNING: Please consider reporting this to the maintainers of 
> org.netbeans.ProxyURLStreamHandlerFactory
> WARNING: Use --illegal-access=warn to enable warnings of further illegal 
> reflective access operations
> WARNING: All illegal access operations will be denied in a future release
> Is there a missing JAVA package to be installed?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-1782) Update default versions of maven plugins

2018-12-24 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi commented on NETBEANS-1782:
---

I've marked this as a separate improvement NETBEANS-1321 is to track the 
required steps to be done for 10.0. We are in the final stage of the release, 
do not do code changes.
Please create a PR with the required changes, that would be the easiest way to 
include this one for the next release.

> Update default versions of maven plugins
> 
>
> Key: NETBEANS-1782
> URL: https://issues.apache.org/jira/browse/NETBEANS-1782
> Project: NetBeans
>  Issue Type: Improvement
>  Components: apisupport - Maven
>Affects Versions: 10.0
>Reporter: Dalton Notetech
>Priority: Major
> Fix For: 10.0
>
>
> Update default versions of maven plugins so that java 11 and junit 5 run 
> without explicitly specifying version number
> The following are some plugins you should update
> *maven-compiler-plugin*
> *maven-surefire-plugin*
> Make sure that java 11 is the default version for new projects
> Also make sure that junit 5 test runs properly without explicitly specifying 
> maven surefire plugin (In effective pom version of maven surefire plugin must 
> be atleast 2.22.1, if the version is not specified)
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-1782) Update default versions of maven plugins

2018-12-24 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi updated NETBEANS-1782:
--
Issue Type: Improvement  (was: Sub-task)
Parent: (was: NETBEANS-1321)

> Update default versions of maven plugins
> 
>
> Key: NETBEANS-1782
> URL: https://issues.apache.org/jira/browse/NETBEANS-1782
> Project: NetBeans
>  Issue Type: Improvement
>  Components: apisupport - Maven
>Affects Versions: 10.0
>Reporter: Dalton Notetech
>Priority: Major
> Fix For: 10.0
>
>
> Update default versions of maven plugins so that java 11 and junit 5 run 
> without explicitly specifying version number
> The following are some plugins you should update
> *maven-compiler-plugin*
> *maven-surefire-plugin*
> Make sure that java 11 is the default version for new projects
> Also make sure that junit 5 test runs properly without explicitly specifying 
> maven surefire plugin (In effective pom version of maven surefire plugin must 
> be atleast 2.22.1, if the version is not specified)
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-1821) maven template should include surefire plugin to run tetst

2018-12-24 Thread Pieter van den Hombergh (JIRA)


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

Pieter van den Hombergh updated NETBEANS-1821:
--
Description: 
{{when there is no maven sure-fire spec like}}


 maven-surefire-plugin
 2.22.1
 

There are no test run. 

To recreate: Create a simple maven java project, add a junit-test with one 
failing test.

Invoke test project from the right-click menu. No test is run.

Adding the sure-fire plugin as above in e.g. 
... fixes the issue. This behaviour is 
consistent with the maven behaviour (tested with cli version 5.3.2), so is 
maven, not netbeans, specific.

  was:
{{when there is no maven sure-fire spec like}}


 maven-surefire-plugin
 2.22.1
 

There are no test run. 

To recreate: Create a simple maven java project, add a junit-test with one 
failing test.

Invoke test project from the right-click menu. No test is run.

Adding the sure-fire plugin as above in e.g. 
... fixes the issue. This behaviour is 
consistent with the maven behaviour (tested with cli version 5.3.2), so is 
maven, not netbeans specific.


> maven template should include surefire plugin to run tetst
> --
>
> Key: NETBEANS-1821
> URL: https://issues.apache.org/jira/browse/NETBEANS-1821
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Maven
>Affects Versions: 10.0
>Reporter: Pieter van den Hombergh
>Priority: Major
>
> {{when there is no maven sure-fire spec like}}
> 
>  maven-surefire-plugin
>  2.22.1
>  
> There are no test run. 
> To recreate: Create a simple maven java project, add a junit-test with one 
> failing test.
> Invoke test project from the right-click menu. No test is run.
> Adding the sure-fire plugin as above in e.g. 
> ... fixes the issue. This behaviour is 
> consistent with the maven behaviour (tested with cli version 5.3.2), so is 
> maven, not netbeans, specific.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-1821) maven template should include surefire plugin to run tetst

2018-12-24 Thread Pieter van den Hombergh (JIRA)
Pieter van den Hombergh created NETBEANS-1821:
-

 Summary: maven template should include surefire plugin to run tetst
 Key: NETBEANS-1821
 URL: https://issues.apache.org/jira/browse/NETBEANS-1821
 Project: NetBeans
  Issue Type: Bug
  Components: projects - Maven
Affects Versions: 10.0
Reporter: Pieter van den Hombergh


{{when there is no maven sure-fire spec like}}


 maven-surefire-plugin
 2.22.1
 

There are no test run. 

To recreate: Create a simple maven java project, add a junit-test with one 
failing test.

Invoke test project from the right-click menu. No test is run.

Adding the sure-fire plugin as above in e.g. 
... fixes the issue. This behaviour is 
consistent with the maven behaviour (tested with cli version 5.3.2), so is 
maven, not netbeans specific.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Comment Edited] (NETBEANS-1817) exception thrown on startup

2018-12-24 Thread Pieter van den Hombergh (JIRA)


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

Pieter van den Hombergh edited comment on NETBEANS-1817 at 12/24/18 1:23 PM:
-

Although not quite sure, I recall that netcat uses maven, not ant for the unit 
test test. I recall that I accepted that. The missing part is in the ant based 
infrastructure, I presume.


was (Author: homberghp):
Although not quite sure, I recall that net at uses maven, not ant for the unit 
test test. I recall that I accepted that. The missing part is in the ant based 
infrastructure, I presume.

> exception thrown on startup
> ---
>
> Key: NETBEANS-1817
> URL: https://issues.apache.org/jira/browse/NETBEANS-1817
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Pieter van den Hombergh
>Priority: Major
>
> see report log below



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-1818) Cleanup license files

2018-12-24 Thread JIRA


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

Matthias Bläsing commented on NETBEANS-1818:


_standard-nbm-license.txt_ is the default license file, that applies to 
generated nbms. The build system for netbeans modules overrides it with a 
generated license file, that also correctly reflects bundled libraries/other 
licenses in the code. To no rework the whole build system the file should be 
replaced with the plain ALv2.

> Cleanup license files
> -
>
> Key: NETBEANS-1818
> URL: https://issues.apache.org/jira/browse/NETBEANS-1818
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: Next
>Reporter: Matthias Bläsing
>Assignee: Matthias Bläsing
>Priority: Blocker
>  Labels: license
>
> Found in the release process of NetBeans 10:
> {noformat}
> I was just grep-ing for GPL and found
> ./platform/o.n.core/licenses/LICENSE.txt which mentions that
> > The Common Development and Distribution License
> > (CDDL), Version 1.0 governs your use of:
> > NetBeans Platform software
> There's also ./platform/o.n.core/licenses/THIRDPARTYLICENSEREADME.txt
> with the text of GPL w/ CPE and it seems to be related to Swing Layout
> Extensions which I don't believe we include anymore (or do we?).
> And finally there's  ./platform/o.n.core/licenses/DISTRIBUTION.txt for
> JavaHelp 2.0 which we also excluded under Apache.
> The whole ./platform/o.n.core/licenses/ folder should be removed.
> There's also ./nbbuild/standard-nbm-license.txt with the CDDL and GPL
> w/ CPE text which probably should also be deleted.
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-1817) exception thrown on startup

2018-12-24 Thread Pieter van den Hombergh (JIRA)


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

Pieter van den Hombergh commented on NETBEANS-1817:
---

I might consider using maven. I think my collaegues would rather stick with 
NB8.2 as it is. I am the only one moving forward in my team, which might not be 
a good trait after all. Having maven based projects makes the project more IDE 
agnostic, which may be considered good.

> exception thrown on startup
> ---
>
> Key: NETBEANS-1817
> URL: https://issues.apache.org/jira/browse/NETBEANS-1817
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Pieter van den Hombergh
>Priority: Major
>
> see report log below



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Comment Edited] (NETBEANS-1817) exception thrown on startup

2018-12-24 Thread Pieter van den Hombergh (JIRA)


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

Pieter van den Hombergh edited comment on NETBEANS-1817 at 12/24/18 9:11 AM:
-

Ant based project: Changing the library set back to Jnunt 4.12 and changing the 
imports and annotation accoridingly makes it into a project that can be tested, 
both on the project level and on the test-class level. This makes me infer that 
the old ant-based test infrastructure is still in place. 
{color:#14892c}OK{color}

The{color:#33} annoying part{color} lies in the fact that the test 
templates expanded from new-> unit-test->junit produce junit 5 code and 
imports, which are then not usable. This makes a very bad experience and is not 
acceptable when teaching novices to create unit tests. First steps should be 
easy, not hard. {color:#d04437}NOT OK{color}

It would help if the test wizard would allow selection between junit 4 and 
junit 5, like it has been possible (in some previous version) to choose between 
junit 3.8 and junit 4. Then I would have an easy transition from NB 8.2 to 
NB10, keeping my old (junit 4) tests and allow a more gradual transition to the 
newer stuff (Java 11, modules, JUnit 5 etc). I do welcome the addition of Junit 
5, which is an area in which nb has been lagging. Having it only in maven based 
projects is ok for the time being, as it also works as advertised and shown 
with NetCat. I ran those tests myself, and was pleased and surprised at the 
same time.

I might be thinking to simple here, but I surmise that the build files 
(build.xml, build-impl.xml, build.properties) are also generated from 
templates. It might suffice to add the proper code (and conditions) to the ant 
files (which are big beasts) and add the odd jar file, needed for ant to have a 
working runner. From the junit 5 tutorial website 
[https://junit.org/junit5/docs/current/user-guide/#running-tests-build-ant] I 
infer that it might be as simple as adding a different runner. I might find 
some spare time between the holiday obligations to experiment with the build 
file to first make it work from the command line and the proper libraries/jars 
and then see how this can be integrated into NB10.

 


was (Author: homberghp):
Ant based project: Changing the library set back to Jnunt 4.12 and changing the 
imports and annotation accoridingly makes it into a project that can be tested, 
both on the project level and on the test-class level. This makes me infer that 
the old ant-based test infrastructure is still in place. 
{color:#14892c}OK{color}

The{color:#33} annoying part{color} lies in the fact that the test 
templates expanded from new-> unit-test->junit produce junit 5 code and 
imports, which are then not usable. This makes a very bad experience and is not 
acceptable when teaching novices to create unit tests. First steps should be 
easy, not hard. {color:#d04437}NOT OK{color}

It would help if the test wizard would allow selection between junit 4 and 
junit 5, like it has been possible (in some previous version) to choose between 
junit 3.8 and junit 4. Then I would have an easy transition from NB 8.2 to 
NB10, keeping my old (junit 4) tests and allow a more gradual transition to the 
newer stuff (Java 11, modules, JUnit 5 etc). I do welcome the addition of Junit 
5, which is an area in which nb has been lagging. Having it only in maven based 
projects is ok for the time being, as it also works as advertised and show with 
NetCat. I rand those tests myself, and was pleased and surprised at the same 
time.

I might be thinking to simple here, but I surmise that the build files 
(build.xml, build-impl.xml, build.properties) are also generated form 
templates. It might suffice to add the proper code (and conditions) to the ant 
files (which are big beasts) and add the odd jar file, needed for ant to have a 
working runner. From the junit 5 tutorial website 
[https://junit.org/junit5/docs/current/user-guide/#running-tests-build-ant] I 
infer that it might be as simple as adding a different runner. I might find 
some spare time between the holiday obligations to experiment with the build 
file to first make it work from the command line and the proper libraries/jars 
and then see how this can be integrated into NB10.

 

> exception thrown on startup
> ---
>
> Key: NETBEANS-1817
> URL: https://issues.apache.org/jira/browse/NETBEANS-1817
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Pieter van den Hombergh
>Priority: Major
>
> see report log below



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

[jira] [Comment Edited] (NETBEANS-1817) exception thrown on startup

2018-12-24 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga edited comment on NETBEANS-1817 at 12/24/18 9:05 AM:
---

I understand all this, but this is very late in the game to come up with 
solutions to this for Apache NetBeans 10. (In fact, that's not possible at all 
anymore for Apache NetBeans 10.) This should all have been discovered during 
the NetCAT process and we should update the NetCAT specs accordingly. I believe 
the JUnit 5 support indeed is focused on Maven and not on Ant. I'd consider 
using Maven in the classroom, though I'm sure you have very valid reasons for 
not having gone that route. Together with John McDonnell (who created the JUnit 
5 Maven integration) you could look at what needs to be done to support JUnit 5 
for Ant, for Apache NetBeans 11 (roughly scheduled to be released with JDK 12 
in March 2019).


was (Author: geertjanwielenga):
I understand all this, but this is very late in the game to come up with 
solutions to this for Apache NetBeans 10. (In fact, that's not possible at all 
anymore for Apache NetBeans 10) This should all have been discovered during the 
NetCAT process and we should update the NetCAT specs accordingly. I believe the 
JUnit 5 support indeed is focused on Maven and not on Ant. I'd consider using 
Maven in the classroom, though I'm sure you have very valid reasons for not 
having gone that route. Together with John McDonnell (who created the JUnit 5 
Maven integration) you could look at what needs to be done to support JUnit 5 
for Ant, for Apache NetBeans 11 (roughly scheduled to be released with JDK 12 
in March 2019).

> exception thrown on startup
> ---
>
> Key: NETBEANS-1817
> URL: https://issues.apache.org/jira/browse/NETBEANS-1817
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Pieter van den Hombergh
>Priority: Major
>
> see report log below



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-1817) exception thrown on startup

2018-12-24 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-1817:
-

I understand all this, but this is very late in the game to come up with 
solutions to this for Apache NetBeans 10. (In fact, that's not possible at all 
anymore for Apache NetBeans 10) This should all have been discovered during the 
NetCAT process and we should update the NetCAT specs accordingly. I believe the 
JUnit 5 support indeed is focused on Maven and not on Ant. I'd consider using 
Maven in the classroom, though I'm sure you have very valid reasons for not 
having gone that route. Together with John McDonnell (who created the JUnit 5 
Maven integration) you could look at what needs to be done to support JUnit 5 
for Ant, for Apache NetBeans 11 (roughly scheduled to be released with JDK 12 
in March 2019).

> exception thrown on startup
> ---
>
> Key: NETBEANS-1817
> URL: https://issues.apache.org/jira/browse/NETBEANS-1817
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Pieter van den Hombergh
>Priority: Major
>
> see report log below



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-1817) exception thrown on startup

2018-12-24 Thread Pieter van den Hombergh (JIRA)


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

Pieter van den Hombergh commented on NETBEANS-1817:
---

Ant based project: Changing the library set back to Jnunt 4.12 and changing the 
imports and annotation accoridingly makes it into a project that can be tested, 
both on the project level and on the test-class level. This makes me infer that 
the old ant-based test infrastructure is still in place. 
{color:#14892c}OK{color}

The{color:#33} annoying part{color} lies in the fact that the test 
templates expanded from new-> unit-test->junit produce junit 5 code and 
imports, which are then not usable. This makes a very bad experience and is not 
acceptable when teaching novices to create unit tests. First steps should be 
easy, not hard. {color:#d04437}NOT OK{color}

It would help if the test wizard would allow selection between junit 4 and 
junit 5, like it has been possible (in some previous version) to choose between 
junit 3.8 and junit 4. Then I would have an easy transition from NB 8.2 to 
NB10, keeping my old (junit 4) tests and allow a more gradual transition to the 
newer stuff (Java 11, modules, JUnit 5 etc). I do welcome the addition of Junit 
5, which is an area in which nb has been lagging. Having it only in maven based 
projects is ok for the time being, as it also works as advertised and show with 
NetCat. I rand those tests myself, and was pleased and surprised at the same 
time.

I might be thinking to simple here, but I surmise that the build files 
(build.xml, build-impl.xml, build.properties) are also generated form 
templates. It might suffice to add the proper code (and conditions) to the ant 
files (which are big beasts) and add the odd jar file, needed for ant to have a 
working runner. From the junit 5 tutorial website 
[https://junit.org/junit5/docs/current/user-guide/#running-tests-build-ant] I 
infer that it might be as simple as adding a different runner. I might find 
some spare time between the holiday obligations to experiment with the build 
file to first make it work from the command line and the proper libraries/jars 
and then see how this can be integrated into NB10.

 

> exception thrown on startup
> ---
>
> Key: NETBEANS-1817
> URL: https://issues.apache.org/jira/browse/NETBEANS-1817
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Pieter van den Hombergh
>Priority: Major
>
> see report log below



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-519) Bump Eclipse JGit dependency to latest version

2018-12-24 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi commented on NETBEANS-519:
--

The latest PR has been closed as there should be a new one as the module 
restructure. Is that going to happen?

> Bump Eclipse JGit dependency to latest version
> --
>
> Key: NETBEANS-519
> URL: https://issues.apache.org/jira/browse/NETBEANS-519
> Project: NetBeans
>  Issue Type: Improvement
>  Components: versioncontrol - Git
>Affects Versions: 8.2
>Reporter: Christian Bourque
>Assignee: Christian Bourque
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 6h 50m
>  Remaining Estimate: 0h
>
> The current JGit dependency bundled with NetBeans 8.2 is 3 years old and 
> missing all the newest Git features! This would also be a good time to remove 
> the old JGit Java 7 NetBeans module...
> This would upgrade the current dependency from version 3.6.2 to 4.11.0.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Resolved] (NETBEANS-1481) Eager fragment with unsatisfied required token should't throw AssertionError

2018-12-24 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi resolved NETBEANS-1481.
---
   Resolution: Fixed
Fix Version/s: Next

Marked resolved as the corresponding PR has been merged.

> Eager fragment with unsatisfied required token should't throw AssertionError
> 
>
> Key: NETBEANS-1481
> URL: https://issues.apache.org/jira/browse/NETBEANS-1481
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Module System
>Affects Versions: 10.0
>Reporter: Florian Vogler
>Assignee: Florian Vogler
>Priority: Major
>  Labels: pull-request-available
> Fix For: Next
>
>  Time Spent: 2h 50m
>  Remaining Estimate: 0h
>
> Due to changes related to NETBEANS-1147, the behaviour of loading module 
> fragments has changed compared to netbeans 9.0.
> Before the change eager fragments with unsatisfied token requirements remain 
> disabled without any errors.
> Expected behaviour:
>  * eager: fragment is loaded, if all  requirements  satisfied
>  * autoload: fragment is only loaded, if a module depends on it. If not all  
> requirements are satisfied, an error is shown.
>  * default:  fragment is loaded. If not all  requirements are satisfied, an 
> error is shown.
> Broken use case: 
>  Multiple eager OS specific fragments (Linux, MacOS, Windows) not working any 
> more.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Resolved] (NETBEANS-1294) Fix code completion tests for Groovy

2018-12-24 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi resolved NETBEANS-1294.
---
   Resolution: Fixed
Fix Version/s: Next

Marked resolved as the corresponding PR has been merged.

> Fix code completion tests for Groovy
> 
>
> Key: NETBEANS-1294
> URL: https://issues.apache.org/jira/browse/NETBEANS-1294
> Project: NetBeans
>  Issue Type: Improvement
>  Components: groovy - Editor
>Reporter: Sven Reimers
>Assignee: Sven Reimers
>Priority: Major
>  Labels: pull-request-available
> Fix For: Next
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> Due to upgrading and other fixes Groovy code completion tests are out of sync
>  * filter unnecessary packages (e.g. apple is only visible on OS X)
>  * upgrade golden files



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Resolved] (NETBEANS-1386) Jdk parsing errors

2018-12-24 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi resolved NETBEANS-1386.
---
   Resolution: Fixed
Fix Version/s: 10.0

Marked resolved as the corresponding PR has been merged.

> Jdk parsing errors
> --
>
> Key: NETBEANS-1386
> URL: https://issues.apache.org/jira/browse/NETBEANS-1386
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - JDK Problems
>Affects Versions: 9.0
>Reporter: Austin Stephens
>Priority: Minor
>  Labels: pull-request-available
> Fix For: 10.0
>
> Attachments: log.7z
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> I just start the latest development version of Netbeans, and I get all of 
> these errors. I haven't tested it with the 10 rc. I have 7 zipped the log 
> folder and attached it.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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