cordova plugin release
by Erik Jan de Wit
Hi,
We are going to release a new version of the cordova push plugin the new version 1.0.0 most important features are the updated push libraries and a fix in the content-availble flag
[AGCORDOVA-26] - When app is in background notifications no longer appear on iOS
I’ve created a 1.0.0-release [1] branch for your testing pleasure. If we don’t find issues we’ll perform the actual release on wednesday.
[1] https://github.com/aerogear/aerogear-pushplugin-cordova/tree/1.0.0-release
10 years, 4 months
AeroGear.js 1.5.2
by Lucas Holmquist
AeroGear JS 1.5.2
This release has mostly updates to the push related bits to align with the upcoming 1.0.0-Final release of the AeroGear UnifiedPush Server
However; there were some bugs (i know, shocking!!) that we needed to get rid of
Code
As always, you can view the source code here
If bower is your thing:
$ bower install aerogear
Or if you want to create a custom build, JS Custom Builder
or use can use the custom grunt command!!
Release Notes - AeroGear JavaScript - Version 1.5.2
Release Notes - AeroGear JavaScript - Version 1.5.2
Bug
[AGJS-164] - SimplePush Notifier, subscribe does nothing with "callback"
[AGJS-169] - SimplePush - no onConnect for Native
[AGJS-200] - AeroGear.ajax - InvalidStateError
[AGJS-206] - UPS client doesn't need double encoding
Enhancement
[AGJS-205] - Prefixed name should be mozSetMessageHandler (instead of setMozMessageHandler)
[AGJS-207] - Strip trailing slash in provided UPS URL
Feature Request
[AGJS-139] - Add reference to mozSetMessageHandler in SimplePush lib
[AGJS-208] - Fix notifier jsdoc for hostname/port and use simply host
[AGJS-209] - Update MQTT-WS notifier adapter to use Eclipse Paho MQTT v1.0.0 JavaScript Client
Task
[AGJS-52] - Sync SimplePush with Mozilla spec
[AGJS-203] - SImplePush - Notifications should include the pushEndpoint
10 years, 4 months
Error while deploying UnifiedPush Server 1.0.0.Final
by Andrea Vibelli
Hello all,
I have just deployed on top of EAP.6.3.0.GA (fresh install) the latest
version of AeroGear UnifiedPush Server, 1.0.0.Final.
However, I get the following error during the deployment (and then the
server is not working):
15:52:51,869 INFO [org.jboss.web] (ServerService Thread Pool -- 49)
JBAS018210: Register web context: /ag-push
15:52:51,878 INFO [org.keycloak.services.managers.ApplianceBootstrap]
(ServerService Thread Pool -- 51) Initializing master realm
15:52:51,895 INFO [org.keycloak.adapters.as7.KeycloakAuthenticatorValve]
(ServerService Thread Pool -- 49) **** using /WEB-INF/keycloak.json
15:52:52,580 ERROR
[org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/auth]]
(ServerService Thread Pool -- 51) JBWEB000289: Servlet Keycloak REST
Interface threw load() exception: java.lang.ClassNotFoundException:
org.bouncycastle.openssl.PEMWriter from [Module
"deployment.auth-server.war:main" from Service Module Loader]
at
org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:213)
[jboss-modules.jar:1.3.3.Final-redhat-1]
at
org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:459)
[jboss-modules.jar:1.3.3.Final-redhat-1]
at
org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:408)
[jboss-modules.jar:1.3.3.Final-redhat-1]
at
org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:389)
[jboss-modules.jar:1.3.3.Final-redhat-1]
at
org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:134)
[jboss-modules.jar:1.3.3.Final-redhat-1]
at
org.keycloak.models.utils.KeycloakModelUtils.getPemFromKey(KeycloakModelUtils.java:67)
[keycloak-model-api-1.0-rc-1.jar:]
at
org.keycloak.models.jpa.RealmAdapter.setPrivateKey(RealmAdapter.java:407)
[keycloak-model-jpa-1.0-rc-1.jar:]
at
org.keycloak.models.utils.KeycloakModelUtils.generateRealmKeys(KeycloakModelUtils.java:85)
[keycloak-model-api-1.0-rc-1.jar:]
at
org.keycloak.services.managers.ApplianceBootstrap.bootstrap(ApplianceBootstrap.java:61)
[keycloak-services-1.0-rc-1.jar:]
at
org.keycloak.services.managers.ApplianceBootstrap.bootstrap(ApplianceBootstrap.java:33)
[keycloak-services-1.0-rc-1.jar:]
at
org.keycloak.services.resources.KeycloakApplication.setupDefaultRealm(KeycloakApplication.java:137)
[keycloak-services-1.0-rc-1.jar:]
at
org.jboss.aerogear.unifiedpush.keycloak.UpsKeycloakApplication.setupDefaultRealm(UpsKeycloakApplication.java:40)
[classes:]
at
org.keycloak.services.resources.KeycloakApplication.<init>(KeycloakApplication.java:86)
[keycloak-services-1.0-rc-1.jar:]
at
org.jboss.aerogear.unifiedpush.keycloak.UpsKeycloakApplication.<init>(UpsKeycloakApplication.java:35)
[classes:]
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[rt.jar:1.7.0_45]
at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
[rt.jar:1.7.0_45]
at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[rt.jar:1.7.0_45]
at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
[rt.jar:1.7.0_45]
at
org.jboss.resteasy.core.ConstructorInjectorImpl.construct(ConstructorInjectorImpl.java:132)
[resteasy-jaxrs-2.3.8.Final-redhat-3.jar:]
at
org.jboss.resteasy.spi.ResteasyDeployment.createFromInjectorFactory(ResteasyDeployment.java:290)
[resteasy-jaxrs-2.3.8.Final-redhat-3.jar:]
at
org.jboss.resteasy.spi.ResteasyDeployment.createApplication(ResteasyDeployment.java:267)
[resteasy-jaxrs-2.3.8.Final-redhat-3.jar:]
at
org.jboss.resteasy.spi.ResteasyDeployment.start(ResteasyDeployment.java:228)
[resteasy-jaxrs-2.3.8.Final-redhat-3.jar:]
at
org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.init(ServletContainerDispatcher.java:67)
[resteasy-jaxrs-2.3.8.Final-redhat-3.jar:]
at
org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.init(HttpServletDispatcher.java:36)
[resteasy-jaxrs-2.3.8.Final-redhat-3.jar:]
at
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1194)
[jbossweb-7.4.8.Final-redhat-4.jar:7.4.8.Final-redhat-4]
at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1100)
[jbossweb-7.4.8.Final-redhat-4.jar:7.4.8.Final-redhat-4]
at
org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3591)
[jbossweb-7.4.8.Final-redhat-4.jar:7.4.8.Final-redhat-4]
at
org.apache.catalina.core.StandardContext.start(StandardContext.java:3798)
[jbossweb-7.4.8.Final-redhat-4.jar:7.4.8.Final-redhat-4]
at
org.jboss.as.web.deployment.WebDeploymentService.doStart(WebDeploymentService.java:161)
[jboss-as-web-7.4.0.Final-redhat-19.jar:7.4.0.Final-redhat-19]
at
org.jboss.as.web.deployment.WebDeploymentService.access$000(WebDeploymentService.java:59)
[jboss-as-web-7.4.0.Final-redhat-19.jar:7.4.0.Final-redhat-19]
at
org.jboss.as.web.deployment.WebDeploymentService$1.run(WebDeploymentService.java:94)
[jboss-as-web-7.4.0.Final-redhat-19.jar:7.4.0.Final-redhat-19]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
[rt.jar:1.7.0_45]
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
[rt.jar:1.7.0_45]
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[rt.jar:1.7.0_45]
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[rt.jar:1.7.0_45]
at java.lang.Thread.run(Thread.java:744) [rt.jar:1.7.0_45]
at org.jboss.threads.JBossThread.run(JBossThread.java:122)
15:52:52,814 INFO [org.jboss.as.server] (DeploymentScanner-threads - 2)
JBAS018559: Deployed "ag-push.war" (runtime-name : "ag-push.war")
15:52:52,815 INFO [org.jboss.as.server] (DeploymentScanner-threads - 2)
JBAS018559: Deployed "auth-server.war" (runtime-name : "auth-server.war")
15:55:50,754 INFO [org.keycloak.services.resources.KeycloakApplication]
(http-/127.0.0.1:8080-1) Loaded config from
vfs:/content/auth-server.war/WEB-INF/classes/META-INF/keycloak-server.json
The previous version, 1.0.0.Beta2, works with no problems at all.
Am I missing something?
Thanks
Andrea
--
View this message in context: http://aerogear-dev.1069024.n5.nabble.com/Error-while-deploying-UnifiedPu...
Sent from the aerogear-dev mailing list archive at Nabble.com.
10 years, 4 months
Fwd: Visual consistency for the UPS console
by Lukáš Fryč
Hey guys,
Gabriel, who did a great job polishing the design of the AdminUI and
aligning design of Account Management screen of UPS console,
came with a proposal to change the theme color of the UPS console,
see screens bellow:
We could get this change to 1.0.x.
WDYT?
~ Lukas
---------- Forwarded message ----------
From: Lukas Fryc <lfryc(a)redhat.com>
Date: Thu, Aug 21, 2014 at 3:44 PM
Subject: Fwd: Visual consistency for the UPS console
To: lukas.fryc(a)gmail.com
-------- Original Message -------- Subject: Visual consistency for the UPS
console Date: Wed, 20 Aug 2014 11:51:13 -0300 From: Gabriel Cardoso
<gcardoso(a)redhat.com> <gcardoso(a)redhat.com> To: Lukas Fryc
<lfryc(a)redhat.com> <lfryc(a)redhat.com>
Hi Lukas,
As we discussed in the hangout, I worked on a proposal to improve the
visual consistency of the UPS console. What happens right now is that the
login page is using the Keycloak style (with its font-family, colours and
shapes from its logo), and the admin console has a blue top bar which is
not visually related to the AeroGear logo colours.
I’m proposing to update the blue top bar and apply one of the logo
colours. Also, update the login screen to use this same color and change
the graphics to a shape related to the gears in the logo. You can see the
proposals in the screenshots below:
In terms of time, it wouldn’t require much effort. I could do these
changes in a day.
Thanks,
Gabriel
Begin forwarded message:
*From: *Matt Carrano <mcarrano(a)redhat.com>
*Subject: **Re: Style adjustments for AeroGear*
*Date: *August 19, 2014 at 5:09:58 PM GMT-3
*To: *Gabriel Cardoso <gcardoso(a)redhat.com>
*Cc: *Matthias Wessendorf <matzew(a)redhat.com>
Hi Gabriel,
I think this looks great, so it is good to go from my perspective. I
especially like that you added the gear motif as part of the background
fill for the Login page. I'm just copying in Matthias so he is aware of
this change and can just confirm that he is good with it before checking
in. BTW, what does the Cancel button do from the Login screen? Is this
needed?
Matt
----- Original Message -----
From: "Gabriel Cardoso" <gcardoso(a)redhat.com>
To: "Matt Carrano" <mcarrano(a)redhat.com>
Sent: Tuesday, August 19, 2014 3:39:28 PM
Subject: Style adjustments for AeroGear
Hi Matt,
I played a bit with the login page on that color. I believe this will make
the project look more consistent. What do you think?
Do you think I can implement this changes or should I get some approval
from someone first?
Gabriel
---
Gabriel Cardoso
User Experience Designer @ Red Hat
---
Gabriel Cardoso
User Experience Designer @ Red Hat
10 years, 4 months