From 3da56deb1ee9961b8e6db31379e1506b72d62d0c Mon Sep 17 00:00:00 2001 From: Massimiliano Assante Date: Thu, 8 Oct 2020 09:28:31 +0200 Subject: [PATCH] Updated BOM gcube-smartgears-bom --- .DS_Store | Bin 0 -> 6148 bytes .settings/org.eclipse.wst.common.component | 5 +- CHANGELOG.md | 62 +++++++++++++++++++++ 3 files changed, 66 insertions(+), 1 deletion(-) create mode 100644 .DS_Store create mode 100644 CHANGELOG.md diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..57608bd521587c2efdf6f671f759e96aee9a1c64 GIT binary patch literal 6148 zcmeHK!A=4(5N!dmV2m70h-Eebeboo4(z2TE-Z+r+$O63S&%wBIZiad?7fFx+Xc}LF8(VfF<5+ zGV+G8w-!x~zsLZ7yCO@N%f_tFR=?l7HyVbMq+b8vxqM-(xGh9kly}Q_&LEySiJMF( zwmZJT-i4bCJY!$R@o;Io-c=aPx|RLYI7-|w3dSlq^aBXFy$&Nkp4ss<@+WE@M-K>5 z5~XgXI-fV%?V4=WkJFl*w~tyi*=)Acv?LA=8z<+z`^TsGbNceCndR^kD%mr*fHyE! zHu>O;qhTEN!N15^#1aw%!~ij{0SuURHHmt}05R~d7~qAD)3ISornata4r{Fh?SZ0TT&8iE j0){HZ5R0X_3aSMB5)DAhV5Si~AaoH>G*Ckf{3-*VEoM@K literal 0 HcmV?d00001 diff --git a/.settings/org.eclipse.wst.common.component b/.settings/org.eclipse.wst.common.component index 775b32c..b56883e 100644 --- a/.settings/org.eclipse.wst.common.component +++ b/.settings/org.eclipse.wst.common.component @@ -4,10 +4,13 @@ + + uses + uses - + uses diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..46ac885 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,62 @@ +# Changelog + +## [v2.3.3-SNAPSHOT] - 2020-10-08 + +- removed jackson dependency + +## [v2.3.0] - 2019-10-02 + +- added support for mentions with @ in user's post as well as application posts + +### Features + +- Added the property cataloguePortletURL and the method [#19440] + +## [v2.2.4] - 2019-07-22 + +### Features + +- Bug fix #17269, SocialNetworking service passes wrong email sender in email notifications + +## [v2.2.3] - 2019-04-05 + +### Features + +- added get-oauth-profile method for returning Google similar JSON Profile +- added support for caches (ehcache) + +### Fixes +- Fix for #10997 +- Support for tickets #9333, #9332, #9276 + + + +## [v2.0.0] - 2017-02-01 + +### Features + +- Moved as service on top of SmartGears +- Exploiting Liferay's Web APIs + +## [v1.4.0] - 2016-12-01 + +### Features + +- Custom jackson object mapper is used to have snake case fields'names +- Improved users version 2 resource with more methods + +## [v1.3.0] - 2016-10-10 + +### Features + +- Moved to new Authorization Framework +- Added method to send Messages +- Added new version for the APIs that accept/return JSON +- gCube Token is discovered before every call is executed by a filter + +## [v1.0.0] - 2015-12-21 + +First release + + +This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). \ No newline at end of file