Foros de discusión

Liferay Push Version

reda zejli, modificado hace 7 años.

Liferay Push Version

New Member Mensajes: 10 Fecha de incorporación: 1/09/16 Mensajes recientes
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 hace 7 años.

RE: Liferay Push Version

Liferay Legend Mensajes: 2416 Fecha de incorporación: 22/12/10 Mensajes recientes
It looks like this one -- https://web.liferay.com/marketplace/-/mp/application/48439053
thumbnail
Denis Signoretto, modificado hace 7 años.

RE: Liferay Push Version

Expert Mensajes: 375 Fecha de incorporación: 21/04/09 Mensajes recientes
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 hace 7 años.

RE: Liferay Push Version

Liferay Legend Mensajes: 2416 Fecha de incorporación: 22/12/10 Mensajes recientes
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 hace 7 años.

RE: Liferay Push Version

Expert Mensajes: 348 Fecha de incorporación: 12/02/15 Mensajes recientes
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 hace 7 años.

RE: Liferay Push Version

Expert Mensajes: 375 Fecha de incorporación: 21/04/09 Mensajes recientes
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 hace 7 años.

RE: Liferay Push Version

Expert Mensajes: 348 Fecha de incorporación: 12/02/15 Mensajes recientes
I should check it but I'm pretty sure it wouldn't deploy emoticon
thumbnail
Andrew Jardine, modificado hace 7 años.

RE: Liferay Push Version

Liferay Legend Mensajes: 2416 Fecha de incorporación: 22/12/10 Mensajes recientes
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 hace 7 años.

RE: Liferay Push Version

Liferay Master Mensajes: 603 Fecha de incorporación: 14/05/07 Mensajes recientes
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 hace 7 años.

RE: Liferay Push Version

Expert Mensajes: 375 Fecha de incorporación: 21/04/09 Mensajes recientes
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 hace 7 años.

RE: Liferay Push Version

Liferay Master Mensajes: 603 Fecha de incorporación: 14/05/07 Mensajes recientes
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.