Re: Apache NetBeans 12.1-beta1 available for testing

2020-07-22 Thread Josh Juneau
You should be able to change an existing Java EE project to Jakarta EE by right-clicking it and updating the project properties accordingly. To create a new Jakarta EE 8 app, create a New Maven web project and select it. Thanks Josh Juneau juneau...@gmail.com

Re: Apache NetBeans 12.1-beta1 available for testing

2020-07-22 Thread Laszlo Kishalmi
Thanks Neil! On the Gradle side: - Gradle is enabled with Java SE - Added support for Generated Directories and proper handling of annotation processors On the Launcher side: - Launcher shall detect JDK installed by SDKMAN on Linux and Mac On 7/22/20 11:10 AM, Neil C Smith wrote: On

Re: Apache NetBeans 12.1-beta1 available for testing

2020-07-22 Thread Geertjan Wielenga
Happy to fill out the empty page -- what are the top 5 or so of these and what can be considered the release drivers for this? https://github.com/apache/netbeans/milestone/6?closed=1 Gj On Wed, Jul 22, 2020 at 7:45 PM Neil C Smith wrote: > Dear Apache NetBeans community, > > The first beta

Apache NetBeans 12.1-beta1 available for testing

2020-07-22 Thread Neil C Smith
Dear Apache NetBeans community, The first beta build for Apache NetBeans 12.1 is available. As per the release schedule, NB 12.1 is a non-LTS release, and will not have a full NetCAT process. However, feedback and testing from those on the dev@ and netcat@ lists would still be appreciated,

Re: Apache NetBeans 12.1-beta1 available for testing

2020-07-22 Thread Neil C Smith
On Wed, 22 Jul 2020 at 18:54, Geertjan Wielenga wrote: > Happy to fill out the empty page -- what are the top 5 or so of these and > what can be considered the release drivers for this? The only release driver is the date! :-) In terms of bigger features, there's the lightweight C/C++ support -

Re: Apache NetBeans 12.1-beta1 available for testing

2020-07-22 Thread Josh Juneau
Excellent work Neil...thanks! With respect to Jakarta EE 8, the new features are: - Ability to create a Jakarta EE 8 project - Change an existing Maven web application to Jakarta EE 8. Thanks! Josh Juneau juneau...@gmail.com http://jj-blogger.blogspot.com

Re: Apache NetBeans 12.1-beta1 available for testing

2020-07-22 Thread Junichi Yamamoto
PHP: - Add new actions for Composer (https://github.com/apache/netbeans/pull/2173) - Show `false` and `true` instead of `0` and `1` as boolean values in the Variables window of the debugger (https://github.com/apache/netbeans/pull/2178) - Improve/Fix code analysis features(e.g.