Re: Netbeans 9.0 and maven

2018-11-28 Thread szabolcs . erdei
Hi Neil,

We also use netbeans platform version 8.2. But will it be possible to switch to 
Java 11? Will netbeans platform 10 be available as maven artifacts similar to 
older versions (6.5-8.2)?

Erdei Szabolcs

On 2018/11/01 15:20:47, Stefan Murawski  wrote: 
> Hi Neil,
> 
> thanks for the tip with AdoptOpenJDK. Thats okay to keep Release82 alive I
> think :)
> 
> But of course I am also curious about netbeans 9 and 10 and would like to
> try out the new versions. Nut for that I need documentation on maven and
> the new versions,
> 
> Cheers,
> Stefan
> 
> Am Do., 1. Nov. 2018 um 11:57 Uhr schrieb Neil C Smith <
> neilcsm...@apache.org>:
> 
> > On Thu, 1 Nov 2018 at 08:50, Stefan Murawski  wrote:
> > > I am developing an application that is based on the netbeans framework.
> > Due to java 8 leaving official support and java 11 becoming the next lts I
> > am trying to migrate the application to Netbeans 9.0 and possibly java 11
> > (java 10 would be okay, too).
> >
> > While I wouldn't want to discourage you from migrating, I assume
> > you're aware that you can get builds of OpenJDK 8 from AdoptOpenJDK,
> > Azui, etc.?  They're easy to embed with the RCP, and (at least in
> > AdoptOpenJDK's case) intended to be supported for longer than 11.
> > Given that you'd have to switch to OpenJDK to get a free Java 11 LTS
> > anyway, I personally don't find the "leaving official support" in
> > itself a compelling reason to migrate.  Java 10 would be a worse
> > choice than 8 or 11 too, since AFAIK no-one is supporting that now?!
> >
> > Best wishes,
> >
> > Neil
> >
> 

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

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



Re: Netbeans 9.0 and maven

2018-11-01 Thread Stefan Murawski
Hi Neil,

thanks for the tip with AdoptOpenJDK. Thats okay to keep Release82 alive I
think :)

But of course I am also curious about netbeans 9 and 10 and would like to
try out the new versions. Nut for that I need documentation on maven and
the new versions,

Cheers,
Stefan

Am Do., 1. Nov. 2018 um 11:57 Uhr schrieb Neil C Smith <
neilcsm...@apache.org>:

> On Thu, 1 Nov 2018 at 08:50, Stefan Murawski  wrote:
> > I am developing an application that is based on the netbeans framework.
> Due to java 8 leaving official support and java 11 becoming the next lts I
> am trying to migrate the application to Netbeans 9.0 and possibly java 11
> (java 10 would be okay, too).
>
> While I wouldn't want to discourage you from migrating, I assume
> you're aware that you can get builds of OpenJDK 8 from AdoptOpenJDK,
> Azui, etc.?  They're easy to embed with the RCP, and (at least in
> AdoptOpenJDK's case) intended to be supported for longer than 11.
> Given that you'd have to switch to OpenJDK to get a free Java 11 LTS
> anyway, I personally don't find the "leaving official support" in
> itself a compelling reason to migrate.  Java 10 would be a worse
> choice than 8 or 11 too, since AFAIK no-one is supporting that now?!
>
> Best wishes,
>
> Neil
>


Re: Netbeans 9.0 and maven

2018-11-01 Thread Neil C Smith
On Thu, 1 Nov 2018 at 08:50, Stefan Murawski  wrote:
> I am developing an application that is based on the netbeans framework. Due 
> to java 8 leaving official support and java 11 becoming the next lts I am 
> trying to migrate the application to Netbeans 9.0 and possibly java 11 (java 
> 10 would be okay, too).

While I wouldn't want to discourage you from migrating, I assume
you're aware that you can get builds of OpenJDK 8 from AdoptOpenJDK,
Azui, etc.?  They're easy to embed with the RCP, and (at least in
AdoptOpenJDK's case) intended to be supported for longer than 11.
Given that you'd have to switch to OpenJDK to get a free Java 11 LTS
anyway, I personally don't find the "leaving official support" in
itself a compelling reason to migrate.  Java 10 would be a worse
choice than 8 or 11 too, since AFAIK no-one is supporting that now?!

Best wishes,

Neil

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

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



Netbeans 9.0 and maven

2018-11-01 Thread Stefan Murawski
Hi,

I am developing an application that is based on the netbeans framework. Due
to java 8 leaving official support and java 11 becoming the next lts I am
trying to migrate the application to Netbeans 9.0 and possibly java 11
(java 10 would be okay, too).

The problems I faced are are the following:

- I can't find out where the new artifacts are hosted or what they are named
- nbm-maven-plugin 4.1 does not seem to work with java 11

I know that Netbeans 10 is around the corner and I am trying to find a
migration path from Netbeans 8.2 to Netbeans 9 with maven that works.

I was unable to find documentation on the new maven process on the website
or this list. If you could point me in the right direction I  would be very
grateful.

Thanks,
Stefan