UPS 1.1.0-beta.3 and Openshift release
by Matthias Wessendorf
Hello folks!
On our way to 1.1.0.Final, we have released another beta release. This
release contains a new Keycloak version (1.3.1) and a lot of small
improvements.
List of JIRAs
https://issues.jboss.org/browse/AGPUSH/fixforversion/12326301
The release has been uploaded to Maven Central:
http://search.maven.org/#search%7Cga%7C1%7Cunifiedpush
It's, as usually, available on github too:
https://github.com/aerogear/aerogear-unifiedpush-server/releases/tag/1.1....
Openshift update:
As we move towards 1.1.0, the Openshift cartridge has been updated too.
It's the first time 1.1.0 is available on Openshift:
https://github.com/aerogear/openshift-origin-cartridge-aerogear-push#inst...
Greetings,
Matthias
On Fri, Jul 17, 2015 at 4:18 PM, Matthias Wessendorf <matzew(a)apache.org>
wrote:
> Hi guys,
>
>
> as promissed, here are some updates on Openshift for 1.1.0-beta.3:
>
> rhc create-app --gear-size medium --no-git YOUR_NAME "
> https://cartreflect-claytondev.rhcloud.com/reflect?github=matzew/openshif...
> "
>
> PR:
> https://github.com/aerogear/openshift-origin-cartridge-aerogear-push/pull...
>
> -Matthias
>
> On Fri, Jul 17, 2015 at 9:59 AM, Matthias Wessendorf <matzew(a)apache.org>
> wrote:
>
>> Hi team,
>>
>> here is another beta release for the UPS 1.1.0, to stablize before we
>> will hit our final:
>> Details about the containing fixes and enhancements are in JIRA:
>> https://issues.jboss.org/browse/AGPUSH/fixforversion/12326301/
>>
>> Please test the staged release:
>>
>> https://repository.jboss.org/nexus/content/repositories/jboss_releases_st...
>>
>> Like w/ the previous beta, please make sure you use a FULL profile
>> WildFly or EAP server for tests, since we now have JMS hooks ;-)
>> (See README for details)
>>
>> On Tuesday next week I'd like to press the button to release it to the
>> wild.
>>
>> PS: I will be working on updating our Openshift cartridge later today...
>>
>> -M
>>
>>
>>
>>
>> On Thu, Jul 16, 2015 at 5:01 PM, Sebastien Blanc <scm.blanc(a)gmail.com>
>> wrote:
>>
>>> Ship it !
>>>
>>> On Thu, Jul 16, 2015 at 4:59 PM, Matthias Wessendorf <matzew(a)apache.org>
>>> wrote:
>>>
>>>> Hi,
>>>>
>>>> we had a few changes since the last beta:
>>>>
>>>>
>>>> https://issues.jboss.org/issues/?jql=project%20%3D%20AGPUSH%20AND%20fixVe...
>>>>
>>>> I'd like to run another beta.
>>>>
>>>> The DB migrator is not yet there, but Dan and QMX are close on this.
>>>> yay!
>>>>
>>>>
>>>> So, in the spirit of release often / release early I see zero reasons
>>>> to not do another beta.
>>>>
>>>>
>>>> Any thoughts?
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Matthias Wessendorf
>>>>
>>>> blog: http://matthiaswessendorf.wordpress.com/
>>>> sessions: http://www.slideshare.net/mwessendorf
>>>> twitter: http://twitter.com/mwessendorf
>>>>
>>>> _______________________________________________
>>>> aerogear-dev mailing list
>>>> aerogear-dev(a)lists.jboss.org
>>>> https://lists.jboss.org/mailman/listinfo/aerogear-dev
>>>>
>>>
>>>
>>> _______________________________________________
>>> aerogear-dev mailing list
>>> aerogear-dev(a)lists.jboss.org
>>> https://lists.jboss.org/mailman/listinfo/aerogear-dev
>>>
>>
>>
>>
>> --
>> Matthias Wessendorf
>>
>> blog: http://matthiaswessendorf.wordpress.com/
>> sessions: http://www.slideshare.net/mwessendorf
>> twitter: http://twitter.com/mwessendorf
>>
>
>
>
> --
> Matthias Wessendorf
>
> blog: http://matthiaswessendorf.wordpress.com/
> sessions: http://www.slideshare.net/mwessendorf
> twitter: http://twitter.com/mwessendorf
>
--
Matthias Wessendorf
blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
twitter: http://twitter.com/mwessendorf
9 years, 4 months
cordova push plugin.xml namespace
by Kelvin Lunsford
Can someone please modify plugin.xml so the xmlns:android namespace attribute is in the top-level element as specified in the plugin.xml documentation (https://cordova.apache.org/docs/en/5.1.1/plugin_ref_spec.md.html), and take the xmlns:android attributes out of the lower elements.
If the namespace is not changed problems will occur when installing the push plugin along with any other plugin containing one of the push plugins android permissions (e.g. cordova-plugin-contacts uses GET_ACCOUNTS, cordova-plugin-wakeuptimer uses WAKE_LOCK).
Cordova CLI can deal with the same android permission used by multiple plugins but will install an invalid extra copy of a permission if it includes a xmlns:android attribute.
The android ACCESS_NETWORK_STATE permission was removed by aerogear in the latest release because of AGCORDOVA-72. The cause of the AGCORDOVA-72 problem was most likely the namespace problem. The permission should not have been removed.
- Kelvin
9 years, 4 months