aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
AgeCommit message (Collapse)AuthorFilesLines
2020-04-18Default Cipher to empty stringTschaen, Brendan1-1/+1
Issue-ID: MUSIC-582 Signed-off-by: Tschaen, Brendan <ctschaen@att.com> Change-Id: I85a59925a40e196847983a7e60aa6d30b046d7e8
2020-04-17Remove key.propertiesTschaen, Brendan1-1/+1
Issue-ID: MUSIC-582 Signed-off-by: Tschaen, Brendan <ctschaen@att.com> Change-Id: I52cbc8399a27006f70db2f8f4dff4dc09856d9da
2020-03-25Bump up to 3.2.38Tschaen, Brendan1-1/+1
Issue-ID: MUSIC-561 Signed-off-by: Tschaen, Brendan <ctschaen@att.com> Change-Id: Icb1aa14b82019a4ebd43543d2250cd665b387399
2020-03-09Reverse some of the previous changes.Thomas Nelson1-2/+2
Leaving main pom change in. Issue-ID: MUSIC-574 Signed-off-by: Thomas Nelson <tn1381@att.com> Change-Id: I591fec9c3874debeb4c56de9279bc95c5bda9ba4
2020-03-09More changes to get MUSIC workingThomas Nelson1-0/+12
Issues running in K8s Issue-ID: MUSIC-574 Signed-off-by: Thomas Nelson <tn1381@att.com> Change-Id: Iba46fec48ad4c5710990328f43ac63bdf5e4b870
2020-02-19Fix Broken Docker BuildsThomas Nelson1-93/+0
Update Pom files and Directory Structure. Issue-ID: MUSIC-561 Signed-off-by: Thomas Nelson <tn1381@att.com> Change-Id: I3325b20cc4345e67a356a5cbb1bce7d45904be02
2020-01-21Add sonar propertyTschaen, Brendan1-8/+2
sonar looks for this file to pull from Change-Id: Ie6c551689967a781db22b50955d74ce95cc7f617 Issue-ID: MUSIC-521 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2019-09-26Split music src into music-core and music-restArthur Martella1-451/+7
Separating music into two directories to build with two pom files. Hopefully this should allow both jars to be deployed in nexus. Do not merge without careful review!!! Issue-ID: MUSIC-505 Signed-off-by: Martella, Arthur <arthur.martella.1@att.com> Change-Id: I9dd2074e7f4499216c2bcd00095829dd43e2d0f9
2019-09-26Read lock promotionTschaen, Brendan1-0/+5
Change-Id: Ib2515c728503fb729e6ecc2e09973bbfa9e2e317 Issue-ID: MUSIC-508 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2019-09-17Jackson Faster-xml vulnerability.Thomas Nelson (arthurdent3)1-9/+9
CVE-2019-14439 Information Disclosure Vulnerability FasterXML Jackson-databind is prone to an information-disclosure vulnerability that occurs due to a polymorphic typing issue. Specifically, this issue occurs when an externally exposed JSON endpoint has default typing enabled and has logback jar in the classpath. An attacker can exploit this issue to obtain sensitive information that may aid in further attacks. Issue-ID: MUSIC-504 Signed-off-by: Thomas Nelson (arthurdent3) <nelson24@att.com> Signed-off-by: Thomas Nelson (arthurdent3) <nelson24@att.com> Change-Id: I2c31986ff2d792d482f84406e96c47dbf652f32f
2019-09-16Deadlock detection by ownerArthur Martella1-0/+16
Issue-ID: MUSIC-502 Signed-off-by: Martella, Arthur <arthur.martella.1@att.com> Change-Id: Iec20cfeec96d7031c691055ffba2f65c34854adf
2019-09-05Rename springboot jarTschaen, Brendan1-1/+1
Jars are now MUSIC-SB.jar for springboot packaged jar and MUSIC.jar for music jar Change-Id: I9348d43227983b45c74a728862fc5608831e033c Issue-ID: MUSIC-466 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2019-08-12El Alto Early Drop VersionTschaen, Brendan1-1/+1
Change-Id: Ibe756c7e7236599bfcf62b73f06046ff6ffc57e4 Issue-ID: MUSIC-482 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2019-06-25Some bug fixes and Minor Chages.Thomas Nelson arthudent31-108/+52
Remove some Commented out code. Cleaned up Variables. Encryption of passwords added Updated Test Cases Fixed some errors in how they were reported. Reduced Logging clutter Some Vulnerability fixes. Change-Id: I64c7935d167d4a976681b5a18fd51aa667d0cd95 Issue-ID: MUSIC-413 Signed-off-by: Thomas Nelson arthudent3 <nelson24@att.com>
2019-05-16CADI and a few small updates.Nelson, Thomas (arthurdent3)1-2/+13
- Include CADI and remove Admin API and admin code. - A few Sonar Fixes. - Properties File Clean up. - Read/Write Locking API. - Various whitespace fixes. Issue-ID: MUSIC-394 Change-Id: I58e1b64b71796bb6bda1c97ea688f434a836d3c7 Signed-off-by: Nelson, Thomas (arthurdent3) <nelson24@att.com>
2019-05-13Changes Listed below:Nelson, Thomas (arthurdent3)1-60/+96
- Added build version API - Updated Keyspace active to use Properties setting - Update Libraries Netty,jbcrypt,Jackson Databind and log4j - Removed some irrelivant files - Updated some usint tests to ignore some tests(This will be updated soon) - Bugfixes - Missing Values, inform user. - Respond with proper error - Fix Locking Contention issue. - Add locking retry for atomic calls. Change-Id: Ie218dd92edb0c20e4a0efe33eeaaec84e5293c44 Issue-ID: MUSIC-393 Signed-off-by: Nelson, Thomas (arthurdent3) <nelson24@att.com>
2019-05-01Update oparent versionJessica Wagantall1-1/+1
Update oparent version to 2.0.0 which supports global-jjb maven-stage job. Change-Id: I14f32e240505dd9fd1ecd6708560a191e420e67f Issue-ID: CIMAN-234 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-04-04Removing failing trigger jobTschaen, Brendan1-13/+0
Change-Id: Ibe27bfd3bc152b09db4363bfb2151dbb7da25645 Issue-ID: MUSIC-375 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2019-03-17Update logbax.xml and create test resources.Nelson,Thomas(tn1381)(arthurdent3)1-8/+16
Also update pom to reflect that test resources are located in a different dir. Issue-ID: MUSIC-365 Change-Id: Ie118621dfdea9819403d3adf4f9d54cd2571ecdc Signed-off-by: Nelson,Thomas(tn1381)(arthurdent3) <tn1381@att.com>
2019-03-11Merge "update version of jackson datatype"Bharath Balasubramanian1-0/+7
2019-03-08update version of jackson datatypeNelson,Thomas(tn1381)(arthurdent3)1-0/+7
this is to resolve a vulnerbility. Issue-ID: MUSIC-363 Change-Id: Ieef2f72adc8cb3258e334cc454475d764f7ee52f Signed-off-by: Nelson,Thomas(tn1381)(arthurdent3) <tn1381@att.com>
2019-03-07Remove straggling zookeper referencesTschaen, Brendan1-16/+0
Issue-ID: MUSIC-361 Signed-off-by: Tschaen, Brendan <ctschaen@att.com> Change-Id: I4faac78bc898b07902ce97ac6112f0dcd4a3729a
2019-02-26Remove zookeeper referenceTschaen, Brendan1-20/+0
Test cachingUtil, and other test coverage increase Remove unused code Rebased ontop of authentication changes Change-Id: I795a9a90d0863b03cc2a4917d4ff13a0a6fca1cc Issue-ID: MUSIC-341 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2019-02-20Update MUSIC test cases.Tschaen, Brendan1-14/+37
Fix some old test cases that were expecting incorrect output Refactor to REST API suite to re-use cassandra instance Change-Id: I9400b3e1e3ce35114e587336f0841207493c9680 Issue-ID: MUSIC-341 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2019-01-31Update Jar.Nelson,Thomas(tn1381)(arthurdent3)1-1/+1
Change-Id: Ib78033ce66873e2180a6248a97339c0b54a22500 Issue-ID: MUSIC-303 Signed-off-by: Nelson,Thomas(tn1381)(arthurdent3) <tn1381@att.com>
2019-01-29Push variuos changesNelson,Thomas(tn1381)(arthurdent3)1-88/+277
- Spring Boot - Cadi - Cassandra Locking Change-Id: Ie9882f81f0ca141bdb7862cdabf978481fcd7c4a Issue-ID: MUSIC-296,MUSIC-272 Signed-off-by: Nelson,Thomas(tn1381)(arthurdent3) <tn1381@att.com>
2019-01-17removed dependency for javax servlet 2.4Sandeep J1-6/+3
dependencied for 2 versions of javax servlet existed in the pom. So, removed the dependency for version 2.4. Now, there is only one version, i.e., 3.0.1. Issue-ID: MUSIC-212 Change-Id: I16c676ed05da2aaf0527081f6ac3fb4ac5e805b2 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-11-05Update jaxb-api to resolve license issue.2.5.7Nelson,Thomas(tn1381)(arthurdent3)1-1/+7
Change-Id: I63ae25e4c42a56b70ccf69327b4680fe2d9933d1 Issue-ID: MUSIC-157 Signed-off-by: Nelson,Thomas(tn1381)(arthurdent3) <tn1381@att.com>
2018-10-17Update pom and other files to fix bug in MUSICThomas Nelson1-3/+4
Change-Id: Ic6086b40a2dd41b15b028cd0ddb7c62df7175682 Issue-ID: MUSIC-147 Signed-off-by: Thomas Nelson <nelson24@att.com>
2018-10-14Bug Fix to keep runcwl from failing.Thomas Nelson Jr1-1/+1
Update to ensure container exits with a 0 Change-Id: I330a9488017303a6a3b08473bdedf43b9d65abd6 Issue-ID: MUSIC-147 Signed-off-by: Thomas Nelson <nelson24@nelson42.com> Signed-off-by: Thomas Nelson Jr arthurdent3 <nelson24@att.com>
2018-10-04Added fix for OOF issue.Thomas Nelson Jr (arthurdent3) tn1381@att.com1-2/+2
Updated Pom files for Library version change. Change-Id: Ibf10eba8923353010b66ac8496fb53815f3affc4 Issue-ID: MUSIC-143 Signed-off-by: Thomas Nelson Jr (arthurdent3) tn1381@att.com <tn1381@att.com>
2018-09-17Update distribution files to support helm chartsThomas Nelson Jr (arthurdent3) tn1381@att.com1-12/+21
Helm Charts require new Docker images. Refined Cassandra and Cassandra cql loader. Change-Id: Ie7726025afd63e256a43aef9f39d53c32c90c77b Issue-ID: MUSIC-99 Signed-off-by: Thomas Nelson Jr (arthurdent3) tn1381@att.com <tn1381@att.com>
2018-08-27Swagger Update and other updates.Nelson, Thomas (tn1381)1-1/+1
Updates related to callback api Change-Id: I2a4c00e8db4a430c5998e7770389451610f0770a Issue-ID: MUSIC-97 Signed-off-by: Nelson, Thomas (tn1381) <tn1381@att.com>
2018-08-27Use managed guava versionGary Wu1-12/+12
Use centrally managed guava version specified in oparent. Includes upgrade to oparent 1.2.0. This change was submitted by script and may include additional whitespace or formatting changes. Change-Id: I32d49c89aa250e155a66d1302c16893f27803997 Issue-ID: INT-619 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-08-20Update swagger.json and other updates.Nelson, Thomas (tn1381)1-3/+7
Change-Id: I84753300e64ba82072e65ef1bde2cb76771ee046 Issue-ID: MUSIC-97 Signed-off-by: Nelson, Thomas (tn1381) <tn1381@att.com>
2018-08-08Updates to Callback Api and ConnectionThomas Nelson Jr1-1/+7
Change-Id: I6a3f0537a616ae4d54b47fa2c70ba5128e39f123 Issue-ID: MUSIC-92 Signed-off-by: Thomas Nelson Jr <tn1381@att.com>
2018-07-16various UpdatesThomas Nelson Jr (arthurdent3) tn1381@att.com1-12/+10
Q-api, triggers, conductor conditional updates. Bug fixes Change-Id: Iec392309787cd90f0a2827a2955399723640e800 Issue-ID: MUSIC-93 Signed-off-by: Thomas Nelson Jr (arthurdent3) tn1381@att.com <tn1381@att.com>
2018-06-07Document Updates and Bug FixesThomas Nelson Jr (arthurdent3) tn1381@att.com1-1/+4
Added latest Bug Fix Change-Id: I6e40e50a3e077c81f8098582b718bc60e39f8253 Issue-ID: MUSIC-76 Signed-off-by: Thomas Nelson Jr (arthurdent3) tn1381@att.com <tn1381@att.com>
2018-06-05Update Master to include jar folder.Thomas Nelson Jr (arthurdent3) tn1381@att.com1-1/+1
This will put jar folder form separate branch into this where it belongs and we can build properly for beijing. Cassablanca will have a parent pom approach. Change-Id: Ieae3fce5ab42faddf4964285533fdc59d8b963de Issue-ID: MUSIC-79 Signed-off-by: Thomas Nelson Jr (arthurdent3) tn1381@att.com <tn1381@att.com>
2018-04-28Merge "Change Version Number of Cassandra"Bharath Balasubramanian1-2/+2
2018-04-27Change Version Number of CassandraThomas Nelson Jr (arthurdent3) tn1381@att.com1-2/+2
Change-Id: I567086c33d1518bde6847effb069bb149db46c48 Issue-ID: MUSIC-74 Signed-off-by: Thomas Nelson Jr (arthurdent3) tn1381@att.com <tn1381@att.com>
2018-04-16Pin jnr-unixsocket for Docker plugin to 0.13Mohammed Naser1-0/+7
The current verison of jnr-unixsocket is 0.12 from the Docker plugin however in order to be able the images for ARM64, it needs the newer version which has support for it. There is work upstream to switch the version to 0.18[0] however it seems that this is still pending, so we can pin it for now until that merges. [0]: https://github.com/fabric8io/docker-maven-plugin/pull/770 Change-Id: Ia69b1b1807e79cbc50bd12dbb7dd7f9f3d60cfc9 Issue-ID: CIMAN-154 Signed-off-by: Mohammed Naser <mnaser@vexxhost.com>
2018-04-09Adding HEAT map information.Vikram Potturi(apotturi)1-1/+1
Change-Id: I676137f72ab3cf451532c8f8fcfd032f83c31d5b Issue-ID: MUSIC-63 Signed-off-by: Vikram Potturi(apotturi) <apotturi@gmail.com>
2018-04-04Update docker tag conventionJessica Wagantall1-1/+1
Update docker tagging convention to use: v0.17.0-SNAPSHOT-YYYYMMDDTHHMMSSZ (for dev images) v0.17.0-STAGING-YYYYMMDDTHHMMSSZ (for staging images) Change-Id: Ic42a81bb1b11e6d6dbfc5b620a1f5b1dc8fdd0b2 Issue-ID: CIMAN-132 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-03-28Documentation addedNelson,Thomas(tn1381)(arthurdent3)1-2/+2
Change-Id: I5fdf2b042451ea666a36a3ca31fb0783e0239878 Issue-ID: MUSIC-62 Signed-off-by: Nelson,Thomas(tn1381)(arthurdent3) <tn1381@att.com>
2018-03-27Code Coverage, Auth ID, DockerNelson,Thomas(tn1381)(arthurdent3)1-2/+2
Change-Id: If9212aea5a643f2db6c18090f17cd2da71f5a968 Issue-ID: MUSIC-44, MUSIC-65, MUSIC-56 Signed-off-by: Nelson,Thomas(tn1381)(arthurdent3) <tn1381@att.com>
2018-03-22Merge "Fix for HAS to run its CSIT"Bharath Balasubramanian1-1/+1
2018-03-22Fix for HAS to run its CSITThomas Nelson Jr (arthurdent3) tn1381@att.com1-1/+1
Default action of AID(AuthID) was to allow only one keyspace. HAS required the ability to create more than one. Also included are some Logging and response fixes. Change-Id: I30b7d0f5a5c6e535ff2b737dc58b8d4fbd427d02 Issue-ID: MUSIC-64, OPTFRA-191 Signed-off-by: Thomas Nelson Jr (arthurdent3) tn1381@att.com <tn1381@att.com>
2018-03-19Merge "CLM Fixes"Bharath Balasubramanian1-1/+5
2018-03-19CLM FixesThomas Nelson Jr (arthurdent3) tn1381@att.com1-1/+5
Added netty to the Dependency List. Change-Id: Id00fac7d3a124e82af1a7434d0c1cb7fb49ae022 Issue-ID: MUSIC-49, MUSIC-47 Signed-off-by: Thomas Nelson Jr (arthurdent3) tn1381@att.com <tn1381@att.com>