Hi, I've noticed that Wildfly logs the following warning on tapestry startup:
2016-11-10 06:51:10,251 WARN [org.jboss.as.ee] (MSC service thread 1-4) WFLYEE0065: Invalid signature for method setupInvalidation annotated with javax.annotation.PostConstruct on class org.apache.tapestry5.internal.services.StringInternerImpl, signature must be 'void methodName(InvocationContext ctx)' Can this safely be ignored or is the StringInternerImpl code not working as intended? -- Chris