Openshift was updated as well (was: Re: It's out now (was Re: Release of UnifiedPush Server 0.11))
by Matthias Wessendorf
The Openshift offering of AeroGear Push was updated to use the latest of
our UnifiedPush and SimplePush Servers (both version 0.11.0)
Give it a try:
https://openshift.redhat.com/app/console/application_type/quickstart!15549
-Matthias
On Mon, Jul 7, 2014 at 11:11 AM, Matthias Wessendorf <matzew(a)apache.org>
wrote:
> Folks,
>
> the 0.11.0 got released:
> http://matthiaswessendorf.wordpress.com/2014/07/07/unifiedpush-0-11/
>
> Feedback more than welcome!
>
> Thanks to the entire team for this great amount of work. Special thanks to
> the Keycloak team for their support and getting in features that were
> required to make the smooth integration happen.
>
> Thanks! <3
>
> -Matthias
>
>
> On Thu, Jul 3, 2014 at 3:35 PM, Matthias Wessendorf <matzew(a)apache.org>
> wrote:
>
>> Based on QE feedback provided via IRC, here is a new staging repository:
>>
>>
>> http://repository.jboss.org/nexus/content/repositories/jboss_releases_sta...
>>
>> Let me know by end of Friday, so we can celebrate the release next week!
>>
>>
>> -Matthias
>>
>>
>> On Tue, Jul 1, 2014 at 12:31 PM, Matthias Wessendorf <matzew(a)apache.org>
>> wrote:
>>
>>> Ahoy folks!
>>>
>>> we have been extremely busy over the last few weeks and we are getting
>>> closer to our 1.0.0 release. That was a lot of work and I am very happy
>>> with the results.
>>>
>>> THANKS A LOT!!!!!!!!
>>>
>>>
>>> However, before we are moving towards the 1.0.0 community release, I'd
>>> love to get the current work out as 0.11. Note this release contains a ton
>>> of work and new features. To name a few highlights:
>>>
>>> * New AdminUI
>>> ** a complete rewrite to go with Angular.js
>>> * Keycloak integration
>>> ** user-management and auth is no longer done by the UPS itself. We
>>> bundle a Keycloak auth server in a separate WAR file
>>> * Analytics and Metrics
>>> ** get some details about your applications, the devices and the status
>>> of the submitted push request job to the 3rd party provider
>>>
>>> Besides these big changes, a ton of more work was done by the team:
>>>
>>> https://issues.jboss.org/browse/AGPUSH/fixforversion/12321883/?selectedTa...
>>>
>>> The staging repository is located here:
>>>
>>> http://repository.jboss.org/nexus/content/repositories/jboss_releases_sta...
>>>
>>> NOTE! This release will not make it to OpenShift yet, as that involves a
>>> bit more of testing, as discussed a few weeks ago on IRC
>>>
>>>
>>> Let me know the results of your testing;
>>> If I hear nothing bad by Thursday evening, the release to maven central
>>> will happen on Friday;
>>>
>>> The offical announcement will go out AFTER the long weekend (4th of July)
>>>
>>>
>>> Greetings,
>>> Matthias
>>>
>>> --
>>> 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
>
--
Matthias Wessendorf
blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
twitter: http://twitter.com/mwessendorf
10 years, 5 months
Unified Push Server 0.10.4 / Logging
by Torben
Hello all,
I am starting to use the UPS with Version 0.10.4 on Openshift.
- As I got into trouble receiving Messages via GCM I want to debug
with more logging statements. Can anybody give me a hint where I can
change the Java Util logging to a finer level at the Openshift
installation?
- I use the cordova client and have another question to push
register/unregister. In the documentation there is a statement that
the unregister is not needed: "Note: The method is optional, since not
all supported Push Networks recommend having a client application
actively performing an _unregister."
So should I just call the push.register method, without unregister, on
each app start?
Best regards, congratulations to the new 0.11 version!
Torben
10 years, 5 months
Random Jenkins failures when building UPS
by Andrea Vibelli
Hi all,
while using the latest version of the UnifiedPush Server (0.11.0), that
includes the new frontend-maven-plugin to build the admin-ui module, I was
experiencing random failures when building with Jenkins. I have googled for
a while, and found that the problem was in the concurrent modification of
the bower cache and registry.
I tried one solution suggested in
(https://github.com/bower/bower/issues/933), so I changed the
admin-ui/.bowerrc file and added the following:
"storage": {
"packages": ".bower-cache",
"registry": ".bower-registry"
},
"tmp": ".bower-tmp"
, so admin-ui/.bowerrc ending with this content:
{
"directory": "app/bower_components"
"storage": {
"packages": ".bower-cache",
"registry": ".bower-registry"
},
"tmp": ".bower-tmp"
}
This made my Jenkins build stable, and I did not experience random failures
anymore (ran 10 subsequent builds without errors, while I could not run 2
successful subsequent builds before).
However, digging more into the thread, I found that the problem of the race
condition against the bower cache was solved in bower version >= 1.3.2
(https://github.com/bower/bower/pull/1211).
Actually in admin-ui/package.json we have "grunt-bower-task": "^0.3.4", that
would download a bower version >= 1.2.0 (looking in my Jenkins build, it
downloaded bower version 1.2.8), which is not enough for having the problem
fixed.
So I explicitly forced bower version to be at least 1.3.2, by adding:
"bower": "~1.3.2" into admin-ui/package.json.
The solution is working for me, and I also removed the additional content
inside the file admin-ui/.bowerrc that I added before.
I also found another project that solved the problem in this way:
https://github.com/opf/openproject/commit/36d2e9079b23955d3a1198ec1a8698c...
I have opened a PR for this
(https://github.com/aerogear/aerogear-unifiedpush-server/pull/275), could
you please review?
Thanks!
Andrea
--
View this message in context: http://aerogear-dev.1069024.n5.nabble.com/Random-Jenkins-failures-when-bu...
Sent from the aerogear-dev mailing list archive at Nabble.com.
10 years, 5 months
It's out now (was Re: Release of UnifiedPush Server 0.11)
by Matthias Wessendorf
Folks,
the 0.11.0 got released:
http://matthiaswessendorf.wordpress.com/2014/07/07/unifiedpush-0-11/
Feedback more than welcome!
Thanks to the entire team for this great amount of work. Special thanks to
the Keycloak team for their support and getting in features that were
required to make the smooth integration happen.
Thanks! <3
-Matthias
On Thu, Jul 3, 2014 at 3:35 PM, Matthias Wessendorf <matzew(a)apache.org>
wrote:
> Based on QE feedback provided via IRC, here is a new staging repository:
>
>
> http://repository.jboss.org/nexus/content/repositories/jboss_releases_sta...
>
> Let me know by end of Friday, so we can celebrate the release next week!
>
>
> -Matthias
>
>
> On Tue, Jul 1, 2014 at 12:31 PM, Matthias Wessendorf <matzew(a)apache.org>
> wrote:
>
>> Ahoy folks!
>>
>> we have been extremely busy over the last few weeks and we are getting
>> closer to our 1.0.0 release. That was a lot of work and I am very happy
>> with the results.
>>
>> THANKS A LOT!!!!!!!!
>>
>>
>> However, before we are moving towards the 1.0.0 community release, I'd
>> love to get the current work out as 0.11. Note this release contains a ton
>> of work and new features. To name a few highlights:
>>
>> * New AdminUI
>> ** a complete rewrite to go with Angular.js
>> * Keycloak integration
>> ** user-management and auth is no longer done by the UPS itself. We
>> bundle a Keycloak auth server in a separate WAR file
>> * Analytics and Metrics
>> ** get some details about your applications, the devices and the status
>> of the submitted push request job to the 3rd party provider
>>
>> Besides these big changes, a ton of more work was done by the team:
>>
>> https://issues.jboss.org/browse/AGPUSH/fixforversion/12321883/?selectedTa...
>>
>> The staging repository is located here:
>>
>> http://repository.jboss.org/nexus/content/repositories/jboss_releases_sta...
>>
>> NOTE! This release will not make it to OpenShift yet, as that involves a
>> bit more of testing, as discussed a few weeks ago on IRC
>>
>>
>> Let me know the results of your testing;
>> If I hear nothing bad by Thursday evening, the release to maven central
>> will happen on Friday;
>>
>> The offical announcement will go out AFTER the long weekend (4th of July)
>>
>>
>> Greetings,
>> Matthias
>>
>> --
>> 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
10 years, 5 months
Release of UnifiedPush Server 0.11
by Matthias Wessendorf
Ahoy folks!
we have been extremely busy over the last few weeks and we are getting
closer to our 1.0.0 release. That was a lot of work and I am very happy
with the results.
THANKS A LOT!!!!!!!!
However, before we are moving towards the 1.0.0 community release, I'd love
to get the current work out as 0.11. Note this release contains a ton of
work and new features. To name a few highlights:
* New AdminUI
** a complete rewrite to go with Angular.js
* Keycloak integration
** user-management and auth is no longer done by the UPS itself. We bundle
a Keycloak auth server in a separate WAR file
* Analytics and Metrics
** get some details about your applications, the devices and the status of
the submitted push request job to the 3rd party provider
Besides these big changes, a ton of more work was done by the team:
https://issues.jboss.org/browse/AGPUSH/fixforversion/12321883/?selectedTa...
The staging repository is located here:
http://repository.jboss.org/nexus/content/repositories/jboss_releases_sta...
NOTE! This release will not make it to OpenShift yet, as that involves a
bit more of testing, as discussed a few weeks ago on IRC
Let me know the results of your testing;
If I hear nothing bad by Thursday evening, the release to maven central
will happen on Friday;
The offical announcement will go out AFTER the long weekend (4th of July)
Greetings,
Matthias
--
Matthias Wessendorf
blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
twitter: http://twitter.com/mwessendorf
10 years, 5 months
iOS8: what's new?
by Corinne Krych
Hello iOS lovers,
With WWDC over, we’ve got plenty news stuff coming. We’re pretty existing about it so I would like to share with you the excitement.
If you want to catch up quickly on what’s new, one blog post I really like and would recommend:
http://nshipster.com/ios8/
and if you have more time, if you’re enrolled in iOS dev program and have Safari opened you can watch the great WWDC videos.
In https://developer.apple.com/videos/wwdc/2014/
I would recommend the followings:
- swift: session 403, 404, 406, 407, 408
- iOS notification: session 713
The stuff I found most existed about are:
- Swift coming: to me, it’s a big win. iOS platform with Swift will be a killer. Xcode6 with its Playground features and it REPL will be much easier to play with.
- LocalAuthentication Developers can use TouchID APIs. Bin win for secure offline.
- iOS8 interactive notification, increased size
- embedded widgets
This is a thread to gather all the things you like (or don’t like) about iOS8. Feel free to add your own comments and feelings.
Some interesting tickets to follow:
AGIOS-210 - Epic iOS8 notification
AGIOS-220 - Epic for Swift (a Swift version of aerogear-push-ios-registration)
++
Corinne
10 years, 5 months