sergio-d-lemos opened a new pull request, #1469: URL: https://github.com/apache/activemq/pull/1469
The Web Console depends on `commons-lang3`, this commit adds back the Maven dependency and updates the commons-lang3 to 3.17.0. It also updates it to version 3.17.0 (latest) The dependency on `commons-lang3` was removed in https://github.com/apache/activemq/commit/f5014221d027b71e842988cf6a3b23e2feed4d18. However it seems to cause issues in the Web Console, were some pages cause the error: ```2025-07-03 19:43:34,007 | WARN | /admin/send.jsp | org.eclipse.jetty.server.HttpChannel | qtp1910813448-74 jakarta.servlet.ServletException: jakarta.servlet.ServletException: org.apache.jasper.JasperException: Unable to compile class for JSP:An error occurred at line: [27] in the jsp file: [/WEB-INF/tags/form/text.tag] org.apache.commons.lang3.StringEscapeUtils cannot be resolved to a type 24: if (value == null) { 25: value = ""; 26: } 27: value = org.apache.commons.lang3.StringEscapeUtils.escapeHtml4(value); 28: 29: %> 30: <input type="text" name="${name}" value="<%= value %>"/>``` `commons-lang3` is still used in a couple of tags: https://github.com/search?q=repo%3Aapache%2Factivemq%20%20org.apache.commons.lang3&type=code Please let me know if there is a more appropriate way to add the dependency. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For additional commands, e-mail: gitbox-h...@activemq.apache.org For further information, visit: https://activemq.apache.org/contact