This is an automated email from the ASF dual-hosted git repository.

thiagohp pushed a commit to branch javax
in repository https://gitbox.apache.org/repos/asf/tapestry-5.git


The following commit(s) were added to refs/heads/javax by this push:
     new 26dca0ba3 Fixing compilation error.
26dca0ba3 is described below

commit 26dca0ba355428ea2d63921213af16e9d5753974
Author: Thiago H. de Paula Figueiredo <[email protected]>
AuthorDate: Tue Aug 12 19:52:16 2025 -0300

    Fixing compilation error.
---
 .../tapestry5/internal/services/javascript/EsShimDispatcher.java      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/javascript/EsShimDispatcher.java
 
b/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/javascript/EsShimDispatcher.java
index 03ec9874a..ad8859a8f 100644
--- 
a/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/javascript/EsShimDispatcher.java
+++ 
b/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/javascript/EsShimDispatcher.java
@@ -16,6 +16,8 @@ import java.io.IOException;
 import java.util.HashMap;
 import java.util.Map;
 
+import javax.servlet.http.HttpServletResponse;
+
 import org.apache.tapestry5.commons.Resource;
 import org.apache.tapestry5.http.services.Dispatcher;
 import org.apache.tapestry5.http.services.Request;
@@ -31,8 +33,6 @@ import 
org.apache.tapestry5.services.assets.StreamableResourceSource;
 import org.apache.tapestry5.services.javascript.EsShim;
 import org.apache.tapestry5.services.javascript.EsShimManager;
 
-import jakarta.servlet.http.HttpServletResponse;
-
 /**
  * Handler contributed to {@link AssetDispatcher} with key "es-shims". 
  * It interprets the extra path as a module name and serves the ES shim

Reply via email to