Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-ogm
Commit: e61647307f53d4a87c1c7431e329fb8eb73088ff
https://github.com/hibernate/hibernate-ogm/commit/e61647307f53d4a87c1c743...
Author: Mark Paluch <mpaluch(a)paluch.biz>
Date: 2015-08-04 (Tue, 04 Aug 2015)
Changed paths:
M bom/pom.xml
M modules/wildfly/src/main/assembly/dist.xml
M modules/wildfly/src/main/modules/ogm/redis-driver/module.xml
Log Message:
-----------
OGM-886 Ship own netty jars to omit connection-refused-bug
Using lettuce 3.2.Final with netty 4.0.26 runs into a deadlock/infinite wait when the
connection runs into a connection refused. Ship own netty jars until then.