From 564404a0b23af03d4021c539d4407882d3eaab13 Mon Sep 17 00:00:00 2001 From: radu Date: Sat, 18 Jul 2026 21:23:04 -0400 Subject: [PATCH 1/4] made hello-world example compile --- examples/hello-world/pom.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/hello-world/pom.xml b/examples/hello-world/pom.xml index 63000cb..1b10876 100644 --- a/examples/hello-world/pom.xml +++ b/examples/hello-world/pom.xml @@ -34,13 +34,11 @@ org.eclipse.jetty jetty-server ${jetty.version} - runtime org.eclipse.jetty.ee10 jetty-ee10-servlet ${jetty.version} - runtime ch.qos.logback From dd0094bb17982b6033efa07fdafb2f559024359d Mon Sep 17 00:00:00 2001 From: radu Date: Sat, 18 Jul 2026 21:39:12 -0400 Subject: [PATCH 2/4] removed jakarta.serlet-api dependency conflicts with jetty-ee10-servlet's version --- examples/hello-world/pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/examples/hello-world/pom.xml b/examples/hello-world/pom.xml index 1b10876..e988bc7 100644 --- a/examples/hello-world/pom.xml +++ b/examples/hello-world/pom.xml @@ -45,11 +45,6 @@ logback-classic 1.5.32 - - jakarta.servlet - jakarta.servlet-api - 6.1.0 - From 0a205b66cf8ea056563686bbe7191b0522464efa Mon Sep 17 00:00:00 2001 From: radu Date: Sat, 18 Jul 2026 21:40:23 -0400 Subject: [PATCH 3/4] upgraded jetty to 12.1.11 --- examples/hello-world/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/hello-world/pom.xml b/examples/hello-world/pom.xml index e988bc7..092dc05 100644 --- a/examples/hello-world/pom.xml +++ b/examples/hello-world/pom.xml @@ -14,7 +14,7 @@ UTF-8 - 12.1.9 + 12.1.11 21 21 From 978ec254fd867f92f749cc6e953b6daf7f3bd267 Mon Sep 17 00:00:00 2001 From: radu Date: Sat, 18 Jul 2026 21:41:53 -0400 Subject: [PATCH 4/4] upgraded to logback-classic to 1.5.38 --- examples/hello-world/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/hello-world/pom.xml b/examples/hello-world/pom.xml index 092dc05..bf425f3 100644 --- a/examples/hello-world/pom.xml +++ b/examples/hello-world/pom.xml @@ -43,7 +43,7 @@ ch.qos.logback logback-classic - 1.5.32 + 1.5.38