Re: Apache Tapestry 5.9.0 Jakarta Maven Quickstart

2025-03-04 Thread D Tim Cummings
Hi Andreas I don't use tapestry runner myself, but I notice there is a tapestry-runner-jakarta which might be what you are supposed to use. I use `mvn jetty:run` to run my apps. You could try that. I posted an email on 10-Oct-2024 which detailed some fixes to get quickstart working in the pr

Apache Tapestry 5.9.0 Jakarta Maven Quickstart

2025-03-04 Thread Andreas Ernst
Hi, i did a Quickstart today, and i got some Javax Test Errors: org.eclipse.jetty.util.component.AbstractLifeCycle FAILED app: java.lang.IllegalStateException: class org.apache.tapestry5.TapestryFilter is not a javax.servlet.Filter I changed it to: org.apache.tapestry