Re: Boilerplate to add a new module

2022-12-15 Thread Jonathan Gibbons
No changes or updates are required for jtreg -- Jon On 12/13/22 7:36 PM, Ethan McCue wrote: (jtreg I assume has some extra setup? Anything else?)

Re: Boilerplate to add a new module

2022-12-14 Thread Ethan McCue
Subtract one negative from that last clause On Wed, Dec 14, 2022 at 12:02 PM Ethan McCue wrote: > Thank you! > > And yeah - I'll send a separate email opining on the directions that can > go. > > The features that should be incorporated/designed for (value > classes/string templates/pattern

Re: Boilerplate to add a new module

2022-12-14 Thread Ethan McCue
Thank you! And yeah - I'll send a separate email opining on the directions that can go. The features that should be incorporated/designed for (value classes/string templates/pattern matching) are more clearly in view than they were three years ago when last it was brought up and certainly more

Re: Boilerplate to add a new module

2022-12-14 Thread Alan Bateman
On 14/12/2022 03:36, Ethan McCue wrote: Hey all, I'm doodling on JEP-198, and I was wondering if anyone had a line on the boilerplate needed to add a new module to the build. Just adding src/   java.json/     share/       classes/         module-info.java         java/           json/      

Boilerplate to add a new module

2022-12-13 Thread Ethan McCue
Hey all, I'm doodling on JEP-198, and I was wondering if anyone had a line on the boilerplate needed to add a new module to the build. Just adding src/ java.json/ share/ classes/ module-info.java java/ json/ Json.java ... was enough