Turn ajsc 2 to using ajsc 6 spring boot 45/33445/4
authorVenkata Harish K Kajur <vk250x@att.com>
Tue, 30 Jan 2018 18:52:34 +0000 (13:52 -0500)
committerVenkata Harish K Kajur <vk250x@att.com>
Wed, 28 Feb 2018 16:36:08 +0000 (11:36 -0500)
commit4f13d6cc64eed0ef75a31ec5f490853267447ab1
treecb7066e12fc39038cc99b74bbeba879c9eb6ca8c
parent73539cae6d24e352b84a6411e523da734fbc19e2
Turn ajsc 2 to using ajsc 6 spring boot

Issue-ID: AAI-800
Change-Id: Id174ec5088ddea57f18e605d004c417bee8fbf33
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
176 files changed:
aai-resources/ajsc-shared-config/etc/basic-logback_root_logger_level_off.xml [deleted file]
aai-resources/ajsc-shared-config/etc/csm-framework-app.properties [deleted file]
aai-resources/antBuild/build.xml [deleted file]
aai-resources/bundleconfig-local/README.txt [deleted file]
aai-resources/bundleconfig-local/RELEASE_NOTES.txt [deleted file]
aai-resources/bundleconfig-local/etc/appprops/aaiEventDMaaPPublisher.properties [deleted file]
aai-resources/bundleconfig-local/etc/service-file-monitor.properties [deleted file]
aai-resources/bundleconfig-local/etc/sysprops/sys-props.properties [deleted file]
aai-resources/bundleconfig-local/etc/sysprops/template.sys-props.properties [deleted file]
aai-resources/bundleconfig-local/symlinks.txt [deleted file]
aai-resources/pom.xml
aai-resources/src/main/ajsc/ajsc-aai_v1/ajsc-aai/v1/conf/FileMonitorBeans.xml [deleted file]
aai-resources/src/main/ajsc/ajsc-aai_v1/ajsc-aai/v1/conf/jaxrsBeans.groovy [deleted file]
aai-resources/src/main/ajsc/ajsc-aai_v1/ajsc-aai/v1/conf/serviceBeans.xml [deleted file]
aai-resources/src/main/ajsc/ajsc-aai_v1/ajsc-aai/v1/docs/README.txt [deleted file]
aai-resources/src/main/ajsc/ajsc-aai_v1/ajsc-aai/v1/lib/README.txt [deleted file]
aai-resources/src/main/ajsc/ajsc-aai_v1/ajsc-aai/v1/props/module.props [deleted file]
aai-resources/src/main/ajsc/ajsc-aai_v1/ajsc-aai/v1/routes/aai.route [deleted file]
aai-resources/src/main/assemble/ajsc_module_assembly.xml [deleted file]
aai-resources/src/main/assemble/ajsc_props_assembly.xml [deleted file]
aai-resources/src/main/assemble/ajsc_runtime_assembly.xml [deleted file]
aai-resources/src/main/assembly/descriptor.xml [new file with mode: 0644]
aai-resources/src/main/config/ajsc-jetty.xml [deleted file]
aai-resources/src/main/config/ajsc-jolokia-override-web.xml [deleted file]
aai-resources/src/main/config/ajsc-override-web.xml [deleted file]
aai-resources/src/main/config/ajsc-request.xml [deleted file]
aai-resources/src/main/config/hazelcast-client.properties [deleted file]
aai-resources/src/main/config/jul-redirect.properties [deleted file]
aai-resources/src/main/config/keyfile [deleted file]
aai-resources/src/main/config/logback-migration.xml [deleted file]
aai-resources/src/main/config/runner-web.xml [deleted file]
aai-resources/src/main/docker/Dockerfile [new file with mode: 0644]
aai-resources/src/main/docker/aai.sh [moved from aai-resources/src/main/resources/docker/aai.sh with 100% similarity]
aai-resources/src/main/docker/docker-entrypoint.sh [new file with mode: 0644]
aai-resources/src/main/java/org/onap/aai/Profiles.java [moved from aai-resources/src/main/java/org/onap/aai/ajsc_aai/filemonitor/ServicePropertiesListener.java with 75% similarity]
aai-resources/src/main/java/org/onap/aai/ResourcesApp.java [new file with mode: 0644]
aai-resources/src/main/java/org/onap/aai/ajsc_aai/JaxrsErrorMessageLookupService.java [deleted file]
aai-resources/src/main/java/org/onap/aai/ajsc_aai/filemonitor/ServicePropertiesMap.java [deleted file]
aai-resources/src/main/java/org/onap/aai/ajsc_aai/filemonitor/ServicePropertyService.java [deleted file]
aai-resources/src/main/java/org/onap/aai/config/JettyPasswordDecoder.java [moved from aai-resources/src/main/java/org/onap/aai/config/DmaapConfig.java with 66% similarity]
aai-resources/src/main/java/org/onap/aai/config/PasswordDecoder.java [new file with mode: 0644]
aai-resources/src/main/java/org/onap/aai/config/PropertyPasswordConfiguration.java [new file with mode: 0644]
aai-resources/src/main/java/org/onap/aai/dbgen/DupeTool.java [new file with mode: 0644]
aai-resources/src/main/java/org/onap/aai/dbgen/ForceDeleteTool.java
aai-resources/src/main/java/org/onap/aai/interceptors/AAIContainerFilter.java [moved from aai-resources/src/main/java/org/onap/aai/ajsc_aai/util/ServicePropertiesMapBean.java with 71% similarity]
aai-resources/src/main/java/org/onap/aai/interceptors/AAIHeaderProperties.java
aai-resources/src/main/java/org/onap/aai/interceptors/AAILogJAXRSInInterceptor.java [deleted file]
aai-resources/src/main/java/org/onap/aai/interceptors/AAILogJAXRSOutInterceptor.java [deleted file]
aai-resources/src/main/java/org/onap/aai/interceptors/PreAaiAjscInterceptor.java [deleted file]
aai-resources/src/main/java/org/onap/aai/interceptors/package-info.java [new file with mode: 0644]
aai-resources/src/main/java/org/onap/aai/interceptors/post/AAIResponseFilterPriority.java [new file with mode: 0644]
aai-resources/src/main/java/org/onap/aai/interceptors/post/ResetLoggingContext.java [moved from aai-resources/src/main/java/org/onap/aai/interceptors/PostAaiAjscInterceptor.java with 56% similarity]
aai-resources/src/main/java/org/onap/aai/interceptors/post/ResponseHeaderManipulation.java [new file with mode: 0644]
aai-resources/src/main/java/org/onap/aai/interceptors/post/ResponseTransactionLogging.java [new file with mode: 0644]
aai-resources/src/main/java/org/onap/aai/interceptors/pre/AAIRequestFilterPriority.java [moved from aai-resources/src/main/java/org/onap/aai/ajsc_aai/JaxrsUserService.java with 57% similarity]
aai-resources/src/main/java/org/onap/aai/interceptors/pre/HeaderValidation.java [new file with mode: 0644]
aai-resources/src/main/java/org/onap/aai/interceptors/pre/RequestHeaderManipulation.java [new file with mode: 0644]
aai-resources/src/main/java/org/onap/aai/interceptors/pre/RequestModification.java [new file with mode: 0644]
aai-resources/src/main/java/org/onap/aai/interceptors/pre/RequestTransactionLogging.java [new file with mode: 0644]
aai-resources/src/main/java/org/onap/aai/interceptors/pre/SetLoggingContext.java [new file with mode: 0644]
aai-resources/src/main/java/org/onap/aai/rest/LegacyMoxyConsumer.java
aai-resources/src/main/java/org/onap/aai/rest/bulk/BulkUriInfo.java
aai-resources/src/main/java/org/onap/aai/rest/retired/RetiredConsumer.java
aai-resources/src/main/java/org/onap/aai/rest/util/EchoResponse.java
aai-resources/src/main/java/org/onap/aai/util/AAIAppServletContextListener.java [deleted file]
aai-resources/src/main/java/org/onap/aai/web/JerseyConfiguration.java [new file with mode: 0644]
aai-resources/src/main/java/org/onap/aai/web/LocalHostAccessLog.java [new file with mode: 0644]
aai-resources/src/main/java/org/onap/aai/web/WebConfiguration.java [new file with mode: 0644]
aai-resources/src/main/jenkins/Jenkinsfile [new file with mode: 0644]
aai-resources/src/main/jenkins/build.groovy [new file with mode: 0644]
aai-resources/src/main/jenkins/checkout.groovy [new file with mode: 0644]
aai-resources/src/main/jenkins/deploy.groovy [new file with mode: 0644]
aai-resources/src/main/kubernetes/ajsc6configdemo-rc.yaml [new file with mode: 0644]
aai-resources/src/main/kubernetes/ajsc6configdemo-svc.yaml [new file with mode: 0644]
aai-resources/src/main/kubernetes/ajsc6configdemo.yaml [new file with mode: 0644]
aai-resources/src/main/kubernetes/kubectl.conf [new file with mode: 0644]
aai-resources/src/main/resources/application.properties [new file with mode: 0644]
aai-resources/src/main/resources/bootstrap.properties [new file with mode: 0644]
aai-resources/src/main/resources/docker/Dockerfile.ext [deleted file]
aai-resources/src/main/resources/docker/commonLibs/README [deleted file]
aai-resources/src/main/resources/docker/docker-entrypoint.sh [deleted file]
aai-resources/src/main/resources/docker/init-chef.sh [deleted file]
aai-resources/src/main/resources/etc/VNT-migration-data/VNT-migration-input.csv [moved from aai-resources/bundleconfig-local/etc/VNT-migration-data/VNT-migration-input.csv with 100% similarity]
aai-resources/src/main/resources/etc/appprops/Introscope.properties [moved from aai-resources/bundleconfig-local/etc/appprops/Introscope.properties with 100% similarity]
aai-resources/src/main/resources/etc/appprops/PostProcessorInterceptors.properties [moved from aai-resources/bundleconfig-local/etc/appprops/PostProcessorInterceptors.properties with 100% similarity]
aai-resources/src/main/resources/etc/appprops/PreProcessorInterceptors.properties [moved from aai-resources/bundleconfig-local/etc/appprops/PreProcessorInterceptors.properties with 100% similarity]
aai-resources/src/main/resources/etc/appprops/aaiconfig.properties [moved from aai-resources/bundleconfig-local/etc/appprops/aaiconfig.properties with 100% similarity]
aai-resources/src/main/resources/etc/appprops/app-intercepts.properties [moved from aai-resources/bundleconfig-local/etc/appprops/app-intercepts.properties with 100% similarity]
aai-resources/src/main/resources/etc/appprops/caet.properties [moved from aai-resources/bundleconfig-local/etc/appprops/caet.properties with 100% similarity]
aai-resources/src/main/resources/etc/appprops/createDBSchema-logback.xml [moved from aai-resources/bundleconfig-local/etc/appprops/createDBSchema-logback.xml with 100% similarity]
aai-resources/src/main/resources/etc/appprops/dataGrooming-logback.xml [moved from aai-resources/bundleconfig-local/etc/appprops/dataGrooming-logback.xml with 100% similarity]
aai-resources/src/main/resources/etc/appprops/dataSnapshot-logback.xml [moved from aai-resources/bundleconfig-local/etc/appprops/dataSnapshot-logback.xml with 100% similarity]
aai-resources/src/main/resources/etc/appprops/default-logback.xml [moved from aai-resources/bundleconfig-local/etc/appprops/default-logback.xml with 100% similarity]
aai-resources/src/main/resources/etc/appprops/dupeTool-logback.xml [new file with mode: 0644]
aai-resources/src/main/resources/etc/appprops/dynamic.properties [moved from aai-resources/bundleconfig-local/etc/appprops/dynamic.properties with 100% similarity]
aai-resources/src/main/resources/etc/appprops/dynamicPayloadGenerator-logback.xml [moved from aai-resources/bundleconfig-local/etc/appprops/dynamicPayloadGenerator-logback.xml with 100% similarity]
aai-resources/src/main/resources/etc/appprops/error.properties [moved from aai-resources/bundleconfig-local/etc/appprops/error.properties with 99% similarity]
aai-resources/src/main/resources/etc/appprops/forceDelete-logback.xml [moved from aai-resources/bundleconfig-local/etc/appprops/forceDelete-logback.xml with 100% similarity]
aai-resources/src/main/resources/etc/appprops/getres-logback.xml [moved from aai-resources/bundleconfig-local/etc/appprops/getres-logback.xml with 100% similarity]
aai-resources/src/main/resources/etc/appprops/loadDataForDHV-logback.xml [moved from aai-resources/bundleconfig-local/etc/appprops/loadDataForDHV-logback.xml with 100% similarity]
aai-resources/src/main/resources/etc/appprops/logging.properties [moved from aai-resources/bundleconfig-local/etc/appprops/logging.properties with 100% similarity]
aai-resources/src/main/resources/etc/appprops/methodMapper.properties [moved from aai-resources/bundleconfig-local/etc/appprops/methodMapper.properties with 100% similarity]
aai-resources/src/main/resources/etc/appprops/migration-logback.xml [moved from aai-resources/bundleconfig-local/etc/appprops/migration-logback.xml with 100% similarity]
aai-resources/src/main/resources/etc/appprops/preferredRoute.txt [moved from aai-resources/bundleconfig-local/etc/appprops/preferredRoute.txt with 100% similarity]
aai-resources/src/main/resources/etc/appprops/pullInvData-logback.xml [moved from aai-resources/bundleconfig-local/etc/appprops/pullInvData-logback.xml with 100% similarity]
aai-resources/src/main/resources/etc/appprops/schemaMod-logback.xml [moved from aai-resources/bundleconfig-local/etc/appprops/schemaMod-logback.xml with 100% similarity]
aai-resources/src/main/resources/etc/appprops/titan-cached.properties [moved from aai-resources/bundleconfig-local/etc/appprops/titan-cached.properties with 100% similarity]
aai-resources/src/main/resources/etc/appprops/titan-realtime.properties [moved from aai-resources/bundleconfig-local/etc/appprops/titan-realtime.properties with 100% similarity]
aai-resources/src/main/resources/etc/appprops/uniquePropertyCheck-logback.xml [moved from aai-resources/bundleconfig-local/etc/appprops/uniquePropertyCheck-logback.xml with 100% similarity]
aai-resources/src/main/resources/etc/auth/aai-client-cert.p12 [new file with mode: 0644]
aai-resources/src/main/resources/etc/auth/aai_keystore [moved from aai-resources/bundleconfig-local/etc/auth/aai_keystore with 100% similarity]
aai-resources/src/main/resources/etc/auth/realm.properties [moved from aai-resources/src/main/config/realm.properties with 100% similarity]
aai-resources/src/main/resources/etc/scriptdata/tenant_isolation/nodes.json [moved from aai-resources/bundleconfig-local/etc/scriptdata/tenant_isolation/nodes.json with 100% similarity]
aai-resources/src/main/resources/etc/scriptdata/tenant_isolation/nodesAZCloud.json [moved from aai-resources/bundleconfig-local/etc/scriptdata/tenant_isolation/nodesAZCloud.json with 100% similarity]
aai-resources/src/main/resources/etc/scriptdata/tenant_isolation/nodesNoAZ.json [moved from aai-resources/bundleconfig-local/etc/scriptdata/tenant_isolation/nodesNoAZ.json with 100% similarity]
aai-resources/src/main/resources/etc/tmp-config/hbase-site.xml [moved from aai-resources/bundleconfig-local/etc/tmp-config/hbase-site.xml with 100% similarity]
aai-resources/src/main/resources/etc/tosca-migration-data/edgeLabelMigration.csv [moved from aai-resources/bundleconfig-local/etc/tosca-migration-data/edgeLabelMigration.csv with 100% similarity]
aai-resources/src/main/resources/localhost-access-logback.xml [moved from aai-resources/ajsc-shared-config/etc/localhost-access-logback.xml with 97% similarity]
aai-resources/src/main/resources/logback.xml [moved from aai-resources/ajsc-shared-config/etc/logback.xml with 86% similarity]
aai-resources/src/main/resources/logmessages.properties [new file with mode: 0644]
aai-resources/src/main/runtime/context/__module.ajsc.namespace.name__#__module.ajsc.namespace.version__.context [deleted file]
aai-resources/src/main/runtime/context/default#0.context [deleted file]
aai-resources/src/main/runtime/deploymentPackage/__module.ajsc.namespace.name__#__module.ajsc.namespace.version__.json [deleted file]
aai-resources/src/main/runtime/shiroRole/ajscadmin.json [deleted file]
aai-resources/src/main/runtime/shiroRole/contextadmin#__module.ajsc.namespace.name__.json [deleted file]
aai-resources/src/main/runtime/shiroRole/contextadmin#default.json [deleted file]
aai-resources/src/main/runtime/shiroUser/ajsc.json [deleted file]
aai-resources/src/main/runtime/shiroUserRole/ajsc#ajscadmin.json [deleted file]
aai-resources/src/main/runtime/shiroUserRole/ajsc#contextadmin#__module.ajsc.namespace.name__.json [deleted file]
aai-resources/src/main/runtime/shiroUserRole/ajsc#contextadmin#default.json [deleted file]
aai-resources/src/main/scripts/audit_schema.sh
aai-resources/src/main/scripts/common_functions.sh [new file with mode: 0644]
aai-resources/src/main/scripts/createDBSchema.sh
aai-resources/src/main/scripts/deleteTool.sh
aai-resources/src/main/scripts/dupeTool.sh [new file with mode: 0644]
aai-resources/src/main/scripts/dynamicPayloadArchive.sh
aai-resources/src/main/scripts/dynamicPayloadGenerator.sh
aai-resources/src/main/scripts/edgeTagger.sh
aai-resources/src/main/scripts/forceDeleteTool.sh
aai-resources/src/main/scripts/getTool.sh
aai-resources/src/main/scripts/install/addManualData.sh
aai-resources/src/main/scripts/putTool.sh
aai-resources/src/main/scripts/rshipTool.sh
aai-resources/src/main/scripts/run_DbTestProcessBuilder.sh
aai-resources/src/main/scripts/run_FixXSD.sh [deleted file]
aai-resources/src/main/scripts/run_Migrations.sh
aai-resources/src/main/swm/package/nix/dist_files/opt/app/aai-resources/docker-compose.template.yaml [new file with mode: 0644]
aai-resources/src/main/swm/package/nix/dist_files/opt/app/aai-resources/execTool.sh [new file with mode: 0644]
aai-resources/src/main/swm/package/nix/dist_files/opt/app/aai-resources/kill_resources.sh [new file with mode: 0755]
aai-resources/src/main/swm/package/nix/dist_files/opt/app/aai-resources/start_resources.sh [new file with mode: 0755]
aai-resources/src/main/swm/package/nix/dist_files/opt/app/aai-resources/stop_resources.sh [new file with mode: 0755]
aai-resources/src/main/swm/package/nix/install/postproc/post_proc [new file with mode: 0644]
aai-resources/src/main/swm/package/nix/install/preproc/pre_proc [new file with mode: 0644]
aai-resources/src/test/java/org/onap/aai/AAISetup.java
aai-resources/src/test/java/org/onap/aai/ResourcesTestConfiguration.java [new file with mode: 0644]
aai-resources/src/test/java/org/onap/aai/dbgen/DupeToolTest.java [new file with mode: 0644]
aai-resources/src/test/java/org/onap/aai/dbgen/ForceDeleteToolTest.java [new file with mode: 0644]
aai-resources/src/test/java/org/onap/aai/interceptors/AAILogJAXRSInInterceptorTest.java [deleted file]
aai-resources/src/test/java/org/onap/aai/interceptors/AAILogJAXRSOutInterceptorTest.java [deleted file]
aai-resources/src/test/java/org/onap/aai/interceptors/PostAaiAjscInterceptorTest.java [deleted file]
aai-resources/src/test/java/org/onap/aai/interceptors/PreAaiAjscInterceptorTest.java [deleted file]
aai-resources/src/test/java/org/onap/aai/rest/BulkProcessConsumerTest.java
aai-resources/src/test/java/org/onap/aai/rest/LegacyMoxyConsumerTest.java
aai-resources/src/test/java/org/onap/aai/rest/PserverTest.java [new file with mode: 0644]
aai-resources/src/test/java/org/onap/aai/rest/URLFromVertexIdConsumerTest.java
aai-resources/src/test/java/org/onap/aai/rest/VertexIdConsumerTest.java
aai-resources/src/test/java/org/onap/aai/rest/retired/RetiredConsumerTest.java
aai-resources/src/test/java/org/onap/aai/schema/db/AuditOXMTest.java [deleted file]
aai-resources/src/test/java/org/onap/aai/serialization/db/DBSerializerMaxRetryTest.java [deleted file]
aai-resources/src/test/java/org/onap/aai/util/AAIAppServletContextListenerTest.java [deleted file]
aai-resources/src/test/java/org/onap/aai/util/AAICSVWriterTest.java [deleted file]
aai-resources/src/test/resources/application-test.properties [new file with mode: 0644]
aai-resources/src/test/resources/logback.xml
deploy.sh [deleted file]
docker-compose.yml [deleted file]
pom.xml