continuous-enterprise-development
continuous-enterprise-development copied to clipboard
Testable Solutions for Modern Applications
Edits to entire chapter.
Using a Git deployment into OpenShift will have the repo growing over time, eventually topping off the disk space quota. Alternatively, in cases where an audit trail of previously-deployed binaries...
From Errata: Type: Question or request for clarification Description: Text says "Here's a full list of the Maven lifecycles." Unless I'm misunderstanding, that list is absent.
``` WildFly The latest community edition of the application server offered by JBoss has recently been renamed to WildFly, and this will be the default target runtime for our examples....
Hi, In chapter 2, the Wildfly target spec should be Javva EE 7 instead of Java EE6 Full Profile Certification, is it? Regards.
The introductory Arquillian example in Chapter 03 uses a remote JBoss container. The test case deploys the war file built from the main java resources that probably do not contain...
Likely to be looped somewhere into "Assembly and Deployment" Chapter.
Go trough and standardize the Deployments.x for all modules. Split them between Live and Test backends. e.g. CoreDomainDeployments.model() All interfaces and model CoreDomainDeployments.Live.module() model() + Live backend CoreDomainDeployments.Test.module() model() +...
Build should fail before it hits master Ref Chapter "Assembly and Deployment"