On Apple Silicon I’ve just switched from JDK 8 x86 version to JDK 8 arm64 version, and I’m finding that while I’m running my Tapestry 5.4 app (in Eclipse, debug, with the arm64 JRE selected), the compiling of Less files (ResourceTransformerFactoryImpl) is at least 5 times slower. Our Less files are big, so this is a major problem during development.
Has anyone else had this problem? Is there a compiler involved that needs to be upgraded too? Is there perhaps an arm64 version of Tapestry? Geoff