This repository was archived by the owner on Mar 24, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
frameworks/Java/avaje-jex Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 7070 "notes" : " avaje-jex using Jetty" ,
7171 "display_name" : " avaje-jex-jetty" ,
7272 "versus" : " jetty"
73- },
74- "grizzly" : {
75- "json_url" : " /json" ,
76- "plaintext_url" : " /plaintext" ,
77- "db_url" : " /db" ,
78- "query_url" : " /queries?queries=" ,
79- "fortune_url" : " /fortunes" ,
80- "update_url" : " /updates?queries=" ,
81- "port" : 8080 ,
82- "approach" : " Realistic" ,
83- "classification" : " Micro" ,
84- "framework" : " avaje-jex" ,
85- "language" : " Java" ,
86- "flavor" : " None" ,
87- "platform" : " Grizzly" ,
88- "database" : " Postgres" ,
89- "database_os" : " Linux" ,
90- "orm" : " Raw" ,
91- "webserver" : " None" ,
92- "os" : " Linux" ,
93- "notes" : " avaje-jex using Grizzly" ,
94- "display_name" : " avaje-jex-grizzly" ,
95- "versus" : " grizzly"
9673 }
9774 }
9875 ]
Original file line number Diff line number Diff line change @@ -50,21 +50,4 @@ os = "Linux"
5050orm = " Raw"
5151platform = " Jetty"
5252webserver = " None"
53- versus = " jetty"
54-
55- [grizzly ]
56- urls.plaintext = " /plaintext"
57- urls.json = " /json"
58- urls.db = " /db"
59- urls.query = " /queries?queries="
60- urls.update = " /updates?queries="
61- urls.fortune = " /fortunes"
62- approach = " Realistic"
63- classification = " Micro"
64- database = " Postgres"
65- database_os = " Linux"
66- os = " Linux"
67- orm = " Raw"
68- platform = " Grizzly"
69- webserver = " None"
70- versus = " grizzly"
53+ versus = " jetty"
Original file line number Diff line number Diff line change 181181 </dependency >
182182 </dependencies >
183183 </profile >
184- <profile >
185- <id >grizzly</id >
186- <activation >
187- <activeByDefault >false</activeByDefault >
188- </activation >
189- <dependencies >
190- <dependency >
191- <groupId >io.avaje</groupId >
192- <artifactId >avaje-jex-grizzly-spi</artifactId >
193- <version >1.0</version >
194- </dependency >
195- </dependencies >
196- </profile >
197184 </profiles >
198185</project >
You can’t perform that action at this time.
0 commit comments