aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
AgeCommit message (Collapse)AuthorFilesLines
2019-09-27Deadlock detection and recovery with new Music versionArthur Martella1-11/+0
Update MDBC to new Music version Fix errors caused by update Deadlock detection and recovery Replaces improperly stacked commits at https://gerrit.onap.org/r/c/music/mdbc/+/96357/2 Issue-ID: MUSIC-502 Signed-off-by: Martella, Arthur <arthur.martella.1@att.com> Change-Id: I96b87ba73b811a672e03895e0124d78d9bf409b1
2019-08-28Dependency missing in nexussubhash kumar singh1-1/+1
Dependency missing in nexus. Change-Id: I91a1db6a839bdd30e788b3cb68aacdd301083a4c Issue-ID: MUSIC-466 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2019-07-30Update MUSIC versionTschaen, Brendan1-2/+2
Issue-ID: MUSIC-466 Signed-off-by: Tschaen, Brendan <ctschaen@att.com> Change-Id: I702b03282f12b02cc59942828a153e1f13cfc620
2019-05-01Update oparent versionJessica Wagantall1-1/+1
Update oparent version to 2.0.0 which supports global-jjb maven-stage job. Change-Id: Ib9f38fbae9e95099856e6dda1d3ace2dc236c747 Issue-ID: CIMAN-234 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-04-03Remove benchmarksTschaen, Brendan1-2/+0
Will be moved elsewhere Issue-ID: MUSIC-376 Change-Id: Ieee0ff444e79c71443ff396b69b6a6c113e8ca7e Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2019-03-27Improve commit log and benchmarksArthur Martella1-5/+1
Attempting to reconcile Enrique's change at https://gerrit.onap.org/r/#/c/82999/ with the current master. Change-Id: Id669c267e89d185a18d4dfa9a24852ddefcd83eb Issue-ID: MUSIC-369 Signed-off-by: Arthur Martella <arthur.martella.1@att.com>
2019-02-18Use MariaDB librariesTschaen, Brendan1-7/+0
Change-Id: I240b94f7381c45b548b8d70714a4fcdb383a14aa Issue-ID: MUSIC-337 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2019-02-07Update sql parse interfaceTschaen, Brendan1-1/+1
Created junit tests Fix files code formatting Issue-ID: MUSIC-311 Change-Id: I9e11a17482a2567055fdee0da8e206ac92235d5f Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2019-01-31Switch to using mariadb connectorTschaen, Brendan1-0/+7
Change-Id: I24a756971b8b653cf2c753f76995b53c53b68d52 Issue-ID: MUSIC-289 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2019-01-23Fix node configuration/executable, and minor bugsEnrique Saurez1-0/+11
Change-Id: Ia442afe3146a532b01f8e7ef0f26c2dcbfdf4334 Issue-ID: MUSIC-281 Signed-off-by: Enrique Saurez <enrique.saurez@gmail.com>
2019-01-17mdbc-server throws exceptionRob Daugherty1-0/+5
This happens when the TablesConfiguration is done. It's apparently caused because music jar was compiled with netty 4.1, but the version present at runtime is 4.0. The solution I propose is to add an explicit dependency in mdbc for netty 4.1, which should override the 4.0 version pulled in by cassandra. Exception (java.lang.AbstractMethodError) encountered during startup: io.netty.util.concurrent.MultithreadEventExecutorGroup.newChild(Ljava/util/concurrent/Executor;[Ljava/lang/Object;)Lio/netty/util/conc urrent/EventExecutor; java.lang.AbstractMethodError: io.netty.util.concurrent.MultithreadEventExecutorGroup.newChild(Ljava/util/concurrent/Executor;[Ljava/lang/Object;)Lio/netty/util/concurrent/EventExecutor; Change-Id: Ie658ce4a7621eb2a0d2417d35e0fd2bd96565c8c Issue-ID: MUSIC-271 Signed-off-by: Rob Daugherty <rd472p@att.com>
2019-01-15Dag, Ownership and Checkpoint (ignore some tests)Enrique Saurez1-1/+1
Change-Id: Ia720ba45b4f9c8687f5eac5b0d64fd2be19fedaa Issue-ID: MUSIC-269 Signed-off-by: Enrique Saurez <enrique.saurez@gmail.com>
2018-12-20Remove netty dependency pulled in by music libraryTschaen, Brendan1-0/+6
Issue-ID: MUSIC-265 Change-Id: I04a403653db4bb989901a565cf64f85a0ed2239b Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2018-12-04MUSIC-224 Dockerize MdbcServerRob Daugherty1-0/+1
This is a single site installation, with a cassandra container, a mariadb container, and an mdbc-server container. To build the docker images, first build mdbc software normally, then use the 'docker' maven profile: mvn -P docker To bring up the environment: cd mdbc-packages/mdbc-docker/compose/one-site docker-compose up Change-Id: Ie48487fc6c7853b80017dfa45aff52801da52cf0 Issue-ID: MUSIC-224 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-11-30Upgrade to MUSIC 3.2.1Rob Daugherty1-1/+1
Add license headers to new files Change-Id: I1a557dbafbd29ce457b545dbd1ca2bc0db62a085 Issue-ID: MUSIC-219 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-11-26MySQL JUnit testTschaen, Brendan1-0/+6
and code cleanup, renaming variable for clarity, updating stale interfaces Change-Id: I766267c442b7b037b41fe9f2f33092a1c01669ca Issue-ID: MUSIC-205 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2018-11-06Self contain the unit testsTschaen, Brendan1-3/+29
Change-Id: Ib160116a075a1634f9d9cb6bf2527a010fc0e573 Issue-ID: MUSIC-177 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2018-11-05Change MDBC version, nexus repo propertyArthur Martella1-2/+3
Change-Id: I8ea07ea04c15a8af2b4127da1775cf339d89e36e Issue-ID: MUSIC-175 Signed-off-by: Arthur Martella <arthur.martella.1@att.com>
2018-11-05Modularized mdbc buildRob Daugherty1-24/+98
The mdbc pom should inherit from oparent. The top-level pom should not build the jar directly. It should be a parent pom for mdbc submodules. The first submodule will be called mdbc-server. Note: the "mdbc" jar will now be called "mdbc-server". Change-Id: I4456e659b7494641e5b3cefd540eb62a149b79a4 Issue-ID: MUSIC-175 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-10-30Add maven-assembly-plugin to pom.xmlArthur Martella1-0/+18
This will build mdbc-0.0.1-SNAPSHOT-jar-with-dependencies.jar to run the server. Change-Id: I63ee5f7d04c9bccb7f53e2f058ed28a55d21a528 Issue-ID: MUSIC-158 Signed-off-by: Arthur Martella <arthur.martella.1@att.com>
2018-10-29Migrate MDBC code to org.onap.musicArthur Martella1-1/+1
Patch set 2 now includes moving files in src/test/java Change-Id: Ic722bed9574f75d90b5b582247fec61084772cb8 Issue-ID: MUSIC-155 Signed-off-by: Arthur Martella <arthur.martella.1@att.com>
2018-10-26Change code structure to match pseudocodeEnrique Saurez1-11/+5
Issue-ID: MUSIC-149 Change-Id: Icc8967636192132133066f836614f7bee2ba6265 Signed-off-by: Enrique Saurez <enrique.saurez@gmail.com>
2018-10-25Update Music Interface and readme instructionsTschaen, Brendan1-1/+1
Change-Id: I998845eba64d712dd489a5af8b63c4c6b5a066d8 Issue-ID: MUSIC-149 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2018-10-16Initial commitTschaen, Brendan1-0/+162
Change-Id: I510baf73e4d35b651fb04e5b8e038dacb6a5a130 Issue-ID: MUSIC-149 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>