Re: Migrating Tapestry 3.0 to 5.x

2020-01-17 Thread Volker Lamp
Hi Dhana, According to the information provided through the Tapestry website (http://tapestry.apache.org/supported-environments-and-versions.html), Tapestry 5.3.8 is the first release to support Java 8. Consider using the current release, 5.4.5, though, as it also supports Java 8 and has numero

Migrating Tapestry 3.0 to 5.x

2020-01-17 Thread Dhanaraja Rajendiran
Hi , Currently we are running Tapestry 3.0 along with JDK 1.x and Wepsphere 6.x on AS400 5.4 We are in the process of migrating our operating system AS400 5.4 to 7.4 which forces us to migrate our JDK version from 1.x to 1.8. Hence we need to change our application server as well from WebSphere

Re: Tapestry exposes the list of css/js files in assets

2020-01-17 Thread Dmitry Gusev
My previous rule didn't work for JAR resources, here's an improved version of regex pattern rule: import org.apache.tapestry5.SymbolConstants; import org.apache.tapestry5.ioc.annotations.Symbol; import org.apache.tapestry5.services.ClasspathAssetProtectionRule; import java.util.regex.Matcher; imp