diff --git a/README.md b/README.md index d7714b5..68e3e3d 100644 --- a/README.md +++ b/README.md @@ -11,19 +11,19 @@ ## Documentation -* Use of this service is described in the [Wiki](https://wiki.gcube-system.org/gcube/OAuth2.0). +* N/A ## Change log -See [Releases](https://code-repo.d4science.org/gCubeSystem/social-networking-library-ws/releases). +See [Releases](https://code-repo.d4science.org/gCubeSystem/social-service-client/releases). ## Authors -* **Costantino Perciante** -* **Massimiliano Assante** - [ISTI-CNR Infrascience Group](http://nemis.isti.cnr.it/groups/infrascience) + +* **Massimiliano Assante** ([ORCID](https://orcid.org/0000-0002-3761-1492)) - [ISTI-CNR Infrascience Group](https://www.isti.cnr.it/People/M.Assante) ## Maintainers -* **Massimiliano Assante** - [ISTI-CNR Infrascience Group](http://nemis.isti.cnr.it/groups/infrascience) +* **Massimiliano Assante** ([ORCID](https://orcid.org/0000-0002-3761-1492)) - [ISTI-CNR Infrascience Group](https://www.isti.cnr.it/People/M.Assante) ## License diff --git a/src/test/java/org/gcube/portal/social_networking_client_library/TestClientServices.java b/src/test/java/org/gcube/portal/social_networking_client_library/TestClientServices.java index d056669..3571582 100644 --- a/src/test/java/org/gcube/portal/social_networking_client_library/TestClientServices.java +++ b/src/test/java/org/gcube/portal/social_networking_client_library/TestClientServices.java @@ -116,19 +116,19 @@ public class TestClientServices { } } - @Test - public void sendJobNotification() throws Exception { - NotificationClient notificationsClient = new NotificationClient(); - JobNotificationBean notification = new JobNotificationBean( - "luca.frosini", - UUID.randomUUID().toString(), - "SmartExecutor Social Indexer", - "SmartExecutor", - JobStatusType.SUCCEEDED, - "all ok"); - notificationsClient.sendJobNotification(notification); - logger.debug("Sent job notification "); - } +// @Test +// public void sendJobNotification() throws Exception { +// NotificationClient notificationsClient = new NotificationClient(); +// JobNotificationBean notification = new JobNotificationBean( +// "luca.frosini", +// UUID.randomUUID().toString(), +// "SmartExecutor Social Indexer", +// "SmartExecutor", +// JobStatusType.SUCCEEDED, +// "all ok"); +// notificationsClient.sendJobNotification(notification); +// logger.debug("Sent job notification "); +// } @Test public void getProfile() throws Exception {