Tobias Jeger pushed to branch master at cms-community / hippo-essentials

Commits:
cb9ef7f6 by Tobias Jeger at 2017-11-29T14:39:27+01:00
ESSENTIALS-1127 Refactor the change message compilation to remove Guava 
dependency of API

- - - - -
e703163a by Tobias Jeger at 2017-11-29T14:41:08+01:00
ESSENTIALS-1127 Refactor WebXmlUtils into WebXmlService

Get rid of unused plugin dependencies on SDK-implementation.

- - - - -
2e51cb03 by Tobias Jeger at 2017-11-29T14:41:29+01:00
ESSENTIALS-1127 Refactor Log4j2Utils to become an injectable service.

- - - - -
1f3e56df by Tobias Jeger at 2017-11-30T14:53:15+01:00
ESSENTIALS-1127 Refactor ContextXmlUtils to become an injectable service

Also extract some common usage patterns for updating XML files in order
to reduce code duplication.

- - - - -
0bbb2278 by Tobias Jeger at 2017-12-01T09:17:24+01:00
ESSENTIALS-1127 Refactor MavenAssemblyUtils to become an injectable service

- - - - -
38bac71b by Tobias Jeger at 2017-12-01T12:09:09+01:00
ESSENTIALS-1127 Refactor MavenCargoUtils to become an injectable service

- - - - -
3f0c8f3a by Tobias Jeger at 2017-12-03T13:26:06+01:00
ESSENTIALS-1127 Mark plugin pom to discourage depending on implementation

- - - - -
dd6b50c6 by Tobias Jeger at 2017-12-05T10:43:01+01:00
ESSENTIALS-1127 Fix return value of URL rewriter install instruction

- - - - -
a55356b4 by Tobias Jeger at 2017-12-05T12:06:16+01:00
ESSENTIALS-1127 Reduce API overhead for simple data class MavenDependency

- - - - -
8196fb62 by Tobias Jeger at 2017-12-05T12:06:44+01:00
ESSENTIALS-1127 Reintegrate 'feature/ESSENTIALS-1127'

- - - - -


30 changed files:

- plugin-sdk/api/pom.xml
- 
plugin-sdk/api/src/main/java/org/onehippo/cms7/essentials/dashboard/instructions/Instruction.java
- + 
plugin-sdk/api/src/main/java/org/onehippo/cms7/essentials/dashboard/model/MavenDependency.java
- + 
plugin-sdk/api/src/main/java/org/onehippo/cms7/essentials/dashboard/service/ContextXmlService.java
- + 
plugin-sdk/api/src/main/java/org/onehippo/cms7/essentials/dashboard/service/LoggingService.java
- + 
plugin-sdk/api/src/main/java/org/onehippo/cms7/essentials/dashboard/service/MavenAssemblyService.java
- + 
plugin-sdk/api/src/main/java/org/onehippo/cms7/essentials/dashboard/service/MavenCargoService.java
- + 
plugin-sdk/api/src/main/java/org/onehippo/cms7/essentials/dashboard/service/ProjectService.java
- 
plugin-sdk/api/src/main/java/org/onehippo/cms7/essentials/dashboard/service/WebXmlService.java
- plugin-sdk/implementation/pom.xml
- 
plugin-sdk/implementation/src/main/java/org/onehippo/cms7/essentials/dashboard/instruction/BuiltinInstruction.java
- 
plugin-sdk/implementation/src/main/java/org/onehippo/cms7/essentials/dashboard/instruction/CndInstruction.java
- 
plugin-sdk/implementation/src/main/java/org/onehippo/cms7/essentials/dashboard/instruction/DirectoryInstruction.java
- 
plugin-sdk/implementation/src/main/java/org/onehippo/cms7/essentials/dashboard/instruction/ExecuteInstruction.java
- 
plugin-sdk/implementation/src/main/java/org/onehippo/cms7/essentials/dashboard/instruction/FileInstruction.java
- 
plugin-sdk/implementation/src/main/java/org/onehippo/cms7/essentials/dashboard/instruction/HstBeanClassesInstruction.java
- 
plugin-sdk/implementation/src/main/java/org/onehippo/cms7/essentials/dashboard/instruction/MavenDependencyInstruction.java
- 
plugin-sdk/implementation/src/main/java/org/onehippo/cms7/essentials/dashboard/instruction/NodeFolderInstruction.java
- 
plugin-sdk/implementation/src/main/java/org/onehippo/cms7/essentials/dashboard/instruction/TranslationsInstruction.java
- 
plugin-sdk/implementation/src/main/java/org/onehippo/cms7/essentials/dashboard/instruction/XmlInstruction.java
- 
plugin-sdk/implementation/src/main/java/org/onehippo/cms7/essentials/dashboard/instruction/executors/MessageInstructionExecutor.java
- + 
plugin-sdk/implementation/src/main/java/org/onehippo/cms7/essentials/dashboard/services/ContextXmlServiceImpl.java
- + 
plugin-sdk/implementation/src/main/java/org/onehippo/cms7/essentials/dashboard/services/LoggingServiceImpl.java
- + 
plugin-sdk/implementation/src/main/java/org/onehippo/cms7/essentials/dashboard/services/MavenAssemblyServiceImpl.java
- + 
plugin-sdk/implementation/src/main/java/org/onehippo/cms7/essentials/dashboard/services/MavenCargoServiceImpl.java
- + 
plugin-sdk/implementation/src/main/java/org/onehippo/cms7/essentials/dashboard/services/ProjectServiceImpl.java
- 
plugin-sdk/implementation/src/main/java/org/onehippo/cms7/essentials/dashboard/services/WebXmlServiceImpl.java
- − 
plugin-sdk/implementation/src/main/java/org/onehippo/cms7/essentials/dashboard/utils/ContextXMLUtils.java
- 
plugin-sdk/implementation/src/main/java/org/onehippo/cms7/essentials/dashboard/utils/Dom4JUtils.java
- − 
plugin-sdk/implementation/src/main/java/org/onehippo/cms7/essentials/dashboard/utils/Log4j2Utils.java


The diff was not included because it is too large.


View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-essentials/compare/019251c12de5c1c965ba9ec86927b16a00a1e11c...8196fb621d6eae227ca891ea7d0fe8372ce294e6

---
View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-essentials/compare/019251c12de5c1c965ba9ec86927b16a00a1e11c...8196fb621d6eae227ca891ea7d0fe8372ce294e6
You're receiving this email because of your account on code.onehippo.org.
_______________________________________________
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn

Reply via email to