Re: 13+17

2021-12-30 Thread Eric Bresie
Not sure if this helps further (this was written prior to JDK 17 but has links to other "depricated/removed" APIs which may also be related https://issues.apache.org/jira/browse/NETBEANS-5349 Eric Bresie ebre...@gmail.com On Thu, Dec 30, 2021 at 9:09 AM Michael Bien wrote: > I don't want to l

Re: 13+17

2021-12-30 Thread Michael Bien
I don't want to leave this old thread open without a status report:  - gradle module is up2date and is now pulling the files from the official gradle server thanks to Laszlo and Matthias    -> https://github.com/apache/netbeans/pull/3326  - Java cluster is buildable on JDK 17    -> https://gith

Re: 13+17

2021-11-12 Thread Michael Bien
excellent! On 12.11.21 18:34, Laszlo Kishalmi wrote: I think no one likes to mirror anything on OSUOSL. (However Oregon State University in Corvallis, Oregon is a really nice place.  Just passed through a few times...) I've started a conversation with Gradle people: https://github.com/gradl

Re: 13+17

2021-11-12 Thread Laszlo Kishalmi
I think no one likes to mirror anything on OSUOSL. (However Oregon State University in Corvallis, Oregon is a really nice place.  Just passed through a few times...) I've started a conversation with Gradle people: https://github.com/gradle/gradle/issues/18951 On 11/12/21 03:42, Michael Bie

Re: 13+17

2021-11-12 Thread Michael Bien
would someone like to mirror gradle-7.3-bin.zip and gradle-wrapper-7.3.jar on OSUOSL? The wrapper is actually in the zip too, I could take a look if the build could be changed to use the wrapper from there instead of downloading a different version again. The build deals now with three differe

Re: 13+17

2021-11-11 Thread Jan Lahoda
Hi, On Thu, Nov 11, 2021 at 8:44 AM Laszlo Kishalmi wrote: > It's not about the how. It's about from where (legal). > (As Neil), I am not sure if there's a legal problem. The libraries/dependencies we use have some license, and that license needs to fulfil some requirements, but we could downlo

Re: 13+17 (Nashorn Removal)

2021-11-11 Thread Eric Bresie
Since discussing JDK 17 concerns.. $ java --version openjdk 17 2021-09-14 OpenJDK Runtime Environment Temurin-17+35 (build 17+35) OpenJDK 64-Bit Server VM Temurin-17+35 (build 17+35, mixed mode, sharing) Pulled down the latest from master $ ant -Dcluster.config=full prepare-vanilla-javac: [

Re: 13+17

2021-11-11 Thread Michael Bien
Thanks Tim, that is useful to know. however, gradle-tooling-api-7.3.jar has just been updated yesterday in "OSUOSL". https://github.com/apache/netbeans/pull/3313 https://netbeans.osuosl.org/binaries/?C=M;O=D what i was asking is to do the same for gradle-7.3-bin.zip and gradle-wrapper-X.XX.X

Re: 13+17

2021-11-11 Thread Neil C Smith
On Thu, 11 Nov 2021 at 07:44, Laszlo Kishalmi wrote: > It's not about the how. It's about from where (legal). > > I've already implemented to be able to use multiple maven repositories > in the build. But legally can we? Isn't sufficient support for multiple repositories already implemented? I a

Re: 13+17

2021-11-10 Thread Laszlo Kishalmi
It's not about the how. It's about from where (legal). I've already implemented to be able to use multiple maven repositories in the build. But legally can we? On 11/10/21 16:17, Tim Boudreau wrote: Ugh, phone swipe typing profile -> profiler Tara -> that’s Sorry, Tim On Wed, Nov 10, 202

Re: 13+17

2021-11-10 Thread Tim Boudreau
Ugh, phone swipe typing profile -> profiler Tara -> that’s Sorry, Tim On Wed, Nov 10, 2021 at 7:16 PM Tim Boudreau wrote: > FWIW, today locally I added a dep from the profile to an atomic bit set > library I wrote Tara in maven central. > > Just add the maven coordinates and hash (upper case

Re: 13+17

2021-11-10 Thread Tim Boudreau
FWIW, today locally I added a dep from the profile to an atomic bit set library I wrote Tara in maven central. Just add the maven coordinates and hash (upper case for some reason) to external/binaries-list. Have a look at the groovy modules for the format - it’s pretty self-explanatory. I don’t

Re: 13+17

2021-11-10 Thread Laszlo Kishalmi
Well that would be nice if we can download Gradle binaries from their repository. I try to recall what was the issue we needed to upload those binaries to OSUOSL. If there is no legal problem to add Gradle's artifact repository to our build, it would be really easy to move on. On 11/10/21

13+17

2021-11-10 Thread Michael Bien
Hello, I got encouraged by Neil to start a new thread - its not my fault. current status: JDK 11 is the latest non-EOL JDK, NetBeans can be build or tested on. Building NB on JDK 17 involves most likely just a few property bumps and library updates. I could make the java cluster build just b