We've managed to setup our CI/CD pipeline such that we can now build multiple flavors of the demo docker image.
Supported flavors are 'tomcat' (the default) and 'payara' with the latest server-web profile. [1] Demo now includes showcasing of JEE managed bean injection into (Isis managed) domain objects. We've also added a tiny guide on how to use a JEE provided connection pool with Isis. To test out the new 'payara' flavored image you need to append the 'payara' tag like so ... docker pull apacheisis/isis-2-demo:payara The demo is built on top of the Apache Isis 'v2' branch. Cheers, Andi [1] https://gitlab.com/apache-isis-committers/isis-2-demo
