Re: Pssst! [Kotlin Support]

2021-10-10 Thread Eric Bresie
So what are the options for this? Bring it in as a “cluster”, merge it, break it out and manage as an independent (and publish to the new plug-in center) plug-in? Eric On Sun, Oct 10, 2021 at 4:02 PM Christian Lenz wrote: > There is this branch > https://github.com/apache/netbeans/tree/kotlin-

AW: Community Plugins Page

2021-10-10 Thread Christian Lenz
Yeah the shutdown of the old plugin portal was a big loss. It would be better to had a read only plugin portal as we have it for the old bugzilla page but it is as it is. I also wanted to try out old plugins and the only way, when they are not on gitHub or anywhere else is the backup you can see

AW: Pssst! [Kotlin Support]

2021-10-10 Thread Christian Lenz
There is this branch https://github.com/apache/netbeans/tree/kotlin-donation but last changes were in Dezember last year. Von: Eric Bresie Gesendet: Sonntag, 10. Oktober 2021 16:25 An: Netbeans Developer List Betreff: Re: Pssst! [Kotlin Support] I was talking about references to Kotlin like (1),

Re: [Java Hint Usage] Release Apache Netbeans Standalone Java Hints Tool 12.5

2021-10-10 Thread Michael Bien
sure, tools -> options -> editor -> hits -> jdk migration support there are some complementary rules in the jackpot-inspections project, e.g in the Deprecations.hint file. if you want an example for a non trivial backwards migration: https://github.com/oracle/nb-javac/pull/12/files#diff-e049ed

Testing email address please ignore

2021-10-10 Thread Jeremy Cavanagh
If you do read this I apologize. I'm in the process dumping Orange and getting emails to use protonmail. However, I think I've missed some technical changes in thunderbird. So I'm testing if I've got it right and the only way is to send messages to see if they have the correct return address. ---

Re: travis build unstable

2021-10-10 Thread Eric Bresie
These were some of the issues mentioned previously (1), (2), (3). Maybe some of those can help. I believe during travis build on one set of tests there seem to be some files that are in use which cause some failures due to locked files...I hypothesized the gradle daemon running with different jav

Re: Community Plugins Page

2021-10-10 Thread Geertjan Wielenga
What is your Confluence user name? Provide it and I'll give you access to change the NetBeans Confluence pages. Gj On Sun, Oct 10, 2021 at 5:05 PM Eric Bresie wrote: > I was reviewing some content on the confluence page and noticed the > community plugin page is in need of some updates. It see

Community Plugins Page

2021-10-10 Thread Eric Bresie
I was reviewing some content on the confluence page and noticed the community plugin page is in need of some updates. It seems many of the links are no longer good. https://cwiki.apache.org/confluence/display/NETBEANS/Community+plugins I know with the migration to Apache and the move to new plu

Re: What's the latest JDK that can compile NetBeans?

2021-10-10 Thread Eric Bresie
Assuming this has to do with this bug NETBEANS-4168 Handling Nashorn Removal inline with JDK 15 https://issues.apache.org/jira/browse/NETBEANS-4168 Eric Bresie ebre...@gmail.com On Wed, Oct 6, 2021 at 8:25 AM Jaroslav Tulach wrote: > What's the latest JDK NetBeans should be compilable with?

Re: [Java Hint Usage] Release Apache Netbeans Standalone Java Hints Tool 12.5

2021-10-10 Thread Eric Bresie
That does help. Thanks Michael. Are there hints for migrating between java versions? Or is that in baseline Netbeans or nb-javac context? Eric Bresie ebre...@gmail.com On Sat, Oct 9, 2021 at 9:25 AM Michael Bien wrote: > jackpot is "just" a library which happens to be the refactoring engine

Re: Pssst! [Kotlin Support]

2021-10-10 Thread Eric Bresie
I was talking about references to Kotlin like (1),(3),(5). As I understand it, there is some basic functionality (highlight/coloring, editing), some of which involved a Kotlin plugin originally developed by JetBrain (4) which was not being maintained and was being donated to the Apache Netbeans gr