Re: Specifying minimum jdk in module manifest

2022-04-20 Thread Neil C Smith
On Thu, 21 Apr 2022, 04:42 Ernie Rael, wrote: > An example in the repository would be great. > The java.disco module is one - requires JDK 11 (as well as using release 11) Neil

Re: Specifying minimum jdk in module manifest

2022-04-20 Thread Ernie Rael
An example in the repository would be great. -ernie On 4/20/22 8:38 PM, Ernie Rael wrote: I seem to recall seeing that the min jdk can be specified in a module manifest. I can't find that info now; it was probably in the discussion about what version of the jdk is required to run NB. I may wa

Specifying minimum jdk in module manifest

2022-04-20 Thread Ernie Rael
I seem to recall seeing that the min jdk can be specified in a module manifest. I can't find that info now; it was probably in the discussion about what version of the jdk is required to run NB. I may want https://bits.netbeans.org/13/javadoc/org-openide-modules/org/openide/modules/doc-fil

Re: heads up: master is unstable

2022-04-20 Thread Michael Bien
sorry please ignore what i just wrote travis always applies the PR on top of latest master, while gh actions will just test the given PR branch so this won't help for travis. On 21.04.22 00:21, Michael Bien wrote: travis caught up finally! If you have a PR active which was based on unstable

Re: heads up: master is unstable

2022-04-20 Thread Michael Bien
travis caught up finally! If you have a PR active which was based on unstable master, you could rebase on top of 9d5defe761bfb6f967d87f4c03825cde6c1b1d45 which was the last stable commit on master. This should allow to give you green test results on PRs. But before integration, wait for a gr

Full screen and multi screen behavior

2022-04-20 Thread Ernie Rael
Hi all, I recently got a laptop and use an attached monitor. Last week started using NB on it (13). Starting a null module project from NB I observed some unexpected window handling.I'm pretty sure this is NB and not the window manager (ubuntu, gnome). I took a quick look at platform/core.win

Re: [RELEASES] Preparing for NetBeans 14

2022-04-20 Thread John Mc
Thanks Neil! Just an FYI as I mentioned I'd do in the post release 13 thread, I created a macOS installer for RC1 and had no issues with it. The Notarization process had the same warnings as I got with 13(eventually), but it passes Gatekeeper and doesn't have any problems when installing. Regard

Re: heads up: master is unstable

2022-04-20 Thread Michael Bien
Yes, lets avoid merging for now and wait a bit. Travis just started running some jobs again. Lets hope it recovers quickly (queue is down to 50). Sandeep is working on the fix for master, but the travis job of the PR is still in queue atm: https://github.com/apache/netbeans/pull/4014 this

Re: heads up: master is unstable

2022-04-20 Thread antonio
java.lsp.server tests are known to fail [1] since (at least) 2022-03-06. Basically we have a "while(true) {}" block in "ConnectionSpec" [2] that loops forever. We had a PR a while back, but it didn't attract much interest. A possible solution is to catch a SocketException and break the loop t

Re: heads up: master is unstable

2022-04-20 Thread Michael Bien
On 20.04.22 17:15, Neil C Smith wrote: On Wed, 20 Apr 2022 at 13:50, Michael Bien wrote: although it has a green check mark, travis did not run at all before integration for some reason - at least its not listed there. 12/12 checks ran, it should have been 13. Good catch! I've noticed that si

Re: [RELEASES] Preparing for NetBeans 14

2022-04-20 Thread Neil C Smith
On Mon, 11 Apr 2022 at 14:42, Neil C Smith wrote: > > Hi all, but particularly Geertjan, Eric and Martin! > > It's getting near that time again already! Freeze and branch is > scheduled for the end of this week. As mentioned previously, I'm > going to have to sit most of this one out due to othe

[NOTICE] Apache NetBeans 14 release candidate 1 available for testing

2022-04-20 Thread Neil C Smith
The first release candidate build for Apache NetBeans 14 is available (links below). Please help with testing, and file issues in GitHub as necessary - https://github.com/apache/netbeans/issues If you're a committer adding an issue, or helping triage an issue (please do!), add the milestone and/

Re: heads up: master is unstable

2022-04-20 Thread Neil C Smith
On Wed, 20 Apr 2022 at 13:50, Michael Bien wrote: > although it has a green check mark, travis did not run at all before > integration for some reason - at least its not listed there. 12/12 > checks ran, it should have been 13. Good catch! I've noticed that situation a few times over the last co

heads up: master is unstable

2022-04-20 Thread Michael Bien
Hi devs, if you take a look at the commit list: https://github.com/apache/netbeans/commits/master and check the reason travis is failing, you will notice its always the same job and the same tests. the failing test which the failing jobs have in common: org.netbeans.modules.java.lsp.server.

Re: [NOTICE] Apache NetBeans 14 feature freeze / release branches

2022-04-20 Thread Neil C Smith
On Wed, 20 Apr 2022 at 11:30, Neil C Smith wrote: > As per earlier email, the delivery and release branches for NetBeans > 14 have now been set up. **Please don't merge to master until the > spec version increment is in.** Spec version increment now merged. As you were! :-) Best wishes, Neil

[NOTICE] Apache NetBeans 14 feature freeze / release branches

2022-04-20 Thread Neil C Smith
Hi All, As per earlier email, the delivery and release branches for NetBeans 14 have now been set up. **Please don't merge to master until the spec version increment is in.** All open pull requests for NB14 have been pushed to NB15. If there's a need to get a particular PR into 14, please rebase