Message Boards

Liferay Push Version

reda zejli, modified 7 Years ago.

Liferay Push Version

New Member Posts: 10 Join Date: 9/1/16 Recent Posts
Hey Everybody ,
I am developping an android app communicating with a liferay portal and I want to use liferay push.
I want to know what is the exact version of liferay push I need to use.
My liferay portal is a : Liferay Portal Community Edition 6.2 CE GA6 .

Thank you.
thumbnail
Andrew Jardine, modified 7 Years ago.

RE: Liferay Push Version

Liferay Legend Posts: 2416 Join Date: 12/22/10 Recent Posts
It looks like this one -- https://web.liferay.com/marketplace/-/mp/application/48439053
thumbnail
Denis Signoretto, modified 7 Years ago.

RE: Liferay Push Version

Expert Posts: 375 Join Date: 4/21/09 Recent Posts
Looking at Version History, at the moment I'm writing, last version supported by Liferay 6.2 GA2, is the 1.3.0.
thumbnail
Andrew Jardine, modified 7 Years ago.

RE: Liferay Push Version

Liferay Legend Posts: 2416 Join Date: 12/22/10 Recent Posts
Yep -- that looks right to me, and I wouldn't expect anything newer since I haven't seen any commits to the 6.2 branch for a reeeeeeeeeeeeally long time now. The good thing is that there is still a 7.0 version at least, so anyone who wanted to continue to improve the 6.2 version, based on changes added for 7 could do so.
thumbnail
Javier Gamarra, modified 7 Years ago.

RE: Liferay Push Version

Expert Posts: 348 Join Date: 2/12/15 Recent Posts
Although not officially supported 1.4.x works with Liferay 6.2 and 2.x too, after ironing out some issues with the compatibility plugin (and some new screenlets doesn't work with 6.2).
thumbnail
Denis Signoretto, modified 7 Years ago.

RE: Liferay Push Version

Expert Posts: 375 Join Date: 4/21/09 Recent Posts
Hi Javier,

Liferay Push Portlet 2.x, if I'm not wrong, is composed by OSGI bundles. Event though is not supported, can be installed successfully on Liferay 6.2.0 GA6?

Thanks,
Denis.
thumbnail
Javier Gamarra, modified 7 Years ago.

RE: Liferay Push Version

Expert Posts: 348 Join Date: 2/12/15 Recent Posts
I should check it but I'm pretty sure it wouldn't deploy emoticon
thumbnail
Andrew Jardine, modified 7 Years ago.

RE: Liferay Push Version

Liferay Legend Posts: 2416 Join Date: 12/22/10 Recent Posts
It might deploy -- 6.2 did come bundled with an OSGi container and you COULD technically write OSGi based plugins for it -- however, if memory serves me, Liferay didn't recommend deploying those plugins into production. I don't think it had so much to do with them working or not but more to do with the fact that OSGi support in 6.2 was still pretty raw and there was a high probability of it changing in 7.

With that said, there's certainly no harm is trying to deploy to see what happens! emoticon
thumbnail
Bruno Farache, modified 7 Years ago.

RE: Liferay Push Version

Liferay Master Posts: 603 Join Date: 5/14/07 Recent Posts
I've backported some stuff to 6.2.x:

https://github.com/brianchandotcom/liferay-plugins/pull/5357

There aren't many changes though, the portlet itself is pretty stable and had almost all features needed.

Right now I'm working on supporting Firebase Cloud Messaging. It should work on both 7.0 and 6.2.
thumbnail
Denis Signoretto, modified 7 Years ago.

RE: Liferay Push Version

Expert Posts: 375 Join Date: 4/21/09 Recent Posts
Good to hear Liferay is working on support for Google Firebase. Can you give us a forecast about release date emoticon?
thumbnail
Bruno Farache, modified 7 Years ago.

RE: Liferay Push Version

Liferay Master Posts: 603 Join Date: 5/14/07 Recent Posts
I didn't find any good firebase client in java and had to write our own:
https://github.com/brunofarache/fcm-client

I'm almost finished with it, once it's done, I will write a custom sender in the portlet that uses this little lib.

I open for contribution emoticon, specially on the portlet side.