diff --git a/.DS_Store b/.DS_Store index bb5a37b..2b015a3 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/.gitignore b/.gitignore index b83d222..cab5034 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /target/ +/docs/ diff --git a/CHANGELOG.md b/CHANGELOG.md index bd25fc8..c1e3ed1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [v2.6.0-SNAPSHOT] - 2022-04-06 + +- Feature #23186, Full notifications support for social service + ## [v2.5.0] - 2022-04-06 - enunciate integration diff --git a/README.md b/README.md index cc466fe..835fa61 100644 --- a/README.md +++ b/README.md @@ -17,14 +17,15 @@ See [Releases](https://code-repo.d4science.org/gCubeSystem/social-networking-library-ws/releases). + ## Authors -* **Costantino Perciante** - [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) +* **Costantino Perciante** ## Maintainers -* **Lucio Lelii** - [ISTI-CNR Infrascience Group](http://nemis.isti.cnr.it/groups/infrascience) -* **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 @@ -37,12 +38,4 @@ open-source software toolkit used for building and operating Hybrid Data Infrastructures enabling the dynamic deployment of Virtual Research Environments by favouring the realisation of reuse oriented policies. -The projects leading to this software have received funding from a series of European Union programmes including: - -- the Sixth Framework Programme for Research and Technological Development - - DILIGENT (grant no. 004260); -- the Seventh Framework Programme for research, technological development and demonstration - - D4Science (grant no. 212488), D4Science-II (grant no.239019), ENVRI (grant no. 283465), EUBrazilOpenBio (grant no. 288754), iMarine(grant no. 283644); -- the H2020 research and innovation programme - - BlueBRIDGE (grant no. 675680), EGIEngage (grant no. 654142), ENVRIplus (grant no. 654182), Parthenos (grant no. 654119), SoBigData (grant no. 654024),DESIRA (grant no. 818194), ARIADNEplus (grant no. 823914), RISIS2 (grant no. 824091), PerformFish (grant no. 727610), AGINFRAplus (grant no. 731001); - \ No newline at end of file +The projects leading to this software have received funding from a series of European Union programmes see [FUNDING.md](FUNDING.md) \ No newline at end of file diff --git a/enunciate.xml b/enunciate.xml index 42b8080..167927e 100644 --- a/enunciate.xml +++ b/enunciate.xml @@ -7,11 +7,19 @@ pattern="org.gcube.portal.social.networking.ws.docs.DocsGenerator" /> - + - + + + + + - + \ No newline at end of file diff --git a/pom.xml b/pom.xml index a185ca9..c28b1ef 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ org.gcube.portal social-networking-library-ws war - 2.5.0 + 2.6.0-SNAPSHOT social-networking-library-ws Rest interface for the social networking library. @@ -50,7 +50,6 @@ ${enunciate.version} provided - com.webcohesion.enunciate enunciate-rt-util @@ -70,7 +69,7 @@ 3.20-geoapi-3.0 provided - + net.sf.ehcache ehcache @@ -138,6 +137,10 @@ javax.ws.rs jsr311-api + + org.mortbay.jetty + servlet-api + @@ -295,29 +298,12 @@ 4.3 compile + - + ${project.name} - - - - - - - - - - - - - - - - - - com.webcohesion.enunciate