Re: T5.8.3 upgrade T5.4 webapp

2023-08-01 Thread Jens Breitenstein
Ben, you nailed it. Surprisingly, the import of TapestryModule in our own application module solved the issue. Honestly, we should consider this as a bug, because a Tapestry application without having TapestryModule loaded won't work at all and this behaviour differes from the past, what you t

Re: T5.8.3 upgrade T5.4 webapp

2023-07-31 Thread Ben Weidig
Hi Jens, There was thread with a similar problem in April, and it turned out that the new Module organization could lead to missing one if you don't use the TapestryFilter directly, like via web.xml: https://lists.apache.org/thread/ocy882q8tgdyq6j3mjs50mjx4y7l7yod You could try to import the Tap

Fwd: T5.8.3 upgrade T5.4 webapp

2023-07-31 Thread Jens Breitenstein
Hi! we are currently trying to upgrade our webapp from T5.4 to T5.8.3 The migrator did his job, entire applications builds and starts, well, partly. It looks like our migration is incomplete because we use two external libs "federated-accounts" and "json-bindinding". We made a fork of both,