Re: Tapestry 5.5 beta and Java Modularity

2019-11-12 Thread Charles Roth
Hmm, thanks for the quick response. It looks like I will have to try the unpack-all-the-tapestry-jars and pack-them-into-a-single-jar as an "automatic module", after all. I will report back if that is successful. (This is partly caused by another conflict in our project, with javax.xml, that

Re: Tapestry 5.5 beta and Java Modularity

2019-11-12 Thread Thiago H. de Paula Figueiredo
On Fri, Nov 8, 2019 at 8:03 PM Charles Roth wrote: Hello! Thanks for announcing the Tapestry 5.5 beta, with Java 9+ support. > Our pleasure! One nitpick: it has support for Java 9, 10 and 11 bytecode. Tapestry itself wasn't modularized yet. > Has anyone done this (i.e., use java modules) suc