Request for comments/trying out stuff...
https://github.com/dashorst/quarkus-wicket
It is not published yet to quarkiverse, so you need to build it yourself for now.
gh repo clone dashorst/quarkus-wicket && cd quarkus-wicket && mvn install
and then you can craft your first quarkus & wicket application using the quarkus commandline:
quarkus create app --maven --java=21 --code --extensions=io.quarkiverse.wicket:quarkus-wicket:999-SNAPSHOT org.acme:acme
Check it out and let me know wydt!