aboutsummaryrefslogtreecommitdiffstats
path: root/apiroute/apiroute-service/src/main/java/org/onap
AgeCommit message (Collapse)AuthorFilesLines
2018-03-12Solve 500 error for deleting serviceHuabingZhao1-2/+7
Change-Id: Iae4c56fe6cbe2009d36dfd451029413b9227c8f7 Issue-ID: MSB-99 MSB-92 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2018-01-19Fix Nexus-IQ security issuesHuabingZhao2-5/+5
update dependency libs Issue-ID: MSB-129 Change-Id: Ibfaf15b9690accc1ecabfa92c78ca1cc2c1372bc Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-09-11Redirect requests to Discovery serviceHuabingZhao3-134/+194
Service registration and discovery are provided by Discovery service, So the requests to api gateway should be redirected to Discovery. Issue-Id: MSB-73 Change-Id: I9f5530c53e473a2d2e96f3d4316ee286e2cff426 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-09-11Route service requests to discovery serviceHuabingZhao2-15/+192
Route service registration request to discovery service Route service discovery request to discovery service Issue-Id: MSB-73 Change-Id: I88a37a075245f7d6923d96e2b59307d2b1caf4dc Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-09-08Remove service registration and discovery REST apiHuabingZhao1-2/+2
The service registration and discovery REST api is deprecated. Microservice should register to discovery service which is running at 10081 port. Issue-Id: MSB-71 Change-Id: If37cc992d7a86d63f1d9a1f9f610a0d0c5d5ccdc Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-09-07Fix java check style warningHuabingZhao91-7670/+7247
Change-Id: I98a6d7237a213d007ad4d954989cb0b0fa150a10 Issue-Id: MSB-67 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-09-07Add license header for java filesHuabingZhao91-193/+1127
Issue-Id: MSB-66 Change-Id: I874e530f8ece64bdb11afb1350425399ea21d927 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-08-07modify copyright yearHuabingZhao28-28/+28
Change-Id: Ibeac8e1c211929291b8ee13d4d0bc2b43af17440 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-07-25Divide the MSB source codes into two reposHuabingZhao91-0/+10922
Change-Id: Ie76d545b214a8ce5191f215350a623e1529983d9 Issue-id: MSB-5 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>