Skip to content

Commit b56aec2

Browse files
authored
jooby: 4.0.5 (#10040)
-
1 parent 137d261 commit b56aec2

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

frameworks/Java/jooby/benchmark_config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,15 @@
6060
"framework": "Jooby",
6161
"language": "Java",
6262
"flavor": "None",
63-
"platform": "Undertow",
63+
"platform": "Netty",
6464
"database": "Postgres",
6565
"database_os": "Linux",
6666
"orm": "Raw",
6767
"webserver": "None",
6868
"os": "Linux",
69-
"notes": "Jooby MVC using Undertow",
69+
"notes": "Jooby MVC using Netty",
7070
"display_name": "jooby-jaxrs",
71-
"versus": "undertow"
71+
"versus": "netty"
7272
},
7373
"jetty": {
7474
"json_url": "/json",

frameworks/Java/jooby/config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,6 @@ database = "Postgres"
8080
database_os = "Linux"
8181
os = "Linux"
8282
orm = "Raw"
83-
platform = "Undertow"
83+
platform = "Netty"
8484
webserver = "None"
85-
versus = "undertow"
85+
versus = "netty"

frameworks/Java/jooby/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<name>jooby</name>
1212

1313
<properties>
14-
<jooby.version>4.0.2</jooby.version>
14+
<jooby.version>4.0.5</jooby.version>
1515
<dsl-json.version>2.0.2</dsl-json.version>
1616
<postgresql.version>42.7.7</postgresql.version>
1717
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

frameworks/Kotlin/kooby/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<name>kooby: jooby+kotlin</name>
1313

1414
<properties>
15-
<jooby.version>4.0.2</jooby.version>
15+
<jooby.version>4.0.5</jooby.version>
1616
<postgresql.version>42.7.7</postgresql.version>
1717
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1818
<maven.compiler.source>22</maven.compiler.source>

0 commit comments

Comments
 (0)