I haven't tested yet but I was thinking about the UPS Cartridge, since we ship SPS with it. Could we update the cartridge with 0.12 or should we wait for the next UPS release (1.0.2) ? 


On Mon, Sep 22, 2014 at 2:04 PM, Christos Vasilakis <cvasilak@gmail.com> wrote:
Hi Dan,

awesome work!

tested using your accompanied instructions and worked like a charm!

+1

-
Christos

On Mon, Sep 22, 2014 at 11:39 AM, Daniel Bevenius <daniel.bevenius@gmail.com> wrote:
We have staged AeroGear SimplePush Server 0.12.0:

The following JIRAs are included in this staged release:

The tag for this staged release can be found here:

If you have time, please take it for a spin and report back any issues. 

Example of testing the Netty server from the command line:
1. Start the server
cd server-netty && mvn exec:java

2. Register a channel
Open a new terminal window:
open src/test/resources/sockjs-client.html
Send the hello message and then register a channel by specifying a value for channelID property. 
Copy the returned pushEndpoint value.

3. Send a notification
From your terminal window, use curl to send a notification:
curl -3 -i --header "Content-Type:application/x-www-form-urlencoded" -X PUT <pushEndpoint value>


Thanks,


_______________________________________________
aerogear-dev mailing list
aerogear-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/aerogear-dev


_______________________________________________
aerogear-dev mailing list
aerogear-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/aerogear-dev