I didn't mention it, but this may be a blocker for some. For me, the JVM kept running out of memory and failing the approval script when compiling the royale-asjs examples. In particular, ASDoc requires a lot of memory because it loads so many classes.
In the same directory as ApproveRoyale.xml, I created an approveroyale.properties and specified custom jvm.args. The default build.properties in royale-asjs has this: jvm.args = -Xms64m -Xmx384m -ea -Dapple.awt.UIElement=true In my approveroyale.properties, I changed it to this: jvm.args = -Xms1g -Xmx2g -ea -Dapple.awt.UIElement=true The values may not actually need to be this high, so if we decide to update build.properties with new defaults after the release, we can experiment with smaller values. -- Josh Tynjala Bowler Hat LLC https://bowlerhat.dev/ On Wed, Sep 23, 2026 at 1:05 AM Yishay Weiss <[email protected]> wrote: > Correct, and theortetically I could do that, but I have a feeling there's > a bar preventing others from joining in on the fun, so let's discuss that. > From memory, it is considered to be one of the responsibilities of PMC > members, of which we have more than 3. > ________________________________ > From: Josh Tynjala <[email protected]> > Sent: Tuesday, September 22, 2026 6:01 PM > To: [email protected] <[email protected]> > Subject: Re: [DISCUSS] Discuss Release Apache Royale 1.0.0 RC5 > > We have two +1 votes so far, so we should need only one more, right? > > -- > Josh Tynjala > Bowler Hat LLC > https://bowlerhat.dev/ > > > On Tue, Sep 22, 2026 at 5:25 AM Yishay Weiss <[email protected]> > wrote: > > > If anybody needs additional instructions on how to test the release, > > please let me know. > > ________________________________ > > From: Josh Tynjala <[email protected]> > > Sent: Friday, September 4, 2026 12:59 AM > > To: [email protected] <[email protected]> > > Subject: Re: [DISCUSS] Discuss Release Apache Royale 1.0.0 RC5 > > > > I don't consider this a blocker for the release, but I was unable to > > complete the Maven build with JDK 25. When it tried to build the typedefs > > SWCs, I encountered the same error mentioned in this thread: > > > > https://lists.apache.org/thread/3jwb3x1d2ky575qzhvfmc9xgzbt0kgj6 > > > > When I set my JAVA_HOME to JDK 17 instead, the Maven build completed > > successfully. > > > > Using Maven 3.9.11 on Fedora Linux 44. > > > > I think we just need to upgrade some Maven plugins/deps to support > changes > > in JDK 25. I'll look into that after the release. > > > > -- > > Josh Tynjala > > Bowler Hat LLC > > https://bowlerhat.dev/ > > > > > > On Fri, Aug 21, 2026 at 1:33 PM Apache Royale Release < > > [email protected]> wrote: > > > > > This is the discussion thread. > > > > > > Thanks, > > > Yishay Weiss > > >
