From a810265553e84083c2ccc2d9d789dae3f1067eb8 Mon Sep 17 00:00:00 2001 From: Justin Bertram Date: Tue, 18 Nov 2025 15:25:41 -0600 Subject: [PATCH] ARTEMIS-5774 Bump web console to Jetty 12.1.4 --- README.md | 2 +- artemis-console-war/pom.xml | 17 ++++++----------- pom.xml | 2 +- 3 files changed, 8 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 179def2..16c2015 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Jetty server and deploys the plugin WAR application. From the 'artemis-console-w ```console cd artemis-console-war -mvn jetty:run -Dskip.yarn +mvn jetty:run-war -Dskip.yarn ``` You can access the Artemis console with the sample plugin at: . To connect to a running diff --git a/artemis-console-war/pom.xml b/artemis-console-war/pom.xml index 9917d94..2f3ad2b 100644 --- a/artemis-console-war/pom.xml +++ b/artemis-console-war/pom.xml @@ -97,21 +97,16 @@ - org.eclipse.jetty - jetty-maven-plugin + org.eclipse.jetty.ee11 + jetty-ee11-maven-plugin ${jetty-version} EMBED 10 - - - ${project.build.directory}/artemis-console-war-${project.version}.war - /console - - - - jmx - + + ${project.build.directory}/artemis-console-war-${project.version}.war + /console + false false diff --git a/pom.xml b/pom.xml index a6e319f..c2d730b 100644 --- a/pom.xml +++ b/pom.xml @@ -50,7 +50,7 @@ 2.24.3 0.8.0 2.4.2 - 11.0.24 + 12.1.4 0.34.0 v22.17.1 v4.9.2