When I add tapestry-extensions to my build.gradle as per the instructions in
the github link below, I see that Gradle downloads Tapestry 5.4.1, as well as
several dependencies of it.
The problem is that our webapp is on Tapestry 5.3.8 and there are no imminent
plans to upgrade. So I will remove
JFI, it doesn't seem possible to me to use tapestry-extensions with Tapestry
5.3.8 , as it uses classes that don't exist in 5.3.8 , for example
org.apache.tapestry5.ioc.annotations.ImportModule . Fair enough, I gave it a
shot. If at some point we update our Tapestry I will go back to looking into