commit | f01e4f0b2ce5bbda941eff7ac2316d70cbd204e1 | [log] [tgz] |
---|---|---|
author | Simone Bordet <simone.bordet@gmail.com> | Fri Mar 08 17:56:06 2013 +0100 |
committer | Simone Bordet <simone.bordet@gmail.com> | Fri Mar 08 19:05:48 2013 +0100 |
tree | 63260e5d18b05c0182f2c5ac584a4e1bf4dea7d2 | |
parent | 9303c65e63616479c5b18b601aa9198f0c7790bf [diff] |
402757 - WebSocket client module can't be used with WebSocket server module in the same WAR. Introduced a shaded artifact that relocates the websocket-common classes, so they cannot be shared with the server. The shaded artifact has classifier "hybrid", and users will need to exclude the websocket-common dependency manually when using the classified artifact.