Port champ-microservice project restructure 97/34097/5
authormichaere <michaere@amdocs.com>
Mon, 5 Mar 2018 16:33:32 +0000 (16:33 +0000)
committermichaere <michaere@amdocs.com>
Wed, 7 Mar 2018 11:17:22 +0000 (11:17 +0000)
commitc74f7b13b573386e70c10721fc391624ee792ed6
treeb44995474ff938b4b03c9b234f95b71bc75d6b79
parent9fc28cff11a4b570618c0f533ce9de6209a5dd0c
Port champ-microservice project restructure

Includes project restructure and introduction of a parent pom. The
original source folder and core functionality is now held within champ-lib, with champ-service
forming the ajsc microservice from which it injects champ-lib core
functionality.

Issue-ID: AAI-813

Change-Id: I2ce0c4a70e485665276e7955572de23969deb706
Signed-off-by: michaere <michaere@amdocs.com>
239 files changed:
README.md
champ-lib/License.txt [moved from License.txt with 100% similarity]
champ-lib/champ-core/License.txt [new file with mode: 0644]
champ-lib/champ-core/pom.xml [new file with mode: 0644]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/ChampAPI.java [moved from src/main/java/org/onap/aai/champ/ChampAPI.java with 90% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/ChampCapabilities.java [moved from src/main/java/org/onap/aai/champ/ChampCapabilities.java with 97% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/ChampGraph.java [new file with mode: 0644]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/ChampTransaction.java [new file with mode: 0644]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/FormatMapper.java [new file with mode: 0644]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/Formatter.java [new file with mode: 0644]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/NoOpTinkerPopTransaction.java [new file with mode: 0644]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/event/AbstractLoggingChampGraph.java [new file with mode: 0644]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/event/ChampEvent.java [moved from src/main/java/org/onap/aai/champ/event/ChampEvent.java with 81% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/exceptions/ChampIndexNotExistsException.java [moved from src/main/java/org/onap/aai/champ/exceptions/ChampIndexNotExistsException.java with 97% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/exceptions/ChampMarshallingException.java [moved from src/main/java/org/onap/aai/champ/exceptions/ChampMarshallingException.java with 97% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/exceptions/ChampObjectNotExistsException.java [moved from src/main/java/org/onap/aai/champ/exceptions/ChampObjectNotExistsException.java with 97% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/exceptions/ChampRelationshipNotExistsException.java [moved from src/main/java/org/onap/aai/champ/exceptions/ChampRelationshipNotExistsException.java with 97% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/exceptions/ChampSchemaViolationException.java [moved from src/main/java/org/onap/aai/champ/exceptions/ChampSchemaViolationException.java with 97% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/exceptions/ChampTransactionException.java [new file with mode: 0644]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/exceptions/ChampUnmarshallingException.java [moved from src/main/java/org/onap/aai/champ/exceptions/ChampUnmarshallingException.java with 97% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/graph/impl/AbstractTinkerpopChampGraph.java [new file with mode: 0644]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/graph/impl/AbstractValidatingChampGraph.java [new file with mode: 0644]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/graph/impl/ChampAPIImpl.java [moved from src/main/java/org/onap/aai/champ/graph/impl/ChampAPIImpl.java with 76% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/graph/impl/InMemoryChampGraphImpl.java [moved from src/main/java/org/onap/aai/champ/graph/impl/InMemoryChampGraphImpl.java with 81% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/graph/impl/TinkerpopTransaction.java [new file with mode: 0644]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/ie/Exporter.java [moved from src/main/java/org/onap/aai/champ/ie/Exporter.java with 93% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/ie/GraphMLImporterExporter.java [moved from src/main/java/org/onap/aai/champ/ie/GraphMLImporterExporter.java with 90% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/ie/Importer.java [moved from src/main/java/org/onap/aai/champ/ie/Importer.java with 93% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/ChampCardinality.java [moved from src/main/java/org/onap/aai/champ/model/ChampCardinality.java with 96% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/ChampConnectionConstraint.java [moved from src/main/java/org/onap/aai/champ/model/ChampConnectionConstraint.java with 98% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/ChampConnectionMultiplicity.java [moved from src/main/java/org/onap/aai/champ/model/ChampConnectionMultiplicity.java with 97% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/ChampElement.java [moved from src/main/java/org/onap/aai/champ/model/ChampElement.java with 91% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/ChampField.java [moved from src/main/java/org/onap/aai/champ/model/ChampField.java with 98% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/ChampObject.java [new file with mode: 0644]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/ChampObjectConstraint.java [moved from src/main/java/org/onap/aai/champ/model/ChampObjectConstraint.java with 98% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/ChampObjectIndex.java [moved from src/main/java/org/onap/aai/champ/model/ChampObjectIndex.java with 92% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/ChampPartition.java [moved from src/main/java/org/onap/aai/champ/model/ChampPartition.java with 90% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/ChampPropertyConstraint.java [moved from src/main/java/org/onap/aai/champ/model/ChampPropertyConstraint.java with 98% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/ChampRelationship.java [moved from src/main/java/org/onap/aai/champ/model/ChampRelationship.java with 89% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/ChampRelationshipConstraint.java [moved from src/main/java/org/onap/aai/champ/model/ChampRelationshipConstraint.java with 99% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/ChampRelationshipIndex.java [moved from src/main/java/org/onap/aai/champ/model/ChampRelationshipIndex.java with 92% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/ChampSchema.java [moved from src/main/java/org/onap/aai/champ/model/ChampSchema.java with 96% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/fluent/BuildStep.java [moved from src/main/java/org/onap/aai/champ/model/fluent/BuildStep.java with 96% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/fluent/KeyStep.java [moved from src/main/java/org/onap/aai/champ/model/fluent/KeyStep.java with 96% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/fluent/PropertiesStep.java [moved from src/main/java/org/onap/aai/champ/model/fluent/PropertiesStep.java with 96% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/fluent/index/CreateObjectIndexable.java [moved from src/main/java/org/onap/aai/champ/model/fluent/index/CreateObjectIndexable.java with 95% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/fluent/index/CreateRelationshipIndexable.java [moved from src/main/java/org/onap/aai/champ/model/fluent/index/CreateRelationshipIndexable.java with 95% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/fluent/index/ObjectIndexFieldStep.java [moved from src/main/java/org/onap/aai/champ/model/fluent/index/ObjectIndexFieldStep.java with 87% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/fluent/index/ObjectIndexTypeStep.java [moved from src/main/java/org/onap/aai/champ/model/fluent/index/ObjectIndexTypeStep.java with 95% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/fluent/index/RelationshipIndexFieldStep.java [moved from src/main/java/org/onap/aai/champ/model/fluent/index/RelationshipIndexFieldStep.java with 87% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/fluent/index/RelationshipIndexTypeStep.java [moved from src/main/java/org/onap/aai/champ/model/fluent/index/RelationshipIndexTypeStep.java with 95% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/fluent/index/impl/CreateObjectIndexableImpl.java [moved from src/main/java/org/onap/aai/champ/model/fluent/index/impl/CreateObjectIndexableImpl.java with 82% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/fluent/index/impl/CreateRelationshipIndexableImpl.java [moved from src/main/java/org/onap/aai/champ/model/fluent/index/impl/CreateRelationshipIndexableImpl.java with 79% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/fluent/object/CreateChampObjectable.java [moved from src/main/java/org/onap/aai/champ/model/fluent/object/CreateChampObjectable.java with 88% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/fluent/object/ObjectBuildOrPropertiesStep.java [moved from src/main/java/org/onap/aai/champ/model/fluent/object/ObjectBuildOrPropertiesStep.java with 84% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/fluent/object/ObjectBuildOrPropertiesStepImpl.java [moved from src/main/java/org/onap/aai/champ/model/fluent/object/ObjectBuildOrPropertiesStepImpl.java with 91% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/fluent/object/ObjectKeyStepImpl.java [moved from src/main/java/org/onap/aai/champ/model/fluent/object/ObjectKeyStepImpl.java with 87% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/fluent/object/impl/CreateChampObjectableImpl.java [moved from src/main/java/org/onap/aai/champ/model/fluent/object/impl/CreateChampObjectableImpl.java with 78% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/fluent/partition/CreateChampPartitionable.java [moved from src/main/java/org/onap/aai/champ/model/fluent/partition/CreateChampPartitionable.java with 83% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/fluent/partition/impl/CreateChampPartionableImpl.java [moved from src/main/java/org/onap/aai/champ/model/fluent/partition/impl/CreateChampPartionableImpl.java with 84% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/fluent/relationship/CreateChampRelationshipable.java [moved from src/main/java/org/onap/aai/champ/model/fluent/relationship/CreateChampRelationshipable.java with 88% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/fluent/relationship/RelationshipBuildOrPropertiesStep.java [moved from src/main/java/org/onap/aai/champ/model/fluent/relationship/RelationshipBuildOrPropertiesStep.java with 83% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/fluent/relationship/SourceBuildOrPropertiesStep.java [moved from src/main/java/org/onap/aai/champ/model/fluent/relationship/SourceBuildOrPropertiesStep.java with 95% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/fluent/relationship/SourceFromStep.java [moved from src/main/java/org/onap/aai/champ/model/fluent/relationship/SourceFromStep.java with 91% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/fluent/relationship/SourceKeyStep.java [moved from src/main/java/org/onap/aai/champ/model/fluent/relationship/SourceKeyStep.java with 95% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/fluent/relationship/SourceStep.java [moved from src/main/java/org/onap/aai/champ/model/fluent/relationship/SourceStep.java with 95% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/fluent/relationship/SourceTypeOrFromStep.java [moved from src/main/java/org/onap/aai/champ/model/fluent/relationship/SourceTypeOrFromStep.java with 95% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/fluent/relationship/SourceTypeStep.java [moved from src/main/java/org/onap/aai/champ/model/fluent/relationship/SourceTypeStep.java with 95% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/fluent/relationship/TargetBuildOrPropertiesStep.java [moved from src/main/java/org/onap/aai/champ/model/fluent/relationship/TargetBuildOrPropertiesStep.java with 95% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/fluent/relationship/TargetFromStep.java [moved from src/main/java/org/onap/aai/champ/model/fluent/relationship/TargetFromStep.java with 91% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/fluent/relationship/TargetKeyStep.java [moved from src/main/java/org/onap/aai/champ/model/fluent/relationship/TargetKeyStep.java with 95% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/fluent/relationship/TargetStep.java [moved from src/main/java/org/onap/aai/champ/model/fluent/relationship/TargetStep.java with 95% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/fluent/relationship/TargetTypeOrFromStep.java [moved from src/main/java/org/onap/aai/champ/model/fluent/relationship/TargetTypeOrFromStep.java with 95% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/fluent/relationship/TargetTypeStep.java [moved from src/main/java/org/onap/aai/champ/model/fluent/relationship/TargetTypeStep.java with 95% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/fluent/relationship/impl/ChampRelationshipKeyStepImpl.java [moved from src/main/java/org/onap/aai/champ/model/fluent/relationship/impl/ChampRelationshipKeyStepImpl.java with 87% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/fluent/relationship/impl/CreateChampRelationshipableImpl.java [moved from src/main/java/org/onap/aai/champ/model/fluent/relationship/impl/CreateChampRelationshipableImpl.java with 81% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/fluent/relationship/impl/RelationshipBuildOrPropertiesStepImpl.java [moved from src/main/java/org/onap/aai/champ/model/fluent/relationship/impl/RelationshipBuildOrPropertiesStepImpl.java with 89% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/fluent/relationship/impl/SourceBuildOrPropertiesStepImpl.java [moved from src/main/java/org/onap/aai/champ/model/fluent/relationship/impl/SourceBuildOrPropertiesStepImpl.java with 85% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/fluent/relationship/impl/SourceKeyStepImpl.java [moved from src/main/java/org/onap/aai/champ/model/fluent/relationship/impl/SourceKeyStepImpl.java with 83% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/fluent/relationship/impl/SourceStepImpl.java [moved from src/main/java/org/onap/aai/champ/model/fluent/relationship/impl/SourceStepImpl.java with 85% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/fluent/relationship/impl/SourceTypeOrFromStepImpl.java [moved from src/main/java/org/onap/aai/champ/model/fluent/relationship/impl/SourceTypeOrFromStepImpl.java with 83% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/fluent/relationship/impl/TargetBuildOrPropertiesStepImpl.java [moved from src/main/java/org/onap/aai/champ/model/fluent/relationship/impl/TargetBuildOrPropertiesStepImpl.java with 87% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/fluent/relationship/impl/TargetKeyStepImpl.java [moved from src/main/java/org/onap/aai/champ/model/fluent/relationship/impl/TargetKeyStepImpl.java with 86% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/fluent/relationship/impl/TargetStepImpl.java [moved from src/main/java/org/onap/aai/champ/model/fluent/relationship/impl/TargetStepImpl.java with 84% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/fluent/relationship/impl/TargetTypeOrFromStepImpl.java [moved from src/main/java/org/onap/aai/champ/model/fluent/relationship/impl/TargetTypeOrFromStepImpl.java with 83% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/fluent/schema/CreateChampSchemable.java [moved from src/main/java/org/onap/aai/champ/model/fluent/schema/CreateChampSchemable.java with 88% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/fluent/schema/ObjectConstraintBuildStep.java [moved from src/main/java/org/onap/aai/champ/model/fluent/schema/ObjectConstraintBuildStep.java with 91% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/fluent/schema/ObjectConstraintFieldStep.java [moved from src/main/java/org/onap/aai/champ/model/fluent/schema/ObjectConstraintFieldStep.java with 95% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/fluent/schema/ObjectConstraintFieldTypeStep.java [moved from src/main/java/org/onap/aai/champ/model/fluent/schema/ObjectConstraintFieldTypeStep.java with 92% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/fluent/schema/ObjectConstraintPropertyStep.java [moved from src/main/java/org/onap/aai/champ/model/fluent/schema/ObjectConstraintPropertyStep.java with 91% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/fluent/schema/ObjectConstraintRequiredOptionalStep.java [moved from src/main/java/org/onap/aai/champ/model/fluent/schema/ObjectConstraintRequiredOptionalStep.java with 92% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/fluent/schema/ObjectConstraintSubStep.java [moved from src/main/java/org/onap/aai/champ/model/fluent/schema/ObjectConstraintSubStep.java with 95% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/fluent/schema/ObjectConstraintTypeStep.java [moved from src/main/java/org/onap/aai/champ/model/fluent/schema/ObjectConstraintTypeStep.java with 95% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/fluent/schema/RelationshipConstraintBuildStep.java [moved from src/main/java/org/onap/aai/champ/model/fluent/schema/RelationshipConstraintBuildStep.java with 91% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/fluent/schema/RelationshipConstraintFieldStep.java [moved from src/main/java/org/onap/aai/champ/model/fluent/schema/RelationshipConstraintFieldStep.java with 95% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/fluent/schema/RelationshipConstraintFieldTypeStep.java [moved from src/main/java/org/onap/aai/champ/model/fluent/schema/RelationshipConstraintFieldTypeStep.java with 92% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/fluent/schema/RelationshipConstraintMultiplicityStep.java [moved from src/main/java/org/onap/aai/champ/model/fluent/schema/RelationshipConstraintMultiplicityStep.java with 88% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/fluent/schema/RelationshipConstraintPropertyOptionalsStep.java [moved from src/main/java/org/onap/aai/champ/model/fluent/schema/RelationshipConstraintPropertyOptionalsStep.java with 95% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/fluent/schema/RelationshipConstraintRequiredOptionalStep.java [moved from src/main/java/org/onap/aai/champ/model/fluent/schema/RelationshipConstraintRequiredOptionalStep.java with 95% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/fluent/schema/RelationshipConstraintSourceStep.java [moved from src/main/java/org/onap/aai/champ/model/fluent/schema/RelationshipConstraintSourceStep.java with 95% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/fluent/schema/RelationshipConstraintSubStep.java [moved from src/main/java/org/onap/aai/champ/model/fluent/schema/RelationshipConstraintSubStep.java with 92% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/fluent/schema/RelationshipConstraintTargetStep.java [moved from src/main/java/org/onap/aai/champ/model/fluent/schema/RelationshipConstraintTargetStep.java with 95% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/fluent/schema/RelationshipConstraintTypeStep.java [moved from src/main/java/org/onap/aai/champ/model/fluent/schema/RelationshipConstraintTypeStep.java with 95% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/fluent/schema/impl/CreateChampSchemableImpl.java [moved from src/main/java/org/onap/aai/champ/model/fluent/schema/impl/CreateChampSchemableImpl.java with 77% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/fluent/schema/impl/ObjectConstraintBuildStepImpl.java [moved from src/main/java/org/onap/aai/champ/model/fluent/schema/impl/ObjectConstraintBuildStepImpl.java with 83% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/fluent/schema/impl/ObjectConstraintFieldStepImpl.java [moved from src/main/java/org/onap/aai/champ/model/fluent/schema/impl/ObjectConstraintFieldStepImpl.java with 81% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/fluent/schema/impl/ObjectConstraintPropertyStepImpl.java [moved from src/main/java/org/onap/aai/champ/model/fluent/schema/impl/ObjectConstraintPropertyStepImpl.java with 81% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/fluent/schema/impl/ObjectConstraintSubStepImpl.java [moved from src/main/java/org/onap/aai/champ/model/fluent/schema/impl/ObjectConstraintSubStepImpl.java with 84% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/fluent/schema/impl/RelationshipConstraintBuildStepImpl.java [moved from src/main/java/org/onap/aai/champ/model/fluent/schema/impl/RelationshipConstraintBuildStepImpl.java with 80% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/fluent/schema/impl/RelationshipConstraintPropertyOptionalsStepImpl.java [moved from src/main/java/org/onap/aai/champ/model/fluent/schema/impl/RelationshipConstraintPropertyOptionalsStepImpl.java with 82% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/fluent/schema/impl/RelationshipConstraintRequiredOptionalStepImpl.java [moved from src/main/java/org/onap/aai/champ/model/fluent/schema/impl/RelationshipConstraintRequiredOptionalStepImpl.java with 82% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/model/fluent/schema/impl/RelationshipConstraintSubStepImpl.java [moved from src/main/java/org/onap/aai/champ/model/fluent/schema/impl/RelationshipConstraintSubStepImpl.java with 86% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/schema/AlwaysValidChampSchemaEnforcer.java [moved from src/main/java/org/onap/aai/champ/schema/AlwaysValidChampSchemaEnforcer.java with 79% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/schema/ChampSchemaEnforcer.java [moved from src/main/java/org/onap/aai/champ/schema/ChampSchemaEnforcer.java with 77% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/schema/DefaultChampSchemaEnforcer.java [moved from src/main/java/org/onap/aai/champ/schema/DefaultChampSchemaEnforcer.java with 90% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/transform/Champformer.java [moved from src/main/java/org/onap/aai/champ/transform/Champformer.java with 86% similarity]
champ-lib/champ-core/src/main/java/org/onap/aai/champcore/transform/TinkerpopChampformer.java [moved from src/main/java/org/onap/aai/champ/transform/TinkerpopChampformer.java with 90% similarity]
champ-lib/champ-core/src/test/java/org/onap/aai/champcore/concurrency/ConcurrencyTest.java [new file with mode: 0644]
champ-lib/champ-core/src/test/java/org/onap/aai/champcore/core/BaseChampAPITest.java [new file with mode: 0644]
champ-lib/champ-core/src/test/java/org/onap/aai/champcore/core/ChampAPITest.java [new file with mode: 0644]
champ-lib/champ-core/src/test/java/org/onap/aai/champcore/core/ChampElementTest.java [moved from src/test/java/org/onap/aai/champ/core/ChampElementTest.java with 91% similarity]
champ-lib/champ-core/src/test/java/org/onap/aai/champcore/core/ChampFieldTest.java [moved from src/test/java/org/onap/aai/champ/core/ChampFieldTest.java with 95% similarity]
champ-lib/champ-core/src/test/java/org/onap/aai/champcore/core/ChampObjectIndexTest.java [moved from src/test/java/org/onap/aai/champ/core/ChampObjectIndexTest.java with 91% similarity]
champ-lib/champ-core/src/test/java/org/onap/aai/champcore/core/ChampObjectTest.java [new file with mode: 0644]
champ-lib/champ-core/src/test/java/org/onap/aai/champcore/core/ChampPartitionTest.java [new file with mode: 0644]
champ-lib/champ-core/src/test/java/org/onap/aai/champcore/core/ChampPropertyConstraintTest.java [moved from src/test/java/org/onap/aai/champ/core/ChampPropertyConstraintTest.java with 91% similarity]
champ-lib/champ-core/src/test/java/org/onap/aai/champcore/core/ChampRelationshipIndexTest.java [new file with mode: 0644]
champ-lib/champ-core/src/test/java/org/onap/aai/champcore/core/ChampRelationshipTest.java [new file with mode: 0644]
champ-lib/champ-core/src/test/java/org/onap/aai/champcore/core/ChampSchemaTest.java [moved from src/test/java/org/onap/aai/champ/core/ChampSchemaTest.java with 93% similarity]
champ-lib/champ-core/src/test/java/org/onap/aai/champcore/core/ChampTransactionTest.java [new file with mode: 0644]
champ-lib/champ-core/src/test/java/org/onap/aai/champcore/event/AbstractLoggingChampGraphTest.java [moved from src/test/java/org/onap/aai/champ/event/AbstractLoggingChampGraphTest.java with 77% similarity]
champ-lib/champ-core/src/test/java/org/onap/aai/champcore/exceptions/ChampExceptionTest.java [moved from src/test/java/org/onap/aai/champ/exceptions/ChampExceptionTest.java with 91% similarity]
champ-lib/champ-core/src/test/java/org/onap/aai/champcore/ie/ExportTest.java [moved from src/test/java/org/onap/aai/champ/ie/ExportTest.java with 85% similarity]
champ-lib/champ-core/src/test/java/org/onap/aai/champcore/ie/ImportTest.java [moved from src/test/java/org/onap/aai/champ/ie/ImportTest.java with 88% similarity]
champ-lib/champ-core/src/test/resources/import-test.graphml [moved from src/test/resources/import-test.graphml with 100% similarity, mode: 0644]
champ-lib/champ-core/src/test/resources/logback.xml [moved from src/test/resources/logback.xml with 100% similarity]
champ-lib/champ-janus/License.txt [new file with mode: 0644]
champ-lib/champ-janus/pom.xml [new file with mode: 0644]
champ-lib/champ-janus/src/main/java/org/onap/aai/champjanus/graph/impl/GraphSON.java [new file with mode: 0644]
champ-lib/champ-janus/src/main/java/org/onap/aai/champjanus/graph/impl/JanusChampGraphImpl.java [new file with mode: 0644]
champ-lib/champ-janus/src/test/java/org/onap/aai/champjanus/concurrency/ConcurrencyTest.java [new file with mode: 0644]
champ-lib/champ-janus/src/test/java/org/onap/aai/champjanus/core/ChampAPITest.java [new file with mode: 0644]
champ-lib/champ-janus/src/test/java/org/onap/aai/champjanus/core/ChampObjectIndexTest.java [new file with mode: 0644]
champ-lib/champ-janus/src/test/java/org/onap/aai/champjanus/core/ChampRelationshipIndexTest.java [new file with mode: 0644]
champ-lib/champ-janus/src/test/java/org/onap/aai/champjanus/core/ChampSchemaTest.java [new file with mode: 0644]
champ-lib/champ-janus/src/test/java/org/onap/aai/champjanus/core/JanusChampSetupTest.java [new file with mode: 0644]
champ-lib/champ-titan/License.txt [new file with mode: 0644]
champ-lib/champ-titan/pom.xml [new file with mode: 0644]
champ-lib/champ-titan/src/main/java/org/onap/aai/champtitan/graph/impl/GraphSON.java [new file with mode: 0644]
champ-lib/champ-titan/src/main/java/org/onap/aai/champtitan/graph/impl/TitanChampGraphImpl.java [new file with mode: 0644]
champ-lib/champ-titan/src/main/java/org/onap/aai/champtitan/perf/ChampAPIPerformanceTest.java [moved from src/main/java/org/onap/aai/champ/perf/ChampAPIPerformanceTest.java with 76% similarity]
champ-lib/champ-titan/src/test/java/org/onap/aai/champtitan/concurrency/ConcurrencyTest.java [new file with mode: 0644]
champ-lib/champ-titan/src/test/java/org/onap/aai/champtitan/core/ChampAPITest.java [new file with mode: 0644]
champ-lib/champ-titan/src/test/java/org/onap/aai/champtitan/core/ChampObjectIndexTest.java [new file with mode: 0644]
champ-lib/champ-titan/src/test/java/org/onap/aai/champtitan/core/ChampRelationshipIndexTest.java [new file with mode: 0644]
champ-lib/champ-titan/src/test/java/org/onap/aai/champtitan/core/ChampSchemaTest.java [new file with mode: 0644]
champ-lib/champ-titan/src/test/java/org/onap/aai/champtitan/core/ChampTransactionTest.java [new file with mode: 0644]
champ-lib/champ-titan/src/test/java/org/onap/aai/champtitan/core/TitanChampSetupTest.java [new file with mode: 0644]
champ-lib/pom.xml [new file with mode: 0644]
champ-service-deps-janus/pom.xml [new file with mode: 0644]
champ-service-deps-titan/pom.xml [new file with mode: 0644]
champ-service/License.txt [new file with mode: 0644]
champ-service/ajsc-shared-config/etc/logback.xml [new file with mode: 0644]
champ-service/antBuild/build.xml [new file with mode: 0644]
champ-service/appconfig-local/auth/champion-service_policy.json-REPLACE [new file with mode: 0644]
champ-service/appconfig-local/auth/tomcat_keystore-REPLACE [new file with mode: 0644]
champ-service/appconfig-local/champ-api.properties-REPLACE [new file with mode: 0644]
champ-service/bundleconfig-local/etc/appprops/AAFUserRoles.properties [new file with mode: 0644]
champ-service/bundleconfig-local/etc/appprops/PostProcessorInterceptors.properties [new file with mode: 0644]
champ-service/bundleconfig-local/etc/appprops/PreProcessorInterceptors.properties [new file with mode: 0644]
champ-service/bundleconfig-local/etc/appprops/app-intercepts.properties [new file with mode: 0644]
champ-service/bundleconfig-local/etc/appprops/methodMapper.properties [new file with mode: 0644]
champ-service/bundleconfig-local/etc/sysprops/sys-props.properties [new file with mode: 0644]
champ-service/pom.xml [new file with mode: 0644]
champ-service/src/main/ajsc/champ-service_v1/champ-service/v1/conf/jaxrsBeans.groovy [new file with mode: 0644]
champ-service/src/main/ajsc/champ-service_v1/champ-service/v1/docs/README.txt [new file with mode: 0644]
champ-service/src/main/ajsc/champ-service_v1/champ-service/v1/lib/README.txt [new file with mode: 0644]
champ-service/src/main/ajsc/champ-service_v1/champ-service/v1/routes/champ.route [new file with mode: 0644]
champ-service/src/main/ajsc/champ-service_v1/champ-service/v1/routes/jaxrsExample.route [new file with mode: 0644]
champ-service/src/main/assemble/ajsc_module_assembly.xml [new file with mode: 0644]
champ-service/src/main/assemble/ajsc_props_assembly.xml [new file with mode: 0644]
champ-service/src/main/assemble/ajsc_runtime_assembly.xml [new file with mode: 0644]
champ-service/src/main/bin/start.sh [new file with mode: 0644]
champ-service/src/main/config/ajsc-chef.jks [new file with mode: 0644]
champ-service/src/main/config/ajsc-jetty.xml [new file with mode: 0644]
champ-service/src/main/config/ajsc-override-web.xml [new file with mode: 0644]
champ-service/src/main/config/ajscJetty.jks [new file with mode: 0644]
champ-service/src/main/config/cadi.properties [new file with mode: 0644]
champ-service/src/main/config/jul-redirect.properties [new file with mode: 0644]
champ-service/src/main/config/keyfile [new file with mode: 0644]
champ-service/src/main/config/runner-web.xml [new file with mode: 0644]
champ-service/src/main/docker/Dockerfile [new file with mode: 0644]
champ-service/src/main/java/org/onap/champ/ChampRESTAPI.java [new file with mode: 0644]
champ-service/src/main/java/org/onap/champ/async/ChampAsyncRequestProcessor.java [new file with mode: 0644]
champ-service/src/main/java/org/onap/champ/async/ChampAsyncResponsePublisher.java [new file with mode: 0644]
champ-service/src/main/java/org/onap/champ/entity/ChampObjectDeserializer.java [new file with mode: 0644]
champ-service/src/main/java/org/onap/champ/entity/ChampObjectSerializer.java [new file with mode: 0644]
champ-service/src/main/java/org/onap/champ/entity/ChampRelationshipDeserializer.java [new file with mode: 0644]
champ-service/src/main/java/org/onap/champ/entity/ChampRelationshipSerializer.java [new file with mode: 0644]
champ-service/src/main/java/org/onap/champ/event/GraphEvent.java [new file with mode: 0644]
champ-service/src/main/java/org/onap/champ/event/GraphEventEdge.java [new file with mode: 0644]
champ-service/src/main/java/org/onap/champ/event/GraphEventVertex.java [new file with mode: 0644]
champ-service/src/main/java/org/onap/champ/exception/ChampServiceException.java [new file with mode: 0644]
champ-service/src/main/java/org/onap/champ/service/ChampDataService.java [new file with mode: 0644]
champ-service/src/main/java/org/onap/champ/service/ChampThreadFactory.java [new file with mode: 0644]
champ-service/src/main/java/org/onap/champ/service/ChampTransactionCache.java [new file with mode: 0644]
champ-service/src/main/java/org/onap/champ/service/ChampUUIDService.java [new file with mode: 0644]
champ-service/src/main/java/org/onap/champ/service/EchoService.java [new file with mode: 0644]
champ-service/src/main/java/org/onap/champ/service/logging/ChampMsgs.java [new file with mode: 0644]
champ-service/src/main/java/org/onap/champ/service/logging/LoggingUtil.java [new file with mode: 0644]
champ-service/src/main/java/org/onap/champ/util/ChampProperties.java [new file with mode: 0644]
champ-service/src/main/java/org/onap/champ/util/ChampServiceConstants.java [new file with mode: 0644]
champ-service/src/main/resources/META-INF/services/javax.ws.rs.client.ClientBuilder [new file with mode: 0644]
champ-service/src/main/resources/logging/ChampMsgs.properties [new file with mode: 0644]
champ-service/src/main/runtime/context/__module.ajsc.namespace.name__#__module.ajsc.namespace.version__.context [new file with mode: 0644]
champ-service/src/main/runtime/context/default#0.context [new file with mode: 0644]
champ-service/src/main/runtime/deploymentPackage/__module.ajsc.namespace.name__#__module.ajsc.namespace.version__.json [new file with mode: 0644]
champ-service/src/main/runtime/shiroRole/ajscadmin.json [new file with mode: 0644]
champ-service/src/main/runtime/shiroRole/contextadmin#__module.ajsc.namespace.name__.json [new file with mode: 0644]
champ-service/src/main/runtime/shiroRole/contextadmin#default.json [new file with mode: 0644]
champ-service/src/main/runtime/shiroUser/ajsc.json [new file with mode: 0644]
champ-service/src/main/runtime/shiroUserRole/ajsc#ajscadmin.json [new file with mode: 0644]
champ-service/src/main/runtime/shiroUserRole/ajsc#contextadmin#__module.ajsc.namespace.name__.json [new file with mode: 0644]
champ-service/src/main/runtime/shiroUserRole/ajsc#contextadmin#default.json [new file with mode: 0644]
pom.xml
src/main/java/org/onap/aai/champ/ChampGraph.java [deleted file]
src/main/java/org/onap/aai/champ/graph/impl/AbstractGremlinChampGraph.java [deleted file]
src/main/java/org/onap/aai/champ/graph/impl/AbstractTinkerpopChampGraph.java [deleted file]
src/main/java/org/onap/aai/champ/graph/impl/AbstractValidatingChampGraph.java [deleted file]
src/main/java/org/onap/aai/champ/graph/impl/TitanChampGraphImpl.java [deleted file]
src/main/java/org/onap/aai/champ/model/ChampObject.java [deleted file]
src/test/java/org/onap/aai/champ/concurrency/ConcurrencyTest.java [deleted file]
src/test/java/org/onap/aai/champ/core/BaseChampAPITest.java [deleted file]
src/test/java/org/onap/aai/champ/core/ChampAPITest.java [deleted file]
src/test/java/org/onap/aai/champ/core/ChampObjectTest.java [deleted file]
src/test/java/org/onap/aai/champ/core/ChampPartitionTest.java [deleted file]
src/test/java/org/onap/aai/champ/core/ChampRelationshipIndexTest.java [deleted file]
src/test/java/org/onap/aai/champ/core/ChampRelationshipTest.java [deleted file]
version.properties