atmosphere-extensions icon indicating copy to clipboard operation
atmosphere-extensions copied to clipboard

All Atmosphere's Extensions and Plugin

Results 24 atmosphere-extensions issues
Sort by recently updated
recently updated
newest added

Latest Jedis 2.9.0 supports SSL. But atmosphere redis extensionis is using older version of Jedis which does not support SSL. Also, changes need to be done in RedisUtil.java

Hello, I'm running this example on my local machine : ``` @Path("/pubsub/{topic}") @Produces("text/html;charset=ISO-8859-1") public class RedisPubSub { private @PathParam("topic") RedisBroadcaster topic; @GET public SuspendResponse subscribe() { return new SuspendResponse.SuspendResponseBuilder() .broadcaster(topic)...

I use the RedisBroadCaster: getBroadcasterConfig().addFilter( new RedisFilter( URI.create( "http://x.x.x.x:6379" ) ) ); The Ip will ignored and overwriten with localhost: https://github.com/Atmosphere/atmosphere-extensions/blob/master/redis/modules/src/main/java/org/atmosphere/plugin/redis/RedisBroadcaster.java#L42

#### Environment: `atmosphere-runtime 2.4.3` `atmosphere-redis 2.4.2` ``` sh java -version java version "1.8.0_77" Java(TM) SE Runtime Environment (build 1.8.0_77-b03) Java HotSpot(TM) 64-Bit Server VM (build 25.77-b03, mixed mode) ``` ####...

Hey there, I'm trying to use Atmosphere with the RedisBroadcaster within a GWT 2.7 project. Unfortunately all server-side sent messages won't be serialized with the specified classes (neither ManagedRPC nor...

atmosphere-spring currently depends on cglib 3.1, which is over 2 years old. One of the big changes in cglib 3.2.0 (and asm 5.0.x) is full Java 8 compatibility. See changelog:...

When running: ``` compile name: 'atmosphere-gwt20-client-2.3.3-gwt27-SNAPSHOT' compile name: 'atmosphere-gwt20-common-2.3.3-gwt27-SNAPSHOT' ``` with GWT-2.8.0-beta1 I get the following error: ``` [ERROR] Errors in 'org/atmosphere/gwt20/client/AutoBeanClientSerializer.java' [ERROR] Line 85: Only class literals may be...

Trying to get Atmosphere to work with GWT2.7 and Jersey 2. Using versions: atmosphere: 3.0.0-Snapshot atmosphere-extensions: 2.3.0-GWT27 jersey: 2.19 atmosophere-client-version: 2.2.11 Figured out that atmosphere-gwt-jersey pulls in version 1.19 of...

Mirror of Atmosphere/atmosphere#2022