Browse Source

jooby: get back netty (#2678)

Edgar Espina 8 years ago
parent
commit
4ac41c6ee8
2 changed files with 3 additions and 3 deletions
  1. 2 2
      frameworks/Java/jooby/benchmark_config.json
  2. 1 1
      frameworks/Java/jooby/pom.xml

+ 2 - 2
frameworks/Java/jooby/benchmark_config.json

@@ -15,13 +15,13 @@
       "language": "Java",
       "flavor": "None",
       "orm": "Raw",
-      "platform": "Undertow",
+      "platform": "Netty",
       "webserver": "None",
       "os": "Linux",
       "database_os": "Linux",
       "display_name": "Jooby",
       "notes": "",
-      "versus": "undertow"
+      "versus": "netty"
     }
   }]
 }

+ 1 - 1
frameworks/Java/jooby/pom.xml

@@ -52,7 +52,7 @@
     <!-- Server -->
     <dependency>
       <groupId>org.jooby</groupId>
-      <artifactId>jooby-undertow</artifactId>
+      <artifactId>jooby-netty</artifactId>
     </dependency>
 
     <!-- logging -->