File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 60
60
"framework" : " Jooby" ,
61
61
"language" : " Java" ,
62
62
"flavor" : " None" ,
63
- "platform" : " Undertow " ,
63
+ "platform" : " Netty " ,
64
64
"database" : " Postgres" ,
65
65
"database_os" : " Linux" ,
66
66
"orm" : " Raw" ,
67
67
"webserver" : " None" ,
68
68
"os" : " Linux" ,
69
- "notes" : " Jooby MVC using Undertow " ,
69
+ "notes" : " Jooby MVC using Netty " ,
70
70
"display_name" : " jooby-jaxrs" ,
71
- "versus" : " undertow "
71
+ "versus" : " netty "
72
72
},
73
73
"jetty" : {
74
74
"json_url" : " /json" ,
Original file line number Diff line number Diff line change @@ -80,6 +80,6 @@ database = "Postgres"
80
80
database_os = " Linux"
81
81
os = " Linux"
82
82
orm = " Raw"
83
- platform = " Undertow "
83
+ platform = " Netty "
84
84
webserver = " None"
85
- versus = " undertow "
85
+ versus = " netty "
Original file line number Diff line number Diff line change 11
11
<name >jooby</name >
12
12
13
13
<properties >
14
- <jooby .version>4.0.2 </jooby .version>
14
+ <jooby .version>4.0.5 </jooby .version>
15
15
<dsl-json .version>2.0.2</dsl-json .version>
16
16
<postgresql .version>42.7.7</postgresql .version>
17
17
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
Original file line number Diff line number Diff line change 12
12
<name >kooby: jooby+kotlin</name >
13
13
14
14
<properties >
15
- <jooby .version>4.0.2 </jooby .version>
15
+ <jooby .version>4.0.5 </jooby .version>
16
16
<postgresql .version>42.7.7</postgresql .version>
17
17
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
18
18
<maven .compiler.source>22</maven .compiler.source>
You can’t perform that action at this time.
0 commit comments