-
Notifications
You must be signed in to change notification settings - Fork 18
Support for KnotX in GAP environment plugin #61
Comments
Above is good but one thing missing in my opinion. There need to be set up some custom knotx module in directory knotx/extension/build.gradle (beside of aem/ branch) that will have set up building jar artifact and deployment to the knotx (probably just volume and copying pasting jar to correct place will do the job, vertx is detecting changes / reloads by itself) |
design results (consulted with @Skejven )
as a result, only project specific (example) knotx related files are versioned (less to maintain on GAP side), still it will be easy to get all updates from knotx side by bumping knotx-stack.zip version |
similar design could be applied to built custom Knotx modules however then probably restarting Knotx container will be required (to reflect classpath changes) |
Another solution for the classpath changes would be approach similar to one from the Knot.x Starter Kit, where custom Docker image is build every time dependencies/modules change. |
@Skejven FYI
gradle-aem-multi setups KnotX service side by side with dispatcher
docker-compose.yml
- additional KnotX containerGAP support:
The text was updated successfully, but these errors were encountered: