Updated changelog

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/resource-registry-client@150501 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2017-06-23 13:53:19 +00:00
parent 7ab7ba07f9
commit a67c88fcb7
2 changed files with 5 additions and 2 deletions

View File

@ -1,7 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE xml>
<ReleaseNotes>
<Changeset component="org.gcube.information-system.resource-registry-client.1-3-0" date="${buildDate}">
<Changeset component="org.gcube.information-system.resource-registry-client.1-4-0" date="${buildDate}">
<Change>Added HAProxy discovery support #8757</Change>
</Changeset>
<Changeset component="org.gcube.information-system.resource-registry-client.1-3-0" date="2017-06-07">
<Change>Removed common-generic-clients, common-gcube-calls and common-fw-clients from dependencies</Change>
<Change>The client is now a generic http-client (using HTTPCall class provided in API) autoquery th old is to get resource-registry instance. It is not implement as gcube-proxy anymore.</Change>
<Change>Added exists() method which uses HEAD HTTP method to get existence from Resource Registry</Change>

View File

@ -78,7 +78,7 @@ public class ResourceRegistryClientFactory {
throw new Exception("No ResourceRegistry Proxy Found");
}
} catch (Exception e) {
logger.debug("{}. Trying to look for the Service Endpoint.", e.getMessage());
logger.debug("{}. Looking for RunningInstance.", e.getMessage());
SimpleQuery serviceQuery = queryForService();
addresses = ICFactory.client().submit(serviceQuery);
}