Fórum

Liferay Push Version

reda zejli, modificado 7 Anos atrás.

Liferay Push Version

New Member Postagens: 10 Data de Entrada: 01/09/16 Postagens Recentes
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, modificado 7 Anos atrás.

RE: Liferay Push Version

Liferay Legend Postagens: 2416 Data de Entrada: 22/12/10 Postagens Recentes
It looks like this one -- https://web.liferay.com/marketplace/-/mp/application/48439053
thumbnail
Denis Signoretto, modificado 7 Anos atrás.

RE: Liferay Push Version

Expert Postagens: 375 Data de Entrada: 21/04/09 Postagens Recentes
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, modificado 7 Anos atrás.

RE: Liferay Push Version

Liferay Legend Postagens: 2416 Data de Entrada: 22/12/10 Postagens Recentes
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, modificado 7 Anos atrás.

RE: Liferay Push Version

Expert Postagens: 348 Data de Entrada: 12/02/15 Postagens Recentes
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, modificado 7 Anos atrás.

RE: Liferay Push Version

Expert Postagens: 375 Data de Entrada: 21/04/09 Postagens Recentes
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, modificado 7 Anos atrás.

RE: Liferay Push Version

Expert Postagens: 348 Data de Entrada: 12/02/15 Postagens Recentes
I should check it but I'm pretty sure it wouldn't deploy emoticon
thumbnail
Andrew Jardine, modificado 7 Anos atrás.

RE: Liferay Push Version

Liferay Legend Postagens: 2416 Data de Entrada: 22/12/10 Postagens Recentes
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, modificado 7 Anos atrás.

RE: Liferay Push Version

Liferay Master Postagens: 603 Data de Entrada: 14/05/07 Postagens Recentes
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, modificado 7 Anos atrás.

RE: Liferay Push Version

Expert Postagens: 375 Data de Entrada: 21/04/09 Postagens Recentes
Good to hear Liferay is working on support for Google Firebase. Can you give us a forecast about release date emoticon?
thumbnail
Bruno Farache, modificado 7 Anos atrás.

RE: Liferay Push Version

Liferay Master Postagens: 603 Data de Entrada: 14/05/07 Postagens Recentes
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.