From b2b19e97f1c55822613e049b9fac28a5d923f4bd Mon Sep 17 00:00:00 2001 From: mailq <15148854+mailq@users.noreply.github.com> Date: Sat, 16 May 2026 21:03:55 +0200 Subject: [PATCH] Switch to 1.0.0-RC.6 syntax closes issue #12 --- examples/hello-world/pom.xml | 27 +++------- .../src/main/resources/hello-world.html | 52 +++++++++---------- 2 files changed, 33 insertions(+), 46 deletions(-) diff --git a/examples/hello-world/pom.xml b/examples/hello-world/pom.xml index f769011..63000cb 100644 --- a/examples/hello-world/pom.xml +++ b/examples/hello-world/pom.xml @@ -14,25 +14,11 @@ UTF-8 - 12.0.23 + 12.1.9 21 21 - - - github - GitHub rphumulock Apache Maven Packages - https://maven.pkg.github.com/rphumulock/datastar - - true - - - true - - - - dev.data-star @@ -48,22 +34,23 @@ org.eclipse.jetty jetty-server ${jetty.version} + runtime org.eclipse.jetty.ee10 jetty-ee10-servlet ${jetty.version} + runtime ch.qos.logback logback-classic - 1.5.18 + 1.5.32 jakarta.servlet jakarta.servlet-api - 6.0.0 - provided + 6.1.0 @@ -72,7 +59,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.14.0 + 3.15.0 21 @@ -80,7 +67,7 @@ org.apache.maven.plugins maven-shade-plugin - 3.6.0 + 3.6.2 package diff --git a/examples/hello-world/src/main/resources/hello-world.html b/examples/hello-world/src/main/resources/hello-world.html index 11e7fea..3238bf7 100644 --- a/examples/hello-world/src/main/resources/hello-world.html +++ b/examples/hello-world/src/main/resources/hello-world.html @@ -3,33 +3,33 @@ - Datastar SDK Demo - - + Datastar SDK Demo + + - - - - Datastar SDK Demo - - - - - SSE events will be streamed from the backend to the frontend. - - - - Delay in milliseconds - - - - - Start - - - - Hello, world! - + + + + Datastar SDK Demo + + + + + SSE events will be streamed from the backend to the frontend. + + + + Delay in milliseconds + + + + + Start + + + + Hello, world! + \ No newline at end of file
- SSE events will be streamed from the backend to the frontend. -
+ SSE events will be streamed from the backend to the frontend. +