AeroGear Crypto Java 0.1.2 released
by Bruno Oliveira
Good morning, just to let you know we released today the bits for digital signatures and some bug fixes.
Have a happy new year sweet hearts.
--
abstractj
2 years, 7 months
AeroGear JS 2.1.0
by Luke Holmquist
Hello All,
I had planned a release for the AeroGear.js library(2.1.0) next week, but i might push it back a week.
This release is mostly about the work we have been doing regarding the client libraries for the Sync Server, https://github.com/aerogear/aerogear-sync-server.
The reason for the push back is i want to refactor the code slightly to not use the "Array Pattern"(for lack of a better word) that it currently uses, this was also discussed in general for the whole library here: http://lists.jboss.org/pipermail/aerogear-dev/2015-February/010894.html
even those this api is experimental and is ok to change without a major release, i would like to start it using the new pattern than we discussed in the above linked thread.
-Luke
9 years, 10 months
Heads-up about the deliverables of AGSEC 1.4.1
by Bruno Oliveira
Good morning, the deliverables of AGSEC 1.4.1 were programmed for today,
but will be delayed in 1 week. The reason is the fact that I'm still
work in some items.
The overall documentation will be released and coordinated with the
release of our new website.
Thanks for understanding.
--
abstractj
PGP: 0x84DC9914
9 years, 10 months
Cordova plugin release
by Erik Jan de Wit
Hi,
After finding a critical bug in the oauth2 1.0.2 release we’ve release 1.0.3 today to fix it
AGCORDOVA-69 <https://issues.jboss.org/browse/AGCORDOVA-69> The plugin gives compilation errors on gradle build
Sorry for the inconvenience and thanks to everyone that helped with testing
Cheers,
Erik Jan
9 years, 10 months
Cordova Ouath2 plugin using Google Play Services
by Brian Leathem
Hey gear-heads,
I recently wrote a Cordova plugin that retrieves a Oauth2 token on
Android using Google Play Services. The advantage of this approach is
it leverages the single-sign-on capabilities of android, and the app can
retrieve the Oauth2 token without requiring Authentication from the
user. I blogged about it here:
http://www.bleathem.ca/blog/2015/02/cordova-oauth-google-services.html
Using a promise-based API it's fairly trivial to fallback to a
traditional Web authentication/authorisation for the Oauth2 token when
the google-play-services approach isn't supported.
I'm aware the aerogear team has a Oauth2 cordova plugin [1], but it's
not clear to me if the google-play-services integration is supported.
If the Aerogeam would find it useful, I'd be more than happy to provide
a PR to the aerogear cordova plugin providing such integration.
Thoughts?
Brian
[1]
http://staging-aerogearsite.rhcloud.com/docs/specs/aerogear-cordova/OAuth...
9 years, 10 months
master branch - maven install - error
by Ivan Gürtler
Hi,
I downloaded zip from ...
https://github.com/aerogear/aerogear-unifiedpush-server ... import as maven
project ...
but I am facing some problem ... when I run maven install...
[INFO]
------------------------------------------------------------------------
[INFO] Building UnifiedPush Server (Admin UI) 1.1.0-alpha.2-SNAPSHOT
[INFO]
------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-java-version) @
unifiedpush-admin-ui ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-maven-version) @
unifiedpush-admin-ui ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-tools) @
unifiedpush-admin-ui ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create-timestamp
(get-build-timestamp) @ unifiedpush-admin-ui ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (get-scm-revision) @
unifiedpush-admin-ui ---
[INFO]
[INFO] --- frontend-maven-plugin:0.0.16:install-node-and-npm (install node
and npm) @ unifiedpush-admin-ui ---
[INFO] Node v0.10.31 is already installed.
[INFO] Found NPM version 1.4.23
[INFO]
[INFO] --- frontend-maven-plugin:0.0.16:npm (npm install) @
unifiedpush-admin-ui ---
[INFO] Running 'npm install --color=false' in
C:\Users\Ivan\Documents\Aerogear
projects\aerogear-unifiedpush-server-master\admin-ui
[INFO] npm WARN unmet dependency C:\Users\Ivan\Documents\Aerogear
projects\aerogear-unifiedpush-server-master\admin-ui\node_modules\grunt-bower-task\node_modules\bower\node_modules\request\node_modules\form-data
requires mime@'~1.2.11' but will load
[INFO] npm WARN unmet dependency undefined,
[INFO] npm WARN unmet dependency which is version undefined
[INFO]
[INFO] --- frontend-maven-plugin:0.0.16:grunt (grunt build) @
unifiedpush-admin-ui ---
[INFO] Running 'grunt dist --no-color' in C:\Users\Ivan\Documents\Aerogear
projects\aerogear-unifiedpush-server-master\admin-ui
[INFO] Loading "bower_task.js" tasks...ERROR
[INFO] >> Error: Cannot find module 'mime'
[INFO] >> Local Npm module "grunt-cli" not found. Is it installed?
[INFO] Warning: Task "bower:install" not found. Use --force to continue.
[INFO]
[INFO] Aborted due to warnings.
[INFO]
------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] AeroGear UnifiedPush Server ........................ SUCCESS [
2.020 s]
[INFO] UnifiedPush Model Layer ............................ SUCCESS [
0.077 s]
[INFO] UnifiedPush Server Model API ....................... SUCCESS [
2.958 s]
[INFO] UnifiedPush Server Model JPA implementation ........ SUCCESS [
12.992 s]
[INFO] UnifiedPush Service Layer .......................... SUCCESS [
17.831 s]
[INFO] UnifiedPush Sender Module .......................... SUCCESS [
0.066 s]
[INFO] UnifiedPush Push Message Model ..................... SUCCESS [
2.369 s]
[INFO] UnifiedPush Push Notification Networks ............. SUCCESS [
3.585 s]
[INFO] UnifiedPush RESTful Endpoint ....................... SUCCESS [
5.240 s]
[INFO] UnifiedPush Server (Admin UI) ...................... FAILURE [
4.898 s]
[INFO] UnifiedPush Dependencies Parent .................... SKIPPED
[INFO] UnifiedPush Server Dependencies Server ............. SKIPPED
[INFO] UnifiedPush Auth Server ............................ SKIPPED
[INFO] UnifiedPush Server for JBossAS (WAR) ............... SKIPPED
[INFO] UnifiedPush Server for Wildfly (WAR) ............... SKIPPED
[INFO] UnifiedPush Servers Parent ......................... SKIPPED
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 53.305 s
[INFO] Finished at: 2015-02-23T13:01:24+01:00
[INFO] Final Memory: 98M/635M
[INFO]
------------------------------------------------------------------------
[ERROR] Failed to execute goal
com.github.eirslett:frontend-maven-plugin:0.0.16:grunt (grunt build) on
project unifiedpush-admin-ui: Failed to run task: 'grunt dist --no-color'
failed. (error code 3) -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the
command
[ERROR] mvn <goals> -rf :unifiedpush-admin-ui
Thanks for help
*Mgr. Ivan Gürtler*
Mobile software developer
AHEAD iTec, s.r.o., Botanická 554/68a,
602 00 Brno (Czech Republic)
www.ahead-itec.com | twitter <https://www.twitter.com/AHEADiTec> | mobile
security solutions
9 years, 10 months