Add auto-configuration for Jetty 9's WebSocket support

Closes gh-1269
This commit is contained in:
Andy Wilkinson
2014-11-19 14:40:05 +00:00
parent 0757d24d91
commit 90af8bf54a
35 changed files with 2133 additions and 65 deletions

View File

@@ -57,7 +57,13 @@ public class WarPackagingTests {
"jetty-server-", "jetty-security-", "jetty-servlet-",
"jetty-webapp-", "javax.servlet.jsp-2", "javax.servlet.jsp-api-",
"javax.servlet.jsp.jstl-1.2.2", "javax.servlet.jsp.jstl-1.2.0",
"javax.el-", "org.eclipse.jdt.core-", "jetty-jsp-"));
"javax.el-", "org.eclipse.jdt.core-", "jetty-jsp-", "websocket-api",
"javax.annotation-api", "jetty-plus", "javax-websocket-server-impl-",
"asm-", "javax.websocket-api-", "asm-tree-", "asm-commons-",
"websocket-common-", "jetty-annotations-",
"javax-websocket-client-impl-", "websocket-client-",
"websocket-server-", "jetty-jndi-", "jetty-xml-",
"websocket-servlet-"));
private static final String BOOT_VERSION = ManagedDependencies.get()
.find("spring-boot").getVersion();