aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2022-03-24Fix clm issuejinquanni2-0/+5
Issue-ID: MSB-654 Signed-off-by: jinquanni <ni.jinquan@zte.com.cn> Change-Id: I4897fefdafb9b46c5f547fb17e663bef75aefa47
2019-03-20Remove Chinese comments1.2.0Huabing Zhao13-88/+66
Change-Id: I6734d0e2264c79faf1c02b5d3c4500140dc14f80 Issue-ID: MSB-197 Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>
2019-03-19Remove Chinese commentsHuabing Zhao1-41/+33
Change-Id: I6734d0e2264c79faf1c02b5d3c4500140dc14f79 Issue-ID: MSB-197 Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>
2019-02-26Merge "Added sonar reported fix in MicroserviceInfo class"Huabing Zhao1-2/+1
2019-01-23Parse to long reported in sonarChandan Ghosh1-3/+3
Parse to long. Reported in sonar Issue-ID: MSB-312 Change-Id: Ife6e4926fa5a89f187430848eb96ee8ad278b9cc Signed-off-by: Chandan Ghosh <cghosh12@in.ibm.com>
2019-01-16Added sonar reported fix in MicroserviceInfo classChandan Ghosh1-2/+1
Added sonar reported code vulnerability Issue-ID: MSB-311 Change-Id: I04701f21bc82db2e3b3dbf036d6f1dc21eb6172c Signed-off-by: Chandan Ghosh <cghosh12@in.ibm.com>
2019-01-10Removed unused import3.0.1-ONAPChandan Ghosh1-1/+1
Removed Unused imports Issue-ID: MSB-310 Change-Id: If0f215f48f84a57c10c4f335568f974ff615ae40 Signed-off-by: Chandan Ghosh <cghosh12@in.ibm.com>
2018-10-11Merge "added junit testcase for LoadBalanceContext"Huabing Zhao1-0/+63
2018-10-04added junit testcase for LoadBalanceContextChandan Ghosh1-0/+63
Added junit testcase for LoadBalanceContext Issue-ID: MSB-292 Change-Id: I63b80633d22d718d7f9d79632cf665e8b2cc10a4 Signed-off-by: Chandan Ghosh <cghosh12@in.ibm.com>
2018-10-04Added junit testcase for JacksonRequestBodyConvertChandan Ghosh1-0/+64
Added junit testcase for JacksonRequestBodyConverter Issue-ID: MSB-292 Change-Id: If8711f35b0bfa28fbfa8d91fcc312601ac391c49 Signed-off-by: Chandan Ghosh <cghosh12@in.ibm.com>
2018-04-10Remove the default value of check time setLiZi1-2/+2
Change-Id: I55aaeb39f95c1e82d9661f983ceb00b8e2e19868 Issue-ID: MSB-189 Signed-off-by: LiZi <li.zi30@zte.com.cn>
2018-03-23Remove default health methodHuabingZhao1-1/+1
Issue-ID: MSB-183 Change-Id: Ia9dd227a7bf1ebec6c28d356d47e8751da551ecf Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2018-03-21Support healthy check for registered servicesHuabingZhao3-31/+100
Issue-ID: MSB-180 Change-Id: I352dfe32d3fbc1c7736ffbbb7b72718e6bbb5e01 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2018-03-08Solve nexus IQ security issueHuabingZhao1-78/+76
Upgrade the jackson-core to the latest version to solve SONATYPE-2017-0355 Issue-ID: MSB-131 Change-Id: I9a7fc431a07533c47fe56bd69b18012cf9d7216c Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2018-02-26Support HTTPS service registrationHuabingZhao5-284/+311
Issue-ID: MSB-147 Change-Id: I2fa11b7869cdc512a64497482e814970b701ce33 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2018-01-2950% Code Coverage-MSB Java SDKtanghua10-116/+261
Issue-ID: MSB-112 Change-Id: Id35936396a743d524fb749396cf8d9fec12ade79 Signed-off-by: tanghua <tang.hua52@zte.com.cn>
2017-12-06remove the heavy (many MB) unused dependenciesDenes Nemeth8-194/+7
Change-Id: I023855c8b163004df8732b075dc08db06fbb9b9b Issue-ID: MSB-102 Signed-off-by: Denes Nemeth <denes.nemeth@nokia.com>
2017-10-18Remove duplicated class variableHuabingZhao2-72/+51
Issue-Id: MSB-91 Change-Id: I66b7b80dc51ab726703c94e4e73a8f6d8b2c3593 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-10-10Add unit test for MSB JAVA SDKHuabingZhao7-13/+318
Issue-Id: MSB-86 Change-Id: Icfd790e04014c47aae87beab39fc812c2a64914c Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-10-10Add unit test for MSB JAVA SDKHuabingZhao3-10/+211
Issue-Id: MSB-86 Change-Id: Id383cd1d81a36d9bbb2a121938f3957ad16e7cf0 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-10-09Unit test for MSB JAVA SDKHuabingZhao6-116/+381
Issue-Id: MSB-86 Change-Id: I1a3458e5a75121ceb895c1aa832007609762dae5 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-08-21HTTP Client RefactoryHuabingZhao1-8/+9
Issue-Id: MSB-22 Change-Id: I1fab2a3b8cabf6da817fe57bc4ac71f63c5167a8 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-08-18Change comments to EnglishHuabingZhao6-80/+16
Issue_Id: MSB-22 Change-Id: I9cc5eee1adeb3c271f543ff6a8ff717764ccd5a7 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-08-18Modify Example codeHuabingZhao2-150/+50
Issue-Id: MSB-23 Change-Id: I03a05b27987015725234d31ccbef2b979be40f92 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-08-17msb http clientHuabingZhao34-0/+2709
Issue-Id: MSB-22 Change-Id: I79714244d675e193a0bf6bf64085e76a02e937e3 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-08-17msb discovery java clientHuabingZhao16-0/+1607
Change-Id: Ibded02af67b9af6a2fdd57591688ec8b9a63121e Issue-Id: MSB-12 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>