Age | Commit message (Collapse) | Author | Files | Lines |
|
Change-Id: Icd0fe1a261370f21ee391aaf3294e84b2b33deb7
Signed-off-by: eh552t <eh552t@intl.att.com>
Issue-ID: CLAMP-61
|
|
Need to add sequential in connection url to be
able to retry
Change-Id: Ib5343de3c1ecad317ae1628590b1766a31ed1f15
Signed-off-by: eh552t <eh552t@intl.att.com>
Issue-ID: CLAMP-42
|
|
With the change from Mysql to MariaDB connector
maxReconnect parameters doesn't work anymore.
We then need to use retriesAllDown instead but
this is doing retries as fast as possible with
no wait between tries so need an arbitrary high
value. With maxReconnect it was waiting a time
exponentially growing so a low value was enough.
Change-Id: I7d03baa69bbee46d82a403f573d9f492f9720a4c
Signed-off-by: eh552t <eh552t@intl.att.com>
Issue-ID: CLAMP-42
|
|
With the change from Mysql to MariaDB connector
maxReconnect parameter doesn't work anymore.
We then need to use retriesAllDown instead but
this is doing retries as fast as possible with
no wait between tries so need an arbitrary high
value. With maxReconnect it was waiting a time
exponentially growing so a low value was enough.
Change-Id: Id1429759aa4bdcfc9af1934fd6f8b848ed879e91
Signed-off-by: eh552t <eh552t@intl.att.com>
Issue-ID: CLAMP-42
|
|
Replace the mysql connector used by Spring to mariadb
+ remove the Mysql connector from the clamp.jar
Change-Id: If7241e111d07ad98eba3b0fcb612b0f4711d683d
Issue-Id: CLAMP-52
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
|
|
Increase maxReconnects from default value 3 to 100
Change-Id: Iab8ee1e1a43f03a6442c051e11e44236c07ed6b9
Signed-off-by: eh552t <eh552t@intl.att.com>
Issue-Id: CLAMP-42
|
|
Rework the pom & swagger config
+ Remove license plugin in pom and license files
+ Rework the dockerfile (support all clamp versions now)
+ Introduce the version.properties
Change-Id: Ia823e00309d651ca40ef12beeae02fb01d8a80a9
Issue-Id: CLAMP-1
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
|
|
Rework the DB model + new SQL associated to that
Change-Id: Ibfa6e0bc9942f8b51a1681fab98502c462d34def
Issue-Id: CLAMP-1
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
|
|
Change-Id: I2e8070a590618a06070f393d7b2c011029af5e8a
Signed-off-by: ChrisC <cc697w@intl.att.com>
|