From b9b918d7ce280b001e5b230ebc96b592419d67fb Mon Sep 17 00:00:00 2001 From: Massimiliano Assante Date: Wed, 20 Apr 2022 11:47:51 +0200 Subject: [PATCH] revised changelog and pom, no change in the code --- .DS_Store | Bin 0 -> 6148 bytes .classpath | 2 +- .settings/org.eclipse.jdt.core.prefs | 2 + CHANGELOG.md | 76 ++++++++++++++++++++ FUNDING.md | 26 +++++++ META-INF/~$KeySpace Structure.xlsx | Bin 165 -> 0 bytes README.md | 5 +- distro/LICENSE | 1 - distro/README | 67 ------------------ distro/changelog.xml | 102 --------------------------- distro/descriptor.xml | 42 ----------- distro/profile.xml | 25 ------- pom.xml | 9 +-- 13 files changed, 109 insertions(+), 248 deletions(-) create mode 100644 .DS_Store create mode 100644 CHANGELOG.md create mode 100644 FUNDING.md delete mode 100644 META-INF/~$KeySpace Structure.xlsx delete mode 100644 distro/LICENSE delete mode 100644 distro/README delete mode 100644 distro/changelog.xml delete mode 100644 distro/descriptor.xml delete mode 100644 distro/profile.xml diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..d789fc5cd9a38cd63eb54f5ab22a6b5d5c381c53 GIT binary patch literal 6148 zcmeHK%}N6?5T3ME(~8)GpvPRiRcN&!JqT<40S}6>MGq>vON%bl-O}A!v{v>t^o@K1 zU&omwEtcxVgGiZy$v2swgnYZ?2LMF9*Q@{(0YIV>X7bp4BNQi{l8p5b3O&XK9Ki`3 z`u(^wmCcU-$N+si3CC~%4cLV*-_LJHKE~etPCJN`a`{7KvbnkW1t|-%uvEBm@1nk& zcu6m=d)*7_oqEZgZ|z1Dwa2#Sp9QV{b#Y}c3KK5~TU}ioG+UT*c^-t#s9%qIVKdg_ zxF#TFUgochYlFeocD1B7Yt>;%4QiF`lB!nA!(m>ou2*)BZtfqS2G7HnSHrHrA5qJ) z#Sy%rF}2VKw;Q&j@D^jEx=}tOGr$Zm12fEk-SXt(46l)w#tbk6zhi**2Zc)LSWFG- ztpgjnK2khKNP;%KB?y&8$6{&_BPha@BAQZRpBTcFqhHxP$6{*Gl!MSS<2ZI^VP7ah z&yIej(?K`}xn%~Jfk_6krdy=*|KR8M|6~#Om;q*BrWg>peRsc(OR{I{)Z*x@Rj4

k7CTFqj(Kf3;Goqh>pe7AbL>vBA{vDh8g%%20j6hdr)Qo literal 0 HcmV?d00001 diff --git a/.classpath b/.classpath index 8f25835..b3e77a4 100644 --- a/.classpath +++ b/.classpath @@ -23,7 +23,7 @@ - + diff --git a/.settings/org.eclipse.jdt.core.prefs b/.settings/org.eclipse.jdt.core.prefs index 8445b6b..db24ee7 100644 --- a/.settings/org.eclipse.jdt.core.prefs +++ b/.settings/org.eclipse.jdt.core.prefs @@ -7,7 +7,9 @@ org.eclipse.jdt.core.compiler.debug.lineNumber=generate org.eclipse.jdt.core.compiler.debug.localVariable=generate org.eclipse.jdt.core.compiler.debug.sourceFile=generate org.eclipse.jdt.core.compiler.problem.assertIdentifier=error +org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled org.eclipse.jdt.core.compiler.problem.enumIdentifier=error org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning +org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=ignore org.eclipse.jdt.core.compiler.release=disabled org.eclipse.jdt.core.compiler.source=1.8 diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..7638f42 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,76 @@ + +# Changelog for Social Networking Library + +All notable changes to this project will be documented in this file. +This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + + +## [v1.17.0-SNAPSHOT] - 2022-04-20 + + - Ported to git + +## [v1.16.1] - 2018-03-07 + + - Added JsInterop DTOs (ClientPost, ClientAttachment and JSON) for supporting new IPC Client side in NewsFeed + +## [v1.16.0] - 2017-05-25 + + - Added feature for hashtags in comments + +## [v1.15.0] - 2017-01-25 + + - Added support for job completion notifications + - Improved exceptions handling + +## [v1.14.0] - 2016-09-29 + + - Upgraded astyanax dependency to 2.0.2 + - Removed support for Document Workflow notification + +## [v1.13.0] - 2016-09-05 + + - Method to close connections pool to Apache Cassandra added + - Added methods to retrieve recent user's commented and liked posts + - Added enum class ShowUserStatisticAction + +## [v1.10.0] - 2016-01-22 + + - Feature #1982, multi attachments to posts + +## [v1.9.0] - 2016-01-15 + + - Feature #1663, for user statistics fast retrieval + - Feature #1493, updated the way we instanciate keyspace, now it is more efficient + - Fix Bug #246, updated methods for editing comments + +## [v1.8.0] - 2015-07-03 + + - Added feature for invites and hashtags + +## [v1.6.0] - 2014-04-08 + + - Added feature for post retrieval by range + - Added feature for notifications retrieval by range + - Added feature for unlike + +## [v1.5.0] - 2014-03-05 + + - Added feature for post alert notifications + +## [v1.3.0] - 2013-07-08 + + - Added feature for calendar notifications + - Added feature for URL encoding decoding js base 6 + +## [v1.2.0] - 2013-05-29 + + - Added feature for fine grained notifications + +## [v1.1.0] - 2013-04-19 + + - Added feature for people taggings (mentions) + - Fix for method getAllPortalPrivacyLevelFeeds() not recongnizing application posts + +## [v1.0.0] - 2013-01-11 + +- First release diff --git a/FUNDING.md b/FUNDING.md new file mode 100644 index 0000000..6fa9eac --- /dev/null +++ b/FUNDING.md @@ -0,0 +1,26 @@ +# Acknowledgments + +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](https://cordis.europa.eu/project/id/004260) (grant no. 004260). +- the Seventh Framework Programme for research, technological development and demonstration + - [D4Science](https://cordis.europa.eu/project/id/212488) (grant no. 212488); + - [D4Science-II](https://cordis.europa.eu/project/id/239019) (grant no.239019); + - [ENVRI](https://cordis.europa.eu/project/id/283465) (grant no. 283465); + - [iMarine](https://cordis.europa.eu/project/id/283644) (grant no. 283644); + - [EUBrazilOpenBio](https://cordis.europa.eu/project/id/288754) (grant no. 288754). +- the H2020 research and innovation programme + - [SoBigData](https://cordis.europa.eu/project/id/654024) (grant no. 654024); + - [PARTHENOS](https://cordis.europa.eu/project/id/654119) (grant no. 654119); + - [EGI-Engage](https://cordis.europa.eu/project/id/654142) (grant no. 654142); + - [ENVRI PLUS](https://cordis.europa.eu/project/id/654182) (grant no. 654182); + - [BlueBRIDGE](https://cordis.europa.eu/project/id/675680) (grant no. 675680); + - [PerformFISH](https://cordis.europa.eu/project/id/727610) (grant no. 727610); + - [AGINFRA PLUS](https://cordis.europa.eu/project/id/731001) (grant no. 731001); + - [DESIRA](https://cordis.europa.eu/project/id/818194) (grant no. 818194); + - [ARIADNEplus](https://cordis.europa.eu/project/id/823914) (grant no. 823914); + - [RISIS 2](https://cordis.europa.eu/project/id/824091) (grant no. 824091); + - [EOSC-Pillar](https://cordis.europa.eu/project/id/857650) (grant no. 857650); + - [Blue Cloud](https://cordis.europa.eu/project/id/862409) (grant no. 862409); + - [SoBigData-PlusPlus](https://cordis.europa.eu/project/id/871042) (grant no. 871042); \ No newline at end of file diff --git a/META-INF/~$KeySpace Structure.xlsx b/META-INF/~$KeySpace Structure.xlsx deleted file mode 100644 index 3180789dd6b65af31bc667d7e43cdd2a30435004..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 165 zcmWgfO)M_X%+1WnOw7wya4arP%qvM%AP7Vld>IlMih(ebAs2{qfH;vMk0GByfx!_h N4&s$CqyqVrLjXK!7*hZM diff --git a/README.md b/README.md index f78b456..2fd82ff 100644 --- a/README.md +++ b/README.md @@ -22,12 +22,11 @@ See [Releases](https://code-repo.d4science.org/gCubeSystem/social-util-library/r ## Authors -* **Massimiliano Assante** - [ISTI-CNR Infrascience Group](http://nemis.isti.cnr.it/groups/infrascience) -* **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) ## 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/distro/LICENSE b/distro/LICENSE deleted file mode 100644 index 2d9616a..0000000 --- a/distro/LICENSE +++ /dev/null @@ -1 +0,0 @@ -${gcube.license} \ No newline at end of file diff --git a/distro/README b/distro/README deleted file mode 100644 index 35c99c0..0000000 --- a/distro/README +++ /dev/null @@ -1,67 +0,0 @@ -The gCube System - ${name} --------------------------------------------------- - -${description} - - -${gcube.description} - -${gcube.funding} - - -Version --------------------------------------------------- - -${version} (${buildDate}) - -Please see the file named "changelog.xml" in this directory for the release notes. - - -Authors --------------------------------------------------- - -* Massimiliano Assante (massimiliano.assante-AT-isti.cnr.it), Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" - CNR, Pisa (Italy). - - - -Maintainers ------------ - -* Massimiliano Assante (massimiliano.assante-AT-isti.cnr.it), Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" - CNR, Pisa (Italy). - - -Download information --------------------------------------------------- - -Source code is available from SVN: - ${scm.url} - -Binaries can be downloaded from the gCube website: - ${gcube.website} - - -Installation --------------------------------------------------- - -Installation documentation is available on-line in the gCube Wiki: - ${gcube.wikiRoot}/ - - -Documentation --------------------------------------------------- - -Documentation is available on-line in the gCube Wiki: - ${gcube.wikiRoot}/ - ${gcube.wikiRoot}/ - -Support --------------------------------------------------- - -Bugs and support requests can be reported in the gCube issue tracking tool: - ${gcube.issueTracking} - - -Licensing --------------------------------------------------- - -This software is licensed under the terms you may find in the file named "LICENSE" in this directory. diff --git a/distro/changelog.xml b/distro/changelog.xml deleted file mode 100644 index 251d07d..0000000 --- a/distro/changelog.xml +++ /dev/null @@ -1,102 +0,0 @@ - - - Added JsInterop DTOs (ClientPost, ClientAttachment and JSON) for supporting new IPC Client side in NewsFeed - - - Added support for hashtags in comments - - - Added support for job completion notifications - Improved exceptions handling - - - upgrade astyanax dependency to 2.0.2 - removed support for Document Workflow notification - - - Method to close connections pool to Cassandra added - Added methods to retrieve recent user's commented and liked - feeds - - Added enum class ShowUserStatisticAction - - - Enhanced feed class added - - - Add support for multi attachments to post, Feature #1982 - - - - Add support for user statistics fast retrieval, Feature #1663 - - Updated the way we instanciate keyspace, now it is more - efficient, Feature #1493 - - Updated methods for editing comments, Bug #246 - - - If an index report an NotificationID which does not exist the - other User Notifications are returned #840 - - - - Added support for invites - - - Added support for hashtags - - - Fixed bug returning sendNotification false when a Notification - Preference was null for a given Notification Type - - - - Added support for feed retrieval by range - Added support for notifications retrieval by range - Added support for unlike feature - - - Added support for post alert notifications - - - Ported to Feather Weight Stack - Removed GCF Dependency - Logging with sl4j Enabled - - - Added support for calendar notifications - Added support for URL encoding decoding js base 64 - - - Added support for fine grained notifications - - - Added support for people taggings (mentions) - Added fix for method getAllPortalPrivacyLevelFeeds() not - recongnizing application feeds - - - - First Release - - diff --git a/distro/descriptor.xml b/distro/descriptor.xml deleted file mode 100644 index 9144461..0000000 --- a/distro/descriptor.xml +++ /dev/null @@ -1,42 +0,0 @@ - - servicearchive - - tar.gz - - / - - - ${distroDirectory} - / - true - - README - LICENSE - changelog.xml - profile.xml - - 755 - true - - - target/apidocs - /${artifactId}/doc/api - true - 755 - - - - - ${distroDirectory}/profile.xml - ./ - true - - - target/${build.finalName}.jar - /${artifactId} - - - \ No newline at end of file diff --git a/distro/profile.xml b/distro/profile.xml deleted file mode 100644 index f7f1ffa..0000000 --- a/distro/profile.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - Library - - gCube Social Networking Library - Portal - ${artifactId} - 1.0.0 - - - ${artifactId} - ${version} - - ${groupId} - ${artifactId} - ${version} - - - ${build.finalName}.jar - - - - - diff --git a/pom.xml b/pom.xml index bd46f2e..4fe6203 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ org.gcube.portal social-networking-library - 1.16.2 + 1.17.0-SNAPSHOT gCube Social Networking Library The gCube Social Networking Library is the 'bridge' between your gCube Applications and the social networking facilities. @@ -24,10 +24,6 @@ 2.8.1 - distro - 1.8 - 1.8 - UTF-8 UTF-8 @@ -36,7 +32,7 @@ org.gcube.distribution maven-portal-bom - 3.6.0 + 3.7.0-SNAPSHOT pom import @@ -119,7 +115,6 @@ ${maven.compiler.target} - org.apache.maven.plugins maven-jar-plugin